summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-18Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driverLiav A
2021-09-18Kernel/Memory: Add more super pages to satisfy contiguous allocationsLiav A
2021-09-18HackStudio: Make sure Window is destroyed before Application objectItamar
2021-09-18LibWeb: Flexbox: Assume Block when finding max main size of flex-columnTobias Christiansen
2021-09-18LibWeb: Also avoid setting definite size for heightTobias Christiansen
2021-09-18Documentation: Update Lagom ReadMe with new fuzzer build instructionsAndrew Kaster
2021-09-18Kernel/Storage: Tidy up RamdiskDevice classLiav A
2021-09-18LibJS: Update step order in the InterpretTemporalDateTimeFields AOLinus Groh
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: Generate shorthand initial values after their longhandsSam 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