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
/
2048
Age
Commit message (
Expand
)
Author
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-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
2048: Call event.ignore() correctly in 2048's BoardView keydown handler
Zaggy1024
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-17
2048: Do not decrement m_target_tile_power
implicitfield
2022-10-17
2048: Convert to GML
implicitfield
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-10-02
Games: Wrong parent window passed to GUI::MessageBox
Monroe Clinton
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-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-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-03-18
Applications+Games: Drop ellipsis from settings action
Linus Groh
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-06
AK: Move integral log2 and exp to IntegerMath.h
Hendiadyoin1
2022-01-13
2048: Add link to help pages in menu
David Lindbom
2022-01-10
2048: Add action icons for New Game and Settings
Dylan Katz
2022-01-10
2048: Simplify dialog box when target reached
Dylan Katz
2022-01-10
2048: Fix off-by-1 when opening settings
Dylan Katz
2021-12-18
2048: 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
2048: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
2048: 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
2048: Port to LibMain
Pedro Pereira
2021-10-05
2048: Let user decide if he wants to continue the game
Mohsan Ali
2021-08-28
2048: Remove wpath and cpath pledges
Luke Wilde
2021-08-26
Games: Remove unveiling /tmp/portal/config
Ralf Donau
2021-08-26
2048: Use LibConfig instead of Core::ConfigFile
Thitat Auareesuksakul
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-22
Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing
networkException
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-12
2048: Fix move success detection
Dmitrii Ubskii
2021-06-11
2048: Animate sliding tiles
Dmitrii Ubskii
2021-06-11
2048: Encapsulate away Board's inner workings
Dmitrii Ubskii
2021-06-11
2048: Add pop-in animation for newly added tiles
Dmitrii Ubskii
[next]