.. |
AudioPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
AudioPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
BackgroundPainting.cpp
|
LibWeb: Precision when using background-size: contain
|
2024-05-07 11:15:04 -04:00 |
BackgroundPainting.h
|
LibWeb: Add background-clip: text support for InlinePaintable
|
2024-04-23 12:50:07 +02:00 |
BorderPainting.cpp
|
LibWeb/DOM: Rename link_color to normal_link_color
|
2024-04-19 10:58:45 +02:00 |
BorderPainting.h
|
|
|
BorderRadiiData.cpp
|
|
|
BorderRadiiData.h
|
|
|
BorderRadiusCornerClipper.cpp
|
LibWeb: Make sample_under_corners() go faster
|
2024-05-24 12:34:52 +02:00 |
BorderRadiusCornerClipper.h
|
|
|
BordersData.cpp
|
|
|
BordersData.h
|
|
|
ButtonPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
ButtonPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
CanvasPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
CanvasPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
CheckBoxPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
CheckBoxPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
ClipFrame.h
|
LibWeb: Clean previous border radii clips in refresh_clip_state()
|
2024-02-28 07:44:12 -05:00 |
ClippableAndScrollable.cpp
|
LibWeb: Cache combined CSS transform on pre-paint phase
|
2024-04-27 16:00:26 +02:00 |
ClippableAndScrollable.h
|
LibWeb: Cache combined CSS transform on pre-paint phase
|
2024-04-27 16:00:26 +02:00 |
Command.cpp
|
LibWeb: Remove glyph run allocation in paint_text_fragment()
|
2024-03-02 09:09:10 +01:00 |
Command.h
|
LibWeb: Remove unused blend mode param in FillEllipse painting command
|
2024-04-20 12:42:02 +02:00 |
CommandExecutorCPU.cpp
|
LibGfx+LibWeb: Allow inexact size lookups when requesting scaled fonts
|
2024-05-06 23:26:42 +00:00 |
CommandExecutorCPU.h
|
LibWeb: Remove unused blend mode param in FillEllipse painting command
|
2024-04-20 12:42:02 +02:00 |
CommandExecutorGPU.cpp
|
LibGfx+LibWeb: Allow inexact size lookups when requesting scaled fonts
|
2024-05-06 23:26:42 +00:00 |
CommandExecutorGPU.h
|
LibWeb: Remove unused blend mode param in FillEllipse painting command
|
2024-04-20 12:42:02 +02:00 |
CommandList.cpp
|
LibGfx+LibWeb: Allow inexact size lookups when requesting scaled fonts
|
2024-05-06 23:26:42 +00:00 |
CommandList.h
|
LibWeb: Skip unnecessary sample corner and blit corner commands
|
2024-04-27 21:06:16 +02:00 |
FilterPainting.cpp
|
|
|
FilterPainting.h
|
|
|
GradientData.h
|
|
|
GradientPainting.cpp
|
LibWeb: Remove wrappers for gradient painting command recording
|
2024-03-03 18:19:20 +01:00 |
GradientPainting.h
|
LibWeb: Remove wrappers for gradient painting command recording
|
2024-03-03 18:19:20 +01:00 |
ImagePaintable.cpp
|
LibWeb: Don't draw image alt text frames with "rough" rect
|
2024-04-14 18:05:48 +02:00 |
ImagePaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
InlinePaintable.cpp
|
LibWeb: Use IterationDecision in single level Node iteration methods
|
2024-05-07 16:45:28 -06:00 |
InlinePaintable.h
|
LibWeb: Cache combined CSS transform on pre-paint phase
|
2024-04-27 16:00:26 +02:00 |
InputColors.h
|
|
|
LabelablePaintable.cpp
|
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
2024-04-26 20:01:58 +02:00 |
LabelablePaintable.h
|
|
|
LinearGradientData.h
|
|
|
MarkerPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
MarkerPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
MediaPaintable.cpp
|
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
2024-04-26 20:01:58 +02:00 |
MediaPaintable.h
|
|
|
NestedBrowsingContextPaintable.cpp
|
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
2024-04-26 20:01:58 +02:00 |
NestedBrowsingContextPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
Paintable.cpp
|
LibWeb: Remove CSS transform from InlinePaintable's clip rectangle
|
2024-04-26 18:40:45 +02:00 |
Paintable.h
|
LibWeb: Use TraversalDecision for multi level Node traversal methods
|
2024-05-07 16:45:28 -06:00 |
PaintableBox.cpp
|
LibWeb: Apply corner clip before scroll offset for PaintableWithLines
|
2024-05-25 22:19:40 +02:00 |
PaintableBox.h
|
LibWeb: Cache combined CSS transform on pre-paint phase
|
2024-04-27 16:00:26 +02:00 |
PaintableFragment.cpp
|
LibWeb: Store "text for rendering" in TextPaintable
|
2024-03-18 13:42:16 +01:00 |
PaintableFragment.h
|
LibWeb: Store "text for rendering" in TextPaintable
|
2024-03-18 13:42:16 +01:00 |
PaintContext.cpp
|
LibWeb: Verify in runtime that stacking context is not painted twice
|
2024-04-29 20:32:14 +02:00 |
PaintContext.h
|
LibWeb: Verify in runtime that stacking context is not painted twice
|
2024-04-29 20:32:14 +02:00 |
PaintOuterBoxShadowParams.h
|
|
|
RadioButtonPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
RadioButtonPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
RecordingPainter.cpp
|
LibWbe: Skip recording of empty painting commands
|
2024-05-24 12:34:52 +02:00 |
RecordingPainter.h
|
LibWeb: Remove unused blend mode param in FillEllipse painting command
|
2024-04-20 12:42:02 +02:00 |
ShadowData.h
|
|
|
ShadowPainting.cpp
|
LibGfx+LibWeb: Allow inexact size lookups when requesting scaled fonts
|
2024-05-06 23:26:42 +00:00 |
ShadowPainting.h
|
|
|
StackingContext.cpp
|
LibWeb: Use IterationDecision in single level Node iteration methods
|
2024-05-07 16:45:28 -06:00 |
StackingContext.h
|
LibWeb: Verify in runtime that stacking context is not painted twice
|
2024-04-29 20:32:14 +02:00 |
SVGClipPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGClipPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGForeignObjectPaintable.cpp
|
LibWeb: Add layout node and paintable for SVGForeignObjectElement
|
2024-04-27 07:10:20 +02:00 |
SVGForeignObjectPaintable.h
|
LibWeb: Support masking of SVGForeignObjectPaintable
|
2024-04-27 07:10:20 +02:00 |
SVGGraphicsPaintable.cpp
|
LibWeb: Separate svg mask calculation into SVGMaskable
|
2024-04-27 07:10:20 +02:00 |
SVGGraphicsPaintable.h
|
LibWeb: Separate svg mask calculation into SVGMaskable
|
2024-04-27 07:10:20 +02:00 |
SVGMaskable.cpp
|
LibWeb: Fix null layout node dereference in SVGMaskable
|
2024-05-05 13:35:14 +00:00 |
SVGMaskable.h
|
LibWeb: Separate svg mask calculation into SVGMaskable
|
2024-04-27 07:10:20 +02:00 |
SVGMaskPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGMaskPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGPaintable.cpp
|
LibWeb: Make Paintable::containing_block() return a PaintableBox*
|
2024-03-01 17:57:10 +01:00 |
SVGPaintable.h
|
LibWeb: Add fast_is<T>() for SVGPaintable
|
2024-03-02 13:00:09 +01:00 |
SVGPathPaintable.cpp
|
LibWeb: Implement the SVG clip-rule attribute
|
2024-05-14 23:01:18 +01:00 |
SVGPathPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGSVGPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
SVGSVGPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
TableBordersPainting.cpp
|
LibWeb: Use IterationDecision in single level Node iteration methods
|
2024-05-07 16:45:28 -06:00 |
TableBordersPainting.h
|
|
|
TextPaintable.cpp
|
LibWeb: Move event handling & cursor from BrowsingContext to Navigable
|
2024-04-26 20:01:58 +02:00 |
TextPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
VideoPaintable.cpp
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
VideoPaintable.h
|
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
2024-04-09 09:13:06 +02:00 |
ViewportPaintable.cpp
|
LibWeb: Cache combined CSS transform on pre-paint phase
|
2024-04-27 16:00:26 +02:00 |
ViewportPaintable.h
|
LibWeb: Ignore mousewheel events in ViewportPaintable
|
2024-04-18 12:27:24 +02:00 |