summaryrefslogtreecommitdiff
path: root/ui/symbollist.h
AgeCommit message (Collapse)Author
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.
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-09-25Fix uninitialized variable warning on index resetRusty Wagner
2023-02-17Some optimizations to SymbolsView to make it less laggy when updates are ↵Peter LaFosse
occuring on large binaries Sort the current symbols in the background
2023-01-31Fix missing clicks in symbolslistPeter LaFosse
2022-11-14Revert "Show filtered/total count in search"Glenn Smith
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
2022-11-10Show filtered/total count in searchGlenn Smith
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
2021-10-07Fix collision between shortcuts and starting to filter by nameRusty Wagner
2020-09-15Fix symbol list perf issuePeter LaFosse
2019-11-24Add signature matcher library functions to Feature Maprollsafe
2019-10-22Fix SymbolsView context menu.Brian Potchik
2019-10-02Fix typo in SymbolList sort settingsPeter LaFosse
2019-08-07Add option to display raw names in symbol viewPeter LaFosse
2019-08-03Symbol List performance improvementsPeter LaFosse
2019-08-03Fix symbol list issues. Vector35/binaryninja-api #1412Peter LaFosse
2019-07-19Update SymbolView options to improve usabilityPeter LaFosse
2019-07-15Add move constructors and name caching for performance when sorting large ↵Peter LaFosse
symbol sets
2019-07-15Fix scroll bar position for function listPeter LaFosse
2019-07-14Pass through ability to show imports/exports/etcPeter LaFosse
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
Refactoring Function List to support Symbols and Data Variables too Renaming FunctionList and FunctionsView to SymbolList/SymbolsView Keep track of current selection and scroll position between model resets