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
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
2021-08-31
LibGUI: Rename FileSystemModel's "Owner" column to "User"
Andreas Kling
2021-08-31
FileManager: Remove tree_view_directory_context_menu
Karol Kosek
2021-08-31
FileManager: Add 'Open in Terminal' action for selected dirs on desktop
Karol Kosek
2021-08-31
FileManager: Add default 'Open' action in context menu for directories
Karol Kosek
2021-08-31
FileManager: Place mkdir and touch actions below openings in tree view
Karol Kosek
2021-08-31
FileManager: Put file launch actions first
Karol Kosek
2021-08-26
FileManager: Report errors from chdir(), if any
Andreas Kling
2021-08-26
FileManager: Make DirectoryView listen for configuration changes
Andreas Kling
2021-08-26
FileManager: Move "View as ViewType" actions into DirectoryView
Andreas Kling
2021-08-26
FileManager: Change the cwd when opening a directory
TheFightingCatfish
2021-08-26
FileManager: Remove "on activation" debug spam
TheFightingCatfish
2021-08-26
FileManager: Change read_i32 call to read_bool
Andy Jansson
2021-08-26
FileManager: Use Config::pledge_domains()
Andreas Kling
2021-08-26
FileManager: Use LibConfig instead of Core::ConfigFile :^)
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
FileManager: Reorder main toolbar actions a little bit
Andreas Kling
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-03
FileManager: Use the current directory as one of the initial locations
Karol Kosek
2021-08-03
FileManager: Set chdir to the current path when opening applications
Karol Kosek
2021-08-01
FileManager: Refresh DirectoryView after applying changes
LuK1337
2021-08-01
FileManager: Enable/Disable mkdir and touch actions on path change
Karol Kosek
2021-08-01
FileManager: Remove the rename action from the tree view context menu
Karol Kosek
2021-08-01
FileManager: Add the rename action to the toolbar
Karol Kosek
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-27
FileManager: Fix properties button margins
FrHun
2021-07-27
FileManager: Make "show dotfiles" affect the tree view as well
Andreas Kling
2021-07-24
FileManager: Show an open icon for selected folder in tree view again
Karol Kosek
2021-07-22
FileManager: Switch FileOperationProgressWidget::did_error() to SV&
Sam Atkins
2021-07-22
FileManager: Show progress dialog for file deletions
Sam Atkins
2021-07-22
FileManager: Rename FileOperation::Cut to FileOperation::Move
Sam Atkins
2021-07-22
FileManager: Set file op progress window's text based on the operation
Sam Atkins
2021-07-22
FileManager+FileOperation: Implement (and use) 'Move' command
Sam Atkins
2021-07-22
FileManager: Show progress dialog for pasted files
Sam Atkins
2021-07-22
FileManager: Move mass-copy code from DirectoryView to FileUtils
Sam Atkins
2021-07-22
FileManager: Combine drag&drop file copies into one progress window
Sam Atkins
2021-07-22
FileManager+FileOperation: Switch to east const
Sam Atkins
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
[next]