summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2023-08-29Fix logview header.Brian Potchik
2023-08-29Fix logview header.Brian Potchik
2023-08-29Expose Name versions of font getters, update docs.Alexander Taylor
2023-08-29Fix copy paste for selections in the Log.Brian Potchik
2023-08-28Fix BackgroundThread::then not forwarding qt signalsGlenn Smith
2023-08-28Allow adding actions to menus with relative pathsGlenn Smith
2023-08-28Revert "Fix object lifetimes for view sensitive widgets in the UI."Brian Potchik
This reverts commit a693c795f73686eb8901eeb70e252b9ca796049d.
2023-08-25Update font settings APIs, add documentation.Alexander Taylor
2023-08-17Better fix for linear view hangGlenn Smith
Instead of updating a lot, have a bail condition to prevent future bugs
2023-08-11Add current_il_instructions magic variable in the Python console. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/4327.
2023-08-10Fix object lifetimes for view sensitive widgets in the UI.Brian Potchik
2023-08-10Add OnNotificationBarrier callback and the ability to selectively enable ↵Brian Potchik
notification callbacks.
2023-06-15Change default behavior of CommentDialog.Alexander Taylor
Now accepts on Enter/Return.
2023-07-17Add copy function for tag list.Alexander Taylor
2023-07-17Disable back/forward arrow if there aren't any back/forward locationsJosh Ferrell
2023-06-23Proper no-selection state for MetadataChoiceDialogkat
2023-06-22Added a boolean to log view to stop restore logic.Alexander Taylor
2023-06-22Revert "support for sticky log filter"Peter LaFosse
This reverts commit dc35205050bdcefce6a1298c993bb11329a12ec7.
2023-06-21Allow copy & copy-as to operate on 'full' string instead of string annotationPeter LaFosse
2023-06-13add FlowGraphWidget::addressForCall helper APIPeter LaFosse
2023-06-13add LinearView::addressForCall helper APIPeter LaFosse
2023-06-06support for sticky log filterJordan Wiens
2023-06-03Export the addJsonTheme symbolkat
2023-05-30Cleaned up the Create Array Dialog.Alexander Taylor
2023-05-23small debounce delay for filter updatingJordan Wiens
2023-05-23Add tokentype for bracesGlenn Smith
2023-05-22export MetadataChoiceDialog symbols for pluginskat
2023-05-10Store log tokens in entries (for perf)Glenn Smith
2023-04-03added option to display tag counts for each type in the tags list treeGalen Williamson
2023-03-30Add base structure support to create structure dialogRusty Wagner
2023-03-29CreateTypeDialog helpers to create/apply the dialog like TypeView doesGlenn Smith
2023-03-29Add support for warnings to ScriptingInstanceJosh Ferrell
2023-03-24Refactor linearview updatesPeter LaFosse
2023-03-08Stop FilterView from processing key press events.Alexander Taylor
2023-03-07Add DataVariable and FunctionToImport features to BNDB Import DialogPeter LaFosse
2023-03-01Add support for importing DataVariables by Symbol in Import BNDB dialogPeter LaFosse
2023-02-25Add BNDB import dialogPeter LaFosse
2023-02-23Allow Search Results panel to be collapsed smallerGlenn Smith
There was no reason it needed that minimum size
2023-02-20Revert "Add update mutex to xrefs widget"Peter LaFosse
This reverts commit 8daa0bd5528549ccc9a6612f77089539c8640f84.
2023-02-17LogView: keep a local cache of bv valid ranges to avoid taking a lock in the ↵Peter LaFosse
core while painting
2023-02-17Add update mutex to xrefs widgetPeter LaFosse
2023-02-17Some optimizations to SymbolsView to make it less laggy when updates are ↵Peter LaFosse
occuring on large binaries Sort the current symbols in the background
2023-02-15Expose API for getting default font size.Alexander Taylor
2023-02-15Added new API for obtaining application font.Alexander Taylor
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2023-01-31Fix missing clicks in symbolslistPeter LaFosse
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.
2023-01-25Add dock menu with various dock menu actionsGlenn Smith
2023-01-23Warning cleanupRusty Wagner
2023-01-23Make splitPane return the created paneGlenn Smith