summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2023-02-08PixelPaint: Correct move tool alignment with the layer boundaryTim Ledbetter
2023-02-08PixelPaint: Use image coordinates for bucket tool bounds checkingTim Ledbetter
2023-02-02PixelPaint: Update text tool font color on primary color changeTim Ledbetter
2023-02-02PixelPaint: Scale move tool resize anchorsTim Ledbetter
2023-02-02PixelPaint: Show resize anchors when using the move toolTim Ledbetter
2023-02-02PixelPaint: Highlight active layer when using the move toolTim Ledbetter
2023-02-02PixelPaint: Set initial position correctly when using the move toolTim Ledbetter
2023-02-01PixelPaint: Ensure layers are positioned correctly when paintingTim Ledbetter
2023-02-01PixelPaint: Allow dragging when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Disable current tool when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Use eyedropper cursor when color picking using Alt keyTim Ledbetter
2023-02-01PixelPaint: Use layer coordinates when color picking using Alt keyTim Ledbetter
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29PixelPaint: Increase default window height by 10pxMacDue
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible ProjectLoader methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible IconBag methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-28PixelPaint: Remove `try_` prefix from fallible Image methodsLinus Groh
2023-01-27PixelPaint: Remove declarations for non-existent methodsSam Atkins
2023-01-27PixelPaint: Allow the gradient tool to work with selectionsMacDue
2023-01-27PixelPaint: Fix gradient tool clipping issuesMacDue
2023-01-27PixelPaint: Fix off-by-one in on_second_paint() clip rectMacDue
2023-01-27PixelPaint: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-26PixelPaint: Let the move tool optionally select the active layerTim Ledbetter
2023-01-26PixelPaint: Add a GradientToolTorstennator
2023-01-25PixelPaint: Use background color when cropping layer to contentTim Ledbetter
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-17PixelPaint: Preserve layer location when copying layersTim Ledbetter
2023-01-15PixelPaint: Hold shift to increase move tool speed with the arrow keysTim Ledbetter
2023-01-13PixelPaint: Hold shift to constrain polygonal select tool line angleTim Ledbetter
2023-01-13PixelPaint: Don't allow the move tool to resize to zero pixelsTim Ledbetter
2023-01-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12PixelPaint: Scale lasso tool preview path on zoom level changeTim Ledbetter
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06PixelPaint: Fix typo in variable nameTim Ledbetter
2023-01-06PixelPaint: Allow move tool to scale in all directionsTim Ledbetter
2023-01-06PixelPaint: Draw polygonal select tool lines with two colorsTim Ledbetter
2023-01-06PixelPaint: Draw the lasso tool preview path with two colorsTim Ledbetter
2023-01-06LibGfx: Make Font::preferred_line_height() more correctAndreas Kling
2023-01-06PixelPaint: Allow repeated zooming with the zoom toolTim Ledbetter
2023-01-05LibGfx: Avoid rounding/truncating glyph positions till blittingMacDue