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-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
2022-03-24
LibWeb: Implement text-shadow painting
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-22
LibWeb: Support `transform: translate(...)` by percentage
Simon Wanner
2022-03-22
LibWeb: Apply the CSS transform-origin property
Simon Wanner
2022-03-21
LibWeb: Ignore invisible boxes and stacking contexts during hit testing
Andreas Kling
2022-03-21
LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order()
Andreas Kling
2022-03-21
LibWeb: Don't compute fragment absolute rect twice while hit testing
Andreas Kling
2022-03-21
LibWeb: Fix O(n^2) traversal in hit testing
Andreas Kling
2022-03-21
LibWeb: Add Paintable::dom_node() convenience accessor
Andreas Kling
[next]