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 |
|
Andreas Kling
|
235f39e449
|
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
This was used in a lot of places, so this patch makes liberal use of
ErrorOr<T>::release_value_but_fixme_should_propagate_errors().
|
2021-11-08 00:35:27 +01:00 |
|
Musab Kılıç
|
4de7b3ad24
|
PixelPaint: Map color_distance_squared from 0 to 1
|
2021-11-02 12:20:48 +01:00 |
|
Marco Cutecchia
|
81b260bd1c
|
PixelPaint: Use a bucket cursor for the Bucket tool
|
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 |
|