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
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
2022-08-31
PixelPaint: Add point_position_to_preferred_cell to RectangleSelectTool
Crax97
2022-08-31
PixelPaint: Add point_position_to_preferred_cell method to Tool
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-08-23
PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41
Hendiadyoin1
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-08-21
PixelPaint: Add Tool::tool_name() as a single-point-of-truth
Andreas Kling
2022-08-21
PixelPaint: Fix tool preview positions after moving a layer
MacDue
2022-08-21
PixelPaint: Make outline ellipse the same size as other ellipses
MacDue
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-08
PixelPaint: Speed up and improve memory usage of bucket fill tool
Aaron J Yoder
2022-06-02
PixelPaint: Add rounded rectangles (both with/without antialiasing)
MacDue
2022-06-02
PixelPaint: Add option for antialiased lines
MacDue
2022-06-01
PixelPaint: Enable antialiased option for outline ellipsis
MacDue
2022-06-01
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
MacDue
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-07
PixelPaint: Add antialiased ellipse option
MacDue
2022-05-07
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
MacDue
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
PixelPaint: Use the currently_edited_bitmap in the Tools
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
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-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-21
PixelPaint: Refactor falloff computation and extend hardness range
r00ster91
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
PixelPaint: Map color_distance_squared from 0 to 1
Musab Kılıç
[next]