aboutsummaryrefslogtreecommitdiffstats
path: root/idatui (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: decomp follow fails on a just-renamed symbol (stale name)blasty2026-07-091-0/+8
* cap the function pane width so it doesn't dominate wide terminalsblasty2026-07-091-4/+4
* decompiler: line-number gutterblasty2026-07-091-4/+26
* decompiler: grayed 'decompiling…' overlay during (re)decompileblasty2026-07-091-1/+13
* robust scroll restore for both views (fix stale frame in real terminal)blasty2026-07-091-9/+17
* fix stale top frame on jump-back; test the actual repaintblasty2026-07-091-1/+4
* smoother scroll restore on jump-back; non-degenerate testblasty2026-07-091-3/+5
* stop piling up idalib workers; raise max-workers headroomblasty2026-07-091-5/+6
* fix: pseudocode names not refreshing across history after renameblasty2026-07-091-1/+1
* fix input visibility (search/rename) + refresh stale names across historyblasty2026-07-092-19/+33
* paging: preserve the cursor's viewport-relative row (IDA-style)blasty2026-07-091-12/+25
* search: land the cursor on the match's starting columnblasty2026-07-091-0/+8
* preserve scroll offset in jump history (both views)blasty2026-07-091-23/+56
* fix: decompiler follow/xrefs of a name not listed in refsblasty2026-07-091-0/+12
* rename symbol under cursor ('n') + save ('Ctrl+S')blasty2026-07-092-2/+178
* sortable function list: click column headers (addr/name/size)blasty2026-07-091-0/+28
* track pseudocode-view cursor position across jumpsblasty2026-07-091-7/+43
* preserve cursor line+column in the jump historyblasty2026-07-091-4/+11
* mouse: click to place cursor, double-click to followblasty2026-07-091-0/+32
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty2026-07-091-41/+236
* xrefs + follow-under-cursor (disasm & pseudocode)blasty2026-07-092-6/+265
* function-name filter: incremental + highlight + clearblasty2026-07-092-28/+109
* search UX: visible prompt + incremental (as-you-type) highlightingblasty2026-07-091-13/+90
* vim-style search in disasm + pseudocode viewsblasty2026-07-091-7/+244
* fix decompiler highlighting + cursor jankblasty2026-07-092-18/+166
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty2026-07-092-17/+114
* tui: --open PATH to create/attach a session for an arbitrary binaryblasty2026-07-092-6/+38
* add Ctrl+B toggle to show/hide the functions paneblasty2026-07-091-0/+10
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty2026-07-093-0/+500
* keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty2026-07-092-0/+81
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty2026-07-092-0/+404
* harden client: transparent session auto-recovery + stress suiteblasty2026-07-091-11/+47
* persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa...blasty2026-07-093-0/+594