summaryrefslogtreecommitdiff
path: root/ui/variablelist.h
AgeCommit message (Collapse)Author
2026-03-27Add VariableList::updateCrossReferences declarationPeter LaFosse
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item.
2025-10-07copy supporrt for variable and stack sidebarsJordan Wiens
2025-07-16Miscellaneous leak fixes in UI codeMark Rowe
2025-07-08Update variablelist.h for variable placement infoAlexander Khosrowshahi
2024-11-21Remove DockHandler and DockWidget support.Brian Potchik
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-02-05Sidebar improvementsRusty Wagner
2024-01-15Add ability to merge variables from variables sidebarJon Palmisciano
2023-11-08Allow users to override variable complexity limitJosh Ferrell
2023-11-08Add UIDF actions to variable listJosh Ferrell
2023-11-08Variable list improvementsJosh Ferrell
- Add back header for variable list - Add warning to variable list when function exceeds configured complexity - Navigate to data variables from variable list - Add filtering to variable list
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-01-28Format All FilesKyleMiles
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2021-08-06VariableList: Refresh on focusJon Palmisciano
2021-07-30VariableList: It's here!Jon Palmisciano