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
/
Chess
Age
Commit message (
Expand
)
Author
2022-08-08
Chess: Import/Export chessboards using LibFileSystemAccessClient
Karol Kosek
2022-07-19
LaunchServer+SystemServer: Move the portal to a user-specific directory
Lucas CHOLLET
2022-07-12
Everywhere: Replace single-char StringView op. arguments with chars
sin-ack
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-05
Chess: Paint move marker antialiased
MacDue
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-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-18
Games: Add reload icon to 'New Game' actions
Linus Groh
2022-03-04
LibGfx: Rename Color::from_rgba() => Color::from_argb()
Andreas Kling
2022-02-16
Games: Use default constructors/destructors
Lenny Maiorani
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-01-28
Chess: Don't use Vector in a literal iterator
kleines Filmröllchen
2022-01-13
Chess: Add link to help pages in menu
David Lindbom
2021-12-18
Chess: Convert to try_create_default_icon
Astraeus-
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-27
Chess: TRY() all the things in serenity_main() :^)
Pedro Pereira
2021-11-24
Chess: 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
Chess: Port to LibMain
Pedro Pereira
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Everywhere: Mark overridden methods 'override'
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-08-28
Chess: Perform pledges earlier
Luke Wilde
2021-08-26
Games: Remove unveiling /tmp/portal/config
Ralf Donau
2021-08-26
Chess: 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-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-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-11
Chess: Remove 1:1 window aspect ratio
Joshua Gollaher
2021-06-02
LibChess: Change cursor style when hovering or dragging valid piece
BrandonKi
2021-05-20
LibGfx: Remove Gfx::FontDatabase::default_bold_font()
Andreas Kling
2021-05-17
Chess: Fix signed/unsigned issues
Jean-Baptiste Boric
2021-05-17
Chess: Make the main widget a GUI::Frame for a nicer look :^)
Andreas Kling
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
Chess+Help: Remove erroneous ampersand from app name
Linus Groh
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
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-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-03-27
Chess: Added option to toggle showing moves
lucastarche
2021-03-27
Chess: Show available moves from current piece
lucastarche
[next]