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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-03
LibGUI: Use logical `and` instead of bitwise in `Button` paint call
ForLoveOfCats
2022-03-03
LibWeb: Include cookies in form submission
Luke Wilde
2022-03-03
LibWeb: Prevent crashes with progress element's value and max attributes
Jelle Raaijmakers
2022-03-03
LibWeb: Forward-declare FormattingState as a struct
Andreas Kling
2022-03-03
LibWeb: Reduce HashMap thrashing during custom property cascade
Andreas Kling
2022-03-03
LibWeb: Use FlyString for CSS custom property names
Andreas Kling
2022-03-03
LibSoftGPU: Add mipmap selection to sampler class
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add log2_approximate()
Stephan Unverwerth
2022-03-03
LibSoftGPU: Add ddx() and ddy() to calculate partial derivatives
Stephan Unverwerth
2022-03-03
LibGL: Fix interpretation of mipmap filtering modes
Stephan Unverwerth
2022-03-03
LibWeb: Update element style when focus state changes
Andreas Kling
2022-03-03
LibWeb: Remove bogus line box width adjustment
Andreas Kling
2022-03-03
LibWeb: Align actual baselines, not just bottoms
Andreas Kling
2022-03-03
LibWeb: Consider all children when doing height:auto for normal blocks
Andreas Kling
2022-03-03
LibWeb: Small improvements to layout tree dumps
Andreas Kling
2022-03-02
LibGfx: Don't paint the window frame larger for the border-radius
MacDue
2022-03-02
LibWeb: Send Origin on WebSocket connection
Michiel Visser
2022-03-02
LibGUI: Support hierarchical matches in FilterProxyModel
thankyouverycool
2022-03-02
LibJS: Implement and test ArrayBuffer.prototype.resize
ForLoveOfCats
2022-03-02
LibJS: Implement and test getters added by resizable ArrayBuffer
ForLoveOfCats
2022-03-02
LibJS: Construct ArrayBuffer with max byte length when provided
ForLoveOfCats
2022-03-02
LibJS: Accept ArrayBuffer constructor options argument
ForLoveOfCats
2022-03-02
LibCore: Add wrapper for posix_openpt(), grantpt() and unlockpt()
Lucas CHOLLET
2022-03-02
LibCore+LibC: Add wrapper for setenv
Lucas CHOLLET
2022-03-02
LibCore: Add tcsetpgrp(int, pid_t) wrapper
Lucas CHOLLET
2022-03-02
LibCore: Add killpg() wrapper
Lucas CHOLLET
2022-03-02
LibWeb: Streamline Node::enclosing_link_element() somewhat
Andreas Kling
2022-03-02
LibWeb: Add fast_is<T> for HTML::HTMLAnchorElement
Andreas Kling
2022-03-02
LibWeb: Don't skip position:relative elements in inline-level layout
Andreas Kling
2022-03-02
LibWeb: Correct handling of negative step values in nth-foo() selectors
Sam Atkins
2022-03-02
LibWeb: Fix issue where double-quoted doctype system ID was not captured
Andreas Kling
2022-03-02
LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes
Peter Ross
2022-03-02
LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)
Peter Ross
2022-03-02
LibC: Set PRI[xX]8/PRI[xX]16 macros to `x` and `X`
Peter Ross
2022-03-02
LibC: Add TCP_MAXSEG to tcp.h
Peter Ross
2022-03-02
LibC: Add IN_MULTICAST to in.h
Peter Ross
2022-03-02
LibWeb: Support (and validate) prefixes in Document.createElementNS()
Andreas Kling
2022-03-02
LibWeb: Fix logic error in Document::validate_qualified_name()
Andreas Kling
2022-03-02
LibWeb: Fix bogus result from "validate and extract" DOM operation
Andreas Kling
2022-03-02
LibWeb: Support DOMImplementation.createDocument() doctype parameter
Andreas Kling
2022-03-02
LibJS: Fix rounding issues in Number.toFixed
Ben Abraham
2022-03-01
LibWeb: Handle height:auto separately for BFC root vs other block boxes
Andreas Kling
2022-03-01
LibWeb: Implement <button>'s activation behaviour
Luke Wilde
2022-03-01
LibWeb: Associate form elements with a form in parsing and dynamically
Luke Wilde
2022-03-01
LibWeb: Implement HTMLButtonElement.type
Luke Wilde
2022-03-01
LibWeb: Add form associated element categories
Luke Wilde
2022-03-01
LibWeb: Move enabled() to FormAssociatedElement and follow the spec
Luke Wilde
2022-03-01
LibWeb: Fix incorrect check in BrowsingContext::is_top_level
Luke Wilde
2022-03-01
LibWeb: Always include floats when computing height:auto for blocks
Andreas Kling
2022-03-01
LibWeb: Fix wrong height:auto computation for block with floating child
Andreas Kling
[next]