index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
FileManager
Age
Commit message (
Expand
)
Author
2022-12-07
FileManager: Silence the "not found" error when setting no wallpaper
Sam Atkins
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-04
FileManager: Improve error handling when posix_spawn() fails
Gunnar Beutner
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-17
WindowServer: Add wallpaper backing bitmap
Chun Ngai Au
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-06
FileManager: Group Toolbar overflow
FrHun
2022-09-29
Userland: Replace empty `GUI::Widget`s in GML with `GUI::Layout::Spacer`
Sam Atkins
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-31
FileManager: Navigate to parent dir when current location is removed
Adam Jakubek
2022-08-22
FileManager: Disable open_child_directory_action if no child exists
Jannis Weis
2022-08-22
FileManager: Respond to all selection changes in the Breadcrumbbar
Jannis Weis
2022-08-18
FileManager: Add "open child directory" action (Alt+Down)
Andreas Kling
2022-08-18
FileManager: Do not activate "Show Dotfiles" action on every startup
Timothy Flynn
2022-08-14
FileManager: Add 'Set as Desktop Wallpaper' action to file context menu
cflip
2022-08-05
LibGUI+Applications: Govern Splitter resizing by opportunistic growth
thankyouverycool
2022-08-04
Applications: Make a few of the larger Toolbars collapsible
thankyouverycool
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-09
FileManager: Change PGID of spawned processes
Lucas CHOLLET
2022-05-29
FileManager: Replace '->' with '→' in symlink statusbar info message
Linus Groh
2022-05-13
Revert "FileManager: Reduce scope of some variables related to context…
Sam Atkins
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-13
FileManager: Check for write permission before enabling certain actions
offtkp
2022-05-07
FileManager: Remove unused lstat() call
Karol Kosek
2022-05-07
FileManager: Reduce scope of some variables related to context menu
Karol Kosek
2022-05-07
FileManager: Don't use bitwise OR operators on booleans
Karol Kosek
2022-05-07
FileManager: Rename action_show_dotfiles to show_dotfiles_action
Karol Kosek
2022-05-07
FileManager: Use VERIFY() instead of if checks with VERIFY_NOT_REACHED
Karol Kosek
2022-04-16
LibCore+Everywhere: Make Core::Stream read_line() return StringView
Sam Atkins
2022-04-11
FileManager: Use Core::System::exec()
Sam Atkins
2022-03-24
Userland+Tests: Convert File::read_link() from String to ErrorOr<String>
Kenneth Myhra
2022-03-13
FileManager: Use Core::Stream for FileOperationProgressWidget
Sam Atkins
2022-03-13
FileManager: Use TRY in run_file_operation()
Sam Atkins
2022-02-28
Applications: Change static constexpr variables to constexpr
Lenny Maiorani
2022-02-19
Filemanager: Only enable rename if available
Simon Danner
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-12
FileManager: Add F6 alternate shortcut to "location" action
Aatos Majava
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-05
FileManager: Add an animation for deleting files
Jason
2022-02-03
FileManager: Don't show command palette for the desktop
Sam Atkins
2022-02-03
FileManager: Disable "View as..." actions for desktop DirectoryView
Sam Atkins
2022-01-28
Revert "FileManager: Display times in the user's local time zone"
Timothy Flynn
2022-01-28
FileManager: Display times in the user's local time zone
Timothy Flynn
2022-01-12
Base+Userland: Add various icons
electrikmilk
2022-01-09
FileManager: Do not allow rename files that cannot be modified
Leonardo Nicolas
[next]