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-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
2022-04-09
LibGL: Implement `glArrayElement`
Jesse Buhagiar
2022-04-09
LibGL: Implement `gl_tex_parameterfv`
Jesse Buhagiar
2022-04-09
LibGL: Add `border_color` to `Sampler2D`
Jesse Buhagiar
2022-04-09
LibGL: Add stub `glClipPlane`
Jesse Buhagiar
2022-04-09
LibGL+LibSoftGPU: Add `GL_ADD` Texture Environment
Jesse Buhagiar
2022-04-09
WebServer: Add utf-8 charset to Content-Type header for text/plain
Lady Gegga
2022-04-08
LibWeb: Fix double-sized box model metrics on inline replaced elements
Andreas Kling
2022-04-08
LibWeb: Load fonts from style sheet once when sheet is added
Andreas Kling
2022-04-08
LibWeb: Use paint tree traversal helpers in StackingContext
Andreas Kling
2022-04-08
LibWeb: Add some basic paint tree traversal helpers
Andreas Kling
2022-04-08
AK+LibHTTP: Revert prior change to percent encode plus signs
GeekFiftyFive
2022-04-08
LibWeb: Use the correct painter for painting stacking contexts
Simon Wanner
2022-04-08
LibWeb: Take already computed height for flex container's auto height
Simon Wanner
2022-04-08
LibGUI: Stop dropping comments between children and end of GML objects
Idan Horowitz
2022-04-08
LibGUI: Insert parsed comments in parsing order
Idan Horowitz
2022-04-08
LibGUI: Remove left-over spammy debug print
Idan Horowitz
2022-04-08
LibWeb: Select correct context menu when right clicking image
Oliver Wales
2022-04-08
LibJS: Do not throw a TypeError when sorting a detached TypedArray
Timothy Flynn
2022-04-08
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
Timothy Flynn
2022-04-08
LibCrypto: Add Poly1305
stelar7
2022-04-08
LibJS: Make options object const in more Temporal AOs
Linus Groh
2022-04-08
LibJS: Handle undefined options in MergeLargestUnitOption
Linus Groh
2022-04-07
LibWeb: Understand the `format()` part of a `@font-face`'s `src`
Sam Atkins
2022-04-07
LibWeb: Disallow global CSS keywords in `@font-face` font-family
Sam Atkins
2022-04-07
LibWeb: Parse `@font-face` `unicode-range` descriptor
Sam Atkins
2022-04-07
LibWeb: Parse `<urange>` as CSS::UnicodeRange
Sam Atkins
2022-04-07
LibWeb: Add CSS::UnicodeRange class
Sam Atkins
2022-04-07
LibWeb: Expose Declaration's internals with getters
Sam Atkins
2022-04-07
LibWeb: Rename StyleDeclarationRule -> Declaration
Sam Atkins
2022-04-07
LibWeb: Rename StyleComponentValueRule -> ComponentValue
Sam Atkins
2022-04-07
LibGfx: Rename conflicting Quad<T> in PNG loader to Quartet<T>
Andreas Kling
2022-04-07
LibGPU: Don't dlopen using absolute path
Sahan Fernando
2022-04-07
LibWeb: Fix logic mistake in CRC2D's default_source_size()
Andreas Kling
2022-04-07
LibWeb: Support CRC2D.drawImage() with affine transform
Andreas Kling
2022-04-07
LibWeb: Ignore non-painting layout nodes when hit testing
Andreas Kling
2022-04-07
LibWeb: Ignore non-painting layout nodes when building stacking contexts
Andreas Kling
2022-04-07
LibGfx: Add AffineTransform::map_to_quad(Rect)
Andreas Kling
2022-04-07
LibGfx: Add Gfx::Quad<T> to represent arbitrary quadrilaterals
Andreas Kling
2022-04-07
LibGfx: Templatize Gfx::Triangle
Andreas Kling
2022-04-07
LibX86+disasm: Use an output format closer to objdump
Hendiadyoin1
2022-04-07
disasm: Print instruction bytes
Hendiadyoin1
2022-04-07
LibX86: Fix weird formatting in Interpreter.h
Hendiadyoin1
2022-04-07
LibUnicode: Upgrade to CLDR version 41.0.0
Timothy Flynn
2022-04-07
HexEditor: Add Value Inspector
Timothy Slater
2022-04-07
HexEditor: Add get_byte() method to HexEditor class
Timothy Slater
[next]