summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13Base: Document Escape and P pausing/unpausing BrickGameKarol Baraniecki
2023-03-13BrickGame: Add a "Pause" option to the Game menuKarol Baraniecki
2023-03-13BrickGame: Show a box with "Paused" in it when the game is pausedKarol Baraniecki
2023-03-13BrickGame: Disallow manual piece movement while pausedKarol Baraniecki
2023-03-13BrickGame: Stop bricks from falling when pausedKarol Baraniecki
2023-03-13LibCompress: Make DeflateCompressor::write() use loop, not recursionNico Weber
2023-03-12SpiceAgent: Remove unused BMPWriter.h includeNico Weber
2023-03-12Base: Add Batak to font Katica Regular 10Xexxa
2023-03-12LibC: Correctly reset the getopt state on `optind = 1`Tim Schumacher
2023-03-12PixelPaint: Display color information on mousemove with the PickerToolLucas CHOLLET
2023-03-12LibGfx: Make BMPWriter::dump() return ErrorOrNico Weber
2023-03-12LibGfx: Make BMPWriter::dump() not take a RefPtrNico Weber
2023-03-12LibGfx: Remove a redundant copy of all data when writing a BMPNico Weber
2023-03-12LibGfx: Change BMPWriter API to be consistent with other image writersNico Weber
2023-03-12LibGfx: Change second argument of BMPWriter::dump() to Options structNico Weber
2023-03-12LibGfx: Remove unused BMPWriter::set_compression()Nico Weber
2023-03-12LibWeb: Resolve percentage line-height values before CSS inheritanceAndreas Kling
2023-03-12LibWeb: Actually incorporate style from imported style sheetsAndreas Kling
2023-03-12Tests/LibWeb: Only care about *.html files in layout test runnerAndreas Kling
2023-03-12LibWeb: Consider entire stack of floated boxes when floating new boxAndreas Kling
2023-03-12LibWeb: Stop polluting layout tree dumps with TextNode memory addressesAndreas Kling
2023-03-12Kernel: Make the Jails' internal design a lot more saneLiav A
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-12LibGfx: Use StringView literals for CSS color listMacDue
2023-03-12Userland: Add an `image` utilityNico Weber
2023-03-12Meta+CMake: Remove "image" ninja target in favor of "qemu-image"Nico Weber
2023-03-11LibGfx: Fix segfault and painting off-by-one in fill_path()MacDue
2023-03-11LibGfx: Make all fill_path() code member functions and move into .cppMacDue
2023-03-11LibGfx: Speed up fill_path() with per scanline clipping & fast fillsMacDue
2023-03-11LibWeb: Use from_deprecated_fly_string() instead of from_utf8()Kenneth Myhra
2023-03-11AK: Add FlyString::from_deprecated_fly_string()Kenneth Myhra
2023-03-11LibWeb/HTML: Remove redundant namespace qualifiers from Window.{cpp,h}Linus Groh
2023-03-11LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage()Linus Groh
2023-03-11LibWeb/HTML: Make Window::m{location,navigator} lazily allocatedLinus Groh
2023-03-11LibWeb/HTML: Use CreateMethodProperty for Window namespace propertiesLinus Groh
2023-03-11LibJS: Fix return type of Object::create_method_property()Linus Groh
2023-03-11LibWeb/HTML: Consolidate duplicate public/private sections in Window.hLinus Groh
2023-03-11LibWeb: Establish a stacking context for root elementMathis Wiehl
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-03-11LibSyntax: Add Language-from-String/Path functionsSam Atkins
2023-03-11AK: Forward-declare LexicalPathSam Atkins
2023-03-11LibSyntax: Move Language enum into its own filesSam Atkins
2023-03-11Meta: Use the correct boot device addressing mode for NVMe devicesPankaj Raghav
2023-03-11Kernel/Storage+Base: Fix boot_device_addressing document for NVMePankaj Raghav
2023-03-11WebDriver: Fix crash in async execute script endpointAliaksandr Kalenik
2023-03-11Kernel: Add non standard value to sys$sysconfFabian Dellwing
2023-03-11Kernel: Fix variable shadowing issue in PCIIDELegacyModeControllerJulian Offenhäuser
2023-03-11CI: Remove stale dependence on Toolchain.yml from nightly jobAndrew Kaster
2023-03-11Meta: Remove Brian's entries from CODEOWNERSAndreas Kling
2023-03-11Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/Andreas Kling