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-09-15
LibJS: Do not assume that IsArray means the object type is an Array
Timothy Flynn
2022-09-15
LibJS: Use correct include + object class for Function{Object,Prototype}
Timothy Flynn
2022-09-15
LibWeb: Fix bogus condition when checking CSS font file extensions
Andreas Kling
2022-09-14
LibWeb: Be slightly better at @font-face rules with multiple sources
Andreas Kling
2022-09-14
LibWeb: Allow CSS at-rules to have an empty prelude
Andreas Kling
2022-09-14
LibWeb: Invalidate layout whenever a CSS font is loaded
Andreas Kling
2022-09-14
LibWeb: Schedule a layout update in Document::invalidate_layout()
Andreas Kling
2022-09-14
LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rules
Andreas Kling
2022-09-14
LibWeb: Account for float's container offsets in BFC root auto height
Andreas Kling
2022-09-14
LibSoftGPU: Return a `const&` texel in `Image` to prevent copying
Jelle Raaijmakers
2022-09-14
LibSoftGPU: Use `memcpy` instead of a loop to blit the color buffer
Jelle Raaijmakers
2022-09-14
LibGfx: Use `memcpy` instead of `fast_u32_copy` for blitting
Jelle Raaijmakers
2022-09-14
LibWeb: Don't show pointer (hand) cursor over non-linked a elements
Andreas Kling
2022-09-14
LibWeb: Account for containing block padding when placing abspos boxes
Andreas Kling
2022-09-14
LibWeb: Replace most of our default UA stylesheet with spec rules
Andreas Kling
2022-09-14
LibWeb: Make :link selector behave according to spec
Andreas Kling
2022-09-14
LibWeb: Don't re-resolve "auto" flex item sizes after definitizing them
Andreas Kling
2022-09-14
LibWeb: Use PercentageOr<T>::contains_percentage() in CSS layout
Andreas Kling
2022-09-14
LibWeb: Treat unimplemented grid-track-size syntax as "auto" for now
Andreas Kling
2022-09-14
LibWeb: Add a way to ask if a PercentageOr<T> value contains percentages
Andreas Kling
2022-09-14
LibWeb: Add partial serialization for CSSFontFaceRule
electrikmilk
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-09-14
LibWeb: Create stacking context for flex/grid items with z-index != auto
Andreas Kling
2022-09-14
LibWeb: Don't include abspos children in containing block's auto width
Andreas Kling
2022-09-14
LibWeb: Inform the parent context of the grid's size
martinfalisse
2022-09-14
LibWeb: Layout grid items after calculation
martinfalisse
2022-09-14
LibWeb: Calculate sizes of Auto grid tracks
martinfalisse
2022-09-14
LibWeb: Calculate sizes of FlexibleLength grid tracks
martinfalisse
2022-09-14
LibWeb: Follow spec for calculating intrinsic track sizes
martinfalisse
2022-09-14
LibWeb: Calculate sizes of known grid track sizes
martinfalisse
2022-09-14
LibWeb: Start sizing grid tracks
martinfalisse
2022-09-14
LibWeb: Position remaining grid items
martinfalisse
2022-09-14
LibWeb: Position grid items with fixed row positions
martinfalisse
2022-09-14
LibWeb: Position grid items with fixed position values
martinfalisse
2022-09-14
LibWeb: Add array to keep track of grid boxes left to place
martinfalisse
2022-09-14
LibWeb: New start at layouting out the grid
martinfalisse
2022-09-14
LibWeb: Add spec utility function for GridTrackSize
martinfalisse
2022-09-14
LibWeb: Add helper function for creating auto GridTrackSizes
martinfalisse
2022-09-14
LibWeb: Allow having auto GridTrackPlacements
martinfalisse
2022-09-14
LibWeb: Only set has_span if there is a number following the css value
martinfalisse
2022-09-14
LibWeb: Parse flexible length values for GridTrackSizes
martinfalisse
2022-09-14
LibWeb: Use float for GridTrackSize length value
martinfalisse
2022-09-13
LibWeb: Visit all edge-members in WorkerGlobalScope
Hendiadyoin1
2022-09-13
LibWeb: Add a visit_edges for DOM/Event
Hendiadyoin1
2022-09-13
LibWeb: Add some missing includes
Hendiadyoin1
2022-09-13
LibSoftGPU: Reduce subpixel precision from 6 to 4 bits
Jelle Raaijmakers
2022-09-13
LibGL: Simplify setting the color mask
Jelle Raaijmakers
2022-09-13
LibGL: Implement `GL_SAMPLES`, `GL_SAMPLE_BUFFERS` context parameters
Jelle Raaijmakers
2022-09-13
LibGL: Implement all `glMultiTexCoord*f` API methods
Jelle Raaijmakers
[next]