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
/
RectangleSelectTool.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
2022-12-16
PixelPaint: Change tool keydown handle to non-const
Timothy Slater
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-08-31
PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool
Crax97
2022-08-26
PixelPaint: Make selection changes undoable
Andreas Kling
2022-08-26
PixelPaint: Move selection from ImageEditor to Image
Andreas Kling
2022-08-26
PixelPaint: Move "marching ants" painting logic to ImageEditor
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-04
PixelPaint: Use Escape to clear rectangular selections
Jagger De Leo
2022-01-14
PixelPaint: Inherit from `AbstractZoomPanWidget`
Mustafa Quraish
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