MacDue
|
f98dad94fb
|
PixelPaint: Enable antialiased option for outline ellipsis
|
2022-06-01 19:33:45 +02:00 |
|
MacDue
|
89445b967d
|
PixelPaint: Add antialiased ellipse option
Currently this option is only supported for filled ellipses as that
is all the AntiAliasingPainter supports.
|
2022-05-07 22:59:02 +02:00 |
|
Lenny Maiorani
|
160bda7228
|
Applications: Use default constructors/destructors
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules
"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
|
2022-02-14 22:06:55 +00:00 |
|
Marco Cutecchia
|
0f24678eaf
|
PixelPaint: Support using a bitmap as a tool's cursor
|
2021-10-31 12:37:49 +01:00 |
|
Marcus Nilsson
|
f9e0815c3b
|
PixelPaint: Move Tools to it's own subdirectory
The PixelPaint source directory was getting a bit large, let's move all
the Tools to it's own subdirectory. Also remove some unused includes.
|
2021-09-20 03:04:24 +00:00 |
|