summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Painting
AgeCommit message (Expand)Author
2022-07-04LibWeb: Shrink border radii for background-clip and support with imagesMacDue
2022-07-04LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiDataMacDue
2022-07-04LibWeb: Make hit testing respect hidden overflowIgor Pissolati
2022-06-30LibWeb: Fix box-shadows on elements smaller than the blur diameterMacDue
2022-06-30LibWeb: Fix off-by-one shadow position on non-integer positioned boxesMacDue
2022-06-30LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadowsMacDue
2022-06-30LibWeb: Switch to using StackBlurFilter for shadow paintingMacDue
2022-06-23LibWeb: Support using a border-radius with a box-shadowMacDue
2022-06-23LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipperMacDue
2022-06-23LibWeb: Pass border radii data to shadow paintingMacDue
2022-06-18LibWeb: Use the AA painter for drawing dotted linesMacDue
2022-06-17LibWeb: Fix 'background-repeat: round' calculationMacDue
2022-06-17LibWeb: Only paint the background image on integer stepsMacDue
2022-06-16LibWeb: Support using border-radius on <img> tagsMacDue
2022-06-16LibWeb: Make PaintableBox::normalized_border_radii_data() protectedMacDue
2022-06-16LibWeb: Support using border-radius with a background-imageMacDue
2022-06-16LibWeb: Add BorderRadiusCornerClipperMacDue
2022-06-16LibWeb: Move border corner bitmap getter/cache to functionMacDue
2022-06-14LibWeb: Fix regression in painting the 'caret' icon on GitHubMacDue
2022-06-14LibWeb: Bring border painting much closer to the spec/other browsersMacDue
2022-06-13LibWeb: Add ability to present LibGL framebuffer and add clearingLuke Wilde
2022-06-13LibWeb: Support elliptical background cornersMacDue
2022-06-13LibWeb: Add flag to normalize border radii to width onlyMacDue
2022-06-13LibWeb: Keep both horizontal and vertical border radii till paintingMacDue
2022-06-11LibWeb: Paint background border radius antialiasedMacDue
2022-06-05LibWeb: Paint list markers antialiasedMacDue
2022-05-06LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintableDexesTTP
2022-05-04LibWeb: Use Unicode data for CSS text-transform propertyKarol Kosek
2022-04-14LibWeb: Allow multiple text-decoration-linesSam Atkins
2022-04-14LibWeb: Stop including StyleValue.h in a few placesSam Atkins
2022-04-08LibWeb: Use paint tree traversal helpers in StackingContextAndreas Kling
2022-04-08LibWeb: Add some basic paint tree traversal helpersAndreas Kling
2022-04-08LibWeb: Use the correct painter for painting stacking contextsSimon Wanner
2022-04-07LibWeb: Ignore non-painting layout nodes when hit testingAndreas Kling
2022-04-04LibWeb: Make default text-decoration-thickness a fraction of font heightKarol Kosek
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-30LibWeb: Use more precise font metrics when doing inline layoutAndreas Kling
2022-03-30LibWeb: Draw inspector overlay label with default fontAndreas Kling
2022-03-30LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing textAndreas Kling
2022-03-29LibWeb: Don't round numbers too early when painting backgroundsAndreas Kling
2022-03-29LibWeb: Use rounding instead of enclosing_int_rect() when paintingAndreas Kling
2022-03-27LibWeb: Stop allowing position:relative to affect layoutAndreas Kling
2022-03-27LibWeb: Use Gfx::Font::pixel_size() when we want pixel metricsAndreas Kling
2022-03-26LibWeb: Preserve paint state when painting stacking contexts indirectlyAndreas Kling
2022-03-26LibWeb: Paint the focus outline using Painter::draw_focus_rect()Linus Groh
2022-03-26LibWeb: Paint the focus outline actually *outside* the elementLinus Groh
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-03-24LibWeb: Align text shadows the same way we align textSam Atkins
2022-03-24LibWeb: Treate SVG paintable coordinates as relative to <svg> elementAndreas Kling