aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (unfollow)
Commit message (Expand)AuthorFilesLines
2026-08-07tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty1-3/+22
2026-08-07codemode: three defects the A/B benchmark found in the decompiler pathblasty2-66/+198
2026-08-07codemode: rename takes a LIST of edits per category, not just oneblasty1-26/+119
2026-08-07codemode: carry over the listing + operand-format tools, and stop reshipping ...blasty2-175/+1442
2026-08-07codemode: port the xref tools' real contract, order includedblasty1-32/+111
2026-08-07codemode: restore the graph view and pseudocode commentsblasty1-5/+97
2026-08-07codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty1-1/+4
2026-08-07Rebase MISTER EXO's ida-codemode port onto the current treeblasty14-984/+1506
2026-08-07The page-freshness check carries the digest the client already holds (heads(e...user1-20/+16
2026-08-07An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...user2-9/+75
2026-08-07heads(digest=True): the worker answers "does this page still render exactly a...user1-51/+83
2026-08-07CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...user1-11/+24
2026-08-07A rename keeps the listing's walk instead of throwing it away. bump_names now...user1-5/+133
2026-08-07Keep a listing row's spans and operand extents exactly as they came off the w...user1-11/+16
2026-08-07Highlight ranges are computed per line on demand instead of for every match. ...user1-16/+79
2026-08-07CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...user1-11/+14
2026-08-07Three targeted cuts: the graph's transposition pass counts keep and swap in o...user2-13/+75
2026-08-07Re-run of #18 (_CellRow slice assignment, one-string box borders, memoised St...user1-14/+42
2026-08-07Re-run of #16 (keep the joined search body across a cancelled search and acro...user1-11/+27
2026-08-07HexView.render_line emits style RUNS instead of one Segment per byte cell (35...user2-12/+39
2026-08-07Search the whole segment as ONE joined string. Every line is concatenated onc...user1-26/+101
2026-08-07Two independent constants: memoise the pygments token -> Rich style lookup (a...user2-5/+32
2026-08-07Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve...user1-3/+32
2026-08-07Only re-apply a scroll after the next refresh when it actually clamped. Both ...user1-5/+18
2026-08-07Two hot-path fixes found by profiling the plain-line builder: the opcode-byte...user2-5/+11
2026-08-07Three micro-wins on the listing-row path: merge the colour-tag and operand-ta...user1-2/+8
2026-08-07Incremental search narrows instead of rescanning. Typing a character onto the...user1-14/+51
2026-08-07Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user1-35/+50
2026-08-07Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its...user1-1/+69
2026-08-07diag: somewhere for swallowed errors to goblasty5-5/+161
2026-08-07launch: the sweep could delete the file it was asked to openblasty1-4/+22
2026-08-07worker_client: tests, and stop resurrecting a closed workerblasty1-1/+19
2026-08-07app: the view mode is a type, and 'disasm' is goneblasty5-86/+150
2026-08-06app: lift database edits out of IdaTui, and one prompt abstractionblasty3-741/+932
2026-08-06app: lift trace navigation out of IdaTuiblasty3-343/+474
2026-08-06splash: blasty's transparent logo, and stop guessing the cell aspectblasty2-10/+53
2026-08-06help: reach the cheatsheet with H as well as F1blasty1-5/+9
2026-08-06graph: navigate to blocks, not to coordinatesblasty1-20/+91
2026-08-06graph: the minimap is clickable, and stops swallowing clicksblasty1-8/+75
2026-08-06splash: draw the real logo on terminals that canblasty3-10/+344
2026-08-06rpc: a graph verbblasty1-2/+172
2026-08-06app: the graph viewblasty1-10/+911
2026-08-06domain: the control-flow graph, with each block's rowsblasty1-0/+120
2026-08-06graph: a layered CFG layout engineblasty1-0/+715
2026-08-06rpc: an opfmt verb, and 'drive fmt'blasty2-14/+68
2026-08-06app: 'o' cycles the literal under the cursorblasty1-5/+222
2026-08-06domain: operand extents, and the formats behind themblasty1-0/+86
2026-08-06pane: drive panes under zellij as well as tmuxblasty1-40/+301
2026-08-01drive: a note went to address 0, and a slow edit was reported as a failureagent2-4/+17
2026-08-01rpc: rename_many drops the Hex-Rays cache toouser1-1/+9