Age | Commit message (Expand) | Author |
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 |
2020-02-15 | LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA | Andreas Kling |
2020-02-15 | LibGfx: Reduce header dependencies of Bitmap and Font | Andreas Kling |
2020-02-15 | LibGfx: Move a bunch of LogStream::operator<< to cpp files | Andreas Kling |
2020-02-15 | LibGfx: Remove Utf8View.h dependency from Font.h | Andreas Kling |
2020-02-14 | LibGUI: Remove some header dependencies from Widget.h | Andreas Kling |
2020-02-14 | LibGfx: More work on header dependency reduction | Andreas Kling |
2020-02-14 | LibGfx: Add forward declaration header | Andreas Kling |
2020-02-14 | AK: Add a forward declaration header | Andreas Kling |
2020-02-11 | LibGfx: Add Rect::operator!=(Rect) | Andreas Kling |
2020-02-11 | LibGfx: Assert that an empty bitmap is not created | Shannon Booth |
2020-02-08 | LibGfx: Naive RGB/HSV conversion | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatPoint from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatSize from the global namespace | Andreas Kling |
2020-02-06 | LibGfx: Unpublish FloatRect from the global namespace | Andreas Kling |