| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 31 hours | 1 | -13/+21 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 42 hours | 1 | -0/+10 |
| * | diag: somewhere for swallowed errors to go | blasty | 43 hours | 1 | -2/+7 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 44 hours | 1 | -3/+52 |
| * | tests: a guard that actually regresses on the resync storm | blasty | 44 hours | 1 | -0/+27 |
| * | tests: deterministic fixtures, and a correction | blasty | 44 hours | 1 | -2/+16 |
| * | tests: wait for the thing, don't sleep and hope | blasty | 44 hours | 1 | -30/+4 |
| * | split: stop the resync loop that spun the worker forever | blasty | 45 hours | 1 | -6/+20 |
| * | tests: one front door | blasty | 46 hours | 1 | -0/+4 |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 2 days | 1 | -0/+10 |
| * | graph: navigate to blocks, not to coordinates | blasty | 2 days | 1 | -9/+33 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 2 days | 1 | -0/+61 |
| * | tests: graph scenarios | blasty | 2 days | 1 | -4/+261 |
| * | tests: cover the literal formats | blasty | 2 days | 1 | -0/+464 |
| * | status: name the open file | blasty | 12 days | 1 | -0/+31 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 13 days | 1 | -0/+44 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 13 days | 1 | -2/+2 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 13 days | 1 | -1/+55 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 14 days | 1 | -0/+25 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 14 days | 1 | -0/+21 |
| * | nav: one notion of "which pane you're in" — delete _pref | blasty | 14 days | 1 | -0/+17 |
| * | nav: don't stack a history entry for the place you're already standing on | blasty | 14 days | 1 | -0/+15 |
| * | palette: match case-insensitively in BOTH directions | blasty | 14 days | 1 | -0/+9 |
| * | help: lay the cheatsheet out as fluid columns of cards | blasty | 2026-07-25 | 1 | -4/+9 |
| * | strings: F2 widens the strings browser to the whole project | blasty | 2026-07-25 | 1 | -2/+2 |
| * | projects: project-wide symbol search over a SQLite FTS5 index (phase 2) | blasty | 2026-07-25 | 1 | -8/+8 |
| * | exit: ask before quitting with unsaved database changes | blasty | 2026-07-25 | 1 | -6/+36 |
| * | tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0 | blasty | 2026-07-25 | 1 | -8/+29 |
| * | ui: drop the footer cheatsheet; F1 opens a key reference instead | blasty | 2026-07-25 | 1 | -7/+31 |
| * | decomp: Home/End move along the line instead of scrolling to top/bottom | blasty | 2026-07-25 | 1 | -0/+34 |
| * | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 2026-07-25 | 1 | -1/+98 |
| * | split: propagate pure scrolls (wheel/scrollbar) to the companion pane | blasty | 2026-07-25 | 1 | -0/+22 |
| * | split: keep the companion pane level with the driver's cursor | blasty | 2026-07-25 | 1 | -0/+19 |
| * | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 2026-07-25 | 1 | -1/+44 |
| * | split: follow the decomp across functions as the listing cursor crosses bounds | blasty | 2026-07-25 | 1 | -0/+13 |
| * | split: click a pane to drive it (not just Tab) + spell it out in the status | blasty | 2026-07-25 | 1 | -0/+7 |
| * | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 2026-07-24 | 1 | -0/+16 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 2026-07-24 | 1 | -0/+21 |
| * | split-view phase 2: cursor sync + linked-row highlight | blasty | 2026-07-24 | 1 | -0/+36 |
| * | split: guard toggle behind prompt-active; clear _split in the pilot reset | blasty | 2026-07-24 | 1 | -0/+1 |
| * | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 2026-07-24 | 1 | -2/+29 |
| * | decomp: fix stuck 'decompiling' spinner when re-opening a loaded function | blasty | 2026-07-24 | 1 | -0/+10 |
| * | decomp: restore the 'decompiling…' overlay on F5/Tab from the listing | blasty | 2026-07-24 | 1 | -6/+7 |
| * | palette: replace the stock Ctrl+P command palette with real ida-tui actions | blasty | 2026-07-24 | 1 | -0/+23 |
| * | hex: freeze the cursor's screen position on scroll (not clamp-to-edge) | blasty | 2026-07-24 | 1 | -12/+17 |
| * | hex: cursor follows the scroll (stays visible on wheel/scrollbar) | blasty | 2026-07-24 | 1 | -4/+5 |
| * | hex: click to place the byte cursor (hex + ascii panes) | blasty | 2026-07-24 | 1 | -0/+22 |
| * | mcp: collapse app + launcher to worker-only | blasty | 2026-07-24 | 1 | -18/+14 |
| * | tests: pass url=""/db=None to IdaTui in the worker pilot path | blasty | 2026-07-24 | 1 | -1/+1 |
| * | tests: add --worker <binary> to run the pilot suite against the idalib worker | blasty | 2026-07-24 | 1 | -5/+16 |