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
Age
Commit message (
Expand
)
Author
2020-06-18
Minesweeper: Replace Label with Image component to show flag and timer
Hüseyin ASLITÜRK
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-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
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
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-04
LibCore: Make Core::Object::add<ChildType> return a ChildType&
Andreas Kling
2020-03-04
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
Andreas Kling
2020-03-04
LibGUI: Use set_layout<LayoutType>() in lots of client code
Andreas Kling
2020-03-03
LibGUI: Remove Button& parameter from Button::on_click hook
Andreas Kling
2020-02-26
Minesweeper: Perform sanity check on configuration (#1300)
Jesse
2020-02-25
Snake: Persist high score
Tibor Nagy
2020-02-25
Build: Only look at SUBDIRS with Makefiles
joshua stein
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-24
AK: Make HashTable and HashMap use size_t for size and capacity
Andreas Kling
2020-02-23
LibGUI: Remove parent parameter to GUI::Widget constructor
Andreas Kling
2020-02-23
LibGUI: Make GUI::Frame have the 2px sunken container look by default
Andreas Kling
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-20
Minesweeper: Use system theme colors for empty square borders
Tibor Nagy
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-02-02
Minesweeper: Make sure first tile revealed is always blank (#1164)
pfg
2020-01-18
Meta: Add license header to source files
Andreas Kling
[next]