summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2022-10-06FileManager: Group Toolbar overflowFrHun
2022-09-29Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`Sam Atkins
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-08-31FileManager: Navigate to parent dir when current location is removedAdam Jakubek
2022-08-22FileManager: Disable open_child_directory_action if no child existsJannis Weis
2022-08-22FileManager: Respond to all selection changes in the BreadcrumbbarJannis Weis
2022-08-18FileManager: Add "open child directory" action (Alt+Down)Andreas Kling
2022-08-18FileManager: Do not activate "Show Dotfiles" action on every startupTimothy Flynn
2022-08-14FileManager: Add 'Set as Desktop Wallpaper' action to file context menucflip
2022-08-05LibGUI+Applications: Govern Splitter resizing by opportunistic growththankyouverycool
2022-08-04Applications: Make a few of the larger Toolbars collapsiblethankyouverycool
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-09FileManager: Change PGID of spawned processesLucas CHOLLET
2022-05-29FileManager: Replace '->' with '→' in symlink statusbar info messageLinus Groh
2022-05-13Revert "FileManager: Reduce scope of some variables related to context…Sam Atkins
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-13FileManager: Check for write permission before enabling certain actionsofftkp
2022-05-07FileManager: Remove unused lstat() callKarol Kosek
2022-05-07FileManager: Reduce scope of some variables related to context menuKarol Kosek
2022-05-07FileManager: Don't use bitwise OR operators on booleansKarol Kosek
2022-05-07FileManager: Rename action_show_dotfiles to show_dotfiles_actionKarol Kosek
2022-05-07FileManager: Use VERIFY() instead of if checks with VERIFY_NOT_REACHEDKarol Kosek
2022-04-16LibCore+Everywhere: Make Core::Stream read_line() return StringViewSam Atkins
2022-04-11FileManager: Use Core::System::exec()Sam Atkins
2022-03-24Userland+Tests: Convert File::read_link() from String to ErrorOr<String>Kenneth Myhra
2022-03-13FileManager: Use Core::Stream for FileOperationProgressWidgetSam Atkins
2022-03-13FileManager: Use TRY in run_file_operation()Sam Atkins
2022-02-28Applications: Change static constexpr variables to constexprLenny Maiorani
2022-02-19Filemanager: Only enable rename if availableSimon Danner
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of pathJames Puleo
2022-02-13Userland: Run gml-formatIdan Horowitz
2022-02-12FileManager: Add F6 alternate shortcut to "location" actionAatos Majava
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-05FileManager: Add an animation for deleting filesJason
2022-02-03FileManager: Don't show command palette for the desktopSam Atkins
2022-02-03FileManager: Disable "View as..." actions for desktop DirectoryViewSam Atkins
2022-01-28Revert "FileManager: Display times in the user's local time zone"Timothy Flynn
2022-01-28FileManager: Display times in the user's local time zoneTimothy Flynn
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-09FileManager: Do not allow rename files that cannot be modifiedLeonardo Nicolas
2022-01-05FileManager: Show Dotfiles when passing a Dotfile as an argumentLucas CHOLLET
2022-01-05FileManager: Use String const& instead of StringLucas CHOLLET
2021-12-28FileManager: Add "Create Archive" actionJulian Offenhäuser
2021-12-24LibGUI+Userland: Make SortingProxyModel::create() return ErrorOrSam Atkins
2021-12-05Applications: Cast unused smart-pointer TRY return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24FileManager: Use TRY() a lot more in the main functions :^)Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling