index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-03-13
Base: Document Escape and P pausing/unpausing BrickGame
Karol Baraniecki
2023-03-13
BrickGame: Add a "Pause" option to the Game menu
Karol Baraniecki
2023-03-13
BrickGame: Show a box with "Paused" in it when the game is paused
Karol Baraniecki
2023-03-13
BrickGame: Disallow manual piece movement while paused
Karol Baraniecki
2023-03-13
BrickGame: Stop bricks from falling when paused
Karol Baraniecki
2023-03-13
LibCompress: Make DeflateCompressor::write() use loop, not recursion
Nico Weber
2023-03-12
SpiceAgent: Remove unused BMPWriter.h include
Nico Weber
2023-03-12
Base: Add Batak to font Katica Regular 10
Xexxa
2023-03-12
LibC: Correctly reset the getopt state on `optind = 1`
Tim Schumacher
2023-03-12
PixelPaint: Display color information on mousemove with the PickerTool
Lucas CHOLLET
2023-03-12
LibGfx: Make BMPWriter::dump() return ErrorOr
Nico Weber
2023-03-12
LibGfx: Make BMPWriter::dump() not take a RefPtr
Nico Weber
2023-03-12
LibGfx: Remove a redundant copy of all data when writing a BMP
Nico Weber
2023-03-12
LibGfx: Change BMPWriter API to be consistent with other image writers
Nico Weber
2023-03-12
LibGfx: Change second argument of BMPWriter::dump() to Options struct
Nico Weber
2023-03-12
LibGfx: Remove unused BMPWriter::set_compression()
Nico Weber
2023-03-12
LibWeb: Resolve percentage line-height values before CSS inheritance
Andreas Kling
2023-03-12
LibWeb: Actually incorporate style from imported style sheets
Andreas Kling
2023-03-12
Tests/LibWeb: Only care about *.html files in layout test runner
Andreas Kling
2023-03-12
LibWeb: Consider entire stack of floated boxes when floating new box
Andreas Kling
2023-03-12
LibWeb: Stop polluting layout tree dumps with TextNode memory addresses
Andreas Kling
2023-03-12
Kernel: Make the Jails' internal design a lot more sane
Liav A
2023-03-12
LibGfx: Make QOIWriter use ErrorOr
Nico Weber
2023-03-12
LibGfx: Use StringView literals for CSS color list
MacDue
2023-03-12
Userland: Add an `image` utility
Nico Weber
2023-03-12
Meta+CMake: Remove "image" ninja target in favor of "qemu-image"
Nico Weber
2023-03-11
LibGfx: Fix segfault and painting off-by-one in fill_path()
MacDue
2023-03-11
LibGfx: Make all fill_path() code member functions and move into .cpp
MacDue
2023-03-11
LibGfx: Speed up fill_path() with per scanline clipping & fast fills
MacDue
2023-03-11
LibWeb: Use from_deprecated_fly_string() instead of from_utf8()
Kenneth Myhra
2023-03-11
AK: Add FlyString::from_deprecated_fly_string()
Kenneth Myhra
2023-03-11
LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h}
Linus Groh
2023-03-11
LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()
Linus Groh
2023-03-11
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
Linus Groh
2023-03-11
LibWeb/HTML: Use CreateMethodProperty for Window namespace properties
Linus Groh
2023-03-11
LibJS: Fix return type of Object::create_method_property()
Linus Groh
2023-03-11
LibWeb/HTML: Consolidate duplicate public/private sections in Window.h
Linus Groh
2023-03-11
LibWeb: Establish a stacking context for root element
Mathis Wiehl
2023-03-11
HackStudio: Use Syntax::Language instead of our own one
Sam Atkins
2023-03-11
LibSyntax: Add Language-from-String/Path functions
Sam Atkins
2023-03-11
AK: Forward-declare LexicalPath
Sam Atkins
2023-03-11
LibSyntax: Move Language enum into its own files
Sam Atkins
2023-03-11
Meta: Use the correct boot device addressing mode for NVMe devices
Pankaj Raghav
2023-03-11
Kernel/Storage+Base: Fix boot_device_addressing document for NVMe
Pankaj Raghav
2023-03-11
WebDriver: Fix crash in async execute script endpoint
Aliaksandr Kalenik
2023-03-11
Kernel: Add non standard value to sys$sysconf
Fabian Dellwing
2023-03-11
Kernel: Fix variable shadowing issue in PCIIDELegacyModeController
Julian Offenhäuser
2023-03-11
CI: Remove stale dependence on Toolchain.yml from nightly job
Andrew Kaster
2023-03-11
Meta: Remove Brian's entries from CODEOWNERS
Andreas Kling
2023-03-11
Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/
Andreas Kling
[next]