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-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
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
Mustafa Quraish
2021-11-22
FileManager: Port to LibMain :^)
Andreas Kling
2021-11-21
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
Ben Wiederhake
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-03
LibGUI+FileManager: Clarify Widget margins name
FrHun
2021-10-10
FileManager: Listen for changes to Desktop wallpaper in config
Mustafa Quraish
2021-09-13
FileOperation: Deduplicate destination file names on copy
Tetsui Ohkubo
2021-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-09-02
FileManager: Kindly ask the user if they want to delete a file
Musab Kılıç
2021-08-31
FileManager: Tweak layout spacing in file properties window
Andreas Kling
2021-08-31
FileManager: Hide the Inode and Symlink Target columns in TableView
Andreas Kling
[next]