summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FilePicker.cpp
AgeCommit message (Expand)Author
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-18LibGUI: Pass path to FileSystemModel when creating FilePickerMarcus Nilsson
2021-07-13LibGUI: Don't clear textbox on save mode in FilePickerKarol Kosek
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-20LibGUI: Don't mark "open" FilePicker as done if the file is not foundAndreas Kling
2021-05-20LibGUI: Make GUI::FilePicker handle absolute paths betterAndreas Kling
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-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