summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools/RectangleSelectTool.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
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
2022-08-31PixelPaint: Add point_position_to_preferred_cell to RectangleSelectToolCrax97
2022-08-26PixelPaint: Make selection changes undoableAndreas Kling
2022-08-26PixelPaint: Move selection from ImageEditor to ImageAndreas Kling
2022-08-26PixelPaint: Move "marching ants" painting logic to ImageEditorAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-04PixelPaint: Use Escape to clear rectangular selectionsJagger De Leo
2022-01-14PixelPaint: Inherit from `AbstractZoomPanWidget`Mustafa Quraish
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson