Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | BrickGame: Add a "Pause" option to the Game menu | Karol Baraniecki |
2023-03-13 | BrickGame: Show a box with "Paused" in it when the game is paused | Karol Baraniecki |
2023-03-13 | BrickGame: Disallow manual piece movement while paused | Karol Baraniecki |
2023-03-13 | BrickGame: Stop bricks from falling when paused | Karol Baraniecki |
2023-03-04 | Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() | Andreas Kling |
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
2023-01-06 | LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) | Sam Atkins |
2023-01-03 | LibGfx: Make Font::width() return a float | Andreas Kling |
2022-12-14 | BrickGame: Ignore unhandled keydown events | Sam Atkins |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-05 | Games: Add BrickGame | Oleg Kosenkov |