Age | Commit message (Expand) | Author |
---|---|---|
2019-07-18 | LibDraw: Introduce (formerly known as SharedGraphics.) | Andreas Kling |
2019-06-25 | PaintBrush: Allow RGBA32 to use the bucket and spray tools. | Andreas Kling |
2019-06-17 | Add a simple spray fill tool | Robin Burchell |
2019-06-16 | PaintBrush: Flood filling with the same color is a no-op. | Andreas Kling |
2019-06-15 | GraphicsBitmap: Provide templated versions of get_pixel() and set_pixel(). | Andreas Kling |
2019-06-15 | PaintBrush: Fix some silly logic typos in flood fill. | Andreas Kling |
2019-06-15 | PaintBrush: Use a Queue<Point> for the flood fill. | Andreas Kling |
2019-06-14 | PaintBrush: Speed up the bucket tool with smarter use of Vector. | Andreas Kling |
2019-06-14 | PaintBrush: Implement a naive but working bucket fill tool. | Andreas Kling |
2019-06-14 | PaintBrush: Factor out the pen tool into an actual PenTool class. | Andreas Kling |