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
/
main.cpp
Age
Commit message (
Expand
)
Author
2023-05-23
Base+Userland: Apply Human Interface Guidelines to Object text
thankyouverycool
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-04-19
LibGUI+Userland: Make Window::*add_menu take name using new string
Karol Kosek
2023-04-17
Minesweeper: Simplify resizing game window
thankyouverycool
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
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-10-25
Userland: Let applications make use of make_command_palette_action()
demostanis
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-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-28
Applications: Remove usages of deprecated implicit conversions
FrHun
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
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: 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-10-29
Minesweeper: Set time label to a fixed width
Musab Kılıç
2021-08-28
Minesweeper: Remove wpath and cpath pledges
Luke Wilde
2021-08-26
Minesweeper: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
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-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-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-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
[next]