index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-04-11
LibCore+Userland: Remove File::ensure_parent_directories
kleines Filmröllchen
2022-04-11
LibCore: Automatically create config directories if necessary
kleines Filmröllchen
2022-04-11
LibCore: Introduce Directory
kleines Filmröllchen
2022-04-11
LibCore: Add openat() syscall wrapper and improve open's implementation
kleines Filmröllchen
2022-04-11
LibCore: Extract Stream::OpenMode conversion helper into static function
kleines Filmröllchen
2022-04-10
LibGfx: Simplify draw_anti_aliased_line() by avoiding transform callback
Andreas Kling
2022-04-10
LibWeb: Bring Element.client{Left,Top} closer to spec
Andreas Kling
2022-04-10
LibWeb: Sketch out a very basic SVG <clipPath> element
Andreas Kling
2022-04-10
LibGfx: Slap an -O3 optimization #pragma on Gfx::AntiAliasingPainter
Andreas Kling
2022-04-10
LibGfx: Add fast path to AA line drawing with simple 2D transform
Andreas Kling
2022-04-10
LibGfx: Add AffineTransform::is_identity_or_translation()
Andreas Kling
2022-04-10
LibWeb: Update layout in Element.getBoundingClientRect()
Andreas Kling
2022-04-10
LibWeb: Update layout in HTMLElement.offset{Width,Height}
Andreas Kling
2022-04-10
LibWeb: Bring Element.client{Width,Height} closer to spec
Andreas Kling
2022-04-10
LibWeb: Resolve SVG "scaled viewport size" without triggering layout
Andreas Kling
2022-04-10
LibWeb: Don't mark non-painted images as being inside the viewport
Andreas Kling
2022-04-10
LibWeb: Don't include children of overflow:hidden in scrollable overflow
Andreas Kling
2022-04-10
LibWeb: Stub CanvasRenderingContext2D.clip
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.resetTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.setTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.transform
Luke Wilde
2022-04-10
LibWeb: Cache scaled web fonts instead of recreating them every time
Andreas Kling
2022-04-10
LibWeb: Show correct favicon when default favicon is loaded
Anthony Van de Gejuchte
2022-04-10
LibWeb: Update displayed favicon when a favicon is loaded
Anthony Van de Gejuchte
2022-04-10
LibWeb: Add icon as possible resource type on the link tag
Anthony Van de Gejuchte
2022-04-10
Applications: Support `.obj` polygons in `3DFileViewer`
Jelle Raaijmakers
2022-04-10
LibWeb: Remove unused ResourceLoader::load_sync()
Andreas Kling
2022-04-10
LibHTTP: Don't re-urlencode URL query strings
Andreas Kling
2022-04-10
AK+LibWeb: Encode ' ' as '+' in application/x-www-form-urlencoded
Andreas Kling
2022-04-09
LibWeb: Invalidate layout after the computed font changes
Simon Wanner
2022-04-09
LibWeb: Support WOFF in font-face
Simon Wanner
2022-04-09
LibGfx: Add a loader the Web Open Font Format (WOFF)
Simon Wanner
2022-04-09
LibWeb: Migrate SC::FontLoader from TTF::Font to Gfx::VectorFont
Simon Wanner
2022-04-09
LibGfx: Migrate Typeface from TTF::Font to Gfx::VectorFont
Simon Wanner
2022-04-09
LibGfx: Move ScaledFont and new base class VectorFont out of TTF
Simon Wanner
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-09
LibGfx: Move TTF files from TrueTypeFont/ to Font/TrueType/
Simon Wanner
2022-04-09
LibGUI: Calculate width of table headers when there is no content
martinfalisse
2022-04-09
LibWeb: Add "which" attribute to UIEvent
Igor Pissolati
2022-04-09
LibWeb: Bring MouseEvent a bit closer to spec
Igor Pissolati
2022-04-09
LibWeb: Skip anchor activation behavior if the click event was cancelled
Igor Pissolati
2022-04-09
LibWeb: Follow relaxed CSS clamping rules in flexbox layout
Andreas Kling
2022-04-09
LibWeb: Remove debug spam about proxy configuration lookups
Andreas Kling
2022-04-09
pro: Only attempt to parse a proxy url if it is provided
Ali Mohammad Pur
2022-04-09
Browser+LibWeb+WebContent: Implement per-URL-pattern proxies
Ali Mohammad Pur
2022-04-09
pro: Accept an optional proxy to tunnel the download through
Ali Mohammad Pur
2022-04-09
RequestServer+LibProtocol: Allow users to specify a per-request proxy
Ali Mohammad Pur
2022-04-09
LibCore+RequestServer: Add support for SOCKS5 proxies
Ali Mohammad Pur
2022-04-09
LibTLS: Mark the underlying stream as nonblock
Ali Mohammad Pur
2022-04-09
LibGL: Add stub for glCopyTexSubImage2D
Jesse Buhagiar
[next]