summaryrefslogtreecommitdiffstats
path: root/tests/test_scenarios.py (unfollow)
Commit message (Expand)AuthorFilesLines
2 daysRe-apply #5 (lru_cache on the per-line render + Heads built with their opcode...user1-0/+10
2 daysdiag: somewhere for swallowed errors to goblasty1-2/+7
2 daysapp: the view mode is a type, and 'disasm' is goneblasty1-3/+52
3 daystests: a guard that actually regresses on the resync stormblasty1-0/+27
3 daystests: deterministic fixtures, and a correctionblasty1-2/+16
3 daystests: wait for the thing, don't sleep and hopeblasty1-30/+4
3 dayssplit: stop the resync loop that spun the worker foreverblasty1-6/+20
3 daystests: one front doorblasty1-0/+4
3 dayshelp: reach the cheatsheet with H as well as F1blasty1-0/+10
3 daysgraph: navigate to blocks, not to coordinatesblasty1-9/+33
3 daysgraph: the minimap is clickable, and stops swallowing clicksblasty1-0/+61
3 daystests: graph scenariosblasty1-4/+261
3 daystests: cover the literal formatsblasty1-0/+464
13 daysstatus: name the open fileblasty1-0/+31
14 daystests: run the scenario suite on a scratch copy, not the tracked targetblasty1-0/+44
14 daysapp: delete DisasmView, superseded by the unified listingblasty1-2/+2
14 dayslisting: syntax-highlight assembly from IDA's own token tagsblasty1-1/+55
2026-07-26load dialog: reachable address field, project mode, and a way back from a bad...blasty1-0/+25
2026-07-26loading: ask how to load an unrecognised file, like IDA doesblasty1-0/+21
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-25help: lay the cheatsheet out as fluid columns of cardsblasty1-4/+9
2026-07-25strings: F2 widens the strings browser to the whole projectblasty1-2/+2
2026-07-25projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty1-8/+8
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-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: 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