summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
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
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-03PixelPaint: Cleanup the Image classBaitinq
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2023-01-02Base+Userland: Add menu item iconsBrandon Jordan
2022-12-31PixelPaint: ColorPicker updates user colors while draggingCody Hein
2022-12-31PixelPaint: Allow ImageEditor event to append info to the statusbarCody Hein
2022-12-28LibGfx+Overall: Remove `is_null` from `Point`, `Rect` and `Size`Jelle Raaijmakers
2022-12-26PixelPaint: Erase old active layer boundary when active layer changesTim Ledbetter
2022-12-26LibGUI+Applications: Rename automatic scrolling timer functionsthankyouverycool
2022-12-20PixelPaint: Propagate errors when creating images or layersCnidarias
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-17PixelPaint: Debounce ImageEditor on_modified_change eventTim Ledbetter
2022-12-17PixelPaint: Improve guide tool performance for large imagesTim Ledbetter
2022-12-17PixelPaint: Encode layers in PixelPaint project files as PNGKarol Kosek
2022-12-17PixelPaint: Propagate more errors when saving a project fileKarol Kosek
2022-12-16PixelPaint: Fix move tool scaling function when zoomedTim Ledbetter
2022-12-16PixelPaint: Display a preview image when scaling with the move toolTim Ledbetter
2022-12-16PixelPaint: Add Text ToolTimothy Slater
2022-12-16PixelPaint: Change tool keydown handle to non-constTimothy Slater
2022-12-16PixelPaint: Account for rulers on Tool second paint eventsTimothy Slater
2022-12-16PixelPaint: Allow tools to know when the user has left themTimothy Slater
2022-12-16PixelPaint: Replace vectorscope boxes with colored corner bracketsCody Hein
2022-12-16PixelPaint: Disable bucket tool outside of the current selectionTim Ledbetter