summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FilePicker.cpp
AgeCommit message (Expand)Author
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-05Base+LibGUI: Add unique "Save As" iconthankyouverycool
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-21LibGUI: Use the new GUI::Tray widget in GUI::FilePickerAndreas Kling
2021-09-12LibGUI: Make the Open button always active in the OpenFolder modeKarol Kosek
2021-09-12LibGUI: Enable/Disable the Open button on text change in FilePickerKarol Kosek
2021-09-09LibGUI: Disable Open/Save button in FilePicker when nothing is selectedJohn Diamond
2021-09-01LibGUI: Show an error message box in the FilePicker on no permissionsKarol Kosek
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-28LibGUI: Select common location on Filepicker startupSimon Danner
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-29LibGUI: Allow to specify FilePicker window positionLuK1337
2021-07-27LibGUI: Disable changing the view on error in the FilePickerKarol Kosek
2021-07-27LibGUI: Show an error message on open error in the FilePickerKarol Kosek
2021-07-25LibGUI: Add keyboard shortcuts to FilePickerKarol Kosek
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