1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland
Lenny Maiorani a51fce6c0f LibCards+Games: Change name of card type to card suit
Playing cards have a `suit` such as `hearts`/`diamonds`, not a
`type`. Make the internal naming consistent with the way playing cards
are typically named.
2022-03-18 23:49:34 +00:00
..
Applets ClipboardHistory: Show ranges and max dimensions for copied glyphs 2022-03-18 01:12:26 +01:00
Applications SoundPlayer: Fix read of uninitialized member variables on startup 2022-03-18 02:13:05 -07:00
Demos Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
DevTools HackStudio: Remove program name element in Core::command() calls 2022-03-17 12:32:59 +03:30
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Libraries LibCards+Games: Change name of card type to card suit 2022-03-18 23:49:34 +00:00
Services WindowServer: Fix animation crash 2022-03-18 20:00:30 +01:00
Shell Shell: Stop parsing options after the script name 2022-03-11 08:41:21 +03:30
Utilities Userland: Change static const variables to static constexpr 2022-03-18 19:58:57 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00