summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/RectangleSelectTool.cpp
AgeCommit message (Expand)Author
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
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-06-22PixelPaint: Add more options to RectangleSelectToolDavipb
2021-06-22PixelPaint: Expose more complex selection operationsDavipb
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-14PixelPaint: Always animate marching ants during interactive selectionAndreas Kling
2021-06-14PixelPaint: Draw the current editor selection as marching antsAndreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-14PixelPaint: Implement basic rectangular selection (preview only)Andreas Kling
2021-06-14PixelPaint: Add a new "Rectangle Select" tool :^)Andreas Kling