summaryrefslogtreecommitdiff
path: root/Userland/Games/Solitaire/main.cpp
AgeCommit message (Expand)Author
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-08-22Solitaire: Migrate to CardGameSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2021-12-18Solitaire: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Solitaire: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Solitaire: Replace construct() with TRY(try_create()) patternPedro Pereira
2021-11-23Solitaire: Port to LibMainPedro Pereira
2021-09-06Solitaire: Add Auto-Collect gameplay optionThitat Auareesuksakul
2021-08-28Solitaire: Remove wpath and cpath pledges and pledge earlierLuke Wilde
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26Solitaire: Use LibConfig instead of Core::ConfigFileThitat Auareesuksakul
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-08-06Solitaire: Get user confirmation to close when there is a active gameJamie Mansfield
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-06-13Solitaire: Only start timer when a move happensSam Atkins
2021-06-03Solitaire: Add undo functionalityMatthew B. Jones
2021-05-27Solitaire: Start timer when first card is movedMarcus Nilsson
2021-05-25Solitaire: Persist high score separately per game modeTimothy Flynn
2021-05-25Solitaire: Award bonus points based on time elapsedTimothy Flynn
2021-05-25Solitaire: Only update high score after a victorious gameTimothy Flynn
2021-05-20Solitaire: Fix a spelling mistake in one of the variable namesGunnar Beutner
2021-05-18Solitaire: Display high score in status barTimothy Flynn
2021-05-18Solitaire: Track and persist high scoreTimothy Flynn
2021-05-18Solitaire: Persist game mode to config fileTimothy Flynn
2021-05-16Solitaire: Add setting for number of cards to be drawnTimothy Flynn
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-05Solitaire: Add statusbar segment to display elapsed timeTimothy Flynn
2021-05-05Solitaire: Add a GUI::Statusbar to the Solitaire windowTimothy Flynn
2021-05-05Solitaire: Convert Solitaire window to be created from GMLTimothy Flynn
2021-05-05Solitaire: Place files in Solitaire namespace and rename main widgetTimothy Flynn
2021-05-05Solitaire: Replace self-owned timer with Core::Object's timerTimothy Flynn
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Demos+Games: Pledge "sendfd" in demos and gamesTheMorc
2021-01-12Games: Move to Userland/Games/Andreas Kling