summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-30LibGUI: Don't fix ImageWidget's size when disabling auto_resize()thankyouverycool
2023-04-30LibGUI: Propagate construction errors in LinkLabelthankyouverycool
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-04-30LibGfx: Return StringView for SystemTheme Rolesthankyouverycool
2023-04-30AK: Add count() helper to Stringthankyouverycool
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-30Ladybird: Let WebContent know if the current system theme is darkAndreas Kling
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-29Ports: Add c-ares libraryNicolas Josef Zunker
2023-04-29LibC: Add Ipv6 address checking macros to netinet/in.hNicolas Josef Zunker
2023-04-29Kernel/aarch64: Don't set multiboot_modules to an empty array on-stackLiav A
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-29Kernel/aarch64: Support reading the command line via the RPi MailboxDaniel Bertalan
2023-04-29Toolchain: Patch QEMU to support reading kernel cmdline via RPI MailboxDaniel Bertalan
2023-04-29Toolchain: Fix self-built QEMU crashing on startup on macOSDaniel Bertalan
2023-04-29Kernel: Store the kernel command line in a `StringView`Daniel Bertalan
2023-04-29AK: Add `Span::align_to`Daniel Bertalan
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 a test for Profile::to_pcsNico 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-29Base: Fix incorrectly closed tag in welcome.htmlMacDue
2023-04-28SystemServer: Remove unused code for generating /dev/hwrngLiav A
2023-04-28Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"Tim Schumacher