Age | Commit message (Expand) | Author |
2020-06-21 | LibGfx: Add BMP loader | Matthew Olsson |
2020-06-13 | LibGfx: Painter::draw_line() can just return early if alpha == 0 | Andreas Kling |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-06-06 | LibGfx: Make Painter::add_clip_rect() use logical coordinates | 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-11 | LibGfx: Eliminate conditional branch in dither | Ben Wiederhake |
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 | LibGfx: Fix dotted lines with thickness > 1 | Linus Groh |
2020-05-10 | LibGUI+LibGfx: Paint scollbar tracks with a dithered pattern | Andreas Kling |
2020-05-09 | LibGfx: Fix build with FILL_PATH_DEBUG enabled | Linus Groh |
2020-05-08 | LibGfx: Revert #2154 and properly handle simple polygons | AnotherTest |
2020-05-08 | LibGfx: Handle filling complex shapes better | AnotherTest |
2020-05-06 | LibGfx: Implement filling paths | AnotherTest |
2020-05-05 | LibGfx: Add Painter::draw_quadratic_bezier_curve() | AnotherTest |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |
2020-04-18 | LibGfx: Fix draw_triangle() clipping calculations | Stephan Unverwerth |
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-03-08 | Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling |
2020-02-06 | LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h} | Andreas Kling |
2020-02-06 | LibGfx: Rename from LibDraw :^) | Andreas Kling |