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
LibCore: Add Promise to the forward declare header
kleines Filmröllchen
2023-03-13
Base: Add missing options to sort man page
Tim Ledbetter
2023-03-13
sort: Add an option to sort in reverse order
Tim Ledbetter
2023-03-13
LibWeb: Escape HTML text fragments with multi-byte code point awareness
Timothy Flynn
2023-03-13
Ports: Add port of backward-cpp, a pretty backtrace library
Andrew Kaster
2023-03-13
Ports: Install libiberty from binutils port
Andrew Kaster
2023-03-13
Kernel: Don't include Kernel/Arch/RegisterState from userspace
Andrew Kaster
2023-03-13
headless-browser: Re-implement headless-browser using an OOPWV
Timothy Flynn
2023-03-13
Ladybird+LibWebView: Move WebContent process launcher to LibWebView
Timothy Flynn
2023-03-13
Base: Make keyboard keys in the BrickGame manual and Help page stand out
Karol Baraniecki
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
[prev]
[next]