summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/PaintableWidget.cpp
AgeCommit message (Expand)Author
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-14LibGfx: Add forward declaration headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}Andreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-29LibDraw+LibGUI: Allow changing individual colors in a PaletteAndreas Kling
2019-12-17PaintBrush: Tools can receive KeyUp eventsZyper
2019-11-29PaintBrush: Allow canceling a line by pressing the Escape keyAndreas Kling
2019-11-29PaintBrush: Add a "line" tool for drawing straight linesAndreas Kling
2019-09-12PaintBrush: Only send left and right mouse button events to toolsAndreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-25PaintBrush: Add support for opening files.Andreas Kling
2019-06-22PaintBrush: Add a color picker tool.Andreas Kling
2019-06-17Add a simple spray fill toolRobin Burchell
2019-06-14PaintBrush: Factor out the pen tool into an actual PenTool class.Andreas Kling
2019-06-11PaintBrush: Let's use Color::MidGray for the outside-the-bitmap area.Andreas Kling
2019-06-11PaintBrush: Tidy up the UI a bit. Add some more colors.Andreas Kling
2019-06-10PaintBrush: Add a PaletteWidget to allow color selection.Andreas Kling
2019-06-10PaintBrush: Use draw_line() when drawing continuously.Andreas Kling
2019-06-10PaintBrush: Start working on a simple painting application.Andreas Kling