summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2022-06-15Prefer lazy menu deletion to minimize chance of UAF when using context ↵Brian Potchik
menu/actions.
2022-06-14Fix flow graph not being able to copy in some casesGlenn Smith
2022-06-10Add New Window for Pane action, document Wayland supportRusty Wagner
2022-05-25Prevent error/warning indicators from opening a new tabPeter LaFosse
2022-05-23Fix race condition on linear view updateRusty Wagner
2022-05-19Add to LogView combo box from main threadPeter LaFosse
2022-05-18Add `isActiveThemeDark` APIJon Palmisciano
2022-05-18Add Split + Navigate Featurekat
2022-05-17Refactor, add `AddressIndicator` APIs; default-initialize membersJon Palmisciano
- Back format enums with `char` type
2022-05-16Improve address indicator UI/UXJon Palmisciano
2022-05-12Add focusSearch method to SettingsViewcynder
2022-05-11Clang+TypeParser APIsGlenn Smith
2022-05-11Add API for saving/restoring split layout infoJon Palmisciano
2022-04-29Improve navigation to correct tab when error/warn indicator is clickedPeter LaFosse
Fix potential hang and new tab navigation when clicking error/warn indicator
2022-04-20Fix potential crash when scrolling in SettingsView.Brian Potchik
2022-04-20Fix initial navigation crash and object lifetime.Brian Potchik
2022-04-11Use QPlainTextEdit for ScriptingConsoleOutputJosh F
2022-04-07Update to Qt 6.2.4Rusty Wagner
2022-03-26Fix context menu in SettingsView.Brian Potchik
2022-03-24Cleanup 'Make Function' actions and select the correct platform for ↵Brian Potchik
multi-arch binaries.
2022-03-17Fix crash when changing log filters with with items selectedPeter LaFosse
2022-03-16Add support for structured loggingPeter LaFosse
2022-03-02Enable right click signals to the progress indicator in the UI.Brian Potchik
2022-02-18Previous IL view typerose
2022-02-10Move TypeView::getLinesForType into core as Type::GetLinesGlenn Smith
2022-02-08Fix UI arrow artifact in Cross References and Search widgets.Brian Potchik
2022-01-28Format All FilesKyleMiles
2022-01-27Collect and report file open error message.Brian Potchik
2022-01-25Fix VSA query on hover feature in the UI.Brian Potchik
2022-01-25Move file lock status widget into main window to avoid use after free when ↵Rusty Wagner
moving tabs between windows
2022-01-22Fix leak of scripting instances when new windows are createdRusty Wagner
2022-01-22Fix memory leak when creating new window from panesRusty Wagner
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-21Fix race in BackgroundThreadGlenn Smith
2022-01-21Reimplement progresstask with std::condition_variableGlenn Smith
2022-01-21Move OptionsDialog::queryViewTypes into public bool methodGlenn Smith
Fixes #2856
2022-01-20Async IL fetching in stack, variables, and xref viewsRusty Wagner
2022-01-20Only show graph header IL picker if pane headers are hiddenRusty Wagner
2022-01-18Fix leak in reference count assignment operatorRusty Wagner
2022-01-17OptionsDialog/SettingsView + ProgressTask fixesGlenn Smith
2022-01-17Right-click options on split button to improve discoverabilityRusty Wagner
2022-01-17Single function mode in linear viewRusty Wagner
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-12-27ProgressTask and BackgroundThread from libCollaborationGlenn Smith
2021-12-27Expose BinaryNinjaUI::isBinaryNinjaDataBaseGlenn Smith
2021-11-18Enterprise apis and supportGlenn Smith
Also secrets provider + openUrl
2021-11-06export linear disasmAndrew Lamoureux
2021-11-05Add tooltips to linear view, make generic tooltip functionsGlenn Smith
2021-10-28Smartly update the TypeViewXusheng
2021-10-27Add API for global actions on global area widgetsRusty Wagner