summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
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 multi-arc...Brian Potchik
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 mo...Rusty Wagner
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
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
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
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-10-19LinearView performance: remember cached regionsGlenn Smith
2021-10-15Clear relevant filters in type list when navigating to a hidden typeJosh F
2021-10-08fixing mis-spelled APIJordan Wiens
2021-10-07Modify tab bar to span entire top of windowRusty Wagner
2021-10-07Fix collision between shortcuts and starting to filter by nameRusty Wagner
2021-10-07Add modification indicator for tabsRusty Wagner
2021-10-07Add instruction index to createInferredMemberPeter LaFosse
2021-10-07Allow tab split options on reportsRusty Wagner
2021-10-07Add infrastructure for UTF-{16,32} string creation actionsJon Palmisciano
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Custom tab widget for tear-away tabsRusty Wagner
2021-09-30StackView: It's a view of the stack!Jon Palmisciano
2021-09-30LinearView: Add `setHighlightTokenState()`Jon Palmisciano
2021-09-29Fix warning.Brian Potchik
2021-09-27 Suppress display as in TypeViewXusheng