summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-09-15LibJS: Do not assume that IsArray means the object type is an ArrayTimothy Flynn
2022-09-15LibJS: Use correct include + object class for Function{Object,Prototype}Timothy Flynn
2022-09-15LibWeb: Fix bogus condition when checking CSS font file extensionsAndreas Kling
2022-09-14LibWeb: Be slightly better at @font-face rules with multiple sourcesAndreas Kling
2022-09-14LibWeb: Allow CSS at-rules to have an empty preludeAndreas Kling
2022-09-14LibWeb: Invalidate layout whenever a CSS font is loadedAndreas Kling
2022-09-14LibWeb: Schedule a layout update in Document::invalidate_layout()Andreas Kling
2022-09-14LibWeb: Allow data: URLs with `font/` MIME type in @font-face CSS rulesAndreas Kling
2022-09-14LibWeb: Account for float's container offsets in BFC root auto heightAndreas Kling
2022-09-14LibSoftGPU: Return a `const&` texel in `Image` to prevent copyingJelle Raaijmakers
2022-09-14LibSoftGPU: Use `memcpy` instead of a loop to blit the color bufferJelle Raaijmakers
2022-09-14LibGfx: Use `memcpy` instead of `fast_u32_copy` for blittingJelle Raaijmakers
2022-09-14LibWeb: Don't show pointer (hand) cursor over non-linked a elementsAndreas Kling
2022-09-14LibWeb: Account for containing block padding when placing abspos boxesAndreas Kling
2022-09-14LibWeb: Replace most of our default UA stylesheet with spec rulesAndreas Kling
2022-09-14LibWeb: Make :link selector behave according to specAndreas Kling
2022-09-14LibWeb: Don't re-resolve "auto" flex item sizes after definitizing themAndreas Kling
2022-09-14LibWeb: Use PercentageOr<T>::contains_percentage() in CSS layoutAndreas Kling
2022-09-14LibWeb: Treat unimplemented grid-track-size syntax as "auto" for nowAndreas Kling
2022-09-14LibWeb: Add a way to ask if a PercentageOr<T> value contains percentagesAndreas Kling
2022-09-14LibWeb: Add partial serialization for CSSFontFaceRuleelectrikmilk
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-09-14LibWeb: Don't clip to containing block when painting abspos descendantsAndreas Kling
2022-09-14LibWeb: Create stacking context for flex/grid items with z-index != autoAndreas Kling
2022-09-14LibWeb: Don't include abspos children in containing block's auto widthAndreas Kling
2022-09-14LibWeb: Inform the parent context of the grid's sizemartinfalisse
2022-09-14LibWeb: Layout grid items after calculationmartinfalisse
2022-09-14LibWeb: Calculate sizes of Auto grid tracksmartinfalisse
2022-09-14LibWeb: Calculate sizes of FlexibleLength grid tracksmartinfalisse
2022-09-14LibWeb: Follow spec for calculating intrinsic track sizesmartinfalisse
2022-09-14LibWeb: Calculate sizes of known grid track sizesmartinfalisse
2022-09-14LibWeb: Start sizing grid tracksmartinfalisse
2022-09-14LibWeb: Position remaining grid itemsmartinfalisse
2022-09-14LibWeb: Position grid items with fixed row positionsmartinfalisse
2022-09-14LibWeb: Position grid items with fixed position valuesmartinfalisse
2022-09-14LibWeb: Add array to keep track of grid boxes left to placemartinfalisse
2022-09-14LibWeb: New start at layouting out the gridmartinfalisse
2022-09-14LibWeb: Add spec utility function for GridTrackSizemartinfalisse
2022-09-14LibWeb: Add helper function for creating auto GridTrackSizesmartinfalisse
2022-09-14LibWeb: Allow having auto GridTrackPlacementsmartinfalisse
2022-09-14LibWeb: Only set has_span if there is a number following the css valuemartinfalisse
2022-09-14LibWeb: Parse flexible length values for GridTrackSizesmartinfalisse
2022-09-14LibWeb: Use float for GridTrackSize length valuemartinfalisse
2022-09-13LibWeb: Visit all edge-members in WorkerGlobalScopeHendiadyoin1
2022-09-13LibWeb: Add a visit_edges for DOM/EventHendiadyoin1
2022-09-13LibWeb: Add some missing includesHendiadyoin1
2022-09-13LibSoftGPU: Reduce subpixel precision from 6 to 4 bitsJelle Raaijmakers
2022-09-13LibGL: Simplify setting the color maskJelle Raaijmakers
2022-09-13LibGL: Implement `GL_SAMPLES`, `GL_SAMPLE_BUFFERS` context parametersJelle Raaijmakers
2022-09-13LibGL: Implement all `glMultiTexCoord*f` API methodsJelle Raaijmakers