summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-29ICC: Make struct XYZ store float instead of doubleNico Weber
2023-04-29LibWeb: Implement "distribute height to rows" step in TFCAliaksandr Kalenik
2023-04-29LibWeb: Fix division by zero in table columns width distributionAliaksandr Kalenik
2023-04-28LibWeb: Compute inset for relative positioned inline-blockEmil Militzer
2023-04-28LibWeb: Implement "get all used history steps" for traversablesAliaksandr Kalenik
2023-04-28LibWeb: Implement "get the target history entry" for navigablesAliaksandr Kalenik
2023-04-28LibWeb: Implement "get session history entries" for navigablesAliaksandr Kalenik
2023-04-28LibWeb: Change Navigable::traversable_navigable() to be constAliaksandr Kalenik
2023-04-28LibWeb: Add non-const session_history_entries getter in traversableAliaksandr Kalenik
2023-04-28LibWeb: Add NestedHistory in DocumentStateAliaksandr Kalenik
2023-04-28LibWeb: Resolve and paint SVG gradient fillsMacDue
2023-04-28LibWeb: Implement SVGLinearGradientElement (<linearGradient>)MacDue
2023-04-28LibGfx: Implement PaintStyle for SVG linear gradientsMacDue
2023-04-28LibWeb: Implement SVGGradientElementMacDue
2023-04-28LibWeb: Allow specifying a URL for an SVG fillMacDue
2023-04-28LibWeb: Add URLStyleValue to represent general url() valuesMacDue
2023-04-28LibWeb: Implement SVGStopElement (<stop>)MacDue
2023-04-28LibWeb: Add stop-color as a CSS propertyMacDue
2023-04-28LibWeb: Allow doing .to_color() on a StyleValue without a layout nodeMacDue
2023-04-28LibWeb: Add SVG tag names for <linearGradient>sMacDue
2023-04-28LibWeb: Implement SVGAnimatedNumberMacDue
2023-04-28AK+LibTimeZone: Add debug only formatter for OptionalMacDue
2023-04-28LibWeb: Consider cell computed height in total row min height of tableAliaksandr Kalenik
2023-04-28LibWeb: Consider row computed height in total row min height of tableAliaksandr Kalenik
2023-04-28LibChess: Add the ucinewgame commandTim Ledbetter
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-27LibWeb: Clear the mouse event tracking node when it stops wanting eventsTimothy Flynn
2023-04-27LibWeb: Verify that a node has styled properties in its styled accessorsTimothy Flynn
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-27LibWeb: Implement ReadableByteStreamController.error()Matthew Olsson
2023-04-27LibWeb: Implement ReadableByteStreamController.close()Matthew Olsson
2023-04-27LibWeb: Add missing AOs for ReadableByteStreamController.[[PullSteps]]Matthew Olsson
2023-04-27LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader typeMatthew Olsson
2023-04-27LibWeb: Add ReadableStreamBYOBReader interfaceMatthew Olsson
2023-04-27LibWeb: Fix a blatant nullptr dereference in ReadableStreamGenericReaderMatthew Olsson
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-27LibCore+file: Factorize code to detect mime-type from bytes of a fileLucas CHOLLET
2023-04-27LibSymbolication: Use `Core::File` instead of `Core::DeprecatedFile`Lucas CHOLLET
2023-04-27LibGfx: Transform the x axis rotation for elliptical arcsAndreas Kling
2023-04-27LibGfx: Add AffineTransform::rotation()Andreas Kling
2023-04-26LibCore: Remove unused EventLoopManager::wake()Andreas Kling
2023-04-26LibCore: Move post_event() back to EventLoopImplementationAndreas Kling
2023-04-26LibAudio: Wait for enqueuer thread to start before poking its event loopAndreas Kling
2023-04-26LibWeb: Implement creation of fresh top-level traversablesAliaksandr Kalenik
2023-04-26LibWeb: Implement Navigable::initialize_navigable()Aliaksandr Kalenik
2023-04-26LibWeb: Add step property in SessionHistoryEntryAliaksandr Kalenik
2023-04-26LibCpp: Support for parsing c-style fixed arrays (arr[2])iyush
2023-04-26LibWeb: Clamp CSS z-index to the range of a 32-bit integerAndreas Kling
2023-04-26LibWasm: Start implementing WASIAli Mohammad Pur