summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-09pro: Accept an optional proxy to tunnel the download throughAli Mohammad Pur
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-04-09LibCore+RequestServer: Add support for SOCKS5 proxiesAli Mohammad Pur
2022-04-09LibTLS: Mark the underlying stream as nonblockAli Mohammad Pur
2022-04-09LibGL: Add stub for glCopyTexSubImage2DJesse Buhagiar
2022-04-09LibGL: Implement `glArrayElement`Jesse Buhagiar
2022-04-09LibGL: Implement `gl_tex_parameterfv`Jesse Buhagiar
2022-04-09LibGL: Add `border_color` to `Sampler2D`Jesse Buhagiar
2022-04-09LibGL: Add stub `glClipPlane`Jesse Buhagiar
2022-04-09LibGL+LibSoftGPU: Add `GL_ADD` Texture EnvironmentJesse Buhagiar
2022-04-09WebServer: Add utf-8 charset to Content-Type header for text/plainLady Gegga
2022-04-08LibWeb: Fix double-sized box model metrics on inline replaced elementsAndreas Kling
2022-04-08LibWeb: Load fonts from style sheet once when sheet is addedAndreas Kling
2022-04-08LibWeb: Use paint tree traversal helpers in StackingContextAndreas Kling
2022-04-08LibWeb: Add some basic paint tree traversal helpersAndreas Kling
2022-04-08AK+LibHTTP: Revert prior change to percent encode plus signsGeekFiftyFive
2022-04-08LibWeb: Use the correct painter for painting stacking contextsSimon Wanner
2022-04-08LibWeb: Take already computed height for flex container's auto heightSimon Wanner
2022-04-08LibGUI: Stop dropping comments between children and end of GML objectsIdan Horowitz
2022-04-08LibGUI: Insert parsed comments in parsing orderIdan Horowitz
2022-04-08LibGUI: Remove left-over spammy debug printIdan Horowitz
2022-04-08LibWeb: Select correct context menu when right clicking imageOliver Wales
2022-04-08LibJS: Do not throw a TypeError when sorting a detached TypedArrayTimothy Flynn
2022-04-08LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer objectTimothy Flynn
2022-04-08LibCrypto: Add Poly1305stelar7
2022-04-08LibJS: Make options object const in more Temporal AOsLinus Groh
2022-04-08LibJS: Handle undefined options in MergeLargestUnitOptionLinus Groh
2022-04-07LibWeb: Understand the `format()` part of a `@font-face`'s `src`Sam Atkins
2022-04-07LibWeb: Disallow global CSS keywords in `@font-face` font-familySam Atkins
2022-04-07LibWeb: Parse `@font-face` `unicode-range` descriptorSam Atkins
2022-04-07LibWeb: Parse `<urange>` as CSS::UnicodeRangeSam Atkins
2022-04-07LibWeb: Add CSS::UnicodeRange classSam Atkins
2022-04-07LibWeb: Expose Declaration's internals with gettersSam Atkins
2022-04-07LibWeb: Rename StyleDeclarationRule -> DeclarationSam Atkins
2022-04-07LibWeb: Rename StyleComponentValueRule -> ComponentValueSam Atkins
2022-04-07LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T>Andreas Kling
2022-04-07LibGPU: Don't dlopen using absolute pathSahan Fernando
2022-04-07LibWeb: Fix logic mistake in CRC2D's default_source_size()Andreas Kling
2022-04-07LibWeb: Support CRC2D.drawImage() with affine transformAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when hit testingAndreas Kling
2022-04-07LibWeb: Ignore non-painting layout nodes when building stacking contextsAndreas Kling
2022-04-07LibGfx: Add AffineTransform::map_to_quad(Rect)Andreas Kling
2022-04-07LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilateralsAndreas Kling
2022-04-07LibGfx: Templatize Gfx::TriangleAndreas Kling
2022-04-07LibX86+disasm: Use an output format closer to objdumpHendiadyoin1
2022-04-07disasm: Print instruction bytesHendiadyoin1
2022-04-07LibX86: Fix weird formatting in Interpreter.hHendiadyoin1
2022-04-07LibUnicode: Upgrade to CLDR version 41.0.0Timothy Flynn
2022-04-07HexEditor: Add Value InspectorTimothy Slater
2022-04-07HexEditor: Add get_byte() method to HexEditor classTimothy Slater