| Commit message (Expand) | Author | Age | Files | Lines |
| * | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 3 days | 1 | -0/+16 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 3 days | 1 | -0/+21 |
| * | split-view phase 2: cursor sync + linked-row highlight | blasty | 3 days | 1 | -0/+36 |
| * | split: guard toggle behind prompt-active; clear _split in the pilot reset | blasty | 3 days | 1 | -0/+1 |
| * | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 3 days | 1 | -2/+29 |
| * | decomp: fix stuck 'decompiling' spinner when re-opening a loaded function | blasty | 3 days | 1 | -0/+10 |
| * | decomp: restore the 'decompiling…' overlay on F5/Tab from the listing | blasty | 3 days | 1 | -6/+7 |
| * | palette: replace the stock Ctrl+P command palette with real ida-tui actions | blasty | 3 days | 1 | -0/+23 |
| * | hex: freeze the cursor's screen position on scroll (not clamp-to-edge) | blasty | 3 days | 1 | -12/+17 |
| * | hex: cursor follows the scroll (stays visible on wheel/scrollbar) | blasty | 3 days | 1 | -4/+5 |
| * | hex: click to place the byte cursor (hex + ascii panes) | blasty | 3 days | 1 | -0/+22 |
| * | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 3 days | 8 | -1305/+0 |
| * | mcp: collapse app + launcher to worker-only | blasty | 3 days | 1 | -18/+14 |
| * | tests: pass url=""/db=None to IdaTui in the worker pilot path | blasty | 3 days | 1 | -1/+1 |
| * | tests: add --worker <binary> to run the pilot suite against the idalib worker | blasty | 3 days | 1 | -5/+16 |
| * | fix: don't let a late navigation steal focus from an open prompt | blasty | 4 days | 1 | -1/+5 |
| * | listing: two-level indent, address on headers, drop 'near', opcode cap+cycle | blasty | 4 days | 1 | -3/+3 |
| * | listing: IDA-style function boundary banners in the unified view | blasty | 4 days | 1 | -0/+25 |
| * | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 4 days | 1 | -140/+100 |
| * | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 4 days | 1 | -0/+18 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 4 days | 1 | -1/+11 |
| * | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 4 days | 1 | -0/+27 |
| * | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 4 days | 1 | -0/+48 |
| * | app: 'a' — make string literal in the listing (M4 richness) | blasty | 5 days | 1 | -0/+49 |
| * | app: listing 'n' names the address (can name a bare/undefined byte) | blasty | 5 days | 1 | -0/+63 |
| * | app: on startup, land on main() (else pop the symbol picker) | blasty | 5 days | 1 | -3/+36 |
| * | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 5 days | 1 | -0/+41 |
| * | app: ListingView — virtualized flat code+data listing for regions (M2) | blasty | 5 days | 1 | -15/+81 |
| * | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 5 days | 1 | -0/+36 |
| * | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 5 days | 1 | -0/+50 |
| * | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 2026-07-10 | 1 | -4/+12 |
| * | drive: ergonomic RE helper over the RPC socket (terse text, auto socket) | blasty | 2026-07-10 | 1 | -0/+10 |
| * | app: comment on a no-address line -> function comment (was refused) | blasty | 2026-07-10 | 1 | -0/+32 |
| * | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 2026-07-10 | 1 | -0/+14 |
| * | pane: auto-start the ida-pro-mcp supervisor if it's down | blasty | 2026-07-10 | 1 | -0/+87 |
| * | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 2026-07-10 | 1 | -5/+26 |
| * | rpc: readiness, quit, methods discovery, not-ready guard | blasty | 2026-07-10 | 1 | -2/+23 |
| * | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 2026-07-10 | 1 | -0/+56 |
| * | rpc: semantic verbs (typed-with-delay ops + fast movement) | blasty | 2026-07-10 | 1 | -2/+43 |
| * | rpc: unix-socket puppeteering server (raw keys + introspection + screen) | blasty | 2026-07-10 | 1 | -0/+121 |
| * | sync: extract shared settle/wait helpers (idatui/_sync.py) | blasty | 2026-07-10 | 1 | -7/+2 |
| * | tests: retire the monolithic test_tui.py (superseded by test_scenarios) | blasty | 2026-07-10 | 1 | -1236/+0 |
| * | tests: isolated scenario suite (parity with the monolith, fast --only) | blasty | 2026-07-10 | 1 | -0/+1272 |
| * | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 2026-07-10 | 1 | -2/+28 |
| * | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 2026-07-10 | 1 | -3/+37 |
| * | struct editor: auto-format the definition on save | blasty | 2026-07-10 | 1 | -0/+5 |
| * | struct editor: loud save errors + guard unsaved edits | blasty | 2026-07-10 | 1 | -0/+22 |
| * | clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is captured | blasty | 2026-07-10 | 1 | -0/+17 |
| * | struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen) | blasty | 2026-07-10 | 1 | -5/+13 |
| * | struct editor: C-style CRUD for local types (Ctrl+T) | blasty | 2026-07-10 | 1 | -2/+61 |