Age | Commit message (Expand) | Author |
2023-03-25 | LibPDF: Ignore whitespace in the ASCII hex filter | Julian Offenhäuser |
2023-03-25 | LibCrypto: Use 8-byte crc32 instruction on arm too | Nico Weber |
2023-03-25 | LibCrypto: Start sometimes hardware-accelerating crc32 | Nico Weber |
2023-03-25 | LibGUI: Allow blocking modals and popups to handle their own shortcuts | Lucas CHOLLET |
2023-03-25 | LibGUI: Make `propagate_shortcuts` handle different level of propagation | Lucas CHOLLET |
2023-03-25 | LibGfx/JPEG: More support for scans with a single component | Lucas CHOLLET |
2023-03-25 | LibGfx/JPEG: Rename `mb_index` to `macroblock_index` | Lucas CHOLLET |
2023-03-25 | LibGfx/JPEG: Log components present in a scan | Lucas CHOLLET |
2023-03-25 | LibWeb: Add FIXME whining to debug log if layout produces negative sizes | Andreas Kling |
2023-03-25 | LibWeb: Don't allow resolved height of abspos elements to become negative | Andreas Kling |
2023-03-25 | LibWeb: Don't allow resolved width of abspos elements to become negative | Andreas Kling |
2023-03-25 | LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible | Andreas Kling |
2023-03-25 | headless-browser: Don't print extra newline after layout tree dumps | Andreas Kling |
2023-03-25 | LibWeb: Don't use image source URL as backup `alt` attribute | Andreas Kling |
2023-03-25 | LibWeb: Remove now-unused includes from StyleValue.cpp | Sam Atkins |
2023-03-25 | LibWeb: Split StyleValueList out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split RectStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split UnsetStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split TimeStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split StringStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ResolutionStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split PositionStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split OverflowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split NumericStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ListStyleStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split LengthStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split InitialStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split InheritStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split AbstractImageStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split RadialGradientStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split LinearGradientStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ConicGradientStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ImageStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split IdentifierStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTrackSizeStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTrackPlacementStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTrackPlacementShorthandStyleValue out of StyleValue | Sam Atkins |
2023-03-25 | LibWeb: Split GridAreaShorthandStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split GridTemplateAreaStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FrequencyStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FontStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FlexFlowStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FlexStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split FilterValueListStyleValue out of StyleValue.{h,cpp} | Sam Atkins |
2023-03-25 | LibWeb: Split ContentStyleValue out of StyleValue.{h,cpp} | Sam Atkins |