index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibGUI
/
FilePicker.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-04-18
LibGUI+Userland: Improve error and font handling for InputBox
thankyouverycool
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-09
LibGUI: Use the global setting to show dotfiles in `FilePicker`
Lucas CHOLLET
2023-03-09
LibGUI: Add "New Directory" to the contextual menu in `FilePicker`
Lucas CHOLLET
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-13
Userland: Set Button text using the new String class
Karol Kosek
2023-02-13
LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}text
Karol Kosek
2023-02-04
LibGUI+Userland: Switch order of parameters for InputBox::show
Karol Baraniecki
2023-02-04
Userland: Replace manual checking by using GUI::InputType::NonemptyText
Karol Baraniecki
2023-02-02
LibGUI: Add allowed file types to FilePicker
Marcus Nilsson
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2023-01-03
LibGUI: Don't highlight extension text when saving files with FilePicker
Timothy Flynn
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-08-04
LibGUI: Remove useless frame members from Toolbar
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-05
Base+LibGUI: Add unique "Save As" icon
thankyouverycool
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-10-21
LibGUI: Use the new GUI::Tray widget in GUI::FilePicker
Andreas Kling
2021-09-12
LibGUI: Make the Open button always active in the OpenFolder mode
Karol Kosek
2021-09-12
LibGUI: Enable/Disable the Open button on text change in FilePicker
Karol Kosek
2021-09-09
LibGUI: Disable Open/Save button in FilePicker when nothing is selected
John Diamond
2021-09-01
LibGUI: Show an error message box in the FilePicker on no permissions
Karol Kosek
2021-08-31
LibGUI: Rename FileSystemModel's "Owner" column to "User"
Andreas Kling
2021-08-28
LibGUI: Select common location on Filepicker startup
Simon Danner
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-07-29
LibGUI: Allow to specify FilePicker window position
LuK1337
2021-07-27
LibGUI: Disable changing the view on error in the FilePicker
Karol Kosek
2021-07-27
LibGUI: Show an error message on open error in the FilePicker
Karol Kosek
2021-07-25
LibGUI: Add keyboard shortcuts to FilePicker
Karol Kosek
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-18
LibGUI: Pass path to FileSystemModel when creating FilePicker
Marcus Nilsson
2021-07-13
LibGUI: Don't clear textbox on save mode in FilePicker
Karol Kosek
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-20
LibGUI: Don't mark "open" FilePicker as done if the file is not found
Andreas Kling
2021-05-20
LibGUI: Make GUI::FilePicker handle absolute paths better
Andreas Kling
2021-05-20
LibGUI: Tweak API for getting the selected path
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-26
LibGUI: Make common locations configurable
DexesTTP
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
[next]