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
/
Minesweeper
/
Field.h
Age
Commit message (
Expand
)
Author
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
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-16
LibGUI: Add forwarding header
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
LibGfx: Unpublish Gfx::Size from the global namespace
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-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-07-29
Minesweeper: refactor on_square_clicked and flood_mark
Drew Stratford
2019-07-29
Minesweeper: make Field::flood_fill iterative
Drew Stratford
2019-07-01
Minesweeper: Move configuration reading to Field
Jookia
2019-07-01
Minesweeper: Allow single-click chording
Jookia
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-05-19
Minesweeper: Make things a little more friendly at the start
Robin Burchell
2019-05-06
Minesweeper: Flag unflagged mines on win.
Andreas Kling
2019-04-28
Minesweeper: Add considering feature, where middle clicking marks with '?'
Andreas Kling
2019-04-26
Minesweeper: Implement some feature requests.
Andreas Kling
2019-04-15
Minesweeper: Paint a grid pattern below the mines.
Andreas Kling
2019-04-14
Minesweeper: Add flag counter and game timer.
Andreas Kling
2019-04-13
Minesweeper: Make it possible to win the game. :^)
Andreas Kling
2019-04-13
Minesweeper: Turn the field into a GFrame for that containery look.
Andreas Kling
2019-04-13
Minesweeper: More implementation work.
Andreas Kling
2019-04-13
Minesweeper: Start working on a simple minesweeper game. :^)
Andreas Kling