summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/PenTool.cpp
AgeCommit message (Expand)Author
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibGfx: Unpublish Gfx::Point from global namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas 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-13GMenu: Update apps now that you can create a nameless GMenuAndreas Kling
2019-06-23PaintBrush: Implement a thickness setting for the pen 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