summaryrefslogtreecommitdiff
path: root/ui/projectbrowser.h
AgeCommit message (Collapse)Author
2026-04-14Add description column to project browserJosh Ferrell
2026-04-14Allow project browser columns to be hiddenJosh Ferrell
2026-03-05Add 'Open Selected Files with Container Browser...' to project browser ↵Brian Potchik
context menu.
2026-02-17[Project Browser] Add table view, misc fixes and improvementsJosh Ferrell
2026-02-06Add regex and case sensitivity options to FilterEditJosh Ferrell
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-07-02Add PluginCommand for projects and hide non-contextual commands in ↵Mason Reed
linear/graph view
2025-06-30Add functions for toggling full filesize in project browserAlexander Khosrowshahi
2025-06-30Add raw file size setting to projectbrowserAlexander Khosrowshahi
2025-04-25std::function<bool(size_t,size_t)> ==> ProgressFunctionGlenn Smith
2025-02-17Add created at and created by to project browser info paneJosh Ferrell
2025-02-17Add action to project browser to download missing filesJosh Ferrell
2025-02-10Fix item indices getting desynced when moving nested items in project browserJosh Ferrell
2025-02-05Search item descriptions in project browserJosh Ferrell
2024-02-29Fix project browser interactions happening on deselected itemsJosh Ferrell
2024-02-16Prevent crash when saving project fileJosh Ferrell
2024-02-14Only update project browser ui on the main threadJosh Ferrell
2024-02-12Use our custom tab bar in projects view.Alexander Taylor
2024-02-09Expose projectbrowser.hJosh Ferrell