summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)Author
2021-04-02Make TypeView::getLinesForType static+publicGlenn Smith
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-31cached the number of max UI itemsXusheng
2021-03-30Fix ExpandableGroup naming and animationJosh Ferrell
2021-03-18Add Go to File Offset actionBrian Knudson
2021-03-16Add a QTextBrowser capable of showing remote imagesRusty Wagner
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-03-09Add active spinner with 'reanalyze function' control.Brian Potchik
2021-03-09Fix IL graph label control active highlight.Brian Potchik
2021-03-09Allow disassembly view function header to update with font size changes.Brian Potchik
2021-03-09Add ClickableStateLabel state accessor.Brian Potchik
2021-02-27Use file contents lock popup to indicate lock is enabled upon change detection.Brian Potchik
2021-02-27Add option to anchor a preview window to a position.Brian Potchik
2021-02-18Improve write lock status state visibility.Brian Potchik
2021-02-17add support for type xref and variable xrefXusheng
2021-02-17better handling of font size in xref widgetXusheng
2021-02-02Disable file contents lock by default for new file/binary actions.Brian Potchik
2021-01-31Cleanup and refactor file contents write lock.Brian Potchik
2021-01-29Add write traction support to help prevent accidental modifications.Brian Potchik
2021-01-27Add ABI version verification for pluginsRusty Wagner
2021-01-23Add ViewLocation navigatioon support to LinearView.Brian Potchik
2021-01-22Add new 'ui.scripting.historySize' setting.Brian Potchik
2021-01-21move navigation to mouse release instead of mouse pressJordan Wiens
2021-01-20Add font change notifications to reflection view.Brian Potchik
2021-01-19make the trasnsformation dialog non-modalXusheng
2020-12-31Add basic navigateToViewLocation support for linear view.Brian Potchik
2020-12-26Cleanup Mini Graph visibility handling.Brian Potchik
2020-12-23Add ViewLocation navigation API.Brian Potchik
2020-12-18Add API/UI to control dead store elimination of specific variablesRusty Wagner
2020-12-17Allow minigraph to work with reflection view when main view is linear.Brian Potchik
2020-12-11Reflection view updates for override and settings query.Brian Potchik
2020-12-08Add some synchronization modes to reflection view along with a context menu.Brian Potchik
2020-12-06Cleanup flowgraph related highlights API.Brian Potchik
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 infor...Brian Potchik
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 p...Brian Potchik
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