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-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
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-08-14
Base: Launch ImageDecoder at session start-up
Lucas CHOLLET
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-14
PixelPaint: Add Median filter
kleines Filmröllchen
2022-08-13
PixelPaint: Allow configuration of default image size through GUI
cflip
2022-08-04
Applications: Make a few of the larger Toolbars collapsible
thankyouverycool
2022-07-17
PixelPaint: Export images using the editor title as a default basename
Karol Kosek
2022-07-15
PixelPaint: Tweak FilterGallery layout
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-06-30
PixelPaint: Omit file extension in tab/editor titles
Lennon Donaghy
2022-06-30
PixelPaint: Use image title as default filename for "save as"
Lennon Donaghy
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-21
PixelPaint: Add level sliders for brightness, contrast and gamma
Torstennator
2022-06-16
PixelPaint: Add Smooth Pixels scaling option
Karol Kosek
2022-06-08
PixelPaint: Speed up and improve memory usage of bucket fill tool
Aaron J Yoder
2022-06-02
PixelPaint: Use default buttons in EditGuideDialog
Karol Kosek
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
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-23
PixelPaint: Allow layer to "scale" location when resizing
Andrew Smith
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-05-17
PixelPaint: Allow configuring 'new image' defaults
MacDue
2022-05-13
PixelPaint: Rebuild FilterGallery tree using TreeViewModel
Linus Groh
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-12
PixelPaint: Fix incorrect use of RefCounted CRTP
Daniel Bertalan
[next]