summaryrefslogtreecommitdiff
path: root/Applications/PaintBrush/EllipseTool.h
AgeCommit message (Expand)Author
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling
2020-05-13PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()Andreas Kling
2020-05-13PaintBrush: Make the line, rectangle and ellipsis preview work againAndreas 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-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-27PaintBrush: Add an "ellipse tool"Shannon Booth