| Commit message (Expand) | Author | Age | Files | Lines |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 19 hours | 2 | -0/+114 |
| * | loading: say how to read a headerless blob (processor, base) | blasty | 20 hours | 1 | -0/+40 |
| * | xrefs: show project binaries that import this export | blasty | 20 hours | 1 | -0/+39 |
| * | projects phase 4: cross-binary back, linkage-guided pre-warm, project verbs | blasty | 20 hours | 2 | -0/+62 |
| * | projects phase 3: follow an import into the binary that implements it | blasty | 21 hours | 1 | -1/+70 |
| * | nav: one notion of "which pane you're in" — delete _pref | blasty | 21 hours | 1 | -0/+17 |
| * | nav: don't stack a history entry for the place you're already standing on | blasty | 22 hours | 1 | -0/+15 |
| * | palette: match case-insensitively in BOTH directions | blasty | 22 hours | 1 | -0/+9 |
| * | projects: don't duplicate a binary that's already in the project | blasty | 27 hours | 1 | -0/+35 |
| * | help: lay the cheatsheet out as fluid columns of cards | blasty | 27 hours | 1 | -4/+9 |
| * | strings: F2 widens the strings browser to the whole project | blasty | 27 hours | 2 | -2/+20 |
| * | projects: open the Ctrl+O switcher on the binary you're already in | blasty | 28 hours | 1 | -1/+8 |
| * | fix: project-wide search crashed on a name shared by two binaries | blasty | 29 hours | 1 | -0/+23 |
| * | projects: project-wide symbol search over a SQLite FTS5 index (phase 2) | blasty | 29 hours | 2 | -8/+141 |
| * | exit: ask before quitting with unsaved database changes | blasty | 29 hours | 1 | -6/+36 |
| * | tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0 | blasty | 30 hours | 1 | -8/+29 |
| * | ui: drop the footer cheatsheet; F1 opens a key reference instead | blasty | 31 hours | 1 | -7/+31 |
| * | decomp: Home/End move along the line instead of scrolling to top/bottom | blasty | 31 hours | 1 | -0/+34 |
| * | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 31 hours | 1 | -1/+98 |
| * | projects: switch between a project's binaries in the TUI (phase 1c) | blasty | 32 hours | 1 | -0/+165 |
| * | projects: worker pool with memory-budgeted residency (phase 1b) | blasty | 32 hours | 1 | -0/+163 |
| * | projects: project model + binary staging (phase 1a) | blasty | 32 hours | 1 | -0/+158 |
| * | split: propagate pure scrolls (wheel/scrollbar) to the companion pane | blasty | 32 hours | 1 | -0/+22 |
| * | split: keep the companion pane level with the driver's cursor | blasty | 33 hours | 1 | -0/+19 |
| * | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 43 hours | 1 | -1/+44 |
| * | split: follow the decomp across functions as the listing cursor crosses bounds | blasty | 43 hours | 1 | -0/+13 |
| * | split: click a pane to drive it (not just Tab) + spell it out in the status | blasty | 43 hours | 1 | -0/+7 |
| * | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 43 hours | 1 | -0/+16 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 44 hours | 1 | -0/+21 |
| * | split-view phase 2: cursor sync + linked-row highlight | blasty | 45 hours | 1 | -0/+36 |
| * | split: guard toggle behind prompt-active; clear _split in the pilot reset | blasty | 45 hours | 1 | -0/+1 |
| * | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 46 hours | 1 | -2/+29 |
| * | decomp: fix stuck 'decompiling' spinner when re-opening a loaded function | blasty | 47 hours | 1 | -0/+10 |
| * | decomp: restore the 'decompiling…' overlay on F5/Tab from the listing | blasty | 2 days | 1 | -6/+7 |
| * | palette: replace the stock Ctrl+P command palette with real ida-tui actions | blasty | 2 days | 1 | -0/+23 |
| * | hex: freeze the cursor's screen position on scroll (not clamp-to-edge) | blasty | 2 days | 1 | -12/+17 |
| * | hex: cursor follows the scroll (stays visible on wheel/scrollbar) | blasty | 2 days | 1 | -4/+5 |
| * | hex: click to place the byte cursor (hex + ascii panes) | blasty | 2 days | 1 | -0/+22 |
| * | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 2 days | 8 | -1305/+0 |
| * | mcp: collapse app + launcher to worker-only | blasty | 2 days | 1 | -18/+14 |
| * | tests: pass url=""/db=None to IdaTui in the worker pilot path | blasty | 2 days | 1 | -1/+1 |
| * | tests: add --worker <binary> to run the pilot suite against the idalib worker | blasty | 2 days | 1 | -5/+16 |
| * | fix: don't let a late navigation steal focus from an open prompt | blasty | 3 days | 1 | -1/+5 |
| * | listing: two-level indent, address on headers, drop 'near', opcode cap+cycle | blasty | 3 days | 1 | -3/+3 |
| * | listing: IDA-style function boundary banners in the unified view | blasty | 3 days | 1 | -0/+25 |
| * | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 3 days | 1 | -140/+100 |
| * | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 3 days | 1 | -0/+18 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 3 days | 1 | -1/+11 |
| * | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 3 days | 1 | -0/+27 |
| * | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 4 days | 1 | -0/+48 |