summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-18LibWeb: Simplify ComputedCSSStyleDeclaration property lookupAndreas Kling
2021-09-18LibWebSocket: Use deferred_invoke() when discarding a connectionAndreas Kling
2021-09-18LibWebSocket: Fix confusion about sizeof(size_t) on 64-bit platformsAndreas Kling
2021-09-18LibWebSocket: Fix a handful of clang-tidy warnings in WebSocket.{cpp,h}Andreas Kling
2021-09-18LibWeb: Use floating-point math for border-radius renderingAndreas Kling
2021-09-18LibGfx: Add Point<T>::to_rounded<U>()Andreas Kling
2021-09-18ClipboardHistory: Listen for configuration changesMustafa Quraish
2021-09-18ClipboardHistory: Use config file to set number of history itemsMustafa Quraish
2021-09-18LibC: Implement most langinfo values mentioned in POSIXTim Schumacher
2021-09-18LibC: Primitively implement wcscollTim Schumacher
2021-09-18LibC: Don't format strings when asserting with an unstable heapJean-Baptiste Boric
2021-09-18LibWeb: Don't attempt to run unparsed scriptsAndreas Kling
2021-09-18LibWeb: Remove bogus offset when painting an SVG <path> boxAndreas Kling
2021-09-18LibWeb: Implement very naive layout of <path> within <svg>Andreas Kling
2021-09-18LibWeb: Add a bare-bones SVG <g> elementAndreas Kling
2021-09-18LibWeb: Add SVGFormattingContext to handle SVG box treesAndreas Kling
2021-09-18LibWeb: Make SVG boxes red in layout tree dumpsAndreas Kling
2021-09-17LibC: Implement towctransTim Schumacher
2021-09-17LibC: Implement iswctypeTim Schumacher
2021-09-17LibC: Implement wctransTim Schumacher
2021-09-17LibC: Implement wctypeTim Schumacher
2021-09-17LibC: Change wctrans_t to be a long instead of int*Tim Schumacher
2021-09-17LibWeb: Flexbox: Take parent's width in the flex container for layoutingTobias Christiansen
2021-09-17LibGfx: Don't crash on request to draw impossible circle segmentTobias Christiansen
2021-09-17Magnifier: Add 8x magnification and pausingMarcus Nilsson
2021-09-17LibJS: Convert Now AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert PlainDateTime AOs to ThrowCompletionOrLinus Groh
2021-09-17LibJS: Convert PlainDate AOs to ThrowCompletionOrLinus Groh
2021-09-18LibGfx: Implement cubic bezier curves by splitting them to subcurvesAli Mohammad Pur
2021-09-18LibGfx: Switch Painter.{h,cpp} to use east-constAli Mohammad Pur
2021-09-18LibWeb: Use Gfx::AntiAliasingPainter to draw SVG pathsAli Mohammad Pur
2021-09-18LibGfx: Start a very basic anti-aliased Painter implementationAli Mohammad Pur
2021-09-17LibWeb: Replace hard-coded defaults in Node::apply_style()Sam Atkins
2021-09-17LibWeb: Use initial values from Properties.json inside CSS ParserSam Atkins
2021-09-17LibWeb: Correct some initial values and add missing onesSam Atkins
2021-09-17LibWeb: Add some more CSS identifiersSam Atkins
2021-09-17LibWeb: Stop treating EOF as a valid part of an identifierSam Atkins
2021-09-17LibWeb: Make "currentcolor" lowercase in Properties.jsonSam Atkins
2021-09-17LibWeb: Persuade CSS Parser that idents like `currentcolor` are colorsSam Atkins
2021-09-17LibWeb: Implement `currentcolor` special valueSam Atkins
2021-09-17LibWeb: Make StyleValue::to_color() take a Node instead of the DocumentSam Atkins
2021-09-17SystemMonitor: Make process memory statistics more human readableJulian Offenhäuser
2021-09-17Utilities: Add a basic `diff` utilityMustafa Quraish
2021-09-17LibDiff: Add new API to generate hunks from two pieces of textMustafa Quraish
2021-09-17LibJS: Increase time between garbage collectionsAndreas Kling
2021-09-17LibWeb: Don't request WebContent repaint while we have repaints pendingAndreas Kling
2021-09-17LibWeb: Make a SharedBitmap struct for OOPWV bitmapsAndreas Kling
2021-09-17LibGfx: Avoid invalidation when Path::close() is a no-opAndreas Kling
2021-09-17LibGfx: Make Painter::fill_path() take Path by const referenceAndreas Kling
2021-09-17LibGfx: Make Path::bounding_box() and Path::split_lines() constAndreas Kling