| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ui: drop the footer cheatsheet; F1 opens a key reference instead | blasty | 2026-07-25 | 1 | -3/+101 |
| * | decomp: Home/End move along the line instead of scrolling to top/bottom | blasty | 2026-07-25 | 1 | -2/+16 |
| * | retype: 'y' now retypes globals too, not just prototypes and locals | blasty | 2026-07-25 | 2 | -6/+57 |
| * | ui: horizontally centre the splash logo in the loading dialog | blasty | 2026-07-25 | 1 | -3/+7 |
| * | ui: centre the strings and project palettes (were clamped top-left) | blasty | 2026-07-25 | 1 | -1/+2 |
| * | projects: switch between a project's binaries in the TUI (phase 1c) | blasty | 2026-07-25 | 2 | -18/+288 |
| * | projects: worker pool with memory-budgeted residency (phase 1b) | blasty | 2026-07-25 | 2 | -6/+225 |
| * | projects: project model + binary staging (phase 1a) | blasty | 2026-07-25 | 1 | -0/+258 |
| * | split: propagate pure scrolls (wheel/scrollbar) to the companion pane | blasty | 2026-07-25 | 1 | -9/+49 |
| * | split: keep the companion pane level with the driver's cursor | blasty | 2026-07-25 | 1 | -2/+19 |
| * | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 2026-07-25 | 2 | -0/+183 |
| * | split: follow the decomp across functions as the listing cursor crosses bounds | blasty | 2026-07-25 | 1 | -2/+40 |
| * | split: click a pane to drive it (not just Tab) + spell it out in the status | blasty | 2026-07-25 | 1 | -2/+17 |
| * | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 2026-07-24 | 1 | -5/+37 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 2026-07-24 | 2 | -12/+67 |
| * | split-view phase 2: cursor sync + linked-row highlight | blasty | 2026-07-24 | 1 | -2/+88 |
| * | split: guard toggle behind prompt-active; clear _split in the pilot reset | blasty | 2026-07-24 | 1 | -0/+2 |
| * | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 2026-07-24 | 1 | -1/+58 |
| * | decomp: fix stuck 'decompiling' spinner when re-opening a loaded function | blasty | 2026-07-24 | 1 | -0/+4 |
| * | decomp: prettier 'decompiling' overlay — animated braille spinner | blasty | 2026-07-24 | 1 | -2/+31 |
| * | decomp: restore the 'decompiling…' overlay on F5/Tab from the listing | blasty | 2026-07-24 | 1 | -1/+20 |
| * | palette: fix results width (were compounded narrower than the modal) | blasty | 2026-07-24 | 1 | -2/+3 |
| * | palette: give the command palette side padding (80% width, max 120) | blasty | 2026-07-24 | 1 | -0/+3 |
| * | palette: replace the stock Ctrl+P command palette with real ida-tui actions | blasty | 2026-07-24 | 1 | -0/+79 |
| * | ux: omit the splash logo when the terminal is too small for it | blasty | 2026-07-24 | 1 | -1/+7 |
| * | hex: freeze the cursor's screen position on scroll (not clamp-to-edge) | blasty | 2026-07-24 | 1 | -14/+21 |
| * | ux: render the logo.ans ANSI-art splash in the loading overlay | blasty | 2026-07-24 | 1 | -2/+27 |
| * | hex: cursor follows the scroll (stays visible on wheel/scrollbar) | blasty | 2026-07-24 | 1 | -0/+20 |
| * | hex: click to place the byte cursor (hex + ascii panes) | blasty | 2026-07-24 | 1 | -0/+33 |
| * | xrefs: show fine-grained kind (call/jump/read/write/offset) in the dialog | blasty | 2026-07-24 | 3 | -8/+14 |
| * | listing: shift+home jumps to the start of the instruction text | blasty | 2026-07-24 | 1 | -0/+24 |
| * | listing: <home> jumps the cursor to start-of-line (pairs with <end>) | blasty | 2026-07-24 | 1 | -2/+3 |
| * | listing: <end> jumps the cursor to end-of-line, not goto-bottom | blasty | 2026-07-24 | 1 | -1/+2 |
| * | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 2026-07-24 | 7 | -806/+31 |
| * | mcp: collapse app + launcher to worker-only | blasty | 2026-07-24 | 2 | -312/+40 |
| * | refactor: extract shared error hierarchy + Session into idatui/errors.py | blasty | 2026-07-24 | 6 | -69/+99 |
| * | worker: inject custom tools on startup (self-sufficient, no spawn.sh needed) | blasty | 2026-07-24 | 1 | -0/+20 |
| * | deprecate: make the idalib worker the default backend; mark mcp path for removal | blasty | 2026-07-24 | 2 | -4/+21 |
| * | worker: wrap non-dict tool returns as {"result": ...} to match MCP shapes | blasty | 2026-07-24 | 1 | -1/+5 |
| * | worker: spawn under the IDA python (has ida_pro_mcp), not the TUI's | blasty | 2026-07-24 | 1 | -4/+33 |
| * | worker: surface the real startup failure (not just "code 1") | blasty | 2026-07-24 | 2 | -7/+41 |
| * | app: --backend {mcp,worker} — run the TUI on our idalib worker (migration s... | blasty | 2026-07-24 | 2 | -66/+115 |
| * | worker: idalib worker + WorkerClient (drop-in for IDAClient) — migration st... | blasty | 2026-07-24 | 2 | -0/+325 |
| * | robust: survive a lost server connection instead of crashing; auto-reconnect | blasty | 2026-07-24 | 1 | -2/+95 |
| * | nav: baseline horizontal scroll at 0 when jumping to a target column | blasty | 2026-07-24 | 1 | -4/+5 |
| * | ux: fix truncated loading-splash message | blasty | 2026-07-24 | 1 | -2/+1 |
| * | ux: block with a "finding xrefs…" overlay while gathering xrefs | blasty | 2026-07-24 | 1 | -6/+71 |
| * | nav: snap an xref-into-pseudocode jump to the line that holds the symbol | blasty | 2026-07-24 | 1 | -5/+40 |
| * | nav: xref jump into pseudocode lands on the referenced symbol, not column 0 | blasty | 2026-07-24 | 1 | -1/+5 |
| * | nav: land the decompiler cursor on the function name, not column 0 | blasty | 2026-07-24 | 1 | -5/+11 |