summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/RectangleTool.cpp
AgeCommit message (Expand)Author
2021-09-07PixelPaint: Register RectangleTool thickness slider as primaryMustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`Mustafa Quraish
2021-09-04PixelPaint: Allow modifiable thickness for RectangleTool :^)Mustafa Quraish
2021-08-31PixelPaint: Rename `Mode` to `FillMode` for Ellipse/RectangleMustafa Quraish
2021-08-31PixelPaint: Add ability to draw rectangle from centerMustafa Quraish
2021-08-27PixelPaint: Make Layer passed to tools a pointerMaciej Zygmanowski
2021-08-27PixelPaint: Pass raw mouse event to Tools and wrap them all in a structMaciej Zygmanowski
2021-08-03PixelPaint: Move properties for RectangleTool to ToolPropertiesWidgetMarcus Nilsson
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling