summaryrefslogtreecommitdiff
path: root/ui/flowgraphwidget.h
AgeCommit message (Collapse)Author
2021-04-02Make status bar buttons full height + adjustable colorGlenn Smith
2021-03-18Add Go to File Offset actionBrian Knudson
2021-02-17add support for type xref and variable xrefXusheng
2020-12-23Add ViewLocation navigation API.Brian Potchik
2020-12-18Add API/UI to control dead store elimination of specific variablesRusty Wagner
2020-12-06Cleanup flowgraph related highlights API.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-10-15Keep track of mouse position when selectingGlenn Smith
2020-10-09Per-character text selectionGlenn Smith
2020-09-29Keep instruction address highlight when navigating to related IL views.Brian Potchik
2020-09-15display as in linear viewXusheng
2020-09-08UI changes for user-informed dataflowChinmay
2020-07-30add support for display as float/doubleXusheng
2020-07-29maintain selected bytes when switching between viewsXusheng
2020-05-29Update to Qt 5.15Rusty Wagner
2020-05-01Add additional context on integer tokensRusty Wagner
2020-04-27Add names for goto labelsRusty Wagner
2020-01-20expose overriding call types at individual call sitesRyan Snyder
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse
2019-08-27Add support for showing structure offsets and inferring types via hotkey, ↵Peter LaFosse
add changing names/types of structure members from linear/graph view
2019-08-01TagsGlenn Smith
2019-06-26Fix function header refresh on function update.Brian Potchik
2019-06-13Add notification callbacks for when data-only metadata is updatedrollsafe
2019-06-06Add UI dialog for adding user referencesrollsafe
2019-05-24Initialize mouse selection mode in FlowGraphWidget.Brian Potchik
2019-05-15Add flow graph call to try to maintain location across graph typesRusty Wagner
2019-04-18add support for ctl-end hotkey in flow graphsJordan Wiens
2019-04-12Add multiselect and keyboard navigation to graph viewRusty Wagner
2019-03-20Add in progress UI API headersRusty Wagner