summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
AgeCommit message (Collapse)Author
2020-03-18Cross References OverhaulPeter LaFosse
- Add ability to toggle between cross reference tree view and table view - Add cross reference search/filtering and pinned cross references - Add count of filtered/total on the 'Filter' button
2020-03-11Set default start address in rebase dialog.Brian Potchik
2019-08-19Add file-backed only mode toggle to feature map context menu.Brian Potchik
2019-08-01TagsGlenn Smith
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
2019-05-14Add dynamic dock widget support for UI plugins.Brian Potchik
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-05-01Fix typo in ViewFrame interface.Brian Potchik
2019-03-27Add prev/next cross reference functionsRusty Wagner
2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin ↵Brian Potchik
navigation.
2019-03-20Add data sensitivity to dock widget system.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner