summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2024-01-22Project supportJosh Ferrell
2024-01-18Standardize variable name across methods.Alexander Taylor
2024-01-18Fix a defaultkat
2024-01-18Tabbar reworkkat
2024-01-15Add 'Merge Variables Here' actionPeter LaFosse
2024-01-15Add ability to merge variables from variables sidebarJon Palmisciano
2024-01-12Add fmt::format for QStringGlenn Smith
2024-01-12Add search box to Merge Variables dialogPeter LaFosse
2024-01-10Automatically filter settings based on current scope selection in the ↵Brian Potchik
settings UI.
2024-01-08Fix crash when adding segments/sections while memory map is openJosh Ferrell
2023-12-27Add file path tooltips to tabsJosh Ferrell
2023-12-23Add support for writable object settings that are rendered as a table.Brian Potchik
2023-12-15Add automatic table generateion support for serialized objects in the ↵Brian Potchik
settings UI.
2023-12-08Add support for main function detection in x64 Windows binariesXusheng
2023-11-28Fix memory leak when using the create structure dialog. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4779
2023-11-24Add Symbolic symbols type.Brian Potchik
2023-11-16Special color for exported symbolsGlenn Smith
Imports have their own color, so exports can too
2023-11-16Initial components UI update.Brian Potchik
2023-11-13Add fmt library to apiGlenn Smith
2023-11-10Add support for object settingsJosh Ferrell
2023-11-10Add "password" setting typeJosh Ferrell
2023-11-08Allow users to override variable complexity limitJosh Ferrell
2023-11-08Add UIDF actions to variable listJosh Ferrell
2023-11-08Variable list improvementsJosh Ferrell
- Add back header for variable list - Add warning to variable list when function exceeds configured complexity - Navigate to data variables from variable list - Add filtering to variable list
2023-11-07Stop drawing blank widgets in sidebar headers.Alexander Taylor
2023-11-07Memory Map: Allow use in a pane.Alexander Taylor
2023-11-07Revert "Add support for transient scrollbars."Alexander Taylor
This reverts commit 40642b7fc3b212066093952e4adcd77da5e18177.
2023-11-07Support navigating to a raw address when the data offset is double-clickedXusheng
2023-11-06Type BrowserGlenn Smith
2023-11-06Type ContainersGlenn Smith
2023-11-06Allow setting UIDF on any mlil/hlil usageJosh Ferrell
2023-11-01Style FilterEdit search bars with an icon.Alexander Taylor
2023-11-01Add support for transient scrollbars.Alexander Taylor
2023-11-01Add interaction.get_large_choice_input for large numbers of optionskat
2023-11-01Update developer mode preferences. (skip-ci)Brian Potchik
2023-10-31Add member for indicator paint option.Alexander Taylor
2023-10-28Update developer mode preferences.Brian Potchik
2023-10-05Allow SidebarWidgets to provide notificaiton of closingPeter LaFosse
2023-10-02Default constructed ViewLocations should have an unspecified IL view type.Brian Potchik
2023-09-29Fix cross reference list artifacts on horizontal scrollingRusty Wagner
2023-09-28Minor updates for Python binding generation of UI APIRusty Wagner
2023-09-27Maintain subgroup selection in Settings UI.Brian Potchik
2023-09-27Optimize settings UI to minimize loading time.Brian Potchik
2023-09-26Settings UI layout optimizations.Brian Potchik
2023-09-25Fix uninitialized variable warning on index resetRusty Wagner
2023-09-24Add action to open settings for current binary view.Brian Potchik
2023-09-20Properly initialize m_resultAmbiguous in various address dialogsXusheng
2023-09-19Extract class CopyableLabel to an independent file. Fix ↵Xusheng
https://github.com/Vector35/binaryninja/issues/525 and https://github.com/Vector35/binaryninja-api/issues/4630
2023-09-15Add analysis progress spinner to the linear view function header.Brian Potchik
2023-09-13Fix spurious event handling when recreating panes with multiple ViewFrames.Brian Potchik