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
/
HTML
/
CanvasRenderingContext2D.cpp
Age
Commit message (
Expand
)
Author
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-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
LibWeb: Check radius sign in CanvasRenderingContext2D::{arc, ellipse}
Idan Horowitz
2021-04-15
LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text
Idan Horowitz
2021-04-15
LibGfx+LibWeb: Wire up CanvasRenderingContext2D.ellipse()
AnotherTest
2021-04-14
LibWeb: Implement the CanvasRenderingContext2D::rect path method
Idan Horowitz
2021-04-14
LibWeb: Request repaint on canvas path finalizaiton via fill/stroke
Idan Horowitz
2021-03-15
LibWeb: Add CanvasRenderingContext2D.clearRect()
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling