aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port to the ida-codemode 0.5.3+ public APIblasty2026-08-143-118/+86
* Fix: rebuilding the row index on every switch back to the listingblasty2026-08-101-0/+7
* Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4blasty2026-08-104-5/+212
* segment_index: the row total in one call instead of 458blasty2026-08-102-0/+95
* domain: build Head positionally, and drop a dead test from _as_intblasty2026-08-101-9/+19
* remote_tools: item class by mask instead of is_code/is_data callsblasty2026-08-101-3/+21
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty2026-08-104-21/+71
* remote_tools: delete a shadowed duplicate hiding an lru_cache landmineblasty2026-08-091-74/+4
* remote_tools: hoist the IDAPython imports to module scope (~3%)blasty2026-08-091-50/+26
* PgUp/PgDn page the list overlays, not just the code viewsblasty2026-08-091-85/+93
* Docs: correct the stale --fast check counts (302/257 -> 380)blasty2026-08-091-1/+1
* Drop the settrace workaround: ida-codemode 0.3.2 deleted the hookblasty2026-08-091-41/+28
* Graph: never hand triskel a block its root cannot reachblasty2026-08-091-51/+80
* Graph: fix the triskel fallbacks, and say why when it still falls backblasty2026-08-093-28/+139
* Graph: name the interpreter when pytriskel is missingblasty2026-08-091-1/+6
* graph_triskel: name the detour target, drop the unused swapblasty2026-08-091-8/+8
* Graph: a second layout engine, triskel's SESE decompositionblasty2026-08-093-27/+517
* splash: scale the logo to the pane instead of dropping itblasty2026-08-071-10/+37
* Centre modals with a rule about modals, not a list of themblasty2026-08-071-10/+11
* Ctrl+F: search the whole database, by text or by bytesblasty2026-08-076-2/+506
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty2026-08-078-6/+773
* Struct editor: '/' fuzzy-filters the struct listblasty2026-08-071-10/+138
* Modal chrome: thin round borders, titles in the borderblasty2026-08-071-56/+86
* Syntax-highlight the struct editor's C definitionsblasty2026-08-072-14/+122
* tools/demo.py: a scripted feature tour, and the RPC bug it foundblasty2026-08-071-1/+6
* codemode: close the performance gap with the old worker (heads 35x -> 2.2x)blasty2026-08-071-5/+66
* tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty2026-08-071-3/+22
* codemode: three defects the A/B benchmark found in the decompiler pathblasty2026-08-072-66/+198
* codemode: rename takes a LIST of edits per category, not just oneblasty2026-08-071-26/+119
* codemode: carry over the listing + operand-format tools, and stop reshipping ...blasty2026-08-072-175/+1442
* codemode: port the xref tools' real contract, order includedblasty2026-08-071-32/+111
* codemode: restore the graph view and pseudocode commentsblasty2026-08-071-5/+97
* codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty2026-08-071-1/+4
* Rebase MISTER EXO's ida-codemode port onto the current treeblasty2026-08-0714-984/+1506
* The page-freshness check carries the digest the client already holds (heads(e...blasty2026-08-071-20/+16
* An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...blasty2026-08-072-9/+75
* heads(digest=True): the worker answers "does this page still render exactly a...blasty2026-08-071-51/+83
* CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...blasty2026-08-071-11/+24
* A rename keeps the listing's walk instead of throwing it away. bump_names now...blasty2026-08-071-5/+133
* Keep a listing row's spans and operand extents exactly as they came off the w...blasty2026-08-071-11/+16
* Highlight ranges are computed per line on demand instead of for every match. ...blasty2026-08-071-16/+79
* CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...blasty2026-08-071-11/+14
* Three targeted cuts: the graph's transposition pass counts keep and swap in o...blasty2026-08-072-13/+75
* Re-run of #18 (_CellRow slice assignment, one-string box borders, memoised St...blasty2026-08-071-14/+42
* Re-run of #16 (keep the joined search body across a cancelled search and acro...blasty2026-08-071-11/+27
* HexView.render_line emits style RUNS instead of one Segment per byte cell (35...blasty2026-08-072-12/+39
* Search the whole segment as ONE joined string. Every line is concatenated onc...blasty2026-08-071-26/+101
* Two independent constants: memoise the pygments token -> Rich style lookup (a...blasty2026-08-072-5/+32
* Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve...blasty2026-08-071-3/+32
* Only re-apply a scroll after the next refresh when it actually clamped. Both ...blasty2026-08-071-5/+18