summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/SprayTool.cpp
AgeCommit message (Expand)Author
2020-05-13PaintBrush: Remove the PaintableWidgetAndreas Kling
2020-05-13PaintBrush: Add a "Move" tool for moving layers around :^)Andreas Kling
2020-05-12PaintBrush: Port all the existing toolbox tools to the Layer world :^)Andreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas 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-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-21PaintBrush: Show which line thickness is selected in the tool menusAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-09-21LibCore: Remove CTimer::create() overloads in favor of construct()Andreas Kling
2019-09-20LibCore: Convert CTimer to ObjectPtrAndreas Kling
2019-09-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-07-18LibDraw: Introduce (formerly known as SharedGraphics.)Andreas Kling
2019-06-28PaintBrush: Add size context menu to SprayToolRobin Burchell
2019-06-25PaintBrush: Allow RGBA32 to use the bucket and spray tools.Andreas Kling
2019-06-17PaintBrush: Make spray circular.Sergey Bugaev
2019-06-17Add a simple spray fill toolRobin Burchell