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
/
DirectoryView.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
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-09-03
Everywhere: Use my shiny new serenityos.org email :^)
Sam Atkins
2021-08-31
FileManager: Hide the Inode and Symlink Target columns in TableView
Andreas Kling
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-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-03
FileManager: Set chdir to the current path when opening applications
Karol Kosek
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
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
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
File Manager: Differentiate between navigation and rename errors
ls
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-07
FileManager: Fix Desktop rubber-banding getting clipped at the edge
Andreas Kling
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-27
FileManager: Pass launch origin rects to spawned programs
Andreas Kling
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
FileManager: Pluralize empty selection statusbar message properly
Linus Groh
2021-04-17
FileManager: Show file copying animation
Leandro Pereira
2021-04-17
FileManager: Make DirectoryView API's take String instead of StringView
Andreas Kling
2021-04-13
FileManager: Use a Core::File for the FileOperation pipes
Andreas Kling
2021-04-13
FileManager: Use FileOperation to perform drag&drop copy out-of-process
Andreas Kling
2021-04-09
FileManager: Add Alt shortcuts to menu actions
Andreas Kling
2021-03-26
LibGUI: Show human readable size in filemanager
Federico Guerinoni
2021-03-07
FileManager: Disable view change actions when directory is unreadable
Linus Groh
2021-03-03
FileManager: Add launch handler actions to desktop context menu
Zac
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
FileManager: Use newly introduced LibCore file management helpers
Mițca Dumitru
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-01-24
FileManager: Make DirectoryView open links in their real directory
DragonAlex98
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling