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
/
PaintableWidget.cpp
Age
Commit message (
Expand
)
Author
2020-02-23
Userspace: Use Core::Object::add() when building interfaces
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-29
LibDraw+LibGUI: Allow changing individual colors in a Palette
Andreas Kling
2019-12-17
PaintBrush: Tools can receive KeyUp events
Zyper
2019-11-29
PaintBrush: Allow canceling a line by pressing the Escape key
Andreas Kling
2019-11-29
PaintBrush: Add a "line" tool for drawing straight lines
Andreas Kling
2019-09-12
PaintBrush: Only send left and right mouse button events to tools
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-06-25
PaintBrush: Add support for opening files.
Andreas Kling
2019-06-22
PaintBrush: Add a color picker tool.
Andreas Kling
2019-06-17
Add a simple spray fill tool
Robin Burchell
2019-06-14
PaintBrush: Factor out the pen tool into an actual PenTool class.
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 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