| Commit message (Expand) | Author | Age | Files | Lines |
| * | Graph: a second layout engine, triskel's SESE decomposition | user | 12 days | 1 | -0/+56 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 13 days | 1 | -0/+59 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 13 days | 1 | -0/+45 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 13 days | 1 | -2/+86 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 13 days | 1 | -0/+82 |
| * | tests: gate on real signals, not sleeps (117s -> 49s) | blasty | 13 days | 1 | -18/+139 |
| * | Struct editor: '/' fuzzy-filters the struct list | blasty | 13 days | 1 | -0/+78 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 13 days | 1 | -0/+13 |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 14 days | 1 | -13/+21 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 14 days | 1 | -0/+10 |
| * | diag: somewhere for swallowed errors to go | blasty | 2026-08-07 | 1 | -2/+7 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 2026-08-07 | 1 | -3/+52 |
| * | tests: a guard that actually regresses on the resync storm | blasty | 2026-08-06 | 1 | -0/+27 |
| * | tests: deterministic fixtures, and a correction | blasty | 2026-08-06 | 1 | -2/+16 |
| * | tests: wait for the thing, don't sleep and hope | blasty | 2026-08-06 | 1 | -30/+4 |
| * | split: stop the resync loop that spun the worker forever | blasty | 2026-08-06 | 1 | -6/+20 |
| * | tests: one front door | blasty | 2026-08-06 | 1 | -0/+4 |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 2026-08-06 | 1 | -0/+10 |
| * | graph: navigate to blocks, not to coordinates | blasty | 2026-08-06 | 1 | -9/+33 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 2026-08-06 | 1 | -0/+61 |
| * | tests: graph scenarios | blasty | 2026-08-06 | 1 | -4/+261 |
| * | tests: cover the literal formats | blasty | 2026-08-06 | 1 | -0/+464 |
| * | status: name the open file | blasty | 2026-07-27 | 1 | -0/+31 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 2026-07-26 | 1 | -0/+44 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 2026-07-26 | 1 | -2/+2 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 2026-07-26 | 1 | -1/+55 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 2026-07-26 | 1 | -0/+25 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 2026-07-26 | 1 | -0/+21 |
| * | nav: one notion of "which pane you're in" — delete _pref | blasty | 2026-07-25 | 1 | -0/+17 |
| * | nav: don't stack a history entry for the place you're already standing on | blasty | 2026-07-25 | 1 | -0/+15 |
| * | palette: match case-insensitively in BOTH directions | blasty | 2026-07-25 | 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 |