summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/SprayTool.cpp
AgeCommit message (Expand)Author
2021-09-04PixelPaint: Make tools use the new API for property change shortcutsMustafa Quraish
2021-08-27PixelPaint: Make Layer passed to tools a pointerMaciej Zygmanowski
2021-08-27PixelPaint: Pass raw mouse event to Tools and wrap them all in a structMaciej Zygmanowski
2021-08-06PixelPaint: Use the ValueSlider widget for Tool propertiesMarcus Nilsson
2021-08-03PixelPaint: Add tooltips for sliders in ToolPropertiesWidgetMarcus Nilsson
2021-08-03PixelPaint: Remove context menu for SprayToolMarcus Nilsson
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-07PixelPaint: Make SprayTool 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-04-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling