summaryrefslogtreecommitdiff
path: root/Userland/Applications/FileManager
AgeCommit message (Expand)Author
2023-01-25FileManager: Use Core::Process::set_name()Sam Atkins
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-24FileManager: Calculate file action permissions for subsequent columnsKarol Kosek
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-23FileManager: Propagate errors while loading bmpericLemanissier
2022-12-20FileManager: Handle possible ByteBuffer allocation failureAlexander Narsudinov
2022-12-19FileManager: Clear the selection after deleting filesimplicitfield
2022-12-14FileManager: Display message box if stat()'ing a file to activate failsMaciej
2022-12-07FileManager: Silence the "not found" error when setting no wallpaperSam Atkins
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-04FileManager: Improve error handling when posix_spawn() failsGunnar Beutner
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-17WindowServer: Add wallpaper backing bitmapChun Ngai Au
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
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