summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/BrushTool.cpp
AgeCommit message (Expand)Author
2023-04-30LibGUI+Userland: Port Labels to Stringthankyouverycool
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-16PixelPaint: Propagate errors from making tool property widgetsKarol Kosek
2023-02-13LibGUI+PixelPaint: Port GUI::ValueSlider's suffix to the new StringKarol Kosek
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2022-12-12PixelPaint: Single-clicking the BrushTool now adds to undo_stackCody Hein
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-11-07PixelPaint: Improve brushtool gradient for low hardnessTorstennator
2022-11-07PixelPaint: Relate cursor to brush tool sizeTorstennator
2022-10-24PixelPaint: Limit editing tools to selectionTimothy Slater
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-08PixelPaint: Use the currently_edited_bitmap in the ToolsTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2021-12-21PixelPaint: Refactor falloff computation and extend hardness ranger00ster91
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson