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
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