Robin Burchell
|
502c54e39a
|
Add a simple spray fill tool
Could do with some more tweaking no doubt, and it'd be nice to have a
circular spray, but this is better than nothing.
|
2019-06-17 05:54:32 +02:00 |
|
Andreas Kling
|
56cbe15033
|
PaintBrush: Factor out the pen tool into an actual PenTool class.
Also add a Tool base class, and an empty BucketTool subclass which is the
next thing to implement.
|
2019-06-14 18:51:57 +02:00 |
|
Andreas Kling
|
cadc65a82d
|
PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.
|
2019-06-11 20:39:32 +02:00 |
|
Andreas Kling
|
70564a78b2
|
PaintBrush: Tidy up the UI a bit. Add some more colors.
|
2019-06-11 20:37:58 +02:00 |
|
Andreas Kling
|
f86b1bdca1
|
PaintBrush: Add a PaletteWidget to allow color selection.
Also use different colors for left/right mouse button. :^)
|
2019-06-10 19:54:09 +02:00 |
|
Andreas Kling
|
642c82fbff
|
PaintBrush: Use draw_line() when drawing continuously.
|
2019-06-10 19:35:24 +02:00 |
|
Andreas Kling
|
d599544890
|
PaintBrush: Start working on a simple painting application.
|
2019-06-10 19:29:33 +02:00 |
|