summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
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-03FileManager: Set chdir to the current path when opening applicationsKarol 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: Fix properties button marginsFrHun
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: Switch FileOperationProgressWidget::did_error() to SV&Sam Atkins
2021-07-22FileManager: Show progress dialog for file deletionsSam Atkins
2021-07-22FileManager: Rename FileOperation::Cut to FileOperation::MoveSam Atkins
2021-07-22FileManager: Set file op progress window's text based on the operationSam Atkins
2021-07-22FileManager+FileOperation: Implement (and use) 'Move' commandSam 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: Combine drag&drop file copies into one progress windowSam 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-19File Manager: Differentiate between navigation and rename errorsls
2021-07-17FileManager+Spreadsheet: Unify cut-copy-paste orderKarol Kosek
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