summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
AgeCommit message (Expand)Author
2026-05-13Changes related to display as/type toggling.Alexander Taylor
2026-01-13Command Palette enhancementsGlenn Smith
2025-10-21Refactor strings view to support derived stringsRusty Wagner
2025-07-07Add IL view type change UI context notificationRusty Wagner
2025-05-23Fix spurious cross-reference updates during startup initialization. Save the ...Brian Potchik
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-04-16Navigation: Only go to non-navigable views when restoring stateGlenn Smith
2025-04-07Don't ifdef-out virtual functions in ViewGlenn Smith
2025-03-31Improve navigation fallback behavior when a navigation request is received an...Brian Potchik
2025-03-21Add API for refreshing UI without needing an analysis updateGlenn Smith
2025-03-19enterprise URL handling: added copy location as URL APIs to viewframe.hGalen Williamson
2025-01-03Delete ViewNavigationModeMason Reed
2024-11-21Remove DockHandler and DockWidget support.Brian Potchik
2024-10-21Allow multiple high level representations for display, add Pseudo Rust and a ...Rusty Wagner
2024-09-25Add UIContextNotification::OnContextMenuCreated which is called after a conte...Xusheng
2024-04-11Update sidebar widget and view quiescing API.Brian Potchik
2024-04-09Fix refresh quiescing for TypeBrowser.Brian Potchik
2023-12-08Add support for main function detection in x64 Windows binariesXusheng
2023-11-06Type BrowserGlenn Smith
2023-10-02Default constructed ViewLocations should have an unspecified IL view type.Brian Potchik
2023-09-28Minor updates for Python binding generation of UI APIRusty Wagner
2023-09-12Fix ViewFrame lifetime issues.Brian Potchik
2023-08-11Add current_il_instructions magic variable in the Python console. Fix https:...Xusheng
2023-07-17Disable back/forward arrow if there aren't any back/forward locationsJosh Ferrell
2023-02-08Remove ifdefs for Qt 5 support.Alexander Taylor
2023-01-27Add virtual non-inline functions for interface classesGlenn Smith
2022-11-10Several documentation improvements and fixeskat
2022-11-10Prefer to restore location information from qsettings, falling back to locati...Brian Potchik
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
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 multi-arc...Brian Potchik
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 mo...Rusty Wagner
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
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