summaryrefslogtreecommitdiff
path: root/Userland/Games/Chess/main.cpp
AgeCommit message (Expand)Author
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`Lucas CHOLLET
2022-08-14LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`Lucas CHOLLET
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-07-19LaunchServer+SystemServer: Move the portal to a user-specific directoryLucas CHOLLET
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-03-18Games: Add reload icon to 'New Game' actionsLinus Groh
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-28Chess: Don't use Vector in a literal iteratorkleines Filmröllchen
2022-01-13Chess: Add link to help pages in menuDavid Lindbom
2021-12-18Chess: Convert to try_create_default_iconAstraeus-
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-27Chess: TRY() all the things in serenity_main() :^)Pedro Pereira
2021-11-24Chess: 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-22Chess: Port to LibMainPedro Pereira
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-08-28Chess: Perform pledges earlierLuke Wilde
2021-08-26Games: Remove unveiling /tmp/portal/configRalf Donau
2021-08-26Chess: 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-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-11Chess: Remove 1:1 window aspect ratioJoshua Gollaher
2021-05-17Chess: Make the main widget a GUI::Frame for a nicer look :^)Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-07Chess+Help: Remove erroneous ampersand from app nameLinus Groh
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14Chess: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-03-27Chess: Added option to toggle showing moveslucastarche
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-18Chess: pledge threadBrendan Coles
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Games: Move to Userland/Games/Andreas Kling