summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibGUI/FilePicker.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-09LibGUI: Use the global setting to show dotfiles in `FilePicker`Lucas CHOLLET
2023-03-09LibGUI: Add "New Directory" to the contextual menu in `FilePicker`Lucas CHOLLET
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-02-02LibGUI: Add allowed file types to FilePickerMarcus Nilsson
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibGUI: Don't highlight extension text when saving files with FilePickerTimothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-08-04LibGUI: Remove useless frame members from Toolbarthankyouverycool
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
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