summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
AgeCommit message (Collapse)Author
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
This fixes a cases where trying to dynamic_cast to one of these interfaces fails for types defined in libraries, since the linker just copies the full definition into the library because it can, and then breaks the inheritance tree.
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-10Prefer to restore location information from qsettings, falling back to ↵Brian Potchik
location information from a database.
2022-11-10Add ability to quiesce views not active in a ViewFrame.Brian Potchik
2022-11-10Remove old navigation on 'main' symbol added behavior.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-08-07Fix navigation with respect to preserving graph and IL view preferences.Brian Potchik
2022-04-20Fix initial navigation crash and object lifetime.Brian Potchik
2022-03-24Cleanup 'Make Function' actions and select the correct platform for ↵Brian Potchik
multi-arch binaries.
2022-03-16Add support for structured loggingPeter LaFosse
2022-01-28Format All FilesKyleMiles
2022-01-25Move file lock status widget into main window to avoid use after free when ↵Rusty Wagner
moving tabs between windows
2022-01-22Fix memory leak when creating new window from panesRusty Wagner
2022-01-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-10-05More HLIL API parity; Resolves #2363KyleMiles
2021-10-04Custom tab widget for tear-away tabsRusty Wagner
2021-09-30StackView: It's a view of the stack!Jon Palmisciano
2021-08-25Update reflection view for improved IL synchronization and default IL.Brian Potchik
2021-07-30VariableList: It's here!Jon Palmisciano
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-05-05Ser/des history entriesGlenn Smith
Closes #2410
2021-04-22add persistent search resultXusheng
2021-03-31Maintain preferred IL view when navigating among views which don't support ILs.Brian Potchik
2021-03-18Add Go to File Offset actionBrian Knudson
2021-03-16Compatibility with Qt 6Rusty Wagner
2021-02-27Use file contents lock popup to indicate lock is enabled upon change detection.Brian Potchik
2021-02-18Improve write lock status state visibility.Brian Potchik
2021-02-17add support for type xref and variable xrefXusheng
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-23Add ViewLocation navigatioon support to LinearView.Brian Potchik
2021-01-19make the trasnsformation dialog non-modalXusheng
2020-12-23Add ViewLocation navigation API.Brian Potchik
2020-12-17Allow minigraph to work with reflection view when main view is linear.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 ↵Brian Potchik
information has changed.
2020-11-21Move IL view type access to ViewFrame.Brian Potchik
2020-11-07Improved view location preservation when duplicating existing views in the UI.Brian Potchik
2020-10-15edit current line in linear viewXusheng
add CanAssemble() to architectures
2020-09-15display as in linear viewXusheng
2020-08-27make setSelectionOffsets() pure virtualXusheng
2020-07-29maintain selected bytes when switching between viewsXusheng
2020-05-29Update to Qt 5.15Rusty Wagner
2020-03-18Cross References OverhaulPeter LaFosse
- Add ability to toggle between cross reference tree view and table view - Add cross reference search/filtering and pinned cross references - Add count of filtered/total on the 'Filter' button
2020-03-11Set default start address in rebase dialog.Brian Potchik
2019-08-19Add file-backed only mode toggle to feature map context menu.Brian Potchik
2019-08-01TagsGlenn Smith