summaryrefslogtreecommitdiff
path: root/Userland/Games/ColorLines
AgeCommit message (Expand)Author
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-20ColorLines: Use AK::shuffle() for shufflingSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2022-12-12Games: Add ColorLinesOleg Kosenkov