summaryrefslogtreecommitdiff
path: root/Userland/Applications/GamesSettings
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-10Chess+GameSettings: Optionally highlight the king when in checkTim Ledbetter
2023-05-05LibGUI: Make `Application`'s construction fallibleLucas CHOLLET
2023-05-05Base+LibChess: Move assets from /icons/ to /graphics/Cubic Love
2023-05-05Base+LibCards: Move card backs from /icons/ to /graphics/Cubic Love
2023-04-24LibChess: Add and use Square::{file,rank}_char() methodsSam Atkins
2023-03-16LibGUI+Applications: Port SettingsWindow::add_tab() to the new stringKarol Kosek
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05GamesSettings: Migrate to Directory::for_each_entry()Sam Atkins
2023-02-04Chess+GamesSettings: Give chess pieces some breathing roomSam Atkins
2023-02-04Chess+GamesSettings: Use the correct term for chess squaresSam Atkins
2023-02-02GamesSettings: Add chess settings :^)Sam Atkins
2023-02-02GamesSettings: Make CardSettingsWidget creation fallibleSam Atkins
2023-02-02GamesSettings: Rename `Preview` -> `CardGamePreview`Sam Atkins
2023-01-22LibCards+Games+GamesSettings: Return ErrorOr from CardStack::push()Sam Atkins
2023-01-13GamesSettings: Draw one of the previewed cards as "highlighted"Timothy Flynn
2023-01-13GamesSettings: Paint the card preview frame using a CardGame subclassTimothy Flynn
2023-01-13GamesSettings: Move classes into the GamesSettings namespaceTimothy Flynn
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
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-20GamesSettings: Always ensure last card back selected is savedne0ndrag0n
2022-08-22GamesSettings: Add a preview for the current card-game settings :^)Sam Atkins
2022-08-22GamesSettings: Add a setting for the card-back imageSam Atkins
2022-08-22GamesSettings: Introduce a new GamesSettings application :^)Sam Atkins