summaryrefslogtreecommitdiff
path: root/ui/uicontext.h
AgeCommit message (Collapse)Author
2026-04-14Plugin Manifest V2 Support0cyn
2026-02-10Improve container-aware display names in projects.Brian Potchik
2025-08-29Add a Pinned Cross References tab to hold pinned referencesRusty Wagner
2025-08-18Add ability to rebase the current view through the UIContext.Brian Potchik
2025-07-22Add OnActionExecutedImmutable to ui notifications and python apiAlexander Khosrowshahi
2025-07-07Add IL view type change UI context notificationRusty Wagner
2025-03-21Add API for refreshing UI without needing an analysis updateGlenn Smith
2025-02-04Firmware Ninja relationships APIBrandon Miller
2024-09-25Add UIContextNotification::OnContextMenuCreated which is called after a ↵Xusheng
context menu is created in linear/graph/hex/types/stack view
2024-03-20Prevent reloading of QSettings file when looking up name for pathJosh Ferrell
2024-02-16Add UI callback for On(Data)ViewReplaced for rebaseGlenn Smith
2024-02-09Expose projectbrowser.hJosh Ferrell
2024-02-07UIContext: Add plugin hook for when actions executeGlenn Smith
2024-02-05Sidebar improvementsRusty Wagner
2024-01-22Project supportJosh Ferrell
2023-09-28Minor updates for Python binding generation of UI APIRusty Wagner
2023-09-11Add handling for FileContext to notify the UI when BinaryView instances go ↵Brian Potchik
out of scope.
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-10Unify *::viewInTypesView into UIContext::navigateToTypeGlenn Smith
2022-05-18Add Split + Navigate Featurekat
2022-04-29Improve navigation to correct tab when error/warn indicator is clickedPeter LaFosse
Fix potential hang and new tab navigation when clicking error/warn indicator
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-22Add recreateViewFrames API for sync/rebaseRusty Wagner
2022-01-17OptionsDialog/SettingsView + ProgressTask fixesGlenn Smith
2022-01-10Refactor main area to use pane systemRusty Wagner
2021-10-26Replace log/scripting console dock widgets with global area conceptRusty Wagner
2021-07-28Add sidebar and move some dock widgets to itRusty Wagner
2021-05-26Updated examples and docsGlenn Smith
2021-05-26More UIContext apiGlenn Smith
2021-02-27Add option to anchor a preview window to a position.Brian Potchik
2021-01-27Add ABI version verification for pluginsRusty Wagner
2020-12-02Callback for address changes #2166Glenn Smith
2020-10-14UIContext notifications (eg file open/save)Glenn Smith
2019-03-27Add API for adding a new type of file open button on the new tab pageRusty Wagner
2019-03-20Add in progress UI API headersRusty Wagner