summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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
2019-04-13Add default constructors for menus.Brian Potchik
2019-04-13Add interactive disassembly graph type label.Brian Potchik
2019-04-13Add MenuHelper for better menu behavior.Brian Potchik
2019-04-12Add multiselect and keyboard navigation to graph viewRusty Wagner
2019-04-07Update goto address preview on selection changePeter LaFosse
2019-04-07Add autocomplete and preview to 'Go To Address' dialogPeter LaFosse
2019-04-01Repaint logview when changing tabs.Brian Potchik
2019-03-27Add API for adding a new type of file open button on the new tab pageRusty Wagner
2019-03-27Add prev/next cross reference functionsRusty Wagner
2019-03-26Add a tokenized text view class for UI pluginsRusty Wagner
2019-03-26Add BinaryDataNavigable API to View which enables FeatureMap/UI Plugin naviga...Brian Potchik
2019-03-21Fix global keybindings that are not in menus, fix crash on exit in snippets p...Rusty Wagner
2019-03-20Fix Windows demo buildRusty Wagner
2019-03-20Add data sensitivity to dock widget system.Brian Potchik
2019-03-20Add in progress UI API headersRusty Wagner