index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
RectangleSelectTool.cpp
Age
Commit message (
Expand
)
Author
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-04
PixelPaint: Make tools use the new API for property change shortcuts
Mustafa Quraish
2021-08-27
PixelPaint: Make Layer passed to tools a pointer
Maciej Zygmanowski
2021-08-27
PixelPaint: Pass raw mouse event to Tools and wrap them all in a struct
Maciej Zygmanowski
2021-08-06
PixelPaint: Use the ValueSlider widget for Tool properties
Marcus Nilsson
2021-08-03
PixelPaint: Add tooltips for sliders in ToolPropertiesWidget
Marcus Nilsson
2021-06-22
PixelPaint: Add more options to RectangleSelectTool
Davipb
2021-06-22
PixelPaint: Expose more complex selection operations
Davipb
2021-06-17
PixelPaint: Add new selection moving modes
Elliot Maisl
2021-06-14
PixelPaint: Always animate marching ants during interactive selection
Andreas Kling
2021-06-14
PixelPaint: Draw the current editor selection as marching ants
Andreas Kling
2021-06-14
PixelPaint: Add a Selection class (ImageEditor has a Selection)
Andreas Kling
2021-06-14
PixelPaint: Implement basic rectangular selection (preview only)
Andreas Kling
2021-06-14
PixelPaint: Add a new "Rectangle Select" tool :^)
Andreas Kling