summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FilePicker.h
AgeCommit message (Expand)Author
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19LibGUI: Show the special home directory icon in GUI::FilePickerAndreas Kling
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-13LibGUI: Add Options flags and OpenMultiple mode for FilePickerTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-06-30LibGUI: Only show FilePicker preview pane on demandLinus Groh
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-18FilePicker: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-02-24LibGUI: Use MultiView in FilePickerAndreas Kling
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling