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-12-30
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
Stephan Unverwerth
2020-12-30
LibGUI: Give some widgets a reasonable default fixed height
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-12-29
LibGUI: Make FilePicker a little smaller by default
Andreas Kling
2020-12-29
LibGUI: Tweak FilePicker's default titles
Andreas Kling
2020-12-28
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
Andreas Kling
2020-12-28
LibGUI: Always focus the file name textbox in GUI::FilePicker
Andreas Kling
2020-11-24
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
Zac
2020-11-23
LibGUI: Set FilePicker window icon based on mode (#4148)
Zac
2020-10-25
LibGUI: Make the Cancel/Okay buttons in GUI::FilePicker a little taller
Andreas Kling
2020-09-16
LibGUI: Use FileIconProvider in the FilePicker dialog
Andreas Kling
2020-08-17
LibGUI: Don't require passing model to FileSystemModel::Node APIs
Andreas Kling
2020-08-16
LibGUI: Enable switching FilePicker into columns view mode :^)
Andreas Kling
2020-08-16
LibGUI: Make model sorting imperative and move order to AbstractView
Andreas Kling
2020-08-13
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
Andreas Kling
2020-08-13
LibGUI: Rename SortingProxyModel "target" to "source" instead
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 InputBox::show with required parent window argument
Tom
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
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-07-03
FilePicker: Add folder icon to location box
Linus Groh
2020-07-03
FilePicker: Make the location box 2px taller
Linus Groh
2020-06-30
LibGUI: Update FilePicker location textbox when changing directory
Linus Groh
2020-06-30
LibGUI: Only show FilePicker preview pane on demand
Linus Groh
2020-06-30
LibGUI: Tweak FilePicker layout to remove bottom padding
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-06-15
LibGUI: Use new Bitmap::is_path_a_supported_image_format method
Hüseyin ASLITÜRK
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-02
LibGUI: FilePicker: Set initial sort to name instead of undefined
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Populate location textbox
Ben Wiederhake
2020-05-02
LibGUI: FilePicker: Fix position of location textbox
Ben Wiederhake
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
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