index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GFilePicker.cpp
Age
Commit message (
Expand
)
Author
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-06-03
StringViewize a bunch of things -- mostly LibGUI
Robin Burchell
2019-05-27
GFilePicker: Add a preview pane on the right-hand side for image previews.
Andreas Kling
2019-05-26
GFilePicker: Return paths as FileSystemPath rather than String
faissaloo
2019-05-24
LibGUI: Add a GAbstractButton base class for button widgets.
Andreas Kling
2019-05-16
GFilePicker: Remove the frame around the little toolbar.
Andreas Kling
2019-05-16
GFilePicker: Make the path selected accessible externally
Robin Burchell
2019-05-09
GFilePicker: Add a "new directory" button.
Andreas Kling
2019-05-09
GFilePicker: More work on the file picker, adding a location textbox.
Andreas Kling
2019-05-09
GFilePicker: Add a button for moving up to parent directory.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-05-09
GLayout: Add a simple spacer concept; dummy item that expands-to-fit.
Andreas Kling
2019-05-09
LibGUI: Start working on a file picker dialog (GFilePicker).
Andreas Kling