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
/
Tools
/
BrushTool.cpp
Age
Commit message (
Expand
)
Author
2023-04-30
LibGUI+Userland: Port Labels to String
thankyouverycool
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-16
PixelPaint: Propagate errors from making tool property widgets
Karol Kosek
2023-02-13
LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new String
Karol Kosek
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2022-12-12
PixelPaint: Single-clicking the BrushTool now adds to undo_stack
Cody Hein
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-11-07
PixelPaint: Improve brushtool gradient for low hardness
Torstennator
2022-11-07
PixelPaint: Relate cursor to brush tool size
Torstennator
2022-10-24
PixelPaint: Limit editing tools to selection
Timothy Slater
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
PixelPaint: Use the currently_edited_bitmap in the Tools
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2021-12-21
PixelPaint: Refactor falloff computation and extend hardness range
r00ster91
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson