summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2019-11-26Fix python console context menu.Brian Potchik
2019-11-24Add signature matcher library functions to Feature Maprollsafe
2019-11-15Type workflow improvementsPeter LaFosse
2019-11-14Ignore spurious updates for initial feature map orientation.Brian Potchik
2019-11-14Initial dynamic rebasing support.Brian Potchik
2019-10-31Fix initial feature map orientation.Brian Potchik
2019-10-27Eliminate most warnings on LinuxRusty Wagner
2019-10-22Fix SymbolsView context menu.Brian Potchik
2019-10-22Add auto-rotation to feature map.Brian Potchik
2019-10-02Fix typo in SymbolList sort settingsPeter LaFosse
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-09-13use webengine for show_..._report APIsJordan Wiens
2019-08-31Improved selection offset handling in LinearView.Brian Potchik
2019-08-27Add support for showing structure offsets and inferring types via hotkey, add...Peter LaFosse
2019-08-19Add file-backed only mode toggle to feature map context menu.Brian Potchik
2019-08-07Add option to display raw names in symbol viewPeter LaFosse
2019-08-03Symbol List performance improvementsPeter LaFosse
2019-08-03Add better error handling for type dialogPeter LaFosse
2019-08-03Fix symbol list issues. Vector35/binaryninja-api #1412Peter LaFosse
2019-08-02Refactor settings system to be reference counted.Brian Potchik
2019-08-01TagsGlenn Smith
2019-07-29Input completion through pythonGlenn Smith
2019-07-19Update SymbolView options to improve usabilityPeter LaFosse
2019-07-19Fix case sensitivity issue with the rename dialogPeter LaFosse
2019-07-15Add move constructors and name caching for performance when sorting large sym...Peter LaFosse
2019-07-15Fix scroll bar position for function listPeter LaFosse
2019-07-14Pass through ability to show imports/exports/etcPeter LaFosse
2019-07-14Add support for sorting the symbol list by name or addressPeter LaFosse
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
2019-07-04Add autocompletion on type dialogPeter LaFosse
2019-07-02Fix header filePeter LaFosse
2019-07-02Add shortcut keys to command palettePeter LaFosse
2019-06-26Fix function header refresh on function update.Brian Potchik
2019-06-13Add notification callbacks for when data-only metadata is updatedrollsafe
2019-06-13Initial rebase on file load support.Brian Potchik
2019-06-06Add UI dialog for adding user referencesrollsafe
2019-06-06Display from and to xrefs in xref windowrollsafe
2019-05-27Add keyboard navigation and selection to linear viewRusty Wagner
2019-05-25Fix remaining button state tracking bugs.Brian Potchik
2019-05-24Initialize mouse selection mode in FlowGraphWidget.Brian Potchik
2019-05-15Add flow graph call to try to maintain location across graph typesRusty Wagner
2019-05-14Add dynamic dock widget support for UI plugins.Brian Potchik
2019-05-10Use Qt qobject casting style for DockWidgets.Brian Potchik
2019-05-09Fix widget visibility state in the application menu.Brian Potchik
2019-05-01DockWidget interface updates to better support UI plugins.Brian Potchik
2019-05-01Fix typo in ViewFrame interface.Brian Potchik
2019-05-01Add clear scripting console command to command palette.Brian Potchik
2019-04-30Temporary dockwidget interface fix for UI API based dock widgets.Brian Potchik
2019-04-23Update MiniGraph to work with FlowGraphWidet.Brian Potchik
2019-04-18add support for ctl-end hotkey in flow graphsJordan Wiens