summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
AgeCommit message (Collapse)Author
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-01-13Command Palette enhancementsGlenn Smith
2025-10-21Refactor strings view to support derived stringsRusty Wagner
2025-07-07Add IL view type change UI context notificationRusty Wagner
2025-05-23Fix spurious cross-reference updates during startup initialization. Save the ↵Brian Potchik
polar bears.
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-16Navigation: Only go to non-navigable views when restoring stateGlenn Smith
2025-04-07Don't ifdef-out virtual functions in ViewGlenn Smith
2025-03-31Improve navigation fallback behavior when a navigation request is received ↵Brian Potchik
and the current view is not binary data navigable.
2025-03-21Add API for refreshing UI without needing an analysis updateGlenn Smith
2025-03-19enterprise URL handling: added copy location as URL APIs to viewframe.hGalen Williamson
2025-01-03Delete ViewNavigationModeMason Reed
Does not seem to do anything other than cause a crash!
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-09-25Add UIContextNotification::OnContextMenuCreated which is called after a ↵Xusheng
context menu is created in linear/graph/hex/types/stack view
2024-04-11Update sidebar widget and view quiescing API.Brian Potchik
2024-04-09Fix refresh quiescing for TypeBrowser.Brian Potchik
2023-12-08Add support for main function detection in x64 Windows binariesXusheng
2023-11-06Type BrowserGlenn Smith
2023-10-02Default constructed ViewLocations should have an unspecified IL view type.Brian Potchik
2023-09-28Minor updates for Python binding generation of UI APIRusty Wagner
2023-09-12Fix ViewFrame lifetime issues.Brian Potchik
2023-08-11Add current_il_instructions magic variable in the Python console. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4327.
2023-07-17Disable back/forward arrow if there aren't any back/forward locationsJosh Ferrell
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
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-11-10Prefer to restore location information from qsettings, falling back to ↵Brian Potchik
location information from a database.
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10Remove old navigation on 'main' symbol added behavior.Brian Potchik
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-07Fix navigation with respect to preserving graph and IL view preferences.Brian Potchik
2022-04-20Fix initial navigation crash and object lifetime.Brian Potchik
2022-03-24Cleanup 'Make Function' actions and select the correct platform for ↵Brian Potchik
multi-arch binaries.
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-25Move file lock status widget into main window to avoid use after free when ↵Rusty Wagner
moving tabs between windows
2022-01-22Fix memory leak when creating new window from panesRusty Wagner
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Custom tab widget for tear-away tabsRusty Wagner
2021-09-30StackView: It's a view of the stack!Jon Palmisciano
2021-08-25Update reflection view for improved IL synchronization and default IL.Brian Potchik
2021-07-30VariableList: It's here!Jon Palmisciano
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-05-05Ser/des history entriesGlenn Smith
Closes #2410
2021-04-22add persistent search resultXusheng
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-18Add Go to File Offset actionBrian Knudson