Linus Groh
|
09d40bfbb2
|
Everywhere: Use _{short_,}string to create Strings from literals
|
2023-02-25 20:51:49 +01:00 |
|
Karol Kosek
|
be717edd33
|
PixelPaint: Propagate errors from making tool property widgets
|
2023-02-16 23:36:58 +00:00 |
|
Karol Kosek
|
67ffc687d8
|
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
|
2023-02-13 00:26:39 +00:00 |
|
Tim Ledbetter
|
fc5bcd8476
|
PixelPaint: Allow repeated zooming with the zoom tool
Previously, the zoom tool only allowed the user to zoom in or out
once, as it didn't take account of the current zoom level.
|
2023-01-06 00:34:38 +01: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 |
|
Mustafa Quraish
|
7974fee800
|
PixelPaint: Inherit from AbstractZoomPanWidget
|
2022-01-14 01:02:34 +01:00 |
|
Filiph Sandström
|
d6a0726302
|
Everywhere: Rename left/right-click to primary/secondary
This resolves #10641.
|
2021-10-27 22:05:58 +03: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 |
|