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
/
Games
/
Hearts
/
main.cpp
Age
Commit message (
Expand
)
Author
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-13
Hearts: Add link to help pages in menu
David Lindbom
2021-12-18
Hearts: Convert to try_create_default_icon
Astraeus-
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Hearts: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Hearts: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
Hearts: Port to LibMain
Pedro Pereira
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-08-27
Hearts: Remove `wpath` and `cpath` priviliges
Mustafa Quraish
2021-08-27
Hearts: Use LibConfig instead of Core::ConfigFile
Mustafa Quraish
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-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-05-23
Hearts: Allow player to set their name
Josh Perry
2021-05-22
Hearts: Remove dead code
Gunnar Beutner
2021-05-21
Games: Add Hearts
Gunnar Beutner