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