summaryrefslogtreecommitdiff
path: root/ui/linearview.h
AgeCommit message (Collapse)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
- Reduce file count, add minifier script - Group UI and group Core C - Add more items to groups - Add Tranform docs
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) ↵Brian Potchik
when reopening files.
2022-08-10Merge variables API/UI, variable liveness API for determining soundness of ↵Rusty Wagner
variable merges
2022-08-04Merge the functionality of "Create Structure" with "Create All Members" in ↵Xusheng
linear view
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 ↵Brian Potchik
multi-arch binaries.
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
LinearView: Update string methods for UTF-{16,32} string quick-creation - Update `makeString` to accept a character size for wide strings - Update `getStringLength` to handle wide strings, add doc comment TypeView, TypeView: Add `charSize` parameter to `makeString`
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
Fixes #1926 #2374 #2325 #2204 #1652 and possibly others
2021-05-26Add the ability to automatically create struct membersXusheng
2021-05-20Added editFunctionProperties() methodsJon Palmisciano
2021-05-05Ser/des history entriesGlenn Smith
Closes #2410
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 ↵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-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-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