aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* split-view phase 4: split-aware status, min-width gate, verified navblasty3 days1-0/+16
* split-view phase 3: rich per-line instruction region highlightblasty3 days1-0/+21
* split-view phase 2: cursor sync + linked-row highlightblasty3 days1-0/+36
* split: guard toggle behind prompt-active; clear _split in the pilot resetblasty3 days1-0/+1
* split-view phase 1: side-by-side listing <-> pseudocode layoutblasty3 days1-2/+29
* decomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty3 days1-0/+10
* decomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty3 days1-6/+7
* palette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty3 days1-0/+23
* hex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty3 days1-12/+17
* hex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty3 days1-4/+5
* hex: click to place the byte cursor (hex + ascii panes)blasty3 days1-0/+22
* mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only testsblasty3 days8-1305/+0
* mcp: collapse app + launcher to worker-onlyblasty3 days1-18/+14
* tests: pass url=""/db=None to IdaTui in the worker pilot pathblasty3 days1-1/+1
* tests: add --worker <binary> to run the pilot suite against the idalib workerblasty3 days1-5/+16
* fix: don't let a late navigation steal focus from an open promptblasty4 days1-1/+5
* listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty4 days1-3/+3
* listing: IDA-style function boundary banners in the unified viewblasty4 days1-0/+25
* unify: the continuous listing is the one code view; deprecate DisasmViewblasty4 days1-140/+100
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty4 days1-0/+18
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty4 days1-1/+11
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty4 days1-0/+27
* listing: expand struct-typed globals into member rows (M4 item 3)blasty4 days1-0/+48
* app: 'a' — make string literal in the listing (M4 richness)blasty5 days1-0/+49
* app: listing 'n' names the address (can name a bare/undefined byte)blasty5 days1-0/+63
* app: on startup, land on main() (else pop the symbol picker)blasty5 days1-3/+36
* app: 'd' — define typed data in the listing (make_data, M3)blasty5 days1-0/+41
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty5 days1-15/+81
* server+domain: heads walker + ListingModel — flat code/data listing (M1)blasty5 days1-0/+36
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty5 days1-0/+50
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-4/+12
* drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty2026-07-101-0/+10
* app: comment on a no-address line -> function comment (was refused)blasty2026-07-101-0/+32
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty2026-07-101-0/+14
* pane: auto-start the ida-pro-mcp supervisor if it's downblasty2026-07-101-0/+87
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty2026-07-101-5/+26
* rpc: readiness, quit, methods discovery, not-ready guardblasty2026-07-101-2/+23
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty2026-07-101-0/+56
* rpc: semantic verbs (typed-with-delay ops + fast movement)blasty2026-07-101-2/+43
* rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty2026-07-101-0/+121
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-101-7/+2
* tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty2026-07-101-1236/+0
* tests: isolated scenario suite (parity with the monolith, fast --only)blasty2026-07-101-0/+1272
* hex view: raw image bytes (VA-addressed), synced to the code cursorblasty2026-07-101-2/+28
* retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty2026-07-101-3/+37
* struct editor: auto-format the definition on saveblasty2026-07-101-0/+5
* struct editor: loud save errors + guard unsaved editsblasty2026-07-101-0/+22
* clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty2026-07-101-0/+17
* struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty2026-07-101-5/+13
* struct editor: C-style CRUD for local types (Ctrl+T)blasty2026-07-101-2/+61