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