summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FilePicker.cpp
AgeCommit message (Expand)Author
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-26LibGUI: Make common locations configurableDexesTTP
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-09LibGUI: Allow navigating into symlinked directories in FilePickerAndreas Kling
2021-04-09LibGUI: Use "Tray" look & feel for the common locations frame :^)Andreas Kling
2021-04-06LibGUI:: Let open/save specify starting directory in FilePickerthankyouverycool
2021-04-06LibGUI: Tweak order of common location buttons in FilePickerAndreas Kling
2021-04-06LibGUI: Make FilePicker's common location buttons checkableAndreas Kling
2021-04-06LibGUI: Add shortcuts to common locations in GUI::FilePickerAndreas Kling
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibGUI: Parent FilePicker toolbar buttons to the windowAndreas Kling
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-19LibGUI: Port GUI::FilePicker to GML and improve the layoutAndreas Kling
2021-01-26LibGUI: Switch cancel/confirm button order on file picker dialogNico Weber
2021-01-26LibGUI: Tweak "Overwrite file?" dialog text to use one sentence per sentenceNico Weber
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling