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-12-20
PixelPaint: Propagate errors when creating images or layers
Cnidarias
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-17
PixelPaint: Debounce ImageEditor on_modified_change event
Tim Ledbetter
2022-12-17
PixelPaint: Improve guide tool performance for large images
Tim Ledbetter
2022-12-17
PixelPaint: Encode layers in PixelPaint project files as PNG
Karol Kosek
2022-12-17
PixelPaint: Propagate more errors when saving a project file
Karol Kosek
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: Account for rulers on Tool second paint events
Timothy Slater
2022-12-16
PixelPaint: Allow tools to know when the user has left them
Timothy Slater
2022-12-16
PixelPaint: Replace vectorscope boxes with colored corner brackets
Cody Hein
2022-12-16
PixelPaint: Disable bucket tool outside of the current selection
Tim Ledbetter
2022-12-15
PixelPaint: Make sure modified state is updated when undo_stack changes
meiskam
2022-12-15
PixelPaint: Update window `modified` to look at all tabs
meiskam
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
PixelPaint: Add background color options to "new image" dialog
MacDue
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-09
LibGUI: Split OpacitySlider into vertical and horizontal helper classes
FrHun
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
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
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-30
PixelPaint: Record action for all select operations to allow undo
Andreas Oppebøen
2022-11-30
PixelPaint: Record action when erasing a selection to allow undo
Andreas Oppebøen
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 the Pen tool as the default tool
Baitinq
2022-11-25
PixelPaint: Add lasso selection tool
Timothy Slater
2022-11-25
PixelPaint: Clear selection with escape key regardless of active tool
Timothy Slater
2022-11-14
PixelPaint: Allow keydown events to bubble from ImageEditor
Zaggy1024
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-11-13
PixelPaint: Correct active tool ImageEditor sync issue
Timothy Slater
2022-11-09
PixelPaint: Make filters apply to a selection if one is present
Timothy Slater
2022-11-07
PixelPaint: Improve brushtool gradient for low hardness
Torstennator
2022-11-07
PixelPaint: Relate cursor to brush tool size
Torstennator
2022-11-07
PixelPaint: Remember visibility for histogram and vectorscope
Torstennator
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-31
Userland: Use Threading::MutexLocker to lock/unlock mutexes
Oleg Kosenkov
2022-10-27
LibGfx+Everywhere: Make DisjointRectSet work for non-int Rects
Sam Atkins
2022-10-27
PixelPaint: Make scopes hideable
Timothy Slater
2022-10-25
Applications: Use new global variables at /sys/kernel/ directory
Liav A
[next]