summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-08LibWeb: Remove outdated FIXME comment in Namespaces validate_and_extractnetworkException
2022-03-08LibSoftGPU: Remove a lot of `[ui]32x4` casts in `Sampler`Jelle Raaijmakers
2022-03-08LibGL: Better handling of texture targets and default texturesJelle Raaijmakers
2022-03-08LibGL: East-const `glTex*` methodsJelle Raaijmakers
2022-03-08LibGL: Remove duplicate `public:` from `Texture2D.h`Jelle Raaijmakers
2022-03-08LibTextCodec: Add support for the UTF16-LE encodingJelle Raaijmakers
2022-03-08js: Don't try to run empty scriptsMaciej
2022-03-08LibWeb: Move Timer from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-03-08LibWeb: Make InlineLevelIterator emit absolutely positioned itemsAndreas Kling
2022-03-08LibSoftGPU: Choose correct texture filter based on scale factorStephan Unverwerth
2022-03-07LibGUI: Animated smooth scroll interpolationForLoveOfCats
2022-03-07LibWeb: Make TextNode::ChunkIterator::try_commit_chunk() constMaciej
2022-03-07LibJS: Use Vector instead of HashMap in DeclarativeEnvironmentAndreas Kling
2022-03-07LibWeb: Add Ratio type to MediaFeatureValueSam Atkins
2022-03-07LibWeb: Introduce and parse CSS Ratio typeSam Atkins
2022-03-07LibWeb: Correct "color" media-feature valueSam Atkins
2022-03-07LibGfx: Reimplement `Vector::length()` as a loopJelle Raaijmakers
2022-03-07LibGfx+LibSoftGPU: Add and use `Vector.xy()`Jelle Raaijmakers
2022-03-07LibSoftGPU: Use `lroundf` instead of `roundf` in rasterization rectJelle Raaijmakers
2022-03-07LibSoftGPU: Use `float` instead of `int` for triangle screen coordsJelle Raaijmakers
2022-03-07LibPDF: Allow newlines between xref table and "trailer" keywordMatthew Olsson
2022-03-07LibPDF: Fix "incorrect" matrix multiplication in RendererMatthew Olsson
2022-03-07LibPDF: Implement marked renderer operations as nopsMatthew Olsson
2022-03-07LibPDF: Fix bad hex string parsing logicMatthew Olsson
2022-03-07LibPDF: Remove useless hex string substring callMatthew Olsson
2022-03-07LibPDF: Support all Dest typesMatthew Olsson
2022-03-07LibPDF: Propagate errors in Renderer/PDFViewerMatthew Olsson
2022-03-07LibPDF: Propagate ColorSpace errorsMatthew Olsson
2022-03-07LibPDF: Propagate errors in Parser and DocumentMatthew Olsson
2022-03-07LibPDF: Fix the zoom-related text scaling issueMatthew Olsson
2022-03-07LibPDF: Remove unused function in ParserMatthew Olsson
2022-03-07LibWeb: Support more CSS image-rendering valuesAndreas Kling
2022-03-06LibWeb: Implement the remaining LocationObject internal methodsLinus Groh
2022-03-06LibWeb: Implement the CrossOriginOwnPropertyKeys AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginSet AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginGet AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginGetOwnPropertyHelper AOLinus Groh
2022-03-06LibWeb: Implement the IsPlatformObjectSameOrigin AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginPropertyFallback AOLinus Groh
2022-03-06LibWeb: Implement the CrossOriginProperties AOLinus Groh
2022-03-06LibWeb: Implement the [[CrossOriginPropertyDescriptorMap]] internal slotLinus Groh
2022-03-06LibWeb: Implement the 'Relevant realm/{settings,global} object' conceptsLinus Groh
2022-03-06LibWeb: Implement the 'Current {settings,global} object' conceptsLinus Groh
2022-03-06LibWeb: Add border style for iframe to default UA stylesheetLinus Groh
2022-03-06LibWeb: Implement missing text-decoration stylesKarol Kosek
2022-03-06LibWeb: Compute `text-decoration-thickness` valuesKarol Kosek
2022-03-06LibWeb: Parse CSS `text-decoration-thickness` propertyKarol Kosek
2022-03-06LibWeb: Paint text decoration in front of the textKarol Kosek
2022-03-06LibWeb: Compute `text-decoration-color` valuesKarol Kosek