index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
Painter.h
Age
Commit message (
Expand
)
Author
2020-08-23
LibGUI+LibGfx: Implement upside-down appearance for bottom-side tabs
Andreas Kling
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-07-26
LibGfx: Add elliptical curves to Path
Matthew Olsson
2020-07-23
LibGfx: Add an "opacity" argument to Painter::draw_scaled_bitmap()
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-05-24
LibGfx: Add Painter::fill_ellipse()
Sergey Bugaev
2020-05-21
LibGfx: Painter, extend fonts to 384 character to support LatinExtendedA
Hüseyin ASLITÜRK
2020-05-17
LibGfx: Add UTF-32 version of the text painting code paths
Andreas Kling
2020-05-10
LibGfx: Add support for dashed lines
Linus Groh
2020-05-10
LibGfx: Replace 'bool dotted' with a LineStyle::{Solid,Dotted} enum
Linus Groh
2020-05-10
LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern
Andreas Kling
2020-05-06
LibGfx: Implement filling paths
AnotherTest
2020-05-05
LibGfx: Add Painter::draw_quadratic_bezier_curve()
AnotherTest
2020-04-18
LibGfx: Add draw_triangle() for drawing filled triangles
Stephan Unverwerth
2020-04-16
LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semantics
Andreas Kling
2020-04-05
LibGfx: Implement checkerboard drawing for Gfx::Painter
Tibor Nagy
2020-03-30
LibGfx: Add Painter::blit_filtered() and blit_brightened()
Andreas Kling
2020-03-30
LibGfx: Support vertical gradient fill (not just horizontal) :^)
Andreas Kling
2020-02-15
LibGfx: Move a bunch of LogStream::operator<< to cpp files
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling