index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Games
Age
Commit message (
Expand
)
Author
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
2048: Add separator before quit menu action
Linus Groh
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-11
2048: Added Redo Support
Umar Haroon
2021-05-07
Chess+Help: Remove erroneous ampersand from app name
Linus Groh
2021-05-05
Solitaire: Decrease new game animation delay
Timothy Flynn
2021-05-05
Solitaire: Add statusbar segment to display elapsed time
Timothy Flynn
2021-05-05
Solitaire: Add a GUI::Statusbar to the Solitaire window
Timothy Flynn
2021-05-05
Solitaire: Only start timer when the timer event is needed
Timothy Flynn
2021-05-05
Solitaire: Refactor painting logic to accomodate to-be-added widgets
Timothy Flynn
2021-05-05
Solitaire: Don't invoke srand multiple times
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire GUI to a frame
Timothy Flynn
2021-05-05
Solitaire: Convert Solitaire window to be created from GML
Timothy Flynn
2021-05-05
Solitaire: Place files in Solitaire namespace and rename main widget
Timothy Flynn
2021-05-05
Solitaire: Replace self-owned timer with Core::Object's timer
Timothy Flynn
2021-05-05
Solitaire: Bump stacked cards down to reveal suit
Timothy Flynn
2021-05-04
Snake: Spruce up the GUI a tiny bit
Andreas Kling
2021-05-03
Minesweeper: Tweak main UI layout a little bit
Andreas Kling
2021-05-03
Minesweeper: Add a tasteful separator line between menubar and UI
Andreas Kling
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-14
Chess: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-14
Pong: Alt shortcuts in top-level menus
Andreas Kling
2021-04-14
2048: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-13
Minesweeper: Use one premade mine palette for all mine widgets
Jean-Baptiste Boric
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-06
Minesweeper: Fix UI layout and focus behavior
Andreas Kling
2021-04-05
2048: Give the board view a nice GUI::Frame look :^)
Andreas Kling
2021-03-27
Chess: Added option to toggle showing moves
lucastarche
2021-03-27
Chess: Show available moves from current piece
lucastarche
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-18
Chess: Allow right click to cancel drag move while dragging a piece
Brendan Coles
2021-02-18
Chess: pledge thread
Brendan Coles
2021-02-18
Conway: Set minumum window size to game columns x rows
Linus Groh
2021-01-22
Conway: Add interactivity
Ben Wiederhake
2021-01-20
Conway: Don't run misleading srand()
Ben Wiederhake
2021-01-16
Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"
Andreas Kling
2021-01-16
Everywhere: Convert a handful of String::format() => formatted()
Andreas Kling
2021-01-15
Demos+Games: Pledge "sendfd" in demos and games
TheMorc
2021-01-15
Everywhere: Pledge "sendfd" in WindowServer client programs
Andreas Kling
2021-01-12
Games: Move to Userland/Games/
Andreas Kling