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
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
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-09
LibGUI: Allow navigating into symlinked directories in FilePicker
Andreas Kling
2021-04-09
LibGUI: Use "Tray" look & feel for the common locations frame :^)
Andreas Kling
2021-04-06
LibGUI:: Let open/save specify starting directory in FilePicker
thankyouverycool
2021-04-06
LibGUI: Tweak order of common location buttons in FilePicker
Andreas Kling
2021-04-06
LibGUI: Make FilePicker's common location buttons checkable
Andreas Kling
2021-04-06
LibGUI: Add shortcuts to common locations in GUI::FilePicker
Andreas Kling
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-03-29
LibGUI: Add transient option to show dotfiles in FilePicker
Timothy Flynn
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibGUI: Parent FilePicker toolbar buttons to the window
Andreas Kling
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-19
LibGUI: Port GUI::FilePicker to GML and improve the layout
Andreas Kling
2021-01-26
LibGUI: Switch cancel/confirm button order on file picker dialog
Nico Weber
2021-01-26
LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentence
Nico Weber
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling