Age | Commit message (Expand) | Author |
---|---|---|
2023-04-19 | LibGUI+Userland: Make Window::*add_menu take name using new string | Karol Kosek |
2023-03-04 | Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() | Andreas Kling |
2023-02-21 | Userland: Fix remaining smart pointer const-correctness issues | Andreas Kling |
2023-01-26 | LibGfx: Remove `try_` prefix from bitmap creation functions | Tim Schumacher |
2023-01-20 | ColorLines: Use AK::shuffle() for shuffling | Sam Atkins |
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-12 | Games: Add ColorLines | Oleg Kosenkov |