aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_tui.py (unfollow)
Commit message (Expand)AuthorFilesLines
12 daystests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty1-1236/+0
12 dayshex view: raw image bytes (VA-addressed), synced to the code cursorblasty1-2/+28
12 daysretype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-3/+37
12 daysstruct editor: auto-format the definition on saveblasty1-0/+5
12 daysstruct editor: loud save errors + guard unsaved editsblasty1-0/+22
12 daysclipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty1-0/+17
12 daysstruct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty1-5/+13
12 daysstruct editor: C-style CRUD for local types (Ctrl+T)blasty1-2/+61
12 daysdecompiler: fall back to disassembly when decompilation failsblasty1-4/+31
12 daysdefault to the pseudocode view instead of disassemblyblasty1-8/+26
12 daysnames: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-1/+40
12 daysxrefs: pre-select the site the dialog was invoked fromblasty1-0/+45
12 daysxrefs: informative labels — function+offset, and section instead of '?'blasty1-0/+43
12 daysdecompiler: xref jump lands the cursor on the reference token's columnblasty1-0/+13
12 daysdecompiler: xref jump within the current function moves the cursorblasty1-0/+19
12 daysdecompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty1-4/+7
12 dayscomments: ';' sets a comment on the current line (disasm + pseudocode)blasty1-0/+29
12 daysrename: refuse pseudocode goto-labels with a clear messageblasty1-0/+37
12 daystest: --stop-after for fast single-feature iteration; skip needless decompileblasty1-1/+22
12 daysdecompiler: xref-select jumps to the reference line in pseudocodeblasty1-64/+95
12 daystest: fix stale row/function reuse across filter + xref-select blocksblasty1-0/+13
12 daysfix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty1-0/+35
12 daysfix: decomp follow fails on a just-renamed symbol (stale name)blasty1-0/+19
12 dayscap the function pane width so it doesn't dominate wide terminalsblasty1-0/+3
12 daysdecompiler: line-number gutterblasty1-0/+7
12 daysdecompiler: grayed 'decompiling…' overlay during (re)decompileblasty1-0/+19
12 daysfix stale top frame on jump-back; test the actual repaintblasty1-0/+13
12 dayssmoother scroll restore on jump-back; non-degenerate testblasty1-4/+15
13 daysfix: pseudocode names not refreshing across history after renameblasty1-1/+13
13 daysfix input visibility (search/rename) + refresh stale names across historyblasty1-0/+70
13 dayspaging: preserve the cursor's viewport-relative row (IDA-style)blasty1-0/+21
13 dayssearch: land the cursor on the match's starting columnblasty1-0/+3
13 dayspreserve scroll offset in jump history (both views)blasty1-0/+31
13 daysfix: decompiler follow/xrefs of a name not listed in refsblasty1-0/+22
13 daysrename symbol under cursor ('n') + save ('Ctrl+S')blasty1-0/+40
13 dayssortable function list: click column headers (addr/name/size)blasty1-0/+21
13 daystrack pseudocode-view cursor position across jumpsblasty1-0/+47
13 dayspreserve cursor line+column in the jump historyblasty1-0/+7
13 daysmouse: click to place cursor, double-click to followblasty1-0/+37
13 dayscolumn cursor: real left/right movement + follow the ref UNDER the cursorblasty1-0/+28
13 daysxrefs + follow-under-cursor (disasm & pseudocode)blasty1-2/+40
13 daysfunction-name filter: incremental + highlight + clearblasty1-0/+28
13 dayssearch UX: visible prompt + incremental (as-you-type) highlightingblasty1-1/+19
13 daysvim-style search in disasm + pseudocode viewsblasty1-1/+33
13 daysfix decompiler highlighting + cursor jankblasty1-2/+8
13 daysdecompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty1-1/+20
13 daysadd Ctrl+B toggle to show/hide the functions paneblasty1-1/+14
13 daysPhase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty1-0/+127