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-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