summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-04-11LibCore+Userland: Remove File::ensure_parent_directorieskleines Filmröllchen
2022-04-11LibCore: Automatically create config directories if necessarykleines Filmröllchen
2022-04-11LibCore: Introduce Directorykleines Filmröllchen
2022-04-11LibCore: Add openat() syscall wrapper and improve open's implementationkleines Filmröllchen
2022-04-11LibCore: Extract Stream::OpenMode conversion helper into static functionkleines Filmröllchen
2022-04-10LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callbackAndreas Kling
2022-04-10LibWeb: Bring Element.client{Left,Top} closer to specAndreas Kling
2022-04-10LibWeb: Sketch out a very basic SVG <clipPath> elementAndreas Kling
2022-04-10LibGfx: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainterAndreas Kling
2022-04-10LibGfx: Add fast path to AA line drawing with simple 2D transformAndreas Kling
2022-04-10LibGfx: Add AffineTransform::is_identity_or_translation()Andreas Kling
2022-04-10LibWeb: Update layout in Element.getBoundingClientRect()Andreas Kling
2022-04-10LibWeb: Update layout in HTMLElement.offset{Width,Height}Andreas Kling
2022-04-10LibWeb: Bring Element.client{Width,Height} closer to specAndreas Kling
2022-04-10LibWeb: Resolve SVG "scaled viewport size" without triggering layoutAndreas Kling
2022-04-10LibWeb: Don't mark non-painted images as being inside the viewportAndreas Kling
2022-04-10LibWeb: Don't include children of overflow:hidden in scrollable overflowAndreas Kling
2022-04-10LibWeb: Stub CanvasRenderingContext2D.clipLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.resetTransformLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.setTransformLuke Wilde
2022-04-10LibWeb: Implement CanvasRenderingContext2D.transformLuke Wilde
2022-04-10LibWeb: Cache scaled web fonts instead of recreating them every timeAndreas Kling
2022-04-10LibWeb: Show correct favicon when default favicon is loadedAnthony Van de Gejuchte
2022-04-10LibWeb: Update displayed favicon when a favicon is loadedAnthony Van de Gejuchte
2022-04-10LibWeb: Add icon as possible resource type on the link tagAnthony Van de Gejuchte
2022-04-10Applications: Support `.obj` polygons in `3DFileViewer`Jelle Raaijmakers
2022-04-10LibWeb: Remove unused ResourceLoader::load_sync()Andreas Kling
2022-04-10LibHTTP: Don't re-urlencode URL query stringsAndreas Kling
2022-04-10AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencodedAndreas Kling
2022-04-09LibWeb: Invalidate layout after the computed font changesSimon Wanner
2022-04-09LibWeb: Support WOFF in font-faceSimon Wanner
2022-04-09LibGfx: Add a loader the Web Open Font Format (WOFF)Simon Wanner
2022-04-09LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFontSimon Wanner
2022-04-09LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFontSimon Wanner
2022-04-09LibGfx: Move ScaledFont and new base class VectorFont out of TTFSimon Wanner
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-09LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/Simon Wanner
2022-04-09LibGUI: Calculate width of table headers when there is no contentmartinfalisse
2022-04-09LibWeb: Add "which" attribute to UIEventIgor Pissolati
2022-04-09LibWeb: Bring MouseEvent a bit closer to specIgor Pissolati
2022-04-09LibWeb: Skip anchor activation behavior if the click event was cancelledIgor Pissolati
2022-04-09LibWeb: Follow relaxed CSS clamping rules in flexbox layoutAndreas Kling
2022-04-09LibWeb: Remove debug spam about proxy configuration lookupsAndreas Kling
2022-04-09pro: Only attempt to parse a proxy url if it is providedAli Mohammad Pur
2022-04-09Browser+LibWeb+WebContent: Implement per-URL-pattern proxiesAli Mohammad Pur
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