Age | Commit message (Expand) | Author |
---|---|---|
2021-10-27 | Everywhere: Rename left/right-click to primary/secondary | Filiph Sandström |
2021-08-30 | Minesweeper: Use AK::get_random_uniform() instead of rand() | Andreas Kling |
2021-08-26 | Minesweeper: Use LibConfig instead of Core::ConfigFile | Andreas Kling |
2021-08-22 | Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open | networkException |
2021-08-22 | Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing | networkException |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-13 | Minesweeper: Use one premade mine palette for all mine widgets | Jean-Baptiste Boric |
2021-04-06 | Minesweeper: Fix UI layout and focus behavior | Andreas Kling |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-16 | Everywhere: Convert a handful of String::format() => formatted() | Andreas Kling |
2021-01-12 | Games: Move to Userland/Games/ | Andreas Kling |