summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/BrushTool.cpp
AgeCommit message (Expand)Author
2021-07-08PixelPaint: Make brush draw on mousedownMarcus Nilsson
2021-07-07PixelPaint: Make BrushTool only invalidate the modified area :^)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-01-12Applications: Move to Userland/Applications/Andreas Kling