| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-29 | Add a modal dialog option for cross references | Rusty Wagner | |
| 2025-08-29 | Add a Pinned Cross References tab to hold pinned references | Rusty Wagner | |
| 2025-07-15 | If type references exceed the xref item limit, other references may be less ↵ | Rusty Wagner | |
| than the item limit but still not a complete list. Add the + indicator on the other categories if this condition is detected. | |||
| 2025-07-07 | Add IL view type change UI context notification | Rusty Wagner | |
| 2025-07-03 | Reduce number of refreshes and memory usage of cross references widget. | Rusty Wagner | |
| * Generates IL for cross references only when visible instead of all at once. * Releases memory for IL after the cross references retrieves the tokens. * Much faster algorithm for updating IL when functions change. * Don't refresh cross references at all if the widget isn't visible. Retreiving the new set of cross references is deferred until the widget becomes visible again. * Don't redo the query for the list of cross references when anything in the entire UI changes, even the window layout. Only recompute the list when an event for a new cross reference selection comes in. | |||
| 2025-05-23 | Fix spurious cross-reference updates during startup initialization. Save the ↵ | Brian Potchik | |
| polar bears. | |||
| 2025-05-07 | Fix compiler error with g++15 | Josh Ferrell | |
| 2025-01-14 | Add hash for XrefItem | Peter LaFosse | |
| 2024-10-21 | Allow multiple high level representations for display, add Pseudo Rust and a ↵ | Rusty Wagner | |
| Pseudo Python example plugin | |||
| 2024-10-18 | raise sidebar widgets when focused | Jordan Wiens | |
| 2024-07-10 | ui: fix il preview not updating immediately when cycling | Ryan Snyder | |
| 2024-06-26 | ui: support for il xref navigation | Ryan Snyder | |
| 2024-02-05 | Sidebar improvements | Rusty Wagner | |
| 2023-09-29 | Fix cross reference list artifacts on horizontal scrolling | Rusty Wagner | |
| 2023-02-20 | Revert "Add update mutex to xrefs widget" | Peter LaFosse | |
| This reverts commit 8daa0bd5528549ccc9a6612f77089539c8640f84. | |||
| 2023-02-17 | Add update mutex to xrefs widget | Peter LaFosse | |
| 2023-01-27 | Add virtual non-inline functions for interface classes | Glenn 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-10 | Several documentation improvements and fixes | kat | |
| - Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs | |||
| 2022-08-16 | Remove unused function (skip-ci) | Xusheng | |
| 2022-08-12 | Show HLIL best guess in xrefs | Peter LaFosse | |
| 2022-01-28 | Format All Files | KyleMiles | |
| 2022-01-18 | Fix leak in reference count assignment operator | Rusty Wagner | |
| 2022-01-10 | Refactor main area to use pane system | Rusty Wagner | |
| 2021-07-28 | Add sidebar and move some dock widgets to it | Rusty Wagner | |
| 2021-04-22 | add persistent search result | Xusheng | |
| 2021-03-31 | cached the number of max UI items | Xusheng | |
| 2021-03-30 | Fix ExpandableGroup naming and animation | Josh Ferrell | |
| 2021-02-17 | add support for type xref and variable xref | Xusheng | |
| 2021-02-17 | better handling of font size in xref widget | Xusheng | |
| 2020-06-09 | Fix warnings | Rusty Wagner | |
| 2020-05-15 | Xref list perf improvements | Rusty Wagner | |
| 2020-03-20 | Add resetFilter api | Peter LaFosse | |
| 2020-03-20 | Add apis for getting next index in the xref proxy model | Peter LaFosse | |
| 2020-03-18 | Cross References Overhaul | Peter 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-16 | Fix crash in new xref list. | Brian Potchik | |
| 2020-02-12 | Remove XrefItem visability entirely | Peter LaFosse | |
| 2020-02-12 | make CrossReferenceListModel part of BINARYNINJAUIAPI | Peter LaFosse | |
| 2020-02-11 | Add tree-based cross references | Peter LaFosse | |
| 2019-06-06 | Display from and to xrefs in xref window | rollsafe | |
| 2019-05-10 | Use Qt qobject casting style for DockWidgets. | Brian Potchik | |
| 2019-05-01 | DockWidget interface updates to better support UI plugins. | Brian Potchik | |
| 2019-03-27 | Add prev/next cross reference functions | Rusty Wagner | |
| 2019-03-20 | Add in progress UI API headers | Rusty Wagner | |
