summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-07-11LibWeb: Tweak padding on button elements match other enginesAndreas Kling
2022-07-11LibWeb: Bring sizing of replaced elements closer to specAndreas Kling
2022-07-11LibWeb: Match WebKit and Blink re: absence of width/height on <svg>Andreas Kling
2022-07-11LibWeb: Try to work out the intrinsic size of <svg> elementsAndreas Kling
2022-07-11LibWeb: Set 1:1 intrinsic aspect ratio for radio buttonsAndreas Kling
2022-07-11LibWeb: Cache reference to <svg> element in SVGFormattingContextAndreas Kling
2022-07-11LibWeb: Use the *outer* flex base size in intrinsic size calculationAndreas Kling
2022-07-11LibWeb: Use the "scaled flex shrink factor" where noted by the specAndreas Kling
2022-07-11LibWeb: Treat "flex-basis: 0px" like any other definite basis valueAndreas Kling
2022-07-11LibWeb: More specialization of intrinsic sizing layoutAndreas Kling
2022-07-11LibWeb: Don't iterate over text content inside replaced elementsAndreas Kling
2022-07-11LibWeb: Use max-content main size for flex items w/ definite cross sizeAndreas Kling
2022-07-11LibWeb: Make sure we always apply size constraints in IFCAndreas Kling
2022-07-11LibWeb: Cache a pointer to the containing block state in IFCAndreas Kling
2022-07-11LibWeb: Factor out BFC "layout this block-level box" to a functionAndreas Kling
2022-07-11LibWeb: Express intrinsic size layout via size constraintsAndreas Kling
2022-07-11LibWeb: Move IFC result measurement from IFC to BFCAndreas Kling
2022-07-11LibWeb: Make BFC always drive IFCAndreas Kling
2022-07-11LibWeb: Add FFC helpers for getting intrinsic size of flex itemsAndreas Kling
2022-07-11LibWeb: Only perform the requested form of intrinsic size calculationAndreas Kling
2022-07-11LibWeb: Make separate functions for calculating min/max content sizesAndreas Kling
2022-07-11LibWeb: Clamp intrinsic flex item main size contributions to min/maxAndreas Kling
2022-07-11LibWeb: Store MessageEvent::m_data in a JS::HandleLuke Wilde
2022-07-10AK: Treat empty string as invalid JSONLuke Wilde
2022-07-10LibXML: Fail gracefully on integer overflow in character referencesIdan Horowitz
2022-07-10LibGfx: Default-initialize dummy scanlineKarol Kosek
2022-07-10Kernel+LibC+LibCore: Pass fcntl extra argument as pointer-sized variablegggggg-gggggg
2022-07-10LibGUI: Disallow selection identation in readonly text editorsnetworkException
2022-07-10LibGfx: Implement PNG filtering on writeKarol Kosek
2022-07-10LibGfx: Move PNG header and paeth_predictor function to a shared headerKarol Kosek
2022-07-10LibGfx: Use enum instead of magic numbers for PNG Color and Filter typesKarol Kosek
2022-07-10LibRegex: Treat inverted Compare entries as disjunctionsAli Mohammad Pur
2022-07-10LibRegex: Correctly track current inversion state in the optimizerAli Mohammad Pur
2022-07-10LibRegex: Flush compare tables before entering a permanent inverse stateAli Mohammad Pur
2022-07-10DynamicLoader: Stop performing relative relocations on non-pie objectsIdan Horowitz
2022-07-10LibCompress: Write Deflate window size in the Zlib headerKarol Kosek
2022-07-10LibWeb: Tiebreak corner color on existence of corresponding bordersMacDue
2022-07-10LibGUI: Allow deleting text editor indent selections in non tab casesnetworkException
2022-07-10LibJS: Fix typos in Temporal spec commentsLinus Groh
2022-07-10LibJS: Add Add IsValidISODate assertionsLinus Groh
2022-07-10LibWeb: Support flex item cross sizing based on intrinsic aspect ratioAndreas Kling
2022-07-10LibWeb: Don't include flex line margins in inner flex item cross sizesAndreas Kling
2022-07-10LibWeb: Improve support for flex-start/end with reversed flex-directionAndreas Kling
2022-07-09LibWeb: Make sure CSS::ComputedValues has initial size valuesAndreas Kling
2022-07-09LibWeb: Add LengthPercentage::is_auto() convenience helperAndreas Kling
2022-07-09LibGfx: Use float when calculating text width in ScaledFontAndreas Kling
2022-07-09LibGfx: Paint whitespace characters (including &nbsp;) as empty spaceAndreas Kling
2022-07-09LibCrypto: Add the [[nodiscard]] qualifier in both BigInteger classesLucas CHOLLET
2022-07-09LibWeb: Base marker size on font height rather than line heightMacDue
2022-07-09LibCore+Userland: Use StringViews when calling Core::System::openkleines Filmröllchen