summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-13FileManager: Convert properties window UI to GML (#8705)luk1337
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
2021-07-07FileManager: Fix Desktop rubber-banding getting clipped at the edgeAndreas Kling
2021-07-04FileManager: Remove explicit `T` to `Optional<T>` conversionDaniel Bertalan
2021-07-01FileManager: Remove clicked breadcrumbs for non-existing directoriesSam Atkins
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-27FileManager: Pass launch origin rects to spawned programsAndreas Kling
2021-06-25FileManager: Add "Open in New Window" context menu actionSam Atkins
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-13Utilities: Change `unzip -o` option to `-d`Jelle Raaijmakers
2021-06-09FileManager: Save maximized window state on exitMarcus Nilsson
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-05-26LibGUI/AbstractView: Remove `on_selection`Jelle Raaijmakers
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21FileManager: Change shortcut of Display Settings desktop optionLinus Groh
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-13FileManager: Set minimum folder pane widthJelle Raaijmakers
2021-05-12FileManager: Reorganize main toolbar a little bitAndreas Kling
2021-05-12FileManager: Reorganize menus a little bitAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "indexes" => "indices"Andreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-25FileManager: Unzip from context MenuTheGeopard
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20FileManager+FileOperation: Report Errors when doing an file operationTobias Christiansen
2021-04-20FileManager: Don't crash on error in FileOperationTobias Christiansen
2021-04-18FileManager: Show action status tips in the status bar :^)Andreas Kling
2021-04-18FileManager: Pluralize empty selection statusbar message properlyLinus Groh
2021-04-17FileManager: Estimate transfer timeLeandro Pereira
2021-04-17FileManager: Show file copying animationLeandro Pereira
2021-04-17FileManager: Make DirectoryView API's take String instead of StringViewAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13FileManager+FileOperation: Show byte progress of current fileAndreas Kling
2021-04-13FileManager: Use a Core::File for the FileOperation pipesAndreas Kling
2021-04-13FileManager: Use FileOperation to perform drag&drop copy out-of-processAndreas Kling
2021-04-11LibC: Move S_* defines into <fcntl.h>Gunnar Beutner
2021-04-09FileManager: Add Alt shortcuts to menu actionsAndreas Kling
2021-04-06FileManager: Set the default menu item in desktop context menusAndreas Kling
2021-04-05FileManager: Add Alt shortcuts for top-level menusAndreas Kling
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-04-04LibGUI: Add GUI::CommonActions::make_properties_action()Andreas Kling
2021-03-26LibGUI: Show human readable size in filemanagerFederico Guerinoni
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-25PropertiesWindow: Show the file size in a human readable formatDavid Isaksson
2021-03-11FileManager: Accept TreeView drop eventVyacheslav Pukhanov
2021-03-07FileManager: Disable view change actions when directory is unreadableLinus Groh