summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-13LibCore: Add Promise to the forward declare headerkleines Filmröllchen
2023-03-13Base: Add missing options to sort man pageTim Ledbetter
2023-03-13sort: Add an option to sort in reverse orderTim Ledbetter
2023-03-13LibWeb: Escape HTML text fragments with multi-byte code point awarenessTimothy Flynn
2023-03-13Ports: Add port of backward-cpp, a pretty backtrace libraryAndrew Kaster
2023-03-13Ports: Install libiberty from binutils portAndrew Kaster
2023-03-13Kernel: Don't include Kernel/Arch/RegisterState from userspaceAndrew Kaster
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-13Base: Make keyboard keys in the BrickGame manual and Help page stand outKarol Baraniecki
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