summaryrefslogtreecommitdiff
path: root/Userland/Games/MasterWord/WordGame.cpp
AgeCommit message (Expand)Author
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
2023-04-17MasterWord: Rectify resizing game windowthankyouverycool
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2022-12-14MasterWord: Ignore unhandled keydown eventsSam Atkins
2022-12-11MasterWord: Display the last word in a different color for short inputArda Cinar
2022-12-11MasterWord: Display messages in a statusbarArda Cinar
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-09-20MasterWord: Port to Core::StreamSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-26MasterWord: Check guesses against the word listPaweł Łukasik
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-03-18Games: Add MasterWordJoe Petrus