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.cpp
Age
Commit message (
Expand
)
Author
2020-02-26
Minesweeper: Perform sanity check on configuration (#1300)
Jesse
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-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
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from 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-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
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-23
WindowServer+LibGUI: Implement basic color theming
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-08-12
Minesweeper: Make the SquareButtons non-checkable
Andreas Kling
2019-07-29
Minesweeper: refactor on_square_clicked and flood_mark
Drew Stratford
2019-07-29
Minesweeper: updated flood_fill to use Queue
Drew Stratford
2019-07-29
Minesweeper: make Field::flood_fill iterative
Drew Stratford
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-11
Minesweeper: Remove use of copy_ref().
Andreas Kling
2019-07-03
AK: Add String::number() for creating a String from a number.
Andreas Kling
2019-07-01
Minesweeper: Move configuration reading to Field
Jookia
2019-07-01
Minesweeper: Allow single-click chording
Jookia
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-07
Games: Run clang-format on everything.
Andreas Kling
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-05-02
Minesweeper: Fix lag when changing the field size.
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: Add little icons to the flags and timer labels.
Andreas Kling
2019-04-15
Minesweeper: Paint a grid pattern below the mines.
Andreas Kling
2019-04-15
LibCore: Add a CConfigFile class, a simple INI file parser.
Andreas Kling
2019-04-14
Minesweeper: Add flag counter and game timer.
Andreas Kling
2019-04-14
Minesweeper: Flood fill should include the first numbered found.
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: Fix wrong adjacency numbers on right and bottom edges.
Andreas Kling
2019-04-13
Minesweeper: More implementation work.
Andreas Kling
2019-04-13
Minesweeper: Start working on a simple minesweeper game. :^)
Andreas Kling