summaryrefslogtreecommitdiff
path: root/Games
AgeCommit message (Expand)Author
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibGUI: Convert custom widgets and subclasses to ObjectPtrAndreas Kling
2019-09-21GButton: Convert most code to using ObjectPtr for GButtonAndreas Kling
2019-09-21LibGUI: Convert GWindow to ObjectPtrAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-21LibGUI: Convert GWidget to ObjectPtrAndreas Kling
2019-09-21LibGUI: Convert GLabel to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-14LibGUI: Simplify GCommonActions a bitAndreas Kling
2019-09-05Snake: Added GCommonActionsrhin123
2019-09-05Minesweeper: Added GCommonActionsrhin123
2019-08-27Minesweeper: Reorganize menus a bitAndreas Kling
2019-08-27Snake: Merge "Game" menu into the app menuAndreas Kling
2019-08-12Minesweeper: Make the SquareButtons non-checkableAndreas Kling
2019-07-29Minesweeper: refactor on_square_clicked and flood_markDrew Stratford
2019-07-29Minesweeper: updated flood_fill to use QueueDrew Stratford
2019-07-29Minesweeper: make Field::flood_fill iterativeDrew Stratford
2019-07-28WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.Andreas Kling
2019-07-23LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().Andreas Kling
2019-07-20GWidget: Add set_preferred_size(width, height) overload.Andreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-07-11Minesweeper: Remove use of copy_ref().Andreas Kling
2019-07-03AK: Add String::number() for creating a String from a number.Andreas Kling
2019-07-01Minesweeper: Move configuration reading to FieldJookia
2019-07-01Minesweeper: Allow single-click chordingJookia
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-30GUI: Use Win2K-like "warm gray" color instead of the older colder gray.Andreas Kling
2019-06-27Snake: Use NonnullRefPtrVector.Andreas Kling
2019-06-21AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.Andreas Kling
2019-06-07Meta: Tweak .clang-format to not wrap braces after enums.Andreas Kling
2019-06-07Games: Run clang-format on everything.Andreas Kling
2019-05-28Add clang-format fileRobin Burchell
2019-05-19Minesweeper: Make things a little more friendly at the startRobin Burchell
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-05-11Fix some more victims of the new default layout spacing.Andreas Kling
2019-05-06Minesweeper: Flag unflagged mines on win.Andreas Kling
2019-05-02Minesweeper: Fix lag when changing the field size.Andreas Kling
2019-04-28Minesweeper: Add considering feature, where middle clicking marks with '?'Andreas Kling
2019-04-26Minesweeper: Implement some feature requests.Andreas Kling
2019-04-26Games: Use Makefile.common here too.Andreas Kling
2019-04-21Snake+Minesweeper: Exit process when game window is closed.Andreas Kling
2019-04-20Snake: Show the highest score achieved so far (in this session.)Andreas Kling
2019-04-20LibGUI+Minesweeper: Add GWindow::set_resizable().Andreas Kling
2019-04-20Snake: Add a window icon. :^)Andreas Kling
2019-04-20Snake: Disable double-buffering for the game window.Andreas Kling
2019-04-20Snake: Add some more fruit types.Andreas Kling
2019-04-20Snake: Tweak game speed so it's not too easy.Andreas Kling
2019-04-20Snake: Try to only repaint the parts that actually changed between ticks.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling