summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2020-10-25Add Save All action to the UI.Brian Potchik
2020-10-24PossibleValueSet dialog pulls existing values and miscellaneous cleanup.Brian Potchik
2020-10-15Make var name consistentGlenn Smith
2020-10-15Keep track of mouse position when selectingGlenn Smith
2020-10-15edit current line in linear viewXusheng
2020-10-14Temporary LinearView selection patch to preserve reasonable behavior during a...Brian Potchik
2020-10-14UIContext notifications (eg file open/save)Glenn Smith
2020-10-09Per-character text selectionGlenn Smith
2020-10-06Add proper indentation guidesJosh Ferrell
2020-09-29Keep instruction address highlight when navigating to related IL views.Brian Potchik
2020-09-28add cycleILView()Xusheng
2020-09-24Use Q_SIGNALS / Q_EMIT macros instead of signals / emitGlenn Smith
2020-09-24add m_cursorAscii to linear viewXusheng
2020-09-15Fix symbol list perf issuePeter LaFosse
2020-09-15Add support for custom flowgraph edgesPeter LaFosse
2020-09-15display as in linear viewXusheng
2020-09-08UI changes for user-informed dataflowChinmay
2020-09-08add definition for LinearView::createFuncWithPlatform()Xusheng
2020-09-08add InferArraySize()Xusheng
2020-09-03allow redefining an existing typeXusheng
2020-08-28add definition for LinearView::undefineVariable()Xusheng
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-08-27allow changing the m_filename of FileContextXusheng
2020-08-25Reverse search in scripting consoleJosh Ferrell
2020-08-13Prioritize recent commands in command palettePeter LaFosse
2020-08-11make the comment dialog non-modalXusheng
2020-07-30add support for comment colorXusheng
2020-07-30add support for display as float/doubleXusheng
2020-07-29maintain selected bytes when switching between viewsXusheng
2020-07-20Separate navigateToFunction and navigateJosh Ferrell
2020-07-10Add save settingsJosh Ferrell
2020-06-26Fix crash on recursive structureRusty Wagner
2020-06-25Support inferring structure members from other IL typesRusty Wagner
2020-06-22Add option to disable the Menu active on hover feature.Brian Potchik
2020-06-12Decouple LinearView resize events to quiesce UI object states during initiali...Brian Potchik
2020-06-12DockHandler uses same name for widget creation as is registered.Brian Potchik
2020-06-09Fix warningsRusty Wagner
2020-05-29Update to Qt 5.15Rusty Wagner
2020-05-15Xref list perf improvementsRusty Wagner
2020-05-13Add call type adjust and stack adjust options to linear viewRusty Wagner
2020-05-02Add hide mouse cursor ability for macOS.Brian Potchik
2020-05-01Add additional context on integer tokensRusty Wagner
2020-04-27Add names for goto labelsRusty Wagner
2020-04-22Add support for analysis warnings in linear viewRusty Wagner
2020-04-21Support for adding HLIL instruction highlightingRusty Wagner
2020-04-17Add support for forcing navigation to HLILRusty Wagner
2020-04-17Add IL support to linear viewRusty Wagner
2020-04-17Remove old linear view implementationRusty Wagner
2020-04-17Initial implementation of new linear view APIRusty Wagner
2020-04-16script console correctly resizes when multi-line no longer necessaryJordan Wiens