Revīziju vēsture

Autors SHA1 Ziņojums Datums
  MacDue 957c20b676 LibWeb: Avoid infinite recursion when hit testing SVGs 1 gadu atpakaļ
  Aliaksandr Kalenik 9c99182b1e LibWeb: Change StackingContext::hit_test() to accept callback 1 gadu atpakaļ
  Aliaksandr Kalenik 5484062095 LibWeb: Apply scroll offset to PushStackingContext command 1 gadu atpakaļ
  Aliaksandr Kalenik 16f1962f10 LibWeb: Use clip rectangles assigned to paintables in hit-testing 1 gadu atpakaļ
  Aliaksandr Kalenik 0bf82f748f LibWeb: Move clip rect calculation to happen before painting 1 gadu atpakaļ
  Aliaksandr Kalenik ef0c390b79 LibWeb: Resolve CSS transform properties during layout commit 1 gadu atpakaļ
  Bastiaan van der Plaat be7538961b LibWeb: Add DOMMatrix string constructor and set matrix value 1 gadu atpakaļ
  Aliaksandr Kalenik 3cf5ad002a LibWeb: Allow inline nodes to establish a stacking context 1 gadu atpakaļ
  Aliaksandr Kalenik 49fcc5dcd8 LibWeb: Do not require box to be positioned to create stacking context 1 gadu atpakaļ
  Aliaksandr Kalenik ac6b3c989d LibWeb: Apply scroll boxes offsets after painting commands recording 1 gadu atpakaļ
  Aliaksandr Kalenik 2753075830 LibWeb: Do not crash when svg mask calculation failed 1 gadu atpakaļ
  Aliaksandr Kalenik 6b79508c08 LibWeb: Use offset of nearest scrollable ancestor for positioned boxes 1 gadu atpakaļ
  Aliaksandr Kalenik 2952f01e84 LibWeb: Add pair of methods to apply/reset scroll offset of paintable 1 gadu atpakaļ
  Timothy Flynn a7b98a9761 LibWeb+WebContent+WebWorker: Add an option to skip painting the overlay 1 gadu atpakaļ
  Aliaksandr Kalenik 89fd8dfaad LibWeb: Fix duplicated clip overflow in child stacking contexts 1 gadu atpakaļ
  Aliaksandr Kalenik 1b3223dd9e LibWeb: Rename painter() to recording_painter() in PaintContext 1 gadu atpakaļ
  MacDue 4e04f81626 LibWeb: Don't encode painting limitations in RecordingPainter API 1 gadu atpakaļ
  Aliaksandr Kalenik 4318bcf447 LibWeb: Record painting commands in coordinates of stacking context 1 gadu atpakaļ
  Aliaksandr Kalenik 94f322867a LibWeb: Get rid of DevicePixels usage in RecordingPainter 1 gadu atpakaļ
  Bastiaan van der Plaat 5870a1a9a1 AK: Remove rarely used ExtraMathConstants.h 1 gadu atpakaļ
  Aliaksandr Kalenik 063e66cae9 LibWeb: Introduce RecordingPainter to serialize painting commands 1 gadu atpakaļ
  Sam Atkins 642ad80960 LibWeb: Make CSS Transformation struct a proper class 1 gadu atpakaļ
  MacDue 909bcfe9a4 LibWeb: Resolve and paint simple SVG masks 1 gadu atpakaļ
  MacDue b340a85523 LibWeb: Make StackingContext functions `static` where possible 1 gadu atpakaļ
  Aliaksandr Kalenik dd7bba66ed LibWeb: Change viewport ownership from `BrowsingContext` to `Navigable` 1 gadu atpakaļ
  Zaggy1024 9d4a1ac2b3 LibWeb: Apply CSS `clip` property to an element as well as its children 1 gadu atpakaļ
  MacDue 360c0eb509 LibWeb: Remove implicit conversion from float and double to CSSPixels 1 gadu atpakaļ
  MacDue 2d154bf90a LibWeb: Fix accidentally skipping post-paint actions for positioned SCs 1 gadu atpakaļ
  Aliaksandr Kalenik 95a8dec373 LibWeb: Treat grid item as it creates stacking context during painting 1 gadu atpakaļ
  Andreas Kling d296992fb3 LibWeb: Make StackingContext point to paint tree instead of layout tree 1 gadu atpakaļ