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
/
SprayTool.cpp
Age
Commit message (
Expand
)
Author
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-08-03
PixelPaint: Remove context menu for SprayTool
Marcus Nilsson
2021-08-01
Applications: Remove unused header includes
Brian Gianforcaro
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-07
PixelPaint: Make SprayTool only invalidate the modified area :^)
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-03-16
LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling