summaryrefslogtreecommitdiff
path: root/Userland/Games/2048/GameSizeDialog.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-172048: Do not decrement m_target_tile_powerimplicitfield
2022-10-172048: Convert to GMLimplicitfield
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-102048: Fix off-by-1 when opening settingsDylan Katz
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-05-182048: Do not default to only temporarily applying settings changesTimothy Flynn
2021-05-182048: Widen the settings windowTimothy Flynn
2021-05-182048: Intialize settings window with current valuesTimothy Flynn
2021-05-182048: Evil AI settings entryDmitrii Ubskii
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Games: Move to Userland/Games/Andreas Kling