summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/FilePicker.cpp
AgeCommit message (Expand)Author
2020-12-30LibGFX: Move default_xxx_font() methods from Font to FontDatabaseStephan Unverwerth
2020-12-30LibGUI: Give some widgets a reasonable default fixed heightAndreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-12-29LibGUI: Make FilePicker a little smaller by defaultAndreas Kling
2020-12-29LibGUI: Tweak FilePicker's default titlesAndreas Kling
2020-12-28LibGUI: Refactor AbstractView "multi select" mode into "selection mode"Andreas Kling
2020-12-28LibGUI: Always focus the file name textbox in GUI::FilePickerAndreas Kling
2020-11-24LibGUI: Remove redundant set_title() call in FilePicker (#4153)Zac
2020-11-23LibGUI: Set FilePicker window icon based on mode (#4148)Zac
2020-10-25LibGUI: Make the Cancel/Okay buttons in GUI::FilePicker a little tallerAndreas Kling
2020-09-16LibGUI: Use FileIconProvider in the FilePicker dialogAndreas Kling
2020-08-17LibGUI: Don't require passing model to FileSystemModel::Node APIsAndreas Kling
2020-08-16LibGUI: Enable switching FilePicker into columns view mode :^)Andreas Kling
2020-08-16LibGUI: Make model sorting imperative and move order to AbstractViewAndreas Kling
2020-08-13LibGUI: Rename ModelClient::on_model_update() => model_did_update()Andreas Kling
2020-08-13LibGUI: Rename SortingProxyModel "target" to "source" insteadAndreas Kling
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-19LibGUI: Show the special home directory icon in GUI::FilePickerAndreas Kling
2020-07-16LibGUI: Add InputBox::show with required parent window argumentTom
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-13LibGUI: Add Options flags and OpenMultiple mode for FilePickerTom
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-03FilePicker: Add folder icon to location boxLinus Groh
2020-07-03FilePicker: Make the location box 2px tallerLinus Groh
2020-06-30LibGUI: Update FilePicker location textbox when changing directoryLinus Groh
2020-06-30LibGUI: Only show FilePicker preview pane on demandLinus Groh
2020-06-30LibGUI: Tweak FilePicker layout to remove bottom paddingLinus Groh
2020-06-27LibGUI: Fix image preview size in FilePicker for large imagesHüseyin ASLITÜRK
2020-06-18FilePicker: Replace Label with Image component to show iconsHüseyin ASLITÜRK
2020-06-15LibGUI: Use new Bitmap::is_path_a_supported_image_format methodHüseyin ASLITÜRK
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-06Misc: Replace "String(string_view)" with "string_view.to_string()"Linus Groh
2020-05-02LibGUI: FilePicker: Set initial sort to name instead of undefinedBen Wiederhake
2020-05-02LibGUI: FilePicker: Populate location textboxBen Wiederhake
2020-05-02LibGUI: FilePicker: Fix position of location textboxBen Wiederhake
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-04LibGUI: Don't use Core::Object::add() to instantiate dialogsAndreas Kling
2020-03-04LibCore: Make Core::Object::add<ChildType> return a ChildType&Andreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-03-04LibGUI: Use set_layout<LayoutType>() in lots of client codeAndreas Kling
2020-03-03LibGUI: Remove Button& parameter from Button::on_click hookAndreas Kling
2020-02-27LibGUI: Disable the ColumnsView subview in MultiView for nowAndreas Kling
2020-02-24LibGUI: Show the columns view action in the toolbar (but disable it)Andreas Kling
2020-02-24LibGUI: Use MultiView in FilePickerAndreas Kling
2020-02-23LibGUI: Make GUI::Frame have the 2px sunken container look by defaultAndreas Kling
2020-02-23LibGUI: Use Core::Object::add() a whole bunchAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling