summaryrefslogtreecommitdiff
path: root/ui/linearview.h
AgeCommit message (Expand)Author
2021-07-09Cleanup tags and comments in many placesGlenn Smith
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-20Added editFunctionProperties() methodsJon Palmisciano
2021-05-05Ser/des history entriesGlenn Smith
2021-04-22properly get LLIL/MLIL function in LinearViewXusheng
2021-04-13Toggle/Make Float Variable actions #2069Glenn Smith
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
2021-01-23Add ViewLocation navigatioon support to LinearView.Brian Potchik
2020-12-31Add basic navigateToViewLocation support for linear view.Brian Potchik
2020-12-18Add API/UI to control dead store elimination of specific variablesRusty Wagner
2020-11-21Add IL instruction index navigation support to flowgraph view types.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-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-09Per-character text selectionGlenn Smith
2020-09-28add cycleILView()Xusheng
2020-09-24add m_cursorAscii to linear viewXusheng
2020-09-15display as in linear viewXusheng
2020-09-08UI changes for user-informed dataflowChinmay
2020-09-08add definition for LinearView::createFuncWithPlatform()Xusheng
2020-08-28add definition for LinearView::undefineVariable()Xusheng
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-06-26Fix crash on recursive structureRusty Wagner
2020-06-25Support inferring structure members from other IL typesRusty Wagner
2020-06-12Decouple LinearView resize events to quiesce UI object states during initiali...Brian Potchik
2020-05-29Update to Qt 5.15Rusty Wagner
2020-05-13Add call type adjust and stack adjust options to linear viewRusty Wagner
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-01-16Factor gutter width/tag token width into a settingGlenn Smith
2020-01-16Update gutter width, tag token as a constantGlenn Smith
2019-11-15Type workflow improvementsPeter LaFosse
2019-10-27Eliminate most warnings on LinuxRusty Wagner
2019-09-27Tag notifications & tag type list optimizedPeter LaFosse