serenity/Userland
Sam Atkins 98603e2b20 Solitaire: Replace animation Card with manual painting
Repeatedly allocation a new Card object is unnecessary, and makes
propagating OOM awkward. We also don't need a full card, just which
suit/rank it is and its position. So, let's save all the extra
allocation and just paint the card bitmap directly.
2023-01-06 16:03:50 +01:00
..
Applets LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
Applications PixelPaint: Draw polygonal select tool lines with two colors 2023-01-06 15:41:48 +01:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibGfx: Avoid rounding/truncating glyph positions till blitting 2023-01-05 12:09:35 +01:00
DevTools GMLPlayground: Fill preview window with background color 2023-01-05 18:58:08 +01:00
DynamicLoader DynamicLoader: Remove i686 support 2022-12-28 11:53:41 +01:00
Games Solitaire: Replace animation Card with manual painting 2023-01-06 16:03:50 +01:00
Libraries LibCards+Games: Make CardGame::add_stack() fallible 2023-01-06 16:03:50 +01:00
Services FileSystemAccessServer: Use Core::Stream 2023-01-06 14:52:29 +00:00
Shell Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
Utilities LibWeb+WebContent: Convert BrowsingContext to new pixel units 2023-01-05 17:42:31 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00