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
/
Layout
/
CanvasBox.cpp
Age
Commit message (
Expand
)
Author
2023-01-11
LibWeb: Make the paint tree GC-allocated
Andreas Kling
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-11
LibWeb: Make Paintable ref-counted
Andreas Kling
2022-03-11
LibWeb: Let Paintable perform the painting
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Move StackingContext and PaintPhase into the Painting namespace
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-07
LibWeb: Support more CSS image-rendering values
Andreas Kling
2022-03-06
LibWeb: Respect CSS image-rendering mode when painting canvas elements
Andreas Kling
2021-10-14
LibWeb: Make intrinsic width/height/ratio a Box concept and simplify it
Andreas Kling
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-20
LibWeb: Enable bilinear blending for bitmaps
Sam Atkins
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling