summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-30LibGfx: Return StringView for SystemTheme Rolesthankyouverycool
2023-04-30ICC: Add Profile::to_lab()Nico Weber
2023-04-30LibTest: Add a EXPECT_APPROXIMATE_WITH_ERROR macro with custom errorNico Weber
2023-04-30PixelPaint: Clip the gradient tool preview to the active layer rectTim Ledbetter
2023-04-29Chess: Don't attempt to update the board when clicking out of boundsTim Ledbetter
2023-04-29LibC: Add Ipv6 address checking macros to netinet/in.hNicolas Josef Zunker
2023-04-29LibWeb: Split `Length::relative_length_to_px()` by typeSam Atkins
2023-04-29LibWeb: Add even more viewport-based Length unitsSam Atkins
2023-04-29LibWeb: Add *lots* of viewport-based Length unitsSam Atkins
2023-04-29LibWeb: Add `ic` and `ric` Length unitsSam Atkins
2023-04-29LibWeb: Add `cap` and `rcap` Length unitsSam Atkins
2023-04-29LibWeb: Add `rex` and `rch` Length unitsSam Atkins
2023-04-29LibWeb: Merge StyleComputer root-element font-metric calculation methodsSam Atkins
2023-04-29LibWeb: Wrap font metrics into a structSam Atkins
2023-04-29LibWeb: Categorize relative length unitsSam Atkins
2023-04-29LibWeb: Add some font-related properties to the resolved styleSam Atkins
2023-04-29LibWeb: Remove outdated commentSam Atkins
2023-04-29LibWeb: Sort and group CSS Length units as they are in the specSam Atkins
2023-04-29LibWeb: Exclude borders from width available for table columnsAliaksandr Kalenik
2023-04-29Spreadsheet: Add blank sheet when import dialog is cancelledAbuneri
2023-04-29Spreadsheet: Enable the ability to undo/redo changes in cell colorhuttongrabiel
2023-04-29Spreadsheet: Add CellUndoMetadataCommand classhuttongrabiel
2023-04-29Spreadsheet: Add CellChange constructor for changes in type metadatahuttongrabiel
2023-04-29PixelPaint: Add radial gradient supportTorstennator
2023-04-29LibGfx: Add support to draw radial gradients with an rotation angleTorstennator
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