summaryrefslogtreecommitdiff
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-09Ports: Add quake3 port :^)Jesse Buhagiar
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-08Base: Add Ataraxia Bold size 8djwisdom
2022-04-08Base: Add Ataraxia Light size 8djwisdom
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-08Kernel: Query OS-enabled CPUID features again at the end of cpu_setup()Linus Groh
2022-04-08Kernel: Rename OSPKU CPUID feature flag to OSPKELinus Groh
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-08Kernel: Adjust includes after file reorganizationTiaan Louw
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-08test-js: Define detachArrayBuffer global functionTimothy Flynn
2022-04-08LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer objectTimothy Flynn
2022-04-08Meta: Add fuzzer for Poly1305stelar7
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-08Ports: Update Composer to 2.3.4Jelle Raaijmakers
2022-04-07Base: Change Csilla Bold 10 from proportional-font to fixed width-fontLady Gegga
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