summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager/main.cpp
AgeCommit message (Expand)Author
2021-11-08LibCore: Use ErrorOr<T> for Core::File::copy_file()Andreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-10FileManager: Listen for changes to Desktop wallpaper in configMustafa Quraish
2021-09-13FileOperation: Deduplicate destination file names on copyTetsui Ohkubo
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-08-31LibGUI: Rename FileSystemModel's "Owner" column to "User"Andreas Kling
2021-08-31FileManager: Remove tree_view_directory_context_menuKarol Kosek
2021-08-31FileManager: Add 'Open in Terminal' action for selected dirs on desktopKarol Kosek
2021-08-31FileManager: Add default 'Open' action in context menu for directoriesKarol Kosek
2021-08-31FileManager: Place mkdir and touch actions below openings in tree viewKarol Kosek
2021-08-31FileManager: Put file launch actions firstKarol Kosek
2021-08-26FileManager: Make DirectoryView listen for configuration changesAndreas Kling
2021-08-26FileManager: Move "View as ViewType" actions into DirectoryViewAndreas Kling
2021-08-26FileManager: Change the cwd when opening a directoryTheFightingCatfish
2021-08-26FileManager: Change read_i32 call to read_boolAndy Jansson
2021-08-26FileManager: Use Config::pledge_domains()Andreas Kling
2021-08-26FileManager: Use LibConfig instead of Core::ConfigFile :^)Andreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-18FileManager: Reorder main toolbar actions a little bitAndreas Kling
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-18Userland+LibGUI: Make Margins arguments match CSS orderingsin-ack
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-08-03FileManager: Use the current directory as one of the initial locationsKarol Kosek
2021-08-01FileManager: Refresh DirectoryView after applying changesLuK1337
2021-08-01FileManager: Enable/Disable mkdir and touch actions on path changeKarol Kosek
2021-08-01FileManager: Remove the rename action from the tree view context menuKarol Kosek
2021-08-01FileManager: Add the rename action to the toolbarKarol Kosek
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-27FileManager: Make "show dotfiles" affect the tree view as wellAndreas Kling
2021-07-24FileManager: Show an open icon for selected folder in tree view againKarol Kosek
2021-07-22FileManager: Rename FileOperation::Cut to FileOperation::MoveSam Atkins
2021-07-22FileManager: Show progress dialog for pasted filesSam Atkins
2021-07-22FileManager: Move mass-copy code from DirectoryView to FileUtilsSam Atkins
2021-07-22FileManager+FileOperation: Switch to east constSam Atkins
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20FileManager: Set main window size before showing the windowAndreas Kling
2021-07-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
2021-07-13FileManager: Add Rename action to context and application menuKarol Kosek
2021-07-08FileManager: Add Open in Terminal on folder context menupancake
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-25FileManager: Add "Open in New Window" context menu actionSam Atkins
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