summaryrefslogtreecommitdiff
path: root/ui/linearview.h
AgeCommit message (Expand)Author
2022-11-30Add sticky header to linear viewJosh Ferrell
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10Several documentation improvements and fixeskat
2022-11-10Unify *::viewInTypesView into UIContext::navigateToTypeGlenn Smith
2022-09-01Splitting of variablesRusty Wagner
2022-08-11Add support for automatically restoring view state (layout and location) when...Brian Potchik
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of va...Rusty Wagner
2022-08-04Merge the functionality of "Create Structure" with "Create All Members" in li...Xusheng
2022-05-23Fix race condition on linear view updateRusty Wagner
2022-05-18Add Split + Navigate Featurekat
2022-03-24Cleanup 'Make Function' actions and select the correct platform for multi-arc...Brian Potchik
2022-02-18Previous IL view typerose
2022-01-28Format All FilesKyleMiles
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-17Single function mode in linear viewRusty Wagner
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-11-06export linear disasmAndrew Lamoureux
2021-11-05Add tooltips to linear view, make generic tooltip functionsGlenn Smith
2021-10-19LinearView performance: remember cached regionsGlenn Smith
2021-10-07Add infrastructure for UTF-{16,32} string creation actionsJon Palmisciano
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-09-30LinearView: Add `setHighlightTokenState()`Jon Palmisciano
2021-09-27Better support for change type in linear viewXusheng
2021-09-07Fix double click navigation handling in linear view.Brian Potchik
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