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
Age
Commit message (
Expand
)
Author
2022-10-12
PixelPaint: Call update after clearing guides
Mart G
2022-10-10
PixelPaint: Add Hue/Saturation filter
MacDue
2022-10-10
PixelPaint: Add InplaceFilter and convert FastBoxBlur to be one
MacDue
2022-10-06
PixelPaint: Add actions to crop layer to selection/content
Sergiy Stupar
2022-10-03
Userland: Tighten promises by removing 'proc' where it isn't used
Timothy Flynn
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-29
PixelPaint: Add option to make new layer from selection
Timothy Slater
2022-09-29
PixelPaint: Add function to make layer from selection to ImageEditor
Timothy Slater
2022-09-29
AK+Everywhere: Replace "protocol" with "scheme" url helpers
networkException
2022-09-27
PixelPaint: Use the parallel ImageProcessor to apply filters
kleines Filmröllchen
2022-09-27
PixelPaint: Add a general-purpose parallel image processing pipeline
kleines Filmröllchen
2022-09-27
PixelPaint: Expose the GUI event loop from the ImageEditor
kleines Filmröllchen
2022-09-27
PixelPaint: Reference-count filters
kleines Filmröllchen
2022-09-20
PixelPaint: Remove unused Image::write_to_file() method
Sam Atkins
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-09-03
PixelPaint: Introduce a vectorscope
kleines Filmröllchen
2022-09-03
PixelPaint: Invoke the modified_change callback when layers change
kleines Filmröllchen
2022-09-03
PixelPaint: Extract common scope code into a generic ScopeWidget
kleines Filmröllchen
2022-09-03
PixelPaint: Specify histogram height in GML
kleines Filmröllchen
2022-08-31
PixelPaint: Change repeated code into a loop for Wand Select Tool
Timothy Slater
2022-08-31
PixelPaint: Make erase_selection work for non-rectangular selections
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: Ask the current tool for the preferred pixel location
Crax97
2022-08-31
PixelPaint: Execute mousemove_event early return check before
Crax97
2022-08-31
PixelPaint: Add point_position_to_preferred_cell method to Tool
Crax97
2022-08-28
PixelPaint: Cropping to content with moved layers was broken
Andreas Krohn
2022-08-28
PixelPaint: Fix const correctness of Selection::in_interactive_selection
Kevin Meyer
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-26
PixelPaint: Round mouse event coordinates instead of truncating
Andreas Kling
2022-08-25
PixelPaint: Reduce verbosity of crop to content feature
faxe1008
2022-08-24
PixelPaint: Add more icons
electrikmilk
2022-08-23
PixelPaint: Add simple "Crop Image to Content" feature
Andreas Kling
2022-08-23
PixelPaint: Make the default empty image transparent by default
Andreas Kling
2022-08-23
PixelPaint: Avoid division-by-zero in HistogramWidget
Andreas Kling
2022-08-23
PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41
Hendiadyoin1
2022-08-22
PixelPaint: Disambiguate layer vs image actions in their names
Andreas Kling
2022-08-22
PixelPaint: Add actions for flipping and rotating an individual layer
Andreas Kling
2022-08-22
PixelPaint: Relayout ImageEditor immediately when image rect changes
Andreas Kling
2022-08-22
PixelPaint: Create undo items for more editing actions
Andreas Kling
2022-08-22
PixelPaint: Restore image size from snapshots
Andreas Kling
2022-08-22
PixelPaint: Push layer creation onto the undo stack
Roberto Bampi
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: Make Filter::filter_name() const
Andreas Kling
[next]