summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2024-09-24Get current stack base offset.Alexander Taylor
Required for showing this to the user while they are modifying the current stack base offset.
2024-09-24Fix Remote Dialog buttons being drawn incorrectly.Alexander Taylor
2024-09-19Add ui action to navigate to entry pointJosh Ferrell
2024-09-19Add tag text input in tag creation dialogJosh Ferrell
2024-09-19Add additional testing and handling for object settings.Brian Potchik
2024-09-18Unify implementations of getStringForGraphTypeGlenn Smith
2024-09-13Ultimate.Alexander Taylor
2024-09-12adding copy to search resultsJordan Wiens
2024-09-05Fix crash and UI lag for the address/find dialogs.Brian Potchik
2024-08-14Resizable scripting console inputMason Reed
2024-08-14Configurable minimum widget sizing for SplitterMason Reed
2024-08-02Support setting user global pointer valueXusheng
2024-07-23Support directly creating a new mapped fileXusheng
2024-07-19Process feature map menu actions more efficiently.Brian Potchik
2024-07-18MemoryMap update with new segment model.Brian Potchik
2024-07-18Remove deprecated TypeViewGlenn Smith
2024-07-12Avoid crash in search result widget. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5728
2024-07-12Show undo actions for all views of a file in history widgetJosh Ferrell
2024-07-10ui: fix il preview not updating immediately when cyclingRyan Snyder
2024-06-26ui: support for il xref navigationRyan Snyder
2024-06-25Add FlowGraphWidget::getScale()Glenn Smith
2024-06-12stackview: only show vars valid at current locRyan Snyder
2024-05-19Make call param hints more configurable & support more param types for hint ↵Mason Reed
deduplication
2024-05-14History widgetJosh Ferrell
2024-05-14Ref count undo objectsJosh Ferrell
2024-05-13Move collaboration to coreJosh Ferrell
2024-05-10Add actions to quickly adjust the selection in linear and hex viewXusheng
2024-05-08Disassembly: Add relative to fixed base address modeGlenn Smith
2024-05-08Stack view: Make constant base offset per-functionGlenn Smith
2024-05-08Stack view: allow setting arbitrary base offset by double-clickGlenn Smith
2024-05-07Stack view: Make the base offsets work with the "create variable" dialogGlenn Smith
2024-05-07Stack view: Allow switching base register offsetGlenn Smith
2024-05-07Type Browser: Option to have exact search matches come firstGlenn Smith
2024-05-07Add "Navigate to Matching Brace"Josh Ferrell
2024-05-07Type Editor: Add "Append Field" actionGlenn Smith
2024-05-06Highlight matching indentation lines in linear viewGlenn Smith
2024-05-06Use a flags enum for address offset displayGlenn Smith
2024-05-02Allow users to specify file name displayed in offsetsGlenn Smith
2024-05-02Add address display mode optionsGlenn Smith
2024-04-26Fix display of possible values in uidf dialogJosh Ferrell
2024-04-26Generate a default name for new enum and union. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/5322
2024-04-25Automatically update the element count when the type is changed in the ↵Xusheng
create array dialog. Fix https://github.com/Vector35/binaryninja-api/issues/5284
2024-04-12Bump UI ABI Versionkat
2024-04-12Add DTBWCW::setCornerWidget option to have corner widget stretch instead of tabskat
2024-04-11Update sidebar widget and view quiescing API.Brian Potchik
2024-04-09Fix refresh quiescing for TypeBrowser.Brian Potchik
2024-04-09Various fixes for recently added BinaryDataNotifications.Brian Potchik
2024-03-21Add copy actions to TypeBrowserViewkat
2024-03-20Add uiSelectionControl support for registered settings.Brian Potchik
2024-03-20add tooltip API to filter dialogJordan Wiens