Andreas Kling
|
f181ddb56a
LibGUI: Use String::formatted() and String::number() more
|
4 年之前 |
Stephan Unverwerth
|
b4d1390714
LibGFX: Move default_xxx_font() methods from Font to FontDatabase
|
4 年之前 |
Andreas Kling
|
1cca2405fc
LibGUI: Give some widgets a reasonable default fixed height
|
4 年之前 |
Andreas Kling
|
7dc5a3ead8
LibGUI: Rewrite layout system in terms of min and max sizes
|
4 年之前 |
Andreas Kling
|
66c0374fd7
LibGUI: Make FilePicker a little smaller by default
|
4 年之前 |
Andreas Kling
|
461c0afc25
LibGUI: Tweak FilePicker's default titles
|
4 年之前 |
Andreas Kling
|
f7116bba43
LibGUI: Refactor AbstractView "multi select" mode into "selection mode"
|
4 年之前 |
Andreas Kling
|
2bbf3b5d0b
LibGUI: Always focus the file name textbox in GUI::FilePicker
|
4 年之前 |
Zac
|
018eff802b
LibGUI: Remove redundant set_title() call in FilePicker (#4153)
|
4 年之前 |
Zac
|
39bb346cef
LibGUI: Set FilePicker window icon based on mode (#4148)
|
4 年之前 |
Andreas Kling
|
7b638e2d0d
LibGUI: Make the Cancel/Okay buttons in GUI::FilePicker a little taller
|
4 年之前 |
Andreas Kling
|
d89cad7c57
LibGUI: Use FileIconProvider in the FilePicker dialog
|
4 年之前 |
Andreas Kling
|
f0349323c4
LibGUI: Don't require passing model to FileSystemModel::Node APIs
|
5 年之前 |
Andreas Kling
|
f6d7204689
LibGUI: Enable switching FilePicker into columns view mode :^)
|
5 年之前 |
Andreas Kling
|
e1ed71ef9e
LibGUI: Make model sorting imperative and move order to AbstractView
|
5 年之前 |
Andreas Kling
|
686ee2bf04
LibGUI: Rename ModelClient::on_model_update() => model_did_update()
|
5 年之前 |
Andreas Kling
|
82e949aa7c
LibGUI: Rename SortingProxyModel "target" to "source" instead
|
5 年之前 |
Andreas Kling
|
299824de73
LibGUI: Rename GUI::Image => GUI::ImageWidget
|
5 年之前 |
Andreas Kling
|
76523a3d2d
LibGUI: Show the special home directory icon in GUI::FilePicker
|
5 年之前 |
Tom
|
65a11fb5f9
LibGUI: Add InputBox::show with required parent window argument
|
5 年之前 |
Tom
|
27bd2eab22
LibWeb: Require parent window argument for MessageBox
|
5 年之前 |
Tom
|
6568765e8f
LibGUI: Add parent window argument to FilePicker functions
|
5 年之前 |
Tom
|
c8d3f8cdeb
LibGUI: Add Options flags and OpenMultiple mode for FilePicker
|
5 年之前 |
Tom
|
b778804d20
LibGUI: Add ModelClient abstract class and allow registering clients
|
5 年之前 |
Linus Groh
|
33ca151eb0
FilePicker: Add folder icon to location box
|
5 年之前 |
Linus Groh
|
f8fa495d67
FilePicker: Make the location box 2px taller
|
5 年之前 |
Linus Groh
|
2e183e3292
LibGUI: Update FilePicker location textbox when changing directory
|
5 年之前 |
Linus Groh
|
5acc457c06
LibGUI: Only show FilePicker preview pane on demand
|
5 年之前 |
Linus Groh
|
6b61d4656f
LibGUI: Tweak FilePicker layout to remove bottom padding
|
5 年之前 |
Hüseyin ASLITÜRK
|
a8b0ad5cc6
LibGUI: Fix image preview size in FilePicker for large images
|
5 年之前 |