ladybird/Userland/Games
Andreas Kling a6a8ba80fc LibGfx: Rename Color::from_rgba() => Color::from_argb()
This matches the rename of RGBA32 to ARGB32. It also makes more sense
when you see it used with 32-bit hexadecimal literals:

Before:
    Color::from_rgba(0xaarrggbb)

After:
    Color::from_argb(0xaarrggbb)
2022-03-04 23:40:21 +01:00
..
2048 Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Breakout Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Chess LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
FlappyBug LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
GameOfLife LibGfx+GameOfLife: Remove Gfx::make_rgb() and its one user 2022-03-04 23:40:21 +01:00
Hearts Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Minesweeper Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Pong Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Snake Games: Use default constructors/destructors 2022-02-16 22:08:55 +00:00
Solitaire LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
Spider LibGUI+Apps: Convert Statusbar Labels to Segments 2022-02-24 19:09:41 +01:00
CMakeLists.txt Games: Add Spider 2021-06-24 10:32:53 +02:00