summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-29ICC: Add a missing " at the end of a commentNico Weber
2023-04-29ICC: Rename XYZ and XYZNumber fields to uppercaseNico Weber
2023-04-29ICC: Add comment with a link to WellKnownProfiles.cppNico Weber
2023-04-29ICC: Add method to convert a color to the profile connection spaceNico Weber
2023-04-29ICC: Make number_of_components_in_color_space() externalNico Weber
2023-04-29ICC: Make struct XYZ store float instead of doubleNico Weber
2023-04-29Chess: Display appropriate dialog when engine move ends the gameTim Ledbetter
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-28SystemServer: Remove unused code for generating /dev/hwrngLiav A
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-28Chess: Send a ucinewgame command to the engine on starting a new gameTim Ledbetter
2023-04-28ChessEngine: Reset the engine state on receiving a ucinewgame commandTim Ledbetter
2023-04-28LibChess: Add the ucinewgame commandTim Ledbetter
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27DisplaySettings: Show bilinear filtered wallpaper in `MonitorWidget`Jelle Raaijmakers
2023-04-27DisplaySettings: Remove unused code from `MonitorWidget`Jelle Raaijmakers
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-27KeyboardPreferenceLoader: Remove usage of `DeprecatedFile`Lucas CHOLLET
2023-04-27DHCPClient: Remove usage of `DeprecatedFile`Lucas CHOLLET