summaryrefslogtreecommitdiff
path: root/ui/xreflist.h
AgeCommit message (Collapse)Author
2025-01-14Add hash for XrefItemPeter LaFosse
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ↵Rusty Wagner
Pseudo Python example plugin
2024-10-18raise sidebar widgets when focusedJordan Wiens
2024-07-10ui: fix il preview not updating immediately when cyclingRyan Snyder
2024-06-26ui: support for il xref navigationRyan Snyder
2024-02-05Sidebar improvementsRusty Wagner
2023-09-29Fix cross reference list artifacts on horizontal scrollingRusty Wagner
2023-02-20Revert "Add update mutex to xrefs widget"Peter LaFosse
This reverts commit 8daa0bd5528549ccc9a6612f77089539c8640f84.
2023-02-17Add update mutex to xrefs widgetPeter LaFosse
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
This fixes a cases where trying to dynamic_cast to one of these interfaces fails for types defined in libraries, since the linker just copies the full definition into the library because it can, and then breaks the inheritance tree.
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-16Remove unused function (skip-ci)Xusheng
2022-08-12Show HLIL best guess in xrefsPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-18Fix leak in reference count assignment operatorRusty Wagner
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-04-22add persistent search resultXusheng
2021-03-31cached the number of max UI itemsXusheng
2021-03-30Fix ExpandableGroup naming and animationJosh Ferrell
2021-02-17add support for type xref and variable xrefXusheng
2021-02-17better handling of font size in xref widgetXusheng
2020-06-09Fix warningsRusty Wagner
2020-05-15Xref list perf improvementsRusty Wagner
2020-03-20Add resetFilter apiPeter LaFosse
2020-03-20Add apis for getting next index in the xref proxy modelPeter LaFosse
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-02-16Fix crash in new xref list.Brian Potchik
2020-02-12Remove XrefItem visability entirelyPeter LaFosse
2020-02-12make CrossReferenceListModel part of BINARYNINJAUIAPIPeter LaFosse
2020-02-11Add tree-based cross referencesPeter LaFosse
2019-06-06Display from and to xrefs in xref windowrollsafe
2019-05-10Use Qt qobject casting style for DockWidgets.Brian Potchik
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-03-27Add prev/next cross reference functionsRusty Wagner
2019-03-20Add in progress UI API headersRusty Wagner