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
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-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-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-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-14
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
James Puleo
2022-02-12
FileManager: Add F6 alternate shortcut to "location" action
Aatos Majava
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-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-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-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
[next]