summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-26PixelPaint: Make wand tool work when layer and image rects differTim Ledbetter
2023-03-25LibPDF: Load replacements for TrueTypeFonts without an embedded fontJulian Offenhäuser
2023-03-25LibPDF: Actually return an error when failing to load replacement fontsJulian Offenhäuser
2023-03-25LibPDF: Ask OpenType font programs for glyph widths if neededJulian Offenhäuser
2023-03-25LibPDF: Remove the subroutine length limit for PS1 font programsJulian Offenhäuser
2023-03-25LibPDF: Scale vector paths with the viewJulian Offenhäuser
2023-03-25LibPDF: Accept floats as line dash pattern phasesJulian Offenhäuser
2023-03-25LibPDF: Allow the page rotation to be inheritedJulian Offenhäuser
2023-03-25LibPDF: Allow pages with no specified contentsJulian Offenhäuser
2023-03-25LibPDF: Allow optional inheritable page attributesJulian Offenhäuser
2023-03-25LibPDF: Ignore whitespace in the ASCII hex filterJulian Offenhäuser
2023-03-25LibCrypto: Use 8-byte crc32 instruction on arm tooNico Weber
2023-03-25LibCrypto: Start sometimes hardware-accelerating crc32Nico Weber
2023-03-25Meta: Add "gunzip" and "gzip" to lagom buildNico Weber
2023-03-25LibGUI: Allow blocking modals and popups to handle their own shortcutsLucas CHOLLET
2023-03-25LibGUI: Make `propagate_shortcuts` handle different level of propagationLucas CHOLLET
2023-03-25Base: Add Keyboard Shortcuts & Tips and Tricks man pagesCubic Love
2023-03-25Base: Add keyboard symbols to Katica Regular 12Cubic Love
2023-03-25LibGfx/JPEG: More support for scans with a single componentLucas CHOLLET
2023-03-25LibGfx/JPEG: Rename `mb_index` to `macroblock_index`Lucas CHOLLET
2023-03-25LibGfx/JPEG: Log components present in a scanLucas CHOLLET
2023-03-25Meta: Make audio hardware configurable through environment variableJelle Raaijmakers
2023-03-25Meta: Use more aptly named variable for PC speaker configurationJelle Raaijmakers
2023-03-25Kernel: Add support for Intel HDAJelle Raaijmakers
2023-03-25Kernel: Mention right parent class for AC'97's `device_name`Jelle Raaijmakers
2023-03-25LibWeb: Add FIXME whining to debug log if layout produces negative sizesAndreas Kling
2023-03-25LibWeb: Don't allow resolved height of abspos elements to become negativeAndreas Kling
2023-03-25LibWeb: Don't allow resolved width of abspos elements to become negativeAndreas Kling
2023-03-25LibWeb: Add out-of-flow boxes to anonymous wrapper block when possibleAndreas Kling
2023-03-25headless-browser: Don't print extra newline after layout tree dumpsAndreas Kling
2023-03-25LibWeb: Don't use image source URL as backup `alt` attributeAndreas Kling
2023-03-25LibWeb: Remove now-unused includes from StyleValue.cppSam Atkins
2023-03-25LibWeb: Split StyleValueList out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split RectStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnsetStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TimeStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split StringStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ResolutionStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split OverflowStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split NumericStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split InitialStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split InheritStyleValue out of StyleValue.{h,cpp}Sam Atkins