summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/MultiView.cpp
AgeCommit message (Expand)Author
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-08-16LibGUI: Enable using a ColumnsView inside MultiView :^)Andreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-07-13LibGUI: Add ability to disable multiselect for viewsTom
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-02LibGUI: FilePicker: Make icon view button initially checkedBen Wiederhake
2020-05-02LibGUI: The UI calls it 'Icon view', fix the name in the codeBen Wiederhake
2020-04-24LibGUI: Introduce widget content margins + improve splittersAndreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-02-27LibGUI: Disable the ColumnsView subview in MultiView for nowAndreas Kling
2020-02-25LibGUI: Actually store the column in MultiView::set_model_column()Andreas Kling
2020-02-24LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"Andreas Kling