summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
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
2023-01-16Make parameter order more consistent across linear view, do not clobber ↵Josh Ferrell
QWidget::update
2023-01-10Integrate Enum IntegerDisplayType, Add MetadataChoiceDialogkat
2023-01-03Fix UAF chance in BackgroundThreadGlenn Smith
If a the owning object is deleted in between the m_owner check and a main thread action being run, the action was not cancelled properly.
2023-01-03Make ProgressTask cancel if its owner is deletedGlenn Smith
# Conflicts: # ui/progresstask.h
2022-12-26Add listeners for symbol events in linear viewJosh Ferrell
2022-12-22Properly detect function header in flow graph widget. Fix ↵Xusheng
https://github.com/Vector35/binaryninja-api/issues/3753
2022-12-16Add new "Create Array" dialogJon Palmisciano
2022-12-14Support multiple files and importing function in header import dialogPeter LaFosse
2022-12-14Add LoggerRefPeter LaFosse
2022-12-05Fix crash when symbols list fetch is still running when find/address dialog ↵Rusty Wagner
is dismissed
2022-12-02Update linear view header spacingJosh Ferrell
2022-11-30Type library C++ api & import recordingGlenn Smith
2022-11-30Add sticky header to linear viewJosh Ferrell
2022-11-19Fix issues with building using Visual Studio 2022Rusty Wagner
2022-11-17Remove QGraphicsEffect as it's causing instabilityRusty Wagner
2022-11-14Revert "Show filtered/total count in search"Glenn Smith
This reverts commit 78a4c923fe3fd5790e03e2c963e0a519d8c2b93b.
2022-11-11Header import dialogGlenn Smith
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-10Show filtered/total count in searchGlenn Smith
2022-11-10Prefer to restore location information from qsettings, falling back to ↵Brian Potchik
location information from a database.
2022-11-10Add ability to restore layouts and locations for all sync/no-sync groups.Brian Potchik