summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/PenTool.cpp
AgeCommit message (Expand)Author
2021-08-03PixelPaint: Add tooltips for sliders in ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for PenToolMarcus Nilsson
2021-07-09PixelPaint: Make PenTool invalidate even less when drawing :^)Andreas Kling
2021-07-07PixelPaint: Make PenTool only invalidate the modified area :^)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling