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
/
main.cpp
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-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-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: 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: 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-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: 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: Rename FileOperation::Cut to FileOperation::Move
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+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
2021-07-20
FileManager: Set main window size before showing the window
Andreas Kling
2021-07-17
FileManager+Spreadsheet: Unify cut-copy-paste order
Karol Kosek
2021-07-13
FileManager: Add Rename action to context and application menu
Karol Kosek
2021-07-08
FileManager: Add Open in Terminal on folder context menu
pancake
2021-07-01
FileManager: Remove clicked breadcrumbs for non-existing directories
Sam Atkins
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-25
FileManager: Add "Open in New Window" context menu action
Sam Atkins
2021-06-13
Utilities: Change `unzip -o` option to `-d`
Jelle Raaijmakers
2021-06-09
FileManager: Save maximized window state on exit
Marcus Nilsson
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
FileManager: Change shortcut of Display Settings desktop option
Linus Groh
[next]