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-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
2022-01-05
FileManager: Show Dotfiles when passing a Dotfile as an argument
Lucas CHOLLET
2022-01-05
FileManager: Use String const& instead of String
Lucas CHOLLET
2021-12-28
FileManager: Add "Create Archive" action
Julian Offenhäuser
2021-12-24
LibGUI+Userland: Make SortingProxyModel::create() return ErrorOr
Sam Atkins
2021-12-05
Applications: Cast unused smart-pointer TRY return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-24
FileManager: Use TRY() a lot more in the main functions :^)
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
[next]