index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGUI
/
MultiView.cpp
Age
Commit message (
Expand
)
Author
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-08-16
LibGUI: Enable using a ColumnsView inside MultiView :^)
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-07-13
LibGUI: Add ability to disable multiselect for views
Tom
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-02
LibGUI: FilePicker: Make icon view button initially checked
Ben Wiederhake
2020-05-02
LibGUI: The UI calls it 'Icon view', fix the name in the code
Ben Wiederhake
2020-04-24
LibGUI: Introduce widget content margins + improve splitters
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-02-27
LibGUI: Disable the ColumnsView subview in MultiView for now
Andreas Kling
2020-02-25
LibGUI: Actually store the column in MultiView::set_model_column()
Andreas Kling
2020-02-24
LibGUI: Add a MultiView widget, based on FileManager's "DirectoryView"
Andreas Kling