summaryrefslogtreecommitdiff
path: root/Userland/Games/Minesweeper
AgeCommit message (Expand)Author
2021-12-05Games: Cast unused smart-pointer return values to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Minesweeper: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Minesweeper: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Minesweeper: Port to LibMainPedro Pereira
2021-11-15Minesweeper: Decrease min for Columns and Rows on Custom GamePedro Pereira
2021-11-15Minesweeper: Create field from Difficulty enumPedro Pereira
2021-11-15Minesweeper: Turn difficulty menu into checkable actionsPedro Pereira
2021-11-14Minesweeper: Add "Custom game..." difficultyPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02Demos+DevTools+Games: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-29Minesweeper: Set time label to a fixed widthMusab Kılıç
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-28Minesweeper: Remove wpath and cpath pledgesLuke Wilde
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-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-03Minesweeper: Tweak main UI layout a little bitAndreas Kling
2021-05-03Minesweeper: Add a tasteful separator line between menubar and UIAndreas Kling
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-29Everywhere: "file name" => "filename"Andreas 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-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-06Minesweeper: Fix UI layout and focus behaviorAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling