summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2020-12-06Update reflection view to use view location notification.Brian Potchik
2020-12-06Add ViewLocation notification support to DockHandler.Brian Potchik
2020-12-06Update reflection view on transition to visible state.Brian Potchik
2020-12-03Allow setting ui.log.maxSize without requiring restart.Brian Potchik
2020-12-02Callback for address changes #2166Glenn Smith
2020-12-01convert log maxsize to a settingJordan Wiens
2020-11-23Don't export QThread classes from the bindings, they have issues in shibokenRusty Wagner
2020-11-21Add new synchronized graph sub-view dock widget (Reflection).Brian Potchik
2020-11-21Add flowgraph API to highlight related instructions.Brian Potchik
2020-11-21Add IL instruction index navigation support to flowgraph view types.Brian Potchik
2020-11-21Allow DockHandler::notifyOffset to provide notification that an IL view ↵Brian Potchik
information has changed.
2020-11-21Move IL view type access to ViewFrame.Brian Potchik
2020-11-21Fix 'create function with platform' in the UI to respect the user preferred ↵Brian Potchik
platform.
2020-11-16Fix crash when navigating around in linear viewJosh Ferrell
2020-11-16Function context in LinearViewHistoryEntryJosh Ferrell
2020-11-07Improved view location preservation when duplicating existing views in the UI.Brian Potchik
2020-10-26testing workaround to fix scripting console visible when window loses focusJordan Wiens
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
add CanAssemble() to architectures
2020-10-14Temporary LinearView selection patch to preserve reasonable behavior during ↵Brian Potchik
analysis.
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