Age | Commit message (Expand) | Author |
2020-04-26 | LibGfx: PNGLoader support for grayscale images with alpha. | LepkoQQ |
2020-04-26 | LibGfx: PNGLoader support for grayscale images with 8/16bpp. | LepkoQQ |
2020-04-26 | LibGUI: Create thumnail for gif files | Hüseyin ASLITÜRK |
2020-04-25 | LibGfx: Fix crash on decoding small gifs | Peter Nelson |
2020-04-25 | LibGfx: Don't proceed with GIF format sniffing if stream read fails | Andreas Kling |
2020-04-25 | LibGfx: Remove unnecessary casts | Peter Nelson |
2020-04-25 | LibGfx: Minor changes to adhere to code style guidelines | Peter Nelson |
2020-04-25 | LibGfx: Remove debug output | Peter Nelson |
2020-04-25 | LibGfx: Use content sniffing to choose which ImageDecoder plugin to use | Peter Nelson |
2020-04-25 | LibGfx: Add a sniff method to ImageDecoder and implement for GIF and PNG | Peter Nelson |
2020-04-25 | LibGfx: Extract GIF header decoding into separate function | Peter Nelson |
2020-04-25 | LibGfx: implement remaining GIFImageDecoderPlugin methods | Peter Nelson |
2020-04-25 | LibGfx: decode first frame of GIF LZW data | Peter Nelson |
2020-04-25 | LibGfx: Implement GIF LZW decoding | Peter Nelson |
2020-04-23 | WindowServer+LibGfx: Make window borders 1px thicker | Andreas Kling |
2020-04-19 | LibGfx: Let the PNG decoder fail if the header is missing or too short | Andreas Kling |
2020-04-18 | LibGfx: Fix draw_triangle() clipping calculations | Stephan Unverwerth |
2020-04-18 | LibGfx: Add Vector3 and Matrix4x4 classes | Stephan Unverwerth |
2020-04-18 | LibGfx: Add draw_triangle() for drawing filled triangles | Stephan Unverwerth |
2020-04-16 | LibGfx: Add FloatPoint::to_int_point() | Andreas Kling |
2020-04-16 | LibGfx: Add Gfx::Path, a basic 2D path with <canvas> semantics | Andreas Kling |
2020-04-15 | LibGfx: Use Checked::multiplication_would_overflow() | Andreas Kling |
2020-04-15 | LibGfx: Use Checked<T> when creating new bitmaps | Andreas Kling |
2020-04-15 | LibGfx: Don't allow creating bitmaps whose sizes would overflow | Andreas Kling |
2020-04-12 | LibGfx: Add a basic AffineTransform class | Andreas Kling |
2020-04-12 | LibGfx: Allow constructing Float{Rect,Point,Size} from integer buddies | Andreas Kling |
2020-04-12 | LibGfx: Add Bitmap::rotated and Bitmap::flipped | Hüseyin ASLITÜRK |
2020-04-06 | Meta: Add missing copyright headers | 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-29 | LibGfx+LibIPC: Add Gfx::ShareableBitmap, a bitmap for easy IPC usage | Andreas Kling |
2020-03-29 | LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers | Andreas Kling |
2020-03-21 | LibGfx: Parse "rgb(r,g,b)" style color strings | Andreas Kling |
2020-03-16 | LibGUI: Use themes for syntax highlighting | Oriko |
2020-03-11 | LibGfx: Do not assert on failed font file loads | Tibor Nagy |
2020-03-08 | Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller | Andreas Kling |
2020-02-28 | Kernel+LibC: Rename shared buffer syscalls to use a prefix | Andreas Kling |
2020-02-25 | LibGfx: SystemTheme is a struct, not a class | joshua stein |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-25 | AK, LibGfx, LibGUI: Initialize various variables to zero. | Emanuel Sprung |
2020-02-23 | LibGfx: Fix accidentally hardcoded font height in Font::clone() | Tibor Nagy |
2020-02-23 | LibGfx: Add a way to construct an empty Font with arbitrary metrics | Andreas Kling |
2020-02-20 | LibGfx+LibGUI: Allow theming the focus outline of AbstractButton | Tibor Nagy |
2020-02-20 | LibGfx+LibGUI: Allow theming the text cursor | Tibor Nagy |
2020-02-19 | LibGfx: Add ColorRoles for rulers | Tibor Nagy |
2020-02-16 | LibGUI: Add forwarding header | Andreas Kling |
2020-02-16 | LibGfx: Reduce header dependencies of StylePainter | Andreas Kling |
2020-02-15 | LibGfx: Add inactive selection colors | Tibor Nagy |
2020-02-15 | LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves | Andreas Kling |