| Commit message (Expand) | Author | Age | Files | Lines |
| * | listing: code labels on their own line; search loaded portion (no wedge) | blasty | 2026-07-23 | 1 | -16/+12 |
| * | listing: two-level indent, address on headers, drop 'near', opcode cap+cycle | blasty | 2026-07-23 | 1 | -23/+49 |
| * | listing: IDA-style function boundary banners in the unified view | blasty | 2026-07-23 | 1 | -0/+8 |
| * | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 2026-07-23 | 1 | -139/+102 |
| * | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 2026-07-23 | 1 | -9/+58 |
| * | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 2026-07-23 | 1 | -2/+41 |
| * | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 2026-07-23 | 1 | -0/+38 |
| * | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 2026-07-23 | 1 | -1/+5 |
| * | perf: stream the listing incrementally instead of load_all on open (M4) | blasty | 2026-07-23 | 1 | -5/+49 |
| * | app: 'a' — make string literal in the listing (M4 richness) | blasty | 2026-07-23 | 1 | -1/+8 |
| * | app: listing 'n' names the address (can name a bare/undefined byte) | blasty | 2026-07-23 | 1 | -0/+60 |
| * | app: on startup, land on main() (else pop the symbol picker) | blasty | 2026-07-23 | 1 | -0/+34 |
| * | fix: crash on an unnamed function (None name) in the symbol palette | blasty | 2026-07-23 | 1 | -0/+2 |
| * | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 2026-07-22 | 1 | -0/+86 |
| * | app: ListingView — virtualized flat code+data listing for regions (M2) | blasty | 2026-07-22 | 1 | -14/+273 |
| * | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 2026-07-22 | 1 | -4/+81 |
| * | disasm: render opcode bytes (toggle 'o'), padded to widest insn | blasty | 2026-07-11 | 1 | -4/+55 |
| * | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 2026-07-10 | 1 | -0/+4 |
| * | app: comment on a no-address line -> function comment (was refused) | blasty | 2026-07-10 | 1 | -2/+10 |
| * | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 2026-07-10 | 1 | -2/+1 |
| * | rpc: unix-socket puppeteering server (raw keys + introspection + screen) | blasty | 2026-07-10 | 1 | -1/+20 |
| * | hex view: file offsets + 'g' goto (dedicated input) | blasty | 2026-07-10 | 1 | -14/+61 |
| * | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 2026-07-10 | 1 | -3/+274 |
| * | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 2026-07-10 | 1 | -1/+118 |
| * | struct editor: auto-format the definition on save | blasty | 2026-07-10 | 1 | -3/+18 |
| * | struct editor: loud save errors + guard unsaved edits | blasty | 2026-07-10 | 1 | -8/+44 |
| * | clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is captured | blasty | 2026-07-10 | 1 | -1/+44 |
| * | struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen) | blasty | 2026-07-10 | 1 | -3/+42 |
| * | struct editor: C-style CRUD for local types (Ctrl+T) | blasty | 2026-07-10 | 1 | -2/+184 |
| * | decompiler: fall back to disassembly when decompilation fails | blasty | 2026-07-09 | 1 | -8/+20 |
| * | default to the pseudocode view instead of disassembly | blasty | 2026-07-09 | 1 | -10/+12 |
| * | names: command-palette fuzzy finder (Ctrl+N), overlay-first | blasty | 2026-07-09 | 1 | -8/+151 |
| * | xrefs: pre-select the site the dialog was invoked from | blasty | 2026-07-09 | 1 | -12/+49 |
| * | xrefs: informative labels — function+offset, and section instead of '?' | blasty | 2026-07-09 | 1 | -1/+12 |
| * | decompiler: xref jump lands the cursor on the reference token's column | blasty | 2026-07-09 | 1 | -12/+44 |
| * | decompiler: fix stale scroll frame on same-function jump | blasty | 2026-07-09 | 1 | -7/+25 |
| * | decompiler: xref jump within the current function moves the cursor | blasty | 2026-07-09 | 1 | -0/+27 |
| * | decompiler: hide the per-line /*0xEA*/ address markers (clutter) | blasty | 2026-07-09 | 1 | -15/+30 |
| * | comments: ';' sets a comment on the current line (disasm + pseudocode) | blasty | 2026-07-09 | 1 | -0/+104 |
| * | rename: refuse pseudocode goto-labels with a clear message | blasty | 2026-07-09 | 1 | -0/+19 |
| * | test: --stop-after for fast single-feature iteration; skip needless decompile | blasty | 2026-07-09 | 1 | -5/+8 |
| * | decompiler: xref-select jumps to the reference line in pseudocode | blasty | 2026-07-09 | 1 | -2/+29 |
| * | fix: disasm follow stepped to the next line on a call (fall-through edge) | blasty | 2026-07-09 | 1 | -4/+13 |
| * | fix: xref-select navigated to the wrong place (ordinary-flow contamination) | blasty | 2026-07-09 | 1 | -2/+5 |
| * | fix: decomp follow fails on a just-renamed symbol (stale name) | blasty | 2026-07-09 | 1 | -0/+8 |
| * | cap the function pane width so it doesn't dominate wide terminals | blasty | 2026-07-09 | 1 | -4/+4 |
| * | decompiler: line-number gutter | blasty | 2026-07-09 | 1 | -4/+26 |
| * | decompiler: grayed 'decompiling…' overlay during (re)decompile | blasty | 2026-07-09 | 1 | -1/+13 |
| * | robust scroll restore for both views (fix stale frame in real terminal) | blasty | 2026-07-09 | 1 | -9/+17 |
| * | fix stale top frame on jump-back; test the actual repaint | blasty | 2026-07-09 | 1 | -1/+4 |