aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty14 days1-0/+19
* cap the function pane width so it doesn't dominate wide terminalsblasty14 days1-0/+3
* decompiler: line-number gutterblasty14 days1-0/+7
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty14 days1-0/+19
* fix stale top frame on jump-back; test the actual repaintblasty14 days1-0/+13
* smoother scroll restore on jump-back; non-degenerate testblasty14 days1-4/+15
* fix: pseudocode names not refreshing across history after renameblasty14 days1-1/+13
* fix input visibility (search/rename) + refresh stale names across historyblasty14 days1-0/+70
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty14 days1-0/+21
* search: land the cursor on the match's starting columnblasty14 days1-0/+3
* preserve scroll offset in jump history (both views)blasty14 days1-0/+31
* fix: decompiler follow/xrefs of a name not listed in refsblasty14 days1-0/+22
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty14 days1-0/+40
* sortable function list: click column headers (addr/name/size)blasty14 days1-0/+21
* track pseudocode-view cursor position across jumpsblasty14 days1-0/+47
* preserve cursor line+column in the jump historyblasty14 days1-0/+7
* mouse: click to place cursor, double-click to followblasty14 days1-0/+37
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty14 days1-0/+28
* xrefs + follow-under-cursor (disasm & pseudocode)blasty14 days1-2/+40
* function-name filter: incremental + highlight + clearblasty14 days1-0/+28
* search UX: visible prompt + incremental (as-you-type) highlightingblasty14 days1-1/+19
* vim-style search in disasm + pseudocode viewsblasty14 days1-1/+33
* fix decompiler highlighting + cursor jankblasty14 days1-2/+8
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty14 days1-1/+20
* add Ctrl+B toggle to show/hide the functions paneblasty14 days1-1/+14
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty14 days1-0/+127
* keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty14 days1-0/+76
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty14 days2-3/+168
* stress paging on 10k-func binary; document scale constraintsblasty14 days1-0/+150
* harden client: transparent session auto-recovery + stress suiteblasty14 days2-0/+355
* persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa...blasty14 days1-0/+152