aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_tui.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty11 days1-1236/+0
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty12 days1-2/+28
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty12 days1-3/+37
* struct editor: auto-format the definition on saveblasty12 days1-0/+5
* struct editor: loud save errors + guard unsaved editsblasty12 days1-0/+22
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty12 days1-0/+17
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty12 days1-5/+13
* struct editor: C-style CRUD for local types (Ctrl+T)blasty12 days1-2/+61
* decompiler: fall back to disassembly when decompilation failsblasty12 days1-4/+31
* default to the pseudocode view instead of disassemblyblasty12 days1-8/+26
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty12 days1-1/+40
* xrefs: pre-select the site the dialog was invoked fromblasty12 days1-0/+45
* xrefs: informative labels — function+offset, and section instead of '?'blasty12 days1-0/+43
* decompiler: xref jump lands the cursor on the reference token's columnblasty12 days1-0/+13
* decompiler: xref jump within the current function moves the cursorblasty12 days1-0/+19
* decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty12 days1-4/+7
* comments: ';' sets a comment on the current line (disasm + pseudocode)blasty12 days1-0/+29
* rename: refuse pseudocode goto-labels with a clear messageblasty12 days1-0/+37
* test: --stop-after for fast single-feature iteration; skip needless decompileblasty12 days1-1/+22
* decompiler: xref-select jumps to the reference line in pseudocodeblasty12 days1-64/+95
* test: fix stale row/function reuse across filter + xref-select blocksblasty12 days1-0/+13
* fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty12 days1-0/+35
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty12 days1-0/+19
* cap the function pane width so it doesn't dominate wide terminalsblasty12 days1-0/+3
* decompiler: line-number gutterblasty12 days1-0/+7
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty12 days1-0/+19
* fix stale top frame on jump-back; test the actual repaintblasty12 days1-0/+13
* smoother scroll restore on jump-back; non-degenerate testblasty12 days1-4/+15
* fix: pseudocode names not refreshing across history after renameblasty12 days1-1/+13
* fix input visibility (search/rename) + refresh stale names across historyblasty12 days1-0/+70
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty12 days1-0/+21
* search: land the cursor on the match's starting columnblasty12 days1-0/+3
* preserve scroll offset in jump history (both views)blasty12 days1-0/+31
* fix: decompiler follow/xrefs of a name not listed in refsblasty12 days1-0/+22
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty12 days1-0/+40
* sortable function list: click column headers (addr/name/size)blasty12 days1-0/+21
* track pseudocode-view cursor position across jumpsblasty12 days1-0/+47
* preserve cursor line+column in the jump historyblasty12 days1-0/+7
* mouse: click to place cursor, double-click to followblasty12 days1-0/+37
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty13 days1-0/+28
* xrefs + follow-under-cursor (disasm & pseudocode)blasty13 days1-2/+40
* function-name filter: incremental + highlight + clearblasty13 days1-0/+28
* search UX: visible prompt + incremental (as-you-type) highlightingblasty13 days1-1/+19
* vim-style search in disasm + pseudocode viewsblasty13 days1-1/+33
* fix decompiler highlighting + cursor jankblasty13 days1-2/+8
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty13 days1-1/+20
* add Ctrl+B toggle to show/hide the functions paneblasty13 days1-1/+14
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty13 days1-0/+127