summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/CloneTool.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-03-15PixelPaint: Make the clone tool brush size consistent with other toolsTim Ledbetter
2023-03-15PixelPaint: Scale the clone tool sample marker size with zoom levelTim Ledbetter
2023-03-15PixelPaint: Repaint clone tool sample marker on size changeTim Ledbetter
2023-03-15PixelPaint: Minimize clone tool sample marker repaintsTim Ledbetter
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-21PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>Andreas Kling
2023-02-16PixelPaint: Propagate errors from making tool property widgetsKarol Kosek
2023-02-13LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new StringKarol Kosek
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-13PixelPaint: Use source alpha for CloneTool drawingCody Hein
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-10-31PixelPaint: Support using a bitmap as a tool's cursorMarco Cutecchia
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson