| Commit message (Expand) | Author | Age | Files | Lines |
| * | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 11 days | 1 | -4/+12 |
| * | drive: ergonomic RE helper over the RPC socket (terse text, auto socket) | blasty | 11 days | 1 | -0/+10 |
| * | app: comment on a no-address line -> function comment (was refused) | blasty | 11 days | 1 | -0/+32 |
| * | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 11 days | 1 | -0/+14 |
| * | pane: auto-start the ida-pro-mcp supervisor if it's down | blasty | 11 days | 1 | -0/+87 |
| * | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 11 days | 1 | -5/+26 |
| * | rpc: readiness, quit, methods discovery, not-ready guard | blasty | 11 days | 1 | -2/+23 |
| * | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 11 days | 1 | -0/+56 |
| * | rpc: semantic verbs (typed-with-delay ops + fast movement) | blasty | 11 days | 1 | -2/+43 |
| * | rpc: unix-socket puppeteering server (raw keys + introspection + screen) | blasty | 11 days | 1 | -0/+121 |
| * | sync: extract shared settle/wait helpers (idatui/_sync.py) | blasty | 11 days | 1 | -7/+2 |
| * | tests: retire the monolithic test_tui.py (superseded by test_scenarios) | blasty | 11 days | 1 | -1236/+0 |
| * | tests: isolated scenario suite (parity with the monolith, fast --only) | blasty | 11 days | 1 | -0/+1272 |
| * | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 11 days | 1 | -2/+28 |
| * | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 11 days | 1 | -3/+37 |
| * | struct editor: auto-format the definition on save | blasty | 12 days | 1 | -0/+5 |
| * | struct editor: loud save errors + guard unsaved edits | blasty | 12 days | 1 | -0/+22 |
| * | clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is captured | blasty | 12 days | 1 | -0/+17 |
| * | struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen) | blasty | 12 days | 1 | -5/+13 |
| * | struct editor: C-style CRUD for local types (Ctrl+T) | blasty | 12 days | 1 | -2/+61 |
| * | decompiler: fall back to disassembly when decompilation fails | blasty | 12 days | 1 | -4/+31 |
| * | default to the pseudocode view instead of disassembly | blasty | 12 days | 1 | -8/+26 |
| * | names: command-palette fuzzy finder (Ctrl+N), overlay-first | blasty | 12 days | 1 | -1/+40 |
| * | xrefs: pre-select the site the dialog was invoked from | blasty | 12 days | 1 | -0/+45 |
| * | xrefs: informative labels — function+offset, and section instead of '?' | blasty | 12 days | 1 | -0/+43 |
| * | decompiler: xref jump lands the cursor on the reference token's column | blasty | 12 days | 1 | -0/+13 |
| * | decompiler: xref jump within the current function moves the cursor | blasty | 12 days | 1 | -0/+19 |
| * | decompiler: hide the per-line /*0xEA*/ address markers (clutter) | blasty | 12 days | 1 | -4/+7 |
| * | comments: ';' sets a comment on the current line (disasm + pseudocode) | blasty | 12 days | 1 | -0/+29 |
| * | rename: refuse pseudocode goto-labels with a clear message | blasty | 12 days | 1 | -0/+37 |
| * | test: --stop-after for fast single-feature iteration; skip needless decompile | blasty | 12 days | 1 | -1/+22 |
| * | decompiler: xref-select jumps to the reference line in pseudocode | blasty | 12 days | 1 | -64/+95 |
| * | test: fix stale row/function reuse across filter + xref-select blocks | blasty | 12 days | 1 | -0/+13 |
| * | fix: xref-select navigated to the wrong place (ordinary-flow contamination) | blasty | 12 days | 1 | -0/+35 |
| * | fix: decomp follow fails on a just-renamed symbol (stale name) | blasty | 12 days | 1 | -0/+19 |
| * | cap the function pane width so it doesn't dominate wide terminals | blasty | 12 days | 1 | -0/+3 |
| * | decompiler: line-number gutter | blasty | 12 days | 1 | -0/+7 |
| * | decompiler: grayed 'decompiling…' overlay during (re)decompile | blasty | 12 days | 1 | -0/+19 |
| * | fix stale top frame on jump-back; test the actual repaint | blasty | 12 days | 1 | -0/+13 |
| * | smoother scroll restore on jump-back; non-degenerate test | blasty | 12 days | 1 | -4/+15 |
| * | fix: pseudocode names not refreshing across history after rename | blasty | 12 days | 1 | -1/+13 |
| * | fix input visibility (search/rename) + refresh stale names across history | blasty | 12 days | 1 | -0/+70 |
| * | paging: preserve the cursor's viewport-relative row (IDA-style) | blasty | 12 days | 1 | -0/+21 |
| * | search: land the cursor on the match's starting column | blasty | 12 days | 1 | -0/+3 |
| * | preserve scroll offset in jump history (both views) | blasty | 12 days | 1 | -0/+31 |
| * | fix: decompiler follow/xrefs of a name not listed in refs | blasty | 12 days | 1 | -0/+22 |
| * | rename symbol under cursor ('n') + save ('Ctrl+S') | blasty | 12 days | 1 | -0/+40 |
| * | sortable function list: click column headers (addr/name/size) | blasty | 12 days | 1 | -0/+21 |
| * | track pseudocode-view cursor position across jumps | blasty | 12 days | 1 | -0/+47 |
| * | preserve cursor line+column in the jump history | blasty | 12 days | 1 | -0/+7 |