Sam Atkins
|
cdffe556c8
LibGUI+Userland: Make Dialog::ExecResult an enum class
|
3 年之前 |
offtkp
|
61a9ad45ed
FileManager: Check for write permission before enabling certain actions
|
3 年之前 |
Karol Kosek
|
39c0f31009
FileManager: Remove unused lstat() call
|
3 年之前 |
Karol Kosek
|
61dc489778
FileManager: Reduce scope of some variables related to context menu
|
3 年之前 |
Karol Kosek
|
4ef8bf53ba
FileManager: Don't use bitwise OR operators on booleans
|
3 年之前 |
Karol Kosek
|
ec02d58b5b
FileManager: Rename action_show_dotfiles to show_dotfiles_action
|
3 年之前 |
Karol Kosek
|
ff6df9f27e
FileManager: Use VERIFY() instead of if checks with VERIFY_NOT_REACHED
|
3 年之前 |
Sam Atkins
|
dc5a318aa9
FileManager: Use TRY in run_file_operation()
|
3 年之前 |
Lenny Maiorani
|
1dd70a6f49
Applications: Change static constexpr variables to constexpr
|
3 年之前 |
James Puleo
|
a0e7a4b9a8
WindowServer+Userland: Pass wallpapers as `Gfx::Bitmap` instead of path
|
3 年之前 |
Aatos Majava
|
c23d25d1de
FileManager: Add F6 alternate shortcut to "location" action
|
3 年之前 |
Timothy Flynn
|
55d28a738e
Revert "FileManager: Display times in the user's local time zone"
|
3 年之前 |
Timothy Flynn
|
080b054695
FileManager: Display times in the user's local time zone
|
3 年之前 |
electrikmilk
|
34c5d33eb0
Base+Userland: Add various icons
|
3 年之前 |
Lucas CHOLLET
|
75d1840cfc
FileManager: Show Dotfiles when passing a Dotfile as an argument
|
3 年之前 |
Lucas CHOLLET
|
693ae73606
FileManager: Use String const& instead of String
|
3 年之前 |
Julian Offenhäuser
|
5bc7a18a04
FileManager: Add "Create Archive" action
|
3 年之前 |
Sam Atkins
|
3ca2aee054
Applications: Cast unused smart-pointer TRY return values to void
|
3 年之前 |
Brian Gianforcaro
|
cf4fa936be
Everywhere: Use default execpromises argument for Core::System::pledge
|
3 年之前 |
Andreas Kling
|
bc2ee02ce0
FileManager: Use TRY() a lot more in the main functions :^)
|
3 年之前 |
Andreas Kling
|
21a5fb0fa2
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
|
3 年之前 |
Mustafa Quraish
|
4d302e0e88
Everywhere: Use Application::construct() with Main::Arguments directly
|
3 年之前 |
Mustafa Quraish
|
2fbcab46bf
Everywhere: Use ArgsParser::parse() with Main::Arguments directly
|
3 年之前 |
Andreas Kling
|
c5c54f634e
FileManager: Port to LibMain :^)
|
3 年之前 |
Ben Wiederhake
|
f22c0ffe0c
LibGUI+Everywhere: Make sync requests to Clipboard server more obvious
|
3 年之前 |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Andreas Kling
|
4a2b718ba2
LibCore: Use ErrorOr<T> for Core::File::copy_file()
|
3 年之前 |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 年之前 |
Mustafa Quraish
|
fdfc0d1bac
FileManager: Listen for changes to Desktop wallpaper in config
|
3 年之前 |
Tetsui Ohkubo
|
eb326db028
FileOperation: Deduplicate destination file names on copy
|
4 年之前 |