| .. | 
		
		
			
			
			
			
				| AudioPaintable.cpp | LibWeb: Begin implementing the HTMLAudioElement for audio playback | 2023-06-13 06:14:01 +02:00 | 
		
			
			
			
			
				| AudioPaintable.h | LibWeb: Begin implementing the HTMLAudioElement for audio playback | 2023-06-13 06:14:01 +02:00 | 
		
			
			
			
			
				| BackgroundPainting.cpp | LibWeb: Use PaintContext::would_be_fully_clipped_by_painter() everywhere | 2023-06-20 06:58:47 +02:00 | 
		
			
			
			
			
				| BackgroundPainting.h | LibWeb: Convert background painting to new pixel units | 2022-12-14 16:47:57 +00:00 | 
		
			
			
			
			
				| BorderPainting.cpp | LibWeb+WebContent: Forbid access to underlying type of CSSPixels | 2023-06-13 06:08:27 +02:00 | 
		
			
			
			
			
				| BorderPainting.h | LibWeb: Remove now-unused includes from StyleValue.cpp | 2023-03-25 16:56:04 +00:00 | 
		
			
			
			
			
				| BorderRadiusCornerClipper.cpp | LibGfx+Everywhere: Change Gfx::Rectto be endpoint exclusive | 2023-05-23 12:35:42 +02:00 | 
		
			
			
			
			
				| BorderRadiusCornerClipper.h | LibWeb: Convert border painting to new pixel units | 2022-12-14 16:47:57 +00:00 | 
		
			
			
			
			
				| ButtonPaintable.cpp | LibWeb: Scale the font when painting the text on buttons | 2023-03-15 23:29:00 +01:00 | 
		
			
			
			
			
				| ButtonPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| CanvasPaintable.cpp | LibWeb: Use box sampling instead of bilinear scaling when downscaling | 2023-05-19 18:36:36 +02:00 | 
		
			
			
			
			
				| CanvasPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| CheckBoxPaintable.cpp | LibWeb: Move checkbox color palette computation to helper header | 2023-03-24 09:57:48 +00:00 | 
		
			
			
			
			
				| CheckBoxPaintable.h | LibWeb: Add scaleable checkboxes (with theme/accent-color support) | 2023-03-23 08:27:51 +00:00 | 
		
			
			
			
			
				| FilterPainting.cpp | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | 2023-02-08 19:15:45 +00:00 | 
		
			
			
			
			
				| FilterPainting.h | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | 2023-02-08 19:15:45 +00:00 | 
		
			
			
			
			
				| GradientPainting.cpp | LibWeb+WebContent: Forbid access to underlying type of CSSPixels | 2023-06-13 06:08:27 +02:00 | 
		
			
			
			
			
				| GradientPainting.h | LibJS+LibWeb: Add a bunch of missing includes | 2023-03-06 13:05:43 +00:00 | 
		
			
			
			
			
				| ImagePaintable.cpp | LibWeb: Have ImageProvider bitmap getter take optional size argument | 2023-05-21 07:44:29 +02:00 | 
		
			
			
			
			
				| ImagePaintable.h | LibWeb: Move image viewport awareness from ImageBox to ImagePaintable | 2023-05-09 09:48:49 +02:00 | 
		
			
			
			
			
				| InlinePaintable.cpp | LibWeb: Add support for inset shadows | 2023-06-07 10:14:21 +02:00 | 
		
			
			
			
			
				| InlinePaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| InputColors.h | LibWeb: Move checkbox color palette computation to helper header | 2023-03-24 09:57:48 +00:00 | 
		
			
			
			
			
				| LabelablePaintable.cpp | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| LabelablePaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| MarkerPaintable.cpp | LibWeb+WebContent: Forbid access to underlying type of CSSPixels | 2023-06-13 06:08:27 +02:00 | 
		
			
			
			
			
				| MarkerPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| MediaPaintable.cpp | LibWeb: Decrease size of the media timeline box a tiny bit | 2023-06-22 14:20:26 -04:00 | 
		
			
			
			
			
				| MediaPaintable.h | LibWeb: Paint the media timeline above the other media controls | 2023-06-22 20:05:19 +02:00 | 
		
			
			
			
			
				| NestedBrowsingContextPaintable.cpp | LibWeb: Use device pixels to translate NestedBrowsingContextPaintable | 2023-04-20 20:44:02 +02:00 | 
		
			
			
			
			
				| NestedBrowsingContextPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| Paintable.cpp | LibWeb: Fix a few const-ness issues | 2023-03-06 13:05:43 +00:00 | 
		
			
			
			
			
				| Paintable.h | LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes | 2023-04-20 20:43:30 +02:00 | 
		
			
			
			
			
				| PaintableBox.cpp | LibWeb: Use PaintContext::would_be_fully_clipped_by_painter() everywhere | 2023-06-20 06:58:47 +02:00 | 
		
			
			
			
			
				| PaintableBox.h | LibWeb: Add partial implementation of border conflict resolution | 2023-06-10 11:17:21 +02:00 | 
		
			
			
			
			
				| PaintContext.cpp | LibWeb+WebContent: Forbid access to underlying type of CSSPixels | 2023-06-13 06:08:27 +02:00 | 
		
			
			
			
			
				| PaintContext.h | LibWeb: Make CSSPixels and Length use 64-bit (double) floating point | 2023-05-24 14:40:35 +02:00 | 
		
			
			
			
			
				| ProgressPaintable.cpp | LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStyle | 2023-04-30 05:49:46 +02:00 | 
		
			
			
			
			
				| ProgressPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| RadioButtonPaintable.cpp | LibWeb: Add scalable radio buttons (with theme/accent-color support) | 2023-03-24 09:57:48 +00:00 | 
		
			
			
			
			
				| RadioButtonPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| ShadowPainting.cpp | LibWeb: Add support for inset shadows | 2023-06-07 10:14:21 +02:00 | 
		
			
			
			
			
				| ShadowPainting.h | LibWeb: Add support for inset shadows | 2023-06-07 10:14:21 +02:00 | 
		
			
			
			
			
				| StackingContext.cpp | LibWeb: Teach CSS transformed StackingContexts about image-rendering | 2023-06-13 06:14:17 +02:00 | 
		
			
			
			
			
				| StackingContext.h | LibWeb: Make StackingContext sorting a lot faster | 2023-06-02 15:00:38 +02:00 | 
		
			
			
			
			
				| SVGGeometryPaintable.cpp | LibWeb: Close all subpaths when filling SVG paths | 2023-06-24 19:31:30 +02:00 | 
		
			
			
			
			
				| SVGGeometryPaintable.h | LibWeb: Use (transformed) path bounding quad for SVG path hit testing | 2023-04-12 07:40:22 +02:00 | 
		
			
			
			
			
				| SVGGraphicsPaintable.cpp | LibWeb: Implement SVG fill-ruleattribute | 2023-06-11 19:34:24 +02:00 | 
		
			
			
			
			
				| SVGGraphicsPaintable.h | LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable | 2023-04-19 07:52:26 +02:00 | 
		
			
			
			
			
				| SVGPaintable.cpp | LibWeb/Layout: Rename Box::{paint => paintable}_box() | 2023-04-20 20:43:30 +02:00 | 
		
			
			
			
			
				| SVGPaintable.h | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| SVGSVGPaintable.cpp | LibWeb: Clip SVG content to parent <svg> element bounding box | 2023-04-17 07:32:31 +02:00 | 
		
			
			
			
			
				| SVGSVGPaintable.h | LibWeb: Make a handful of paintable leaf classes final | 2023-01-11 14:03:25 +01:00 | 
		
			
			
			
			
				| SVGTextPaintable.cpp | LibWeb: Implement painting for svg text | 2023-06-09 17:20:34 +02:00 | 
		
			
			
			
			
				| SVGTextPaintable.h | LibWeb: Implement painting for svg text | 2023-06-09 17:20:34 +02:00 | 
		
			
			
			
			
				| TextPaintable.cpp | LibWeb: Make the paint tree GC-allocated | 2023-01-11 12:55:00 +01:00 | 
		
			
			
			
			
				| TextPaintable.h | LibWeb: Make a handful of paintable leaf classes final | 2023-01-11 14:03:25 +01:00 | 
		
			
			
			
			
				| VideoPaintable.cpp | LibWeb: Extract media element timeline painting to a base class | 2023-06-13 06:14:01 +02:00 | 
		
			
			
			
			
				| VideoPaintable.h | LibWeb: Extract media element timeline painting to a base class | 2023-06-13 06:14:01 +02:00 |