summaryrefslogtreecommitdiff
path: root/Userland/Games/2048/BoardView.cpp
AgeCommit message (Expand)Author
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-142048: Call event.ignore() correctly in 2048's BoardView keydown handlerZaggy1024
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-02-16Games: Use default constructors/destructorsLenny Maiorani
2021-06-112048: Animate sliding tilesDmitrii Ubskii
2021-06-112048: Encapsulate away Board's inner workingsDmitrii Ubskii
2021-06-112048: Add pop-in animation for newly added tilesDmitrii Ubskii
2021-06-112048: Abstract Board into its own structDmitrii Ubskii
2021-06-112048: East const all the thingsDmitrii Ubskii
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-052048: Give the board view a nice GUI::Frame look :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling