summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2026-02-17[Project Browser] Add table view, misc fixes and improvementsJosh Ferrell
2026-02-17Handle Universal binaries through container transform system.Brian Potchik
2026-02-10Improve container-aware display names in projects.Brian Potchik
2026-02-09Add button to open with options from the Container Browser dialog.Brian Potchik
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
2026-02-06Add FileMetadata::GetDisplayName API to convey synthesized filenames for ↵Brian Potchik
container file entries.
2026-02-05Remember last selected entry in Container Browser.Brian Potchik
2026-01-28pressing enter on the base field in the create structure dialog should add ↵Jordan Wiens
instead of accept the whole dialog
2026-01-26Improve initial layout of the container browser dialog.Brian Potchik
2026-01-21Command Palette: Score fast items on main threadGlenn Smith
2026-01-13Command Palette enhancementsGlenn Smith
2025-12-30Perf: Make canMakeString way fasterGlenn Smith
2025-12-18Perf improvements to types viewGlenn Smith
2025-12-18truncate long paths in triage view and prevent the UI from moving when ↵Jordan Wiens
starting BASE
2025-11-25Update to Qt 6.10.1Rusty Wagner
2025-11-24Keep quick setting display names in sync with Settings titles.Brian Potchik
2025-11-18Override QDialog methods in OptionsDialogJosh Ferrell
2025-11-10Revert various table view changesJordan Wiens
They were not tested in time and we will address their bugs after the release
2025-11-06Add some minor Container Browser UX improvements.Brian Potchik
2025-11-05Add overload for pixmapForBWMaskIcon with QColorGlenn Smith
2025-11-04Add support for Transforms to pass along metadata for display and storage.Brian Potchik
2025-11-04Update FilterEdit and FilterTarget to preserve existing selectionsMark Rowe
The down and enter keys now preserve an existing selection in the associated list or table views, rather than unconditionally selecting or activating the first item.
2025-11-03Add additional helpers for right-click menu cleanupPeter LaFosse
2025-11-03Provide better isValid handler to 'Type//*Peter LaFosse
2025-11-02Prioritize Container Browser for file open actions and enable direct opening ↵Brian Potchik
through the Container Browser dialog.
2025-10-24Fix TableViewBase breaking UI ABIMason Reed
2025-10-24Add functions for saving StringsView column stateAlexander Khosrowshahi
2025-10-24Add TableViewBase.h and base class QTableView uses in stringsview, memory ↵Alexander Khosrowshahi
map, searches, and tag types
2025-10-23remove context menu for show/hide password dialogJordan Wiens
2025-10-22masked settings icon changeJordan Wiens
2025-10-22Add interactive mode support to the container browser.Brian Potchik
2025-10-21Refactor strings view to support derived stringsRusty Wagner
2025-10-21Add derived strings and string recognizer APIRusty Wagner
2025-10-18Fix sticky header visibility.Alexander Taylor
2025-10-18Fix sticky header reanalyze button.Alexander Taylor
2025-10-18Fix sticky header not updating on theme change.Alexander Taylor
2025-10-17Header changes for nav in containerized views.Alexander Taylor
2025-10-10Add password prompting for encrypted containers in Container Browser.Brian Potchik
2025-10-07copy supporrt for variable and stack sidebarsJordan Wiens
2025-10-02Support loading BNDBs from container files.Brian Potchik
2025-10-01Ensure that all members of LinearView and HexEditor are initializedMark Rowe
Most members were initialized within the constructor, but a couple were only initialized later and could in some cases be accessed before being initialized. Members of types without default constructors are now initialized via default member initializers unless they're initialized in the class's member initializer list.
2025-09-30Initial support for opening container formats.Brian Potchik
2025-09-11add support for toggling views with tab in graph view tooJordan Wiens
2025-09-04Further improve feature map behavior when feature map pane is hiddenMark Rowe
2025-09-03Add disassembly setting for block labelsMason Reed
2025-08-29Add theme color for panes with keyboard focusRusty Wagner
2025-08-29Added additional theming for sidebar iconsRusty Wagner
2025-08-29Add a modal dialog option for cross referencesRusty Wagner
2025-08-29Highlight sidebar icon when the sidebar has focusRusty Wagner
2025-08-29Add a Pinned Cross References tab to hold pinned referencesRusty Wagner