index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Games
/
Solitaire
Age
Commit message (
Expand
)
Author
2020-11-02
Games: Use pledge and unveil
Brendan Coles
2020-11-01
Games: Use GUI::Icon::default_icon to set application icon
Brendan Coles
2020-10-26
Solitaire: Play animation when starting a new game
Till Mayer
2020-10-26
Solitaire: Refactor CardStack layout code
Till Mayer
2020-10-17
Games: Use new format functions.
asynts
2020-08-27
Base: Create /res/icons/solitaire/ and relocate solitaire assets
thankyouverycool
2020-08-17
Solitaire: Rename "Restart game" menu item to "New game"
Tibor Nagy
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-20
Solitaire: Use a pre-scaled buggie image for the back of cards
Andreas Kling
2020-04-15
LibGfx: Don't allow creating bitmaps whose sizes would overflow
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
2020-03-30
Solitaire: Set parent window for AboutDialog
Tibor Nagy
2020-03-19
Solitaire: Use dark green for empty stack outlines
Tibor Nagy
2020-03-13
Applications: Use "Document - AppName" window title format
Tibor Nagy
2020-03-13
Solitaire: Fix automatic moving of cards
Till Mayer
2020-03-13
Solitaire: Minor tweaks to animation x_velocity and bouncyness
Till Mayer
2020-03-13
Solitaire: Add about dialog and 32x32 icon
Till Mayer
2020-03-11
Solitaire: Remove redundant check and fix formatting mistakes
Till Mayer
2020-03-11
Solitaire: Make sure to not add card twice to m_focused_cards
Till Mayer
2020-03-09
Games: Added solitaire
Till Mayer