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
/
MasterWord
/
WordGame.cpp
Age
Commit message (
Expand
)
Author
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-04-17
MasterWord: Rectify resizing game window
thankyouverycool
2023-03-04
Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()
Andreas Kling
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2022-12-14
MasterWord: Ignore unhandled keydown events
Sam Atkins
2022-12-11
MasterWord: Display the last word in a different color for short input
Arda Cinar
2022-12-11
MasterWord: Display messages in a statusbar
Arda Cinar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-09-20
MasterWord: Port to Core::Stream
Sam Atkins
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-26
MasterWord: Check guesses against the word list
Paweł Łukasik
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-18
Games: Add MasterWord
Joe Petrus