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
2023-02-08
PixelPaint: Correct move tool alignment with the layer boundary
Tim Ledbetter
2023-02-08
PixelPaint: Use image coordinates for bucket tool bounds checking
Tim Ledbetter
2023-02-02
PixelPaint: Update text tool font color on primary color change
Tim Ledbetter
2023-02-02
PixelPaint: Scale move tool resize anchors
Tim Ledbetter
2023-02-02
PixelPaint: Show resize anchors when using the move tool
Tim Ledbetter
2023-02-02
PixelPaint: Highlight active layer when using the move tool
Tim Ledbetter
2023-02-02
PixelPaint: Set initial position correctly when using the move tool
Tim Ledbetter
2023-02-01
PixelPaint: Ensure layers are positioned correctly when painting
Tim Ledbetter
2023-02-01
PixelPaint: Allow dragging when color picking using the Alt key
Tim Ledbetter
2023-02-01
PixelPaint: Disable current tool when color picking using the Alt key
Tim Ledbetter
2023-02-01
PixelPaint: Use eyedropper cursor when color picking using Alt key
Tim Ledbetter
2023-02-01
PixelPaint: Use layer coordinates when color picking using Alt key
Tim Ledbetter
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
PixelPaint: Increase default window height by 10px
MacDue
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible ProjectLoader methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible IconBag methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-28
PixelPaint: Remove `try_` prefix from fallible Image methods
Linus Groh
2023-01-27
PixelPaint: Remove declarations for non-existent methods
Sam Atkins
2023-01-27
PixelPaint: Allow the gradient tool to work with selections
MacDue
2023-01-27
PixelPaint: Fix gradient tool clipping issues
MacDue
2023-01-27
PixelPaint: Fix off-by-one in on_second_paint() clip rect
MacDue
2023-01-27
PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-26
LibGfx: Remove `try_` prefix from bitmap creation functions
Tim Schumacher
2023-01-26
PixelPaint: Let the move tool optionally select the active layer
Tim Ledbetter
2023-01-26
PixelPaint: Add a GradientTool
Torstennator
2023-01-25
PixelPaint: Use background color when cropping layer to content
Tim Ledbetter
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-17
PixelPaint: Preserve layer location when copying layers
Tim Ledbetter
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-13
Userland: Remove a bunch of unveil calls on /sys/kernel/processes
Liav A
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-12
LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr
Sam Atkins
2023-01-12
LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOr
Sam Atkins
2023-01-07
LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)
Sam Atkins
2023-01-07
Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`
Sam Atkins
2023-01-07
PixelPaint: Port to `Core::Stream` :^)
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)
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
[next]