summaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-25projects phase 4: cross-binary back, linkage-guided pre-warm, project verbsblasty2-0/+62
2026-07-25projects phase 3: follow an import into the binary that implements itblasty1-1/+70
2026-07-25nav: one notion of "which pane you're in" — delete _prefblasty1-0/+17
2026-07-25nav: don't stack a history entry for the place you're already standing onblasty1-0/+15
2026-07-25palette: match case-insensitively in BOTH directionsblasty1-0/+9
2026-07-25projects: don't duplicate a binary that's already in the projectblasty1-0/+35
2026-07-25help: lay the cheatsheet out as fluid columns of cardsblasty1-4/+9
2026-07-25strings: F2 widens the strings browser to the whole projectblasty2-2/+20
2026-07-25projects: open the Ctrl+O switcher on the binary you're already inblasty1-1/+8
2026-07-25fix: project-wide search crashed on a name shared by two binariesblasty1-0/+23
2026-07-25projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty2-8/+141
2026-07-25exit: ask before quitting with unsaved database changesblasty1-6/+36
2026-07-25tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0blasty1-8/+29
2026-07-25ui: drop the footer cheatsheet; F1 opens a key reference insteadblasty1-7/+31
2026-07-25decomp: Home/End move along the line instead of scrolling to top/bottomblasty1-0/+34
2026-07-25retype: 'y' now retypes globals too, not just prototypes and localsblasty1-1/+98
2026-07-25projects: switch between a project's binaries in the TUI (phase 1c)blasty1-0/+165
2026-07-25projects: worker pool with memory-budgeted residency (phase 1b)blasty1-0/+163
2026-07-25projects: project model + binary staging (phase 1a)blasty1-0/+158
2026-07-25split: propagate pure scrolls (wheel/scrollbar) to the companion paneblasty1-0/+22
2026-07-25split: keep the companion pane level with the driver's cursorblasty1-0/+19
2026-07-25strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-1/+44
2026-07-25split: follow the decomp across functions as the listing cursor crosses boundsblasty1-0/+13
2026-07-25split: click a pane to drive it (not just Tab) + spell it out in the statusblasty1-0/+7
2026-07-24split-view phase 4: split-aware status, min-width gate, verified navblasty1-0/+16
2026-07-24split-view phase 3: rich per-line instruction region highlightblasty1-0/+21
2026-07-24split-view phase 2: cursor sync + linked-row highlightblasty1-0/+36
2026-07-24split: guard toggle behind prompt-active; clear _split in the pilot resetblasty1-0/+1
2026-07-24split-view phase 1: side-by-side listing <-> pseudocode layoutblasty1-2/+29
2026-07-24decomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty1-0/+10
2026-07-24decomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty1-6/+7
2026-07-24palette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty1-0/+23
2026-07-24hex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty1-12/+17
2026-07-24hex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty1-4/+5
2026-07-24hex: click to place the byte cursor (hex + ascii panes)blasty1-0/+22
2026-07-24mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty8-1305/+0
2026-07-24mcp: collapse app + launcher to worker-onlyblasty1-18/+14
2026-07-24tests: pass url=""/db=None to IdaTui in the worker pilot pathblasty1-1/+1
2026-07-24tests: add --worker <binary> to run the pilot suite against the idalib workerblasty1-5/+16
2026-07-23fix: don't let a late navigation steal focus from an open promptblasty1-1/+5
2026-07-23listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty1-3/+3
2026-07-23listing: IDA-style function boundary banners in the unified viewblasty1-0/+25
2026-07-23unify: the continuous listing is the one code view; deprecate DisasmViewblasty1-140/+100
2026-07-23listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty1-0/+18
2026-07-23listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty1-1/+11
2026-07-23app: 'L' opens the continuous segment listing (functions+data interleaved)blasty1-0/+27
2026-07-23listing: expand struct-typed globals into member rows (M4 item 3)blasty1-0/+48
2026-07-23app: 'a' — make string literal in the listing (M4 richness)blasty1-0/+49
2026-07-23app: listing 'n' names the address (can name a bare/undefined byte)blasty1-0/+63
2026-07-23app: on startup, land on main() (else pop the symbol picker)blasty1-3/+36