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
2019-12-31
Applications: Implement some missing MenuBars & AboutDialogs
Jami Kettunen
2019-12-25
Build: support library and generator dependencies
joshua stein
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-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibGUI: Convert custom widgets and subclasses to ObjectPtr
Andreas Kling
2019-09-21
GButton: Convert most code to using ObjectPtr for GButton
Andreas Kling
2019-09-21
LibGUI: Convert GWindow to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Remove CTimer::create() overloads in favor of construct()
Andreas Kling
2019-09-21
LibGUI: Convert GWidget to ObjectPtr
Andreas Kling
2019-09-21
LibGUI: Convert GLabel to ObjectPtr
Andreas Kling
2019-09-20
LibCore: Convert CTimer to ObjectPtr
Andreas Kling
2019-09-14
LibGUI: Simplify GCommonActions a bit
Andreas Kling
2019-09-05
Snake: Added GCommonActions
rhin123
2019-09-05
Minesweeper: Added GCommonActions
rhin123
2019-08-27
Minesweeper: Reorganize menus a bit
Andreas Kling
2019-08-27
Snake: Merge "Game" menu into the app menu
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-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-23
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
Andreas Kling
2019-07-20
GWidget: Add set_preferred_size(width, height) overload.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
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
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-30
GUI: Use Win2K-like "warm gray" color instead of the older colder gray.
Andreas Kling
2019-06-27
Snake: Use NonnullRefPtrVector.
Andreas Kling
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-06-07
Games: Run clang-format on everything.
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-13
Fix "make clean" not deleting app binaries.
Andreas Kling
2019-05-11
Fix some more victims of the new default layout spacing.
Andreas Kling
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-26
Games: Use Makefile.common here too.
Andreas Kling
2019-04-21
Snake+Minesweeper: Exit process when game window is closed.
Andreas Kling
2019-04-20
Snake: Show the highest score achieved so far (in this session.)
Andreas Kling
[next]