summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FilePicker.h
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-10-21LibGUI: Use the new GUI::Tray widget in GUI::FilePickerAndreas Kling
2021-07-29LibGUI: Allow to specify FilePicker window positionLuK1337
2021-07-27LibGUI: Show an error message on open error in the FilePickerKarol Kosek
2021-05-20LibGUI: Tweak API for getting the selected pathAndreas Kling
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-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-06LibGUI:: Let open/save specify starting directory in FilePickerthankyouverycool
2021-03-29LibGUI: Add transient option to show dotfiles in FilePickerTimothy Flynn
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-12Libraries: Move to Userland/Libraries/Andreas Kling