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