summaryrefslogtreecommitdiff
path: root/Userland/Games/Minesweeper/Field.cpp
AgeCommit message (Expand)Author
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-08-30Minesweeper: Use AK::get_random_uniform() instead of rand()Andreas Kling
2021-08-26Minesweeper: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Minesweeper: Use one premade mine palette for all mine widgetsJean-Baptiste Boric
2021-04-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling