Lucas CHOLLET
|
75d1840cfc
FileManager: Show Dotfiles when passing a Dotfile as an argument
|
3 years ago |
Lucas CHOLLET
|
693ae73606
FileManager: Use String const& instead of String
|
3 years ago |
Julian Offenhäuser
|
5bc7a18a04
FileManager: Add "Create Archive" action
|
3 years ago |
Sam Atkins
|
3ca2aee054
Applications: Cast unused smart-pointer TRY return values to void
|
3 years ago |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 years ago |
Andreas Kling
|
bc2ee02ce0
FileManager: Use TRY() a lot more in the main functions :^)
|
3 years ago |
Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 years ago |
Mustafa Quraish
|
4d302e0e88
Everywhere: Use Application::construct() with Main::Arguments directly
|
3 years ago |
Mustafa Quraish
|
2fbcab46bf
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
|
3 years ago |
Andreas Kling
|
c5c54f634e
FileManager: Port to LibMain :^)
|
3 years ago |
Ben Wiederhake
|
f22c0ffe0c
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
3 years ago |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 years ago |
Andreas Kling
|
4a2b718ba2
LibCore: Use ErrorOr<T> for Core::File::copy_file()
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Mustafa Quraish
|
fdfc0d1bac
FileManager: Listen for changes to Desktop wallpaper in config
|
3 years ago |
Tetsui Ohkubo
|
eb326db028
FileOperation: Deduplicate destination file names on copy
|
4 years ago |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 years ago |
Andreas Kling
|
887ab3cc9a
LibGUI: Rename FileSystemModel's "Owner" column to "User"
|
3 years ago |
Karol Kosek
|
1700b6d113
FileManager: Remove tree_view_directory_context_menu
|
3 years ago |
Karol Kosek
|
7d6308523a
FileManager: Add 'Open in Terminal' action for selected dirs on desktop
|
3 years ago |
Karol Kosek
|
dd75ed0c5e
FileManager: Add default 'Open' action in context menu for directories
|
3 years ago |
Karol Kosek
|
7cf5904124
FileManager: Place mkdir and touch actions below openings in tree view
|
3 years ago |
Karol Kosek
|
d184e5327a
FileManager: Put file launch actions first
|
3 years ago |
Andreas Kling
|
696dbc889f
FileManager: Make DirectoryView listen for configuration changes
|
3 years ago |
Andreas Kling
|
c8c58626e9
FileManager: Move "View as ViewType" actions into DirectoryView
|
3 years ago |
TheFightingCatfish
|
d2af27d2d0
FileManager: Change the cwd when opening a directory
|
4 years ago |
Andy Jansson
|
bb399c6955
FileManager: Change read_i32 call to read_bool
|
3 years ago |
Andreas Kling
|
1a0a35f4b8
FileManager: Use Config::pledge_domains()
|
3 years ago |
Andreas Kling
|
39d9373bca
FileManager: Use LibConfig instead of Core::ConfigFile :^)
|
3 years ago |
networkException
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
4 years ago |