index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
RectangleTool.cpp
Age
Commit message (
Expand
)
Author
2021-09-07
PixelPaint: Register RectangleTool thickness slider as primary
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`
Mustafa Quraish
2021-09-04
PixelPaint: Allow modifiable thickness for RectangleTool :^)
Mustafa Quraish
2021-08-31
PixelPaint: Rename `Mode` to `FillMode` for Ellipse/Rectangle
Mustafa Quraish
2021-08-31
PixelPaint: Add ability to draw rectangle from center
Mustafa Quraish
2021-08-27
PixelPaint: Make Layer passed to tools a pointer
Maciej Zygmanowski
2021-08-27
PixelPaint: Pass raw mouse event to Tools and wrap them all in a struct
Maciej Zygmanowski
2021-08-03
PixelPaint: Move properties for RectangleTool to ToolPropertiesWidget
Marcus Nilsson
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling