aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchasblasty12 days1-0/+65
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty12 days2-0/+27
* cap the function pane width so it doesn't dominate wide terminalsblasty12 days2-4/+7
* decompiler: line-number gutterblasty12 days2-4/+33
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty12 days2-1/+32
* robust scroll restore for both views (fix stale frame in real terminal)blasty12 days1-9/+17
* fix stale top frame on jump-back; test the actual repaintblasty12 days2-1/+17
* smoother scroll restore on jump-back; non-degenerate testblasty12 days2-7/+20
* stop piling up idalib workers; raise max-workers headroomblasty12 days3-9/+29
* fix: pseudocode names not refreshing across history after renameblasty12 days2-2/+14
* fix input visibility (search/rename) + refresh stale names across historyblasty12 days4-21/+106
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty12 days2-12/+46
* search: land the cursor on the match's starting columnblasty12 days2-0/+11
* preserve scroll offset in jump history (both views)blasty12 days3-23/+91
* fix: decompiler follow/xrefs of a name not listed in refsblasty12 days2-0/+34
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty12 days3-2/+218
* sortable function list: click column headers (addr/name/size)blasty12 days2-0/+49
* track pseudocode-view cursor position across jumpsblasty12 days2-7/+90
* preserve cursor line+column in the jump historyblasty12 days2-4/+18
* mouse: click to place cursor, double-click to followblasty12 days2-0/+69
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty12 days2-41/+264
* xrefs + follow-under-cursor (disasm & pseudocode)blasty12 days3-8/+305
* function-name filter: incremental + highlight + clearblasty12 days3-28/+137
* search UX: visible prompt + incremental (as-you-type) highlightingblasty12 days2-14/+109
* vim-style search in disasm + pseudocode viewsblasty12 days2-8/+277
* fix decompiler highlighting + cursor jankblasty12 days4-21/+175
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty12 days3-18/+134
* tui: --open PATH to create/attach a session for an arbitrary binaryblasty12 days2-6/+38
* add Ctrl+B toggle to show/hide the functions paneblasty12 days2-1/+24
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty12 days5-2/+632
* keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty13 days4-8/+186
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty13 days5-3/+582
* stress paging on 10k-func binary; document scale constraintsblasty13 days3-0/+254
* harden client: transparent session auto-recovery + stress suiteblasty13 days4-11/+593
* persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa...blasty13 days7-0/+780