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
/
Minesweeper
Age
Commit message (
Expand
)
Author
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
Sam Atkins
2022-12-14
Minesweeper: Make a factory function for Field and propagate errors
Andreas Kling
2022-12-12
Minesweeper: Revise the maximum mine limit in custom game settings
Arda Cinar
2022-12-12
Minesweeper: Make sure icons of cells are set after generating field
Arda Cinar
2022-12-12
Minesweeper: Use a faster method to generate game field
Arda Cinar
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-08-14
Everywhere: Replace hardcoded anon's uid in unveil path with `%uid`
Lucas CHOLLET
2022-08-14
LibCore+LaunchServer: Move portal directory to `/tmp/user/%uid`
Lucas CHOLLET
2022-08-05
Minesweeper: Update GML and fix layout issues
thankyouverycool
2022-07-24
Minesweeper: Remove decimal point from the time label
Karol Kosek
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-01-13
Minesweeper: Add link to help pages in menu
David Lindbom
2021-12-18
Minesweeper: Convert to try_create_default_icon
Astraeus-
2021-12-05
Games: Cast unused smart-pointer return values to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Minesweeper: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Minesweeper: Replace construct() with TRY(try_create()) pattern
Pedro Pereira
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-22
Everywhere: Use Application::construct() with Main::Arguments directly
Mustafa Quraish
2021-11-22
Minesweeper: Port to LibMain
Pedro Pereira
2021-11-15
Minesweeper: Decrease min for Columns and Rows on Custom Game
Pedro Pereira
2021-11-15
Minesweeper: Create field from Difficulty enum
Pedro Pereira
2021-11-15
Minesweeper: Turn difficulty menu into checkable actions
Pedro Pereira
2021-11-14
Minesweeper: Add "Custom game..." difficulty
Pedro Pereira
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-29
Minesweeper: Set time label to a fixed width
Musab Kılıç
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-30
Minesweeper: Use AK::get_random_uniform() instead of rand()
Andreas Kling
[next]