summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/Tools
AgeCommit message (Expand)Author
2023-01-15PixelPaint: Hold shift to increase move tool speed with the arrow keysTim Ledbetter
2023-01-13PixelPaint: Hold shift to constrain polygonal select tool line angleTim Ledbetter
2023-01-13PixelPaint: Don't allow the move tool to resize to zero pixelsTim Ledbetter
2023-01-12PixelPaint: Scale lasso tool preview path on zoom level changeTim Ledbetter
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-06PixelPaint: Fix typo in variable nameTim Ledbetter
2023-01-06PixelPaint: Allow move tool to scale in all directionsTim Ledbetter
2023-01-06PixelPaint: Draw polygonal select tool lines with two colorsTim Ledbetter
2023-01-06PixelPaint: Draw the lasso tool preview path with two colorsTim Ledbetter
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-06PixelPaint: Allow repeated zooming with the zoom toolTim Ledbetter
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-31PixelPaint: ColorPicker updates user colors while draggingCody Hein
2022-12-17PixelPaint: Improve guide tool performance for large imagesTim Ledbetter
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter
2022-12-16PixelPaint: Add Text ToolTimothy Slater
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-16PixelPaint: Allow tools to know when the user has left themTimothy Slater
2022-12-16PixelPaint: Disable bucket tool outside of the current selectionTim Ledbetter
2022-12-13PixelPaint: Use source alpha for CloneTool drawingCody Hein
2022-12-12PixelPaint: Single-clicking the BrushTool now adds to undo_stackCody Hein
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::Color by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-27PixelPaint: Fix lasso tool preview when zoomed inMacDue
2022-11-27PixelPaint: Don't scale preview thickness for polygonal select toolMacDue
2022-11-27PixelPaint: Make antialiasing the default for toolsMacDue
2022-11-26LibGfx: Use the Midpoint Ellipse AlgorithmLucas CHOLLET
2022-11-25PixelPaint: Add lasso selection toolTimothy Slater
2022-11-14PixelPaint: Allow keydown events to bubble from ImageEditorZaggy1024
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-10-19PixelPaint: Add Polygonal Select ToolTimothy Slater
2022-10-19PixelPaint: Pass doubleclick events to toolsTimothy Slater
2022-10-19PixelPaint: Make escape key clear selection for Wand Select ToolTimothy Slater
2022-10-18PixelPaint: Make Wand Select tool select correctly on moved layerssnooze6214
2022-10-17PixelPaint: Make Alt-Clicking with all tool act like the PickerToolFausto Tommasi
2022-10-14PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fillTimothy Slater
2022-09-16PixelPaint: Scale layer and preserve aspect ratioTommaso Peduzzi
2022-09-16PixelPaint: Add scaling function to move toolTommaso Peduzzi
2022-08-31PixelPaint: Change repeated code into a loop for Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Add Wand Select ToolTimothy Slater
2022-08-31PixelPaint: Change BucketTool flood fill algorithmTimothy Slater
2022-08-31PixelPaint: Account for alpha in color distance calculationTimothy Slater