summaryrefslogtreecommitdiff
path: root/ui/stackview.h
AgeCommit message (Collapse)Author
2026-04-29Add horizontal scrolling to Stack View.Alexander Taylor
2025-10-07copy supporrt for variable and stack sidebarsJordan Wiens
2024-11-21Remove DockHandler and DockWidget support.Brian Potchik
2024-10-11Highlight selected variable in stack viewJosh Ferrell
2024-09-24Get current stack base offset.Alexander Taylor
Required for showing this to the user while they are modifying the current stack base offset.
2024-06-12stackview: only show vars valid at current locRyan Snyder
2024-05-08Stack view: Make constant base offset per-functionGlenn Smith
2024-05-08Stack view: allow setting arbitrary base offset by double-clickGlenn Smith
2024-05-07Stack view: Make the base offsets work with the "create variable" dialogGlenn Smith
2024-05-07Stack view: Allow switching base register offsetGlenn Smith
2024-02-05Sidebar improvementsRusty Wagner
2023-11-07Stop drawing blank widgets in sidebar headers.Alexander Taylor
2022-11-10Several documentation improvements and fixeskat
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
2022-08-03Add more type actions to Stack ViewJon Palmisciano
- Invert integer sign - Cycle integer size - Cycle float size - Create 32- and 64-bit floats - Make pointer
2022-01-28Format All FilesKyleMiles
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2021-09-30StackView: It's a view of the stack!Jon Palmisciano