index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
PaintBrush
Age
Commit message (
Expand
)
Author
2019-06-15
PaintBrush: Make little icons for the pen and bucket tools.
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
2019-06-12
PaintBrush: Start fleshing out a toolbox widget.
Andreas Kling
2019-06-11
PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.
Andreas Kling
2019-06-11
PaintBrush: Tidy up the UI a bit. Add some more colors.
Andreas Kling
2019-06-10
PaintBrush: Add some placeholder menus so it looks proper.
Andreas Kling
2019-06-10
PaintBrush: Make it possible to switch colors using the PaletteWidget.
Andreas Kling
2019-06-10
PaintBrush: Add a PaletteWidget to allow color selection.
Andreas Kling
2019-06-10
PaintBrush: Use draw_line() when drawing continuously.
Andreas Kling
2019-06-10
PaintBrush: Start working on a simple painting application.
Andreas Kling