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
Age
Commit message (
Expand
)
Author
2023-01-15
PixelPaint: Hold shift to increase move tool speed with the arrow keys
Tim Ledbetter
2023-01-13
PixelPaint: Hold shift to constrain polygonal select tool line angle
Tim Ledbetter
2023-01-13
PixelPaint: Don't allow the move tool to resize to zero pixels
Tim Ledbetter
2023-01-12
PixelPaint: Scale lasso tool preview path on zoom level change
Tim Ledbetter
2023-01-12
Userland: Use Core::Timer::create_foo() factory functions where possible
Sam Atkins
2023-01-06
PixelPaint: Fix typo in variable name
Tim Ledbetter
2023-01-06
PixelPaint: Allow move tool to scale in all directions
Tim Ledbetter
2023-01-06
PixelPaint: Draw polygonal select tool lines with two colors
Tim Ledbetter
2023-01-06
PixelPaint: Draw the lasso tool preview path with two colors
Tim Ledbetter
2023-01-06
LibGfx: Make Font::preferred_line_height() more correct
Andreas Kling
2023-01-06
PixelPaint: Allow repeated zooming with the zoom tool
Tim Ledbetter
2023-01-05
LibGfx: Avoid rounding/truncating glyph positions till blitting
MacDue
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-03
PixelPaint: Propagate errors in {flip,crop,rotate,resize} functions
Baitinq
2023-01-02
Everywhere: Fix badly-formatted includes
Ben Wiederhake
2022-12-31
PixelPaint: ColorPicker updates user colors while dragging
Cody Hein
2022-12-17
PixelPaint: Improve guide tool performance for large images
Tim Ledbetter
2022-12-16
PixelPaint: Fix move tool scaling function when zoomed
Tim Ledbetter
2022-12-16
PixelPaint: Display a preview image when scaling with the move tool
Tim Ledbetter
2022-12-16
PixelPaint: Add Text Tool
Timothy Slater
2022-12-16
PixelPaint: Change tool keydown handle to non-const
Timothy Slater
2022-12-16
PixelPaint: Allow tools to know when the user has left them
Timothy Slater
2022-12-16
PixelPaint: Disable bucket tool outside of the current selection
Tim Ledbetter
2022-12-13
PixelPaint: Use source alpha for CloneTool drawing
Cody Hein
2022-12-12
PixelPaint: Single-clicking the BrushTool now adds to undo_stack
Cody Hein
2022-12-07
Meta+Userland: Pass Gfx::FloatPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::Color by value
MacDue
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-27
PixelPaint: Fix lasso tool preview when zoomed in
MacDue
2022-11-27
PixelPaint: Don't scale preview thickness for polygonal select tool
MacDue
2022-11-27
PixelPaint: Make antialiasing the default for tools
MacDue
2022-11-26
LibGfx: Use the Midpoint Ellipse Algorithm
Lucas CHOLLET
2022-11-25
PixelPaint: Add lasso selection tool
Timothy Slater
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
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-10-19
PixelPaint: Add Polygonal Select Tool
Timothy Slater
2022-10-19
PixelPaint: Pass doubleclick events to tools
Timothy Slater
2022-10-19
PixelPaint: Make escape key clear selection for Wand Select Tool
Timothy Slater
2022-10-18
PixelPaint: Make Wand Select tool select correctly on moved layers
snooze6214
2022-10-17
PixelPaint: Make Alt-Clicking with all tool act like the PickerTool
Fausto Tommasi
2022-10-14
PixelPaint: Change BucketTool and WandTool to use new Bitmap flood fill
Timothy Slater
2022-09-16
PixelPaint: Scale layer and preserve aspect ratio
Tommaso Peduzzi
2022-09-16
PixelPaint: Add scaling function to move tool
Tommaso Peduzzi
2022-08-31
PixelPaint: Change repeated code into a loop for Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Add Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Change BucketTool flood fill algorithm
Timothy Slater
2022-08-31
PixelPaint: Account for alpha in color distance calculation
Timothy Slater
[next]