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.h
Age
Commit message (
Expand
)
Author
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-07-23
LibGUI: Rename GUI::Image => GUI::ImageWidget
Andreas Kling
2020-07-19
LibGUI: Show the special home directory icon in GUI::FilePicker
Andreas Kling
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-13
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
Tom
2020-07-13
LibGUI: Add ModelClient abstract class and allow registering clients
Tom
2020-06-30
LibGUI: Only show FilePicker preview pane on demand
Linus Groh
2020-06-27
LibGUI: Fix image preview size in FilePicker for large images
Hüseyin ASLITÜRK
2020-06-18
FilePicker: Replace Label with Image component to show icons
Hüseyin ASLITÜRK
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-03-04
LibGUI: Don't use Core::Object::add() to instantiate dialogs
Andreas Kling
2020-02-24
LibGUI: Use MultiView in FilePicker
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling