summaryrefslogtreecommitdiff
path: root/Games/Solitaire
AgeCommit message (Expand)Author
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