summaryrefslogtreecommitdiff
path: root/Games/Solitaire
AgeCommit message (Expand)Author
2020-11-02Games: Use pledge and unveilBrendan Coles
2020-11-01Games: Use GUI::Icon::default_icon to set application iconBrendan Coles
2020-10-26Solitaire: Play animation when starting a new gameTill Mayer
2020-10-26Solitaire: Refactor CardStack layout codeTill Mayer
2020-10-17Games: Use new format functions.asynts
2020-08-27Base: Create /res/icons/solitaire/ and relocate solitaire assetsthankyouverycool
2020-08-17Solitaire: Rename "Restart game" menu item to "New game"Tibor Nagy
2020-08-15Misc: Use automatic window positioning in more applicationsLinus Groh
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-20Solitaire: Use a pre-scaled buggie image for the back of cardsAndreas Kling
2020-04-15LibGfx: Don't allow creating bitmaps whose sizes would overflowAndreas Kling
2020-04-04LibGUI: Add MenuBar::add_menu(name)Andreas Kling
2020-03-30Solitaire: Set parent window for AboutDialogTibor Nagy
2020-03-19Solitaire: Use dark green for empty stack outlinesTibor Nagy
2020-03-13Applications: Use "Document - AppName" window title formatTibor Nagy
2020-03-13Solitaire: Fix automatic moving of cardsTill Mayer
2020-03-13Solitaire: Minor tweaks to animation x_velocity and bouncynessTill Mayer
2020-03-13Solitaire: Add about dialog and 32x32 iconTill Mayer
2020-03-11Solitaire: Remove redundant check and fix formatting mistakesTill Mayer
2020-03-11Solitaire: Make sure to not add card twice to m_focused_cardsTill Mayer
2020-03-09Games: Added solitaireTill Mayer