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
/
FilePicker.cpp
Age
Commit message (
Expand
)
Author
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-27
LibGUI: Disable the ColumnsView subview in MultiView for now
Andreas Kling
2020-02-24
LibGUI: Show the columns view action in the toolbar (but disable it)
Andreas Kling
2020-02-24
LibGUI: Use MultiView in FilePicker
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
LibGUI: Use Core::Object::add() a whole bunch
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling