summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/LineTool.h
AgeCommit message (Expand)Author
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas 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-21PaintBrush: Show which line thickness is selected in the tool menusAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-17PaintBrush: Shift key constrains LineTool angleZyper
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
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