summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools
AgeCommit message (Expand)Author
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-04PixelPaint: Use Escape to clear rectangular selectionsJagger De Leo
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02PixelPaint: Map color_distance_squared from 0 to 1Musab Kılıç
2021-10-31PixelPaint: Use a bucket cursor for the Bucket toolMarco Cutecchia
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-02PixelPaint: Correctly offset stroke position for even thicknessesGal Horowitz
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson