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
/
PaintableBox.cpp
Age
Commit message (
Expand
)
Author
2022-12-10
LibWeb: Use start-of-line in hit test of position directly to the left
Andreas Oppebøen
2022-12-10
LibWeb: Use correct end-of-fragment node index for HitTestResult
Andreas Oppebøen
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-07
Meta+Userland: Pass Gfx::FloatSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-29
LibWeb: Return the position at end-of-line in TextCursor hit-test
Andreas Oppebøen
2022-11-15
LibWeb: Clip hidden overflow by absolute rect of containing block
Aliaksandr Kalenik
2022-11-07
LibWeb: Skip hit testing a line box fragment if it has no container
Luke Wilde
2022-11-04
LibWeb: Recurse into block-level children when hit testing a box
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-13
LibWeb: Fix position: fixed canvases/images disappearing when scrolling
MacDue
2022-09-25
LibWeb: Add PaintableBox::absolute_paint_rect()
MacDue
2022-09-17
LibWeb: Get default fonts via Platform::FontPlugin
Andreas Kling
2022-09-16
LibWeb: Paint `backdrop-filter` effects!
MacDue
2022-09-14
LibWeb: Don't clip to containing block when painting abspos descendants
Andreas Kling
2022-08-10
LibWeb: Follow `image-rendering` when painting image style values
MacDue
2022-08-08
LibWeb: Enable CSS clip for `position: fixed` elements
MacDue
2022-08-07
LibWeb: Implement clip property
Tom
2022-07-26
LibWeb: Shrink the inner border radii to accommodate the border widths
MacDue
2022-07-19
LibWeb: Apply overflow: hidden to all (relevant) child paint phases
MacDue
2022-07-04
LibWeb: Support overflow: hidden with a border-radius
MacDue
2022-07-04
LibWeb: Use padding box for clipping overflow
MacDue
2022-06-30
LibWeb: Fix off-by-one shadow position on non-integer positioned boxes
MacDue
2022-06-23
LibWeb: Pass border radii data to shadow painting
MacDue
2022-06-14
LibWeb: Bring border painting much closer to the spec/other browsers
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-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-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: 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: 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-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-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: Make hit testing functions return Optional<HitTestResult>
Andreas Kling
2022-03-21
LibWeb: Build stacking context tree lazily
Andreas Kling
[next]