index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Painting
Age
Commit message (
Expand
)
Author
2022-07-04
LibWeb: Shrink border radii for background-clip and support with images
MacDue
2022-07-04
LibWeb: Add .shrink() to BorderRadiusData and BorderRadiiData
MacDue
2022-07-04
LibWeb: Make hit testing respect hidden overflow
Igor Pissolati
2022-06-30
LibWeb: Fix box-shadows on elements smaller than the blur diameter
MacDue
2022-06-30
LibWeb: Fix off-by-one shadow position on non-integer positioned boxes
MacDue
2022-06-30
LibWeb+LibGfx: Fix 'halo' effect around the fringes of shadows
MacDue
2022-06-30
LibWeb: Switch to using StackBlurFilter for shadow painting
MacDue
2022-06-23
LibWeb: Support using a border-radius with a box-shadow
MacDue
2022-06-23
LibWeb: Add 'inside' clip mode to BorderRadiusCornerClipper
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-18
LibWeb: Use the AA painter for drawing dotted lines
MacDue
2022-06-17
LibWeb: Fix 'background-repeat: round' calculation
MacDue
2022-06-17
LibWeb: Only paint the background image on integer steps
MacDue
2022-06-16
LibWeb: Support using border-radius on <img> tags
MacDue
2022-06-16
LibWeb: Make PaintableBox::normalized_border_radii_data() protected
MacDue
2022-06-16
LibWeb: Support using border-radius with a background-image
MacDue
2022-06-16
LibWeb: Add BorderRadiusCornerClipper
MacDue
2022-06-16
LibWeb: Move border corner bitmap getter/cache to function
MacDue
2022-06-14
LibWeb: Fix regression in painting the 'caret' icon on GitHub
MacDue
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
MacDue
2022-06-13
LibWeb: Add ability to present LibGL framebuffer and add clearing
Luke Wilde
2022-06-13
LibWeb: Support elliptical background corners
MacDue
2022-06-13
LibWeb: Add flag to normalize border radii to width only
MacDue
2022-06-13
LibWeb: Keep both horizontal and vertical border radii till painting
MacDue
2022-06-11
LibWeb: Paint background border radius antialiased
MacDue
2022-06-05
LibWeb: Paint list markers antialiased
MacDue
2022-05-06
LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintable
DexesTTP
2022-05-04
LibWeb: Use Unicode data for CSS text-transform property
Karol Kosek
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Stop including StyleValue.h in a few places
Sam Atkins
2022-04-08
LibWeb: Use paint tree traversal helpers in StackingContext
Andreas Kling
2022-04-08
LibWeb: Add some basic paint tree traversal helpers
Andreas Kling
2022-04-08
LibWeb: Use the correct painter for painting stacking contexts
Simon Wanner
2022-04-07
LibWeb: Ignore non-painting layout nodes when hit testing
Andreas Kling
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-30
LibWeb: Use more precise font metrics when doing inline layout
Andreas Kling
2022-03-30
LibWeb: Draw inspector overlay label with default font
Andreas Kling
2022-03-30
LibWeb: Use the new Gfx::Painter::draw_text_run() API for drawing text
Andreas Kling
2022-03-29
LibWeb: Don't round numbers too early when painting backgrounds
Andreas Kling
2022-03-29
LibWeb: Use rounding instead of enclosing_int_rect() when painting
Andreas Kling
2022-03-27
LibWeb: Stop allowing position:relative to affect layout
Andreas Kling
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-26
LibWeb: Preserve paint state when painting stacking contexts indirectly
Andreas Kling
2022-03-26
LibWeb: Paint the focus outline using Painter::draw_focus_rect()
Linus Groh
2022-03-26
LibWeb: Paint the focus outline actually *outside* the element
Linus Groh
2022-03-25
LibWeb: When painting, reduce computation cost by using the reciprocal
James Bellamy
2022-03-25
LibWeb: Attach BackgroundAttachment::Fixed to the window view port
Timothy Flynn
2022-03-24
LibWeb: Align text shadows the same way we align text
Sam Atkins
2022-03-24
LibWeb: Treate SVG paintable coordinates as relative to <svg> element
Andreas Kling
[next]