Andreas Kling
|
f0349323c4
LibGUI: Don't require passing model to FileSystemModel::Node APIs
|
4 years ago |
Andreas Kling
|
f6d7204689
LibGUI: Enable switching FilePicker into columns view mode :^)
|
4 years ago |
Andreas Kling
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
4 years ago |
Andreas Kling
|
686ee2bf04
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
|
4 years ago |
Andreas Kling
|
82e949aa7c
LibGUI: Rename SortingProxyModel "target" to "source" instead
|
4 years ago |
Andreas Kling
|
299824de73
LibGUI: Rename GUI::Image => GUI::ImageWidget
|
5 years ago |
Andreas Kling
|
76523a3d2d
LibGUI: Show the special home directory icon in GUI::FilePicker
|
5 years ago |
Tom
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 years ago |
Tom
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 years ago |
Tom
|
6568765e8f
LibGUI: Add parent window argument to FilePicker functions
|
5 years ago |
Tom
|
c8d3f8cdeb
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
|
5 years ago |
Tom
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 years ago |
Linus Groh
|
33ca151eb0
FilePicker: Add folder icon to location box
|
5 years ago |
Linus Groh
|
f8fa495d67
FilePicker: Make the location box 2px taller
|
5 years ago |
Linus Groh
|
2e183e3292
LibGUI: Update FilePicker location textbox when changing directory
|
5 years ago |
Linus Groh
|
5acc457c06
LibGUI: Only show FilePicker preview pane on demand
|
5 years ago |
Linus Groh
|
6b61d4656f
LibGUI: Tweak FilePicker layout to remove bottom padding
|
5 years ago |
Hüseyin ASLITÜRK
|
a8b0ad5cc6
LibGUI: Fix image preview size in FilePicker for large images
|
5 years ago |
Hüseyin ASLITÜRK
|
56e82a2c07
FilePicker: Replace Label with Image component to show icons
|
5 years ago |
Hüseyin ASLITÜRK
|
0799835e15
LibGUI: Use new Bitmap::is_path_a_supported_image_format method
|
5 years ago |
Sergey Bugaev
|
602c3fdb3a
AK: Rename FileSystemPath -> LexicalPath
|
5 years ago |
Andreas Kling
|
977863ea07
LibGUI: Include keyboard modifier state with button on_click calls
|
5 years ago |
Linus Groh
|
9dbab2d05e
Misc: Replace "String(string_view)" with "string_view.to_string()"
|
5 years ago |
Ben Wiederhake
|
cfbc49b5fc
LibGUI: FilePicker: Set initial sort to name instead of undefined
|
5 years ago |
Ben Wiederhake
|
8e01356b2f
LibGUI: FilePicker: Populate location textbox
|
5 years ago |
Ben Wiederhake
|
6a453370ad
LibGUI: FilePicker: Fix position of location textbox
|
5 years ago |
Andreas Kling
|
c45e16f605
LibCore: Add StandardPaths thing to retrieve various standard locations
|
5 years ago |
Andreas Kling
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 years ago |
Andreas Kling
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
5 years ago |
Andreas Kling
|
028c011760
LibCore: Make Core::Object::add<ChildType> return a ChildType&
|
5 years ago |