ladybird/Libraries/LibWeb/Painting
Aliaksandr Kalenik d7caa426a0 LibWeb: Delete m_selected flag from Paintable
This was redundant when Paintable already has `m_selection_state` that
could be none.
2024-11-14 19:48:43 +01:00
..
AudioPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
AudioPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BackgroundPainting.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BackgroundPainting.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BackingStore.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BackingStore.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderPainting.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderPainting.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderRadiiData.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderRadiiData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderRadiusCornerClipper.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BorderRadiusCornerClipper.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BordersData.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
BordersData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CanvasPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
CanvasPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
CheckBoxPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
CheckBoxPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ClipFrame.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ClipFrame.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ClippableAndScrollable.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ClippableAndScrollable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Command.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Command.h LibWeb/Painting: Apply clip and mask operations that are off-screen 2024-11-13 16:10:15 +01:00
DisplayList.cpp LibWeb/Painting: Apply clip and mask operations that are off-screen 2024-11-13 16:10:15 +01:00
DisplayList.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DisplayListPlayerSkia.cpp LibWeb: Reduce DrawGlyphRun struct from 56 to 48 bytes 2024-11-11 17:06:20 +01:00
DisplayListPlayerSkia.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DisplayListRecorder.cpp LibWeb: Reduce PaintTextShadow struct from 72 to 64 bytes 2024-11-11 17:06:20 +01:00
DisplayListRecorder.h LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
GradientData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
GradientPainting.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
GradientPainting.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ImagePaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
ImagePaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InputColors.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LabelablePaintable.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
LabelablePaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MarkerPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
MarkerPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MediaPaintable.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MediaPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NestedBrowsingContextPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
NestedBrowsingContextPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Paintable.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Paintable.h LibWeb: Delete m_selected flag from Paintable 2024-11-14 19:48:43 +01:00
PaintableBox.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
PaintableBox.h LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
PaintableFragment.cpp LibWeb: Delete m_selected flag from Paintable 2024-11-14 19:48:43 +01:00
PaintableFragment.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PaintBoxShadowParams.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PaintContext.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PaintContext.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PaintStyle.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RadioButtonPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
RadioButtonPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ScrollFrame.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ScrollFrame.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ScrollState.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ShadowData.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ShadowPainting.cpp LibGfx: Delete unused DisjointRectSet 2024-11-11 02:46:35 +01:00
ShadowPainting.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StackingContext.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StackingContext.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGClipPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGClipPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGForeignObjectPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGForeignObjectPaintable.h LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
SVGGraphicsPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGGraphicsPaintable.h LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
SVGMaskable.cpp LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
SVGMaskable.h LibWeb: Save Gfx::ImmutableBitmap in ApplyBitmapMask display list item 2024-11-10 17:20:34 +01:00
SVGMaskPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGMaskPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGPaintable.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGPathPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGPathPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SVGSVGPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
SVGSVGPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TableBordersPainting.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TableBordersPainting.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TextPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
TextPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VideoPaintable.cpp LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 2024-11-13 16:51:44 -05:00
VideoPaintable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
ViewportPaintable.cpp LibWeb: Delete m_selected flag from Paintable 2024-11-14 19:48:43 +01:00
ViewportPaintable.h LibWeb: Delete m_selected flag from Paintable 2024-11-14 19:48:43 +01:00