summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
AgeCommit message (Collapse)Author
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
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-02-27Use file contents lock popup to indicate lock is enabled upon change detection.Brian Potchik
2021-02-18Improve write lock status state visibility.Brian Potchik
2021-02-17add support for type xref and variable xrefXusheng
2021-02-02Disable file contents lock by default for new file/binary actions.Brian Potchik
2021-01-31Cleanup and refactor file contents write lock.Brian Potchik
2021-01-29Add write traction support to help prevent accidental modifications.Brian Potchik
2021-01-23Add ViewLocation navigatioon support to LinearView.Brian Potchik
2021-01-19make the trasnsformation dialog non-modalXusheng
2020-12-23Add ViewLocation navigation API.Brian Potchik
2020-12-17Allow minigraph to work with reflection view when main view is linear.Brian Potchik