diff --git a/cursors/Makefile.am b/cursors/Makefile.am index 0563fb602f..3a57c4b515 100644 --- a/cursors/Makefile.am +++ b/cursors/Makefile.am @@ -2,90 +2,168 @@ CURSOR_IMAGES = \ cursor-bad.png \ + cursor-bad-x2.png \ cursor-color-picker.png \ + cursor-color-picker-x2.png \ cursor-corner-bottom-left.png \ + cursor-corner-bottom-left-x2.png \ cursor-corner-bottom-right.png \ + cursor-corner-bottom-right-x2.png \ cursor-corner-bottom.png \ + cursor-corner-bottom-x2.png \ cursor-corner-left.png \ + cursor-corner-left-x2.png \ cursor-corner-right.png \ + cursor-corner-right-x2.png \ cursor-corner-top-left.png \ + cursor-corner-top-left-x2.png \ cursor-corner-top-right.png \ + cursor-corner-top-right-x2.png \ cursor-corner-top.png \ + cursor-corner-top-x2.png \ cursor-crosshair-small.png \ + cursor-crosshair-small-x2.png \ cursor-crosshair.png \ + cursor-crosshair-x2.png \ cursor-mouse.png \ + cursor-mouse-x2.png \ cursor-move.png \ + cursor-move-x2.png \ cursor-none.png \ + cursor-none-x2.png \ cursor-side-bottom-left.png \ + cursor-side-bottom-left-x2.png \ cursor-side-bottom-right.png \ + cursor-side-bottom-right-x2.png \ cursor-side-bottom.png \ + cursor-side-bottom-x2.png \ cursor-side-left.png \ + cursor-side-left-x2.png \ cursor-side-right.png \ + cursor-side-right-x2.png \ cursor-side-top-left.png \ + cursor-side-top-left-x2.png \ cursor-side-top-right.png \ + cursor-side-top-right-x2.png \ cursor-side-top.png \ + cursor-side-top-x2.png \ cursor-zoom.png \ + cursor-zoom-x2.png \ \ modifier-anchor.png \ - modifier-bad.png \ + modifier-anchor-x2.png \ modifier-background.png \ + modifier-background-x2.png \ + modifier-bad.png \ + modifier-bad-x2.png \ modifier-control.png \ + modifier-control-x2.png \ modifier-foreground.png \ + modifier-foreground-x2.png \ modifier-intersect.png \ + modifier-intersect-x2.png \ modifier-join.png \ + modifier-join-x2.png \ modifier-minus.png \ + modifier-minus-x2.png \ modifier-move.png \ + modifier-move-x2.png \ modifier-pattern.png \ + modifier-pattern-x2.png \ modifier-plus.png \ + modifier-plus-x2.png \ modifier-resize.png \ + modifier-resize-x2.png \ modifier-rotate.png \ + modifier-rotate-x2.png \ modifier-select.png \ + modifier-select-x2.png \ modifier-zoom.png \ + modifier-zoom-x2.png \ \ tool-airbrush.png \ + tool-airbrush-x2.png \ tool-blur.png \ + tool-blur-x2.png \ tool-bucket-fill.png \ + tool-bucket-fill-x2.png \ tool-burn.png \ + tool-burn-x2.png \ tool-clone.png \ + tool-clone-x2.png \ tool-color-picker.png \ + tool-color-picker-x2.png \ tool-crop.png \ + tool-crop-x2.png \ tool-dodge.png \ + tool-dodge-x2.png \ tool-ellipse-select.png \ + tool-ellipse-select-x2.png \ tool-eraser.png \ + tool-eraser-x2.png \ tool-flip-horizontal.png \ + tool-flip-horizontal-x2.png \ tool-flip-vertical.png \ + tool-flip-vertical-x2.png \ tool-free-select.png \ + tool-free-select-x2.png \ tool-fuzzy-select.png \ + tool-fuzzy-select-x2.png \ tool-gradient.png \ + tool-gradient-x2.png \ tool-hand.png \ + tool-hand-x2.png \ tool-heal.png \ + tool-heal-x2.png \ tool-ink.png \ + tool-ink-x2.png \ tool-iscissors.png \ + tool-iscissors-x2.png \ tool-measure.png \ + tool-measure-x2.png \ tool-move.png \ + tool-move-x2.png \ tool-paintbrush.png \ - tool-paths.png \ + tool-paintbrush-x2.png \ tool-paths-anchor.png \ + tool-paths-anchor-x2.png \ tool-paths-control.png \ + tool-paths-control-x2.png \ tool-paths-segment.png \ + tool-paths-segment-x2.png \ + tool-paths.png \ + tool-paths-x2.png \ tool-pencil.png \ + tool-pencil-x2.png \ tool-perspective.png \ + tool-perspective-x2.png \ tool-polygon-select.png \ + tool-polygon-select-x2.png \ tool-rect-select.png \ + tool-rect-select-x2.png \ tool-resize.png \ + tool-resize-x2.png \ tool-rotate.png \ + tool-rotate-x2.png \ tool-shear.png \ + tool-shear-x2.png \ tool-smudge.png \ + tool-smudge-x2.png \ tool-text.png \ + tool-text-x2.png \ tool-warp.png \ - tool-zoom.png + tool-warp-x2.png \ + tool-zoom.png \ + tool-zoom-x2.png COLOR_PICKER_IMAGES = \ - cursor-color-picker.png + cursor-color-picker.png \ + cursor-color-picker-x2.png EXTRA_DIST = \ $(CURSOR_IMAGES) \ - gimp-tool-cursors.xcf + gimp-tool-cursors.xcf \ + gimp-tool-cursors-x2.xcf noinst_DATA = \ gimp-tool-cursors.gresource.xml \ diff --git a/cursors/cursor-bad-x2.png b/cursors/cursor-bad-x2.png new file mode 100644 index 0000000000..8054ee3bf5 Binary files /dev/null and b/cursors/cursor-bad-x2.png differ diff --git a/cursors/cursor-color-picker-x2.png b/cursors/cursor-color-picker-x2.png new file mode 100644 index 0000000000..3b0bc6b034 Binary files /dev/null and b/cursors/cursor-color-picker-x2.png differ diff --git a/cursors/cursor-corner-bottom-left-x2.png b/cursors/cursor-corner-bottom-left-x2.png new file mode 100644 index 0000000000..7909c22a72 Binary files /dev/null and b/cursors/cursor-corner-bottom-left-x2.png differ diff --git a/cursors/cursor-corner-bottom-right-x2.png b/cursors/cursor-corner-bottom-right-x2.png new file mode 100644 index 0000000000..b624bae5fd Binary files /dev/null and b/cursors/cursor-corner-bottom-right-x2.png differ diff --git a/cursors/cursor-corner-bottom-x2.png b/cursors/cursor-corner-bottom-x2.png new file mode 100644 index 0000000000..9ac1c21e90 Binary files /dev/null and b/cursors/cursor-corner-bottom-x2.png differ diff --git a/cursors/cursor-corner-left-x2.png b/cursors/cursor-corner-left-x2.png new file mode 100644 index 0000000000..58de4fdd39 Binary files /dev/null and b/cursors/cursor-corner-left-x2.png differ diff --git a/cursors/cursor-corner-right-x2.png b/cursors/cursor-corner-right-x2.png new file mode 100644 index 0000000000..fe94da5ee9 Binary files /dev/null and b/cursors/cursor-corner-right-x2.png differ diff --git a/cursors/cursor-corner-top-left-x2.png b/cursors/cursor-corner-top-left-x2.png new file mode 100644 index 0000000000..ac76544c6a Binary files /dev/null and b/cursors/cursor-corner-top-left-x2.png differ diff --git a/cursors/cursor-corner-top-right-x2.png b/cursors/cursor-corner-top-right-x2.png new file mode 100644 index 0000000000..ad6d2be9de Binary files /dev/null and b/cursors/cursor-corner-top-right-x2.png differ diff --git a/cursors/cursor-corner-top-x2.png b/cursors/cursor-corner-top-x2.png new file mode 100644 index 0000000000..aebc023b7e Binary files /dev/null and b/cursors/cursor-corner-top-x2.png differ diff --git a/cursors/cursor-crosshair-small-x2.png b/cursors/cursor-crosshair-small-x2.png new file mode 100644 index 0000000000..85b0927575 Binary files /dev/null and b/cursors/cursor-crosshair-small-x2.png differ diff --git a/cursors/cursor-crosshair-x2.png b/cursors/cursor-crosshair-x2.png new file mode 100644 index 0000000000..c02e132a3c Binary files /dev/null and b/cursors/cursor-crosshair-x2.png differ diff --git a/cursors/cursor-mouse-x2.png b/cursors/cursor-mouse-x2.png new file mode 100644 index 0000000000..2b750b8d35 Binary files /dev/null and b/cursors/cursor-mouse-x2.png differ diff --git a/cursors/cursor-move-x2.png b/cursors/cursor-move-x2.png new file mode 100644 index 0000000000..c7ae7f1605 Binary files /dev/null and b/cursors/cursor-move-x2.png differ diff --git a/cursors/cursor-none-x2.png b/cursors/cursor-none-x2.png new file mode 100644 index 0000000000..fd52ea105d Binary files /dev/null and b/cursors/cursor-none-x2.png differ diff --git a/cursors/cursor-side-bottom-left-x2.png b/cursors/cursor-side-bottom-left-x2.png new file mode 100644 index 0000000000..d183e34577 Binary files /dev/null and b/cursors/cursor-side-bottom-left-x2.png differ diff --git a/cursors/cursor-side-bottom-right-x2.png b/cursors/cursor-side-bottom-right-x2.png new file mode 100644 index 0000000000..de75abbc7f Binary files /dev/null and b/cursors/cursor-side-bottom-right-x2.png differ diff --git a/cursors/cursor-side-bottom-x2.png b/cursors/cursor-side-bottom-x2.png new file mode 100644 index 0000000000..8e76dc4bd2 Binary files /dev/null and b/cursors/cursor-side-bottom-x2.png differ diff --git a/cursors/cursor-side-left-x2.png b/cursors/cursor-side-left-x2.png new file mode 100644 index 0000000000..6fd1997be6 Binary files /dev/null and b/cursors/cursor-side-left-x2.png differ diff --git a/cursors/cursor-side-right-x2.png b/cursors/cursor-side-right-x2.png new file mode 100644 index 0000000000..c4b01b6dcd Binary files /dev/null and b/cursors/cursor-side-right-x2.png differ diff --git a/cursors/cursor-side-top-left-x2.png b/cursors/cursor-side-top-left-x2.png new file mode 100644 index 0000000000..b00bf34ae4 Binary files /dev/null and b/cursors/cursor-side-top-left-x2.png differ diff --git a/cursors/cursor-side-top-right-x2.png b/cursors/cursor-side-top-right-x2.png new file mode 100644 index 0000000000..3285b7998b Binary files /dev/null and b/cursors/cursor-side-top-right-x2.png differ diff --git a/cursors/cursor-side-top-x2.png b/cursors/cursor-side-top-x2.png new file mode 100644 index 0000000000..0900fdbe96 Binary files /dev/null and b/cursors/cursor-side-top-x2.png differ diff --git a/cursors/cursor-zoom-x2.png b/cursors/cursor-zoom-x2.png new file mode 100644 index 0000000000..e6a4c483c9 Binary files /dev/null and b/cursors/cursor-zoom-x2.png differ diff --git a/cursors/gimp-tool-cursors-x2.xcf b/cursors/gimp-tool-cursors-x2.xcf new file mode 100644 index 0000000000..ff0e27e383 Binary files /dev/null and b/cursors/gimp-tool-cursors-x2.xcf differ diff --git a/cursors/modifier-anchor-x2.png b/cursors/modifier-anchor-x2.png new file mode 100644 index 0000000000..441b10e0d5 Binary files /dev/null and b/cursors/modifier-anchor-x2.png differ diff --git a/cursors/modifier-background-x2.png b/cursors/modifier-background-x2.png new file mode 100644 index 0000000000..ce1900500c Binary files /dev/null and b/cursors/modifier-background-x2.png differ diff --git a/cursors/modifier-bad-x2.png b/cursors/modifier-bad-x2.png new file mode 100644 index 0000000000..d0e38912dc Binary files /dev/null and b/cursors/modifier-bad-x2.png differ diff --git a/cursors/modifier-control-x2.png b/cursors/modifier-control-x2.png new file mode 100644 index 0000000000..ffdeeffe37 Binary files /dev/null and b/cursors/modifier-control-x2.png differ diff --git a/cursors/modifier-foreground-x2.png b/cursors/modifier-foreground-x2.png new file mode 100644 index 0000000000..9ad4d09d1b Binary files /dev/null and b/cursors/modifier-foreground-x2.png differ diff --git a/cursors/modifier-intersect-x2.png b/cursors/modifier-intersect-x2.png new file mode 100644 index 0000000000..c7e4e6c187 Binary files /dev/null and b/cursors/modifier-intersect-x2.png differ diff --git a/cursors/modifier-join-x2.png b/cursors/modifier-join-x2.png new file mode 100644 index 0000000000..2db8a71995 Binary files /dev/null and b/cursors/modifier-join-x2.png differ diff --git a/cursors/modifier-minus-x2.png b/cursors/modifier-minus-x2.png new file mode 100644 index 0000000000..41d120d358 Binary files /dev/null and b/cursors/modifier-minus-x2.png differ diff --git a/cursors/modifier-move-x2.png b/cursors/modifier-move-x2.png new file mode 100644 index 0000000000..8abfe057ea Binary files /dev/null and b/cursors/modifier-move-x2.png differ diff --git a/cursors/modifier-pattern-x2.png b/cursors/modifier-pattern-x2.png new file mode 100644 index 0000000000..b19c9d9c08 Binary files /dev/null and b/cursors/modifier-pattern-x2.png differ diff --git a/cursors/modifier-plus-x2.png b/cursors/modifier-plus-x2.png new file mode 100644 index 0000000000..e618cf5af9 Binary files /dev/null and b/cursors/modifier-plus-x2.png differ diff --git a/cursors/modifier-resize-x2.png b/cursors/modifier-resize-x2.png new file mode 100644 index 0000000000..69e425c68a Binary files /dev/null and b/cursors/modifier-resize-x2.png differ diff --git a/cursors/modifier-rotate-x2.png b/cursors/modifier-rotate-x2.png new file mode 100644 index 0000000000..1bc7e39a86 Binary files /dev/null and b/cursors/modifier-rotate-x2.png differ diff --git a/cursors/modifier-select-x2.png b/cursors/modifier-select-x2.png new file mode 100644 index 0000000000..ad5e077c25 Binary files /dev/null and b/cursors/modifier-select-x2.png differ diff --git a/cursors/modifier-zoom-x2.png b/cursors/modifier-zoom-x2.png new file mode 100644 index 0000000000..be79e33754 Binary files /dev/null and b/cursors/modifier-zoom-x2.png differ diff --git a/cursors/tool-airbrush-x2.png b/cursors/tool-airbrush-x2.png new file mode 100644 index 0000000000..9fddf971c0 Binary files /dev/null and b/cursors/tool-airbrush-x2.png differ diff --git a/cursors/tool-blur-x2.png b/cursors/tool-blur-x2.png new file mode 100644 index 0000000000..b599682301 Binary files /dev/null and b/cursors/tool-blur-x2.png differ diff --git a/cursors/tool-bucket-fill-x2.png b/cursors/tool-bucket-fill-x2.png new file mode 100644 index 0000000000..34cdccde29 Binary files /dev/null and b/cursors/tool-bucket-fill-x2.png differ diff --git a/cursors/tool-burn-x2.png b/cursors/tool-burn-x2.png new file mode 100644 index 0000000000..726b0221c1 Binary files /dev/null and b/cursors/tool-burn-x2.png differ diff --git a/cursors/tool-clone-x2.png b/cursors/tool-clone-x2.png new file mode 100644 index 0000000000..ba99b88443 Binary files /dev/null and b/cursors/tool-clone-x2.png differ diff --git a/cursors/tool-color-picker-x2.png b/cursors/tool-color-picker-x2.png new file mode 100644 index 0000000000..2379f33891 Binary files /dev/null and b/cursors/tool-color-picker-x2.png differ diff --git a/cursors/tool-crop-x2.png b/cursors/tool-crop-x2.png new file mode 100644 index 0000000000..5cd460a34b Binary files /dev/null and b/cursors/tool-crop-x2.png differ diff --git a/cursors/tool-dodge-x2.png b/cursors/tool-dodge-x2.png new file mode 100644 index 0000000000..a55260861a Binary files /dev/null and b/cursors/tool-dodge-x2.png differ diff --git a/cursors/tool-ellipse-select-x2.png b/cursors/tool-ellipse-select-x2.png new file mode 100644 index 0000000000..f8d7932385 Binary files /dev/null and b/cursors/tool-ellipse-select-x2.png differ diff --git a/cursors/tool-eraser-x2.png b/cursors/tool-eraser-x2.png new file mode 100644 index 0000000000..9a34a8c990 Binary files /dev/null and b/cursors/tool-eraser-x2.png differ diff --git a/cursors/tool-flip-horizontal-x2.png b/cursors/tool-flip-horizontal-x2.png new file mode 100644 index 0000000000..fea884885a Binary files /dev/null and b/cursors/tool-flip-horizontal-x2.png differ diff --git a/cursors/tool-flip-vertical-x2.png b/cursors/tool-flip-vertical-x2.png new file mode 100644 index 0000000000..28ce09a45e Binary files /dev/null and b/cursors/tool-flip-vertical-x2.png differ diff --git a/cursors/tool-free-select-x2.png b/cursors/tool-free-select-x2.png new file mode 100644 index 0000000000..7a5cf7c8a7 Binary files /dev/null and b/cursors/tool-free-select-x2.png differ diff --git a/cursors/tool-fuzzy-select-x2.png b/cursors/tool-fuzzy-select-x2.png new file mode 100644 index 0000000000..f4bf56bd14 Binary files /dev/null and b/cursors/tool-fuzzy-select-x2.png differ diff --git a/cursors/tool-gradient-x2.png b/cursors/tool-gradient-x2.png new file mode 100644 index 0000000000..024154ef8e Binary files /dev/null and b/cursors/tool-gradient-x2.png differ diff --git a/cursors/tool-hand-x2.png b/cursors/tool-hand-x2.png new file mode 100644 index 0000000000..54e75ad265 Binary files /dev/null and b/cursors/tool-hand-x2.png differ diff --git a/cursors/tool-heal-x2.png b/cursors/tool-heal-x2.png new file mode 100644 index 0000000000..81bd643a8f Binary files /dev/null and b/cursors/tool-heal-x2.png differ diff --git a/cursors/tool-ink-x2.png b/cursors/tool-ink-x2.png new file mode 100644 index 0000000000..15db022535 Binary files /dev/null and b/cursors/tool-ink-x2.png differ diff --git a/cursors/tool-iscissors-x2.png b/cursors/tool-iscissors-x2.png new file mode 100644 index 0000000000..e1e55fe0b0 Binary files /dev/null and b/cursors/tool-iscissors-x2.png differ diff --git a/cursors/tool-measure-x2.png b/cursors/tool-measure-x2.png new file mode 100644 index 0000000000..cb51359838 Binary files /dev/null and b/cursors/tool-measure-x2.png differ diff --git a/cursors/tool-move-x2.png b/cursors/tool-move-x2.png new file mode 100644 index 0000000000..d493e692a4 Binary files /dev/null and b/cursors/tool-move-x2.png differ diff --git a/cursors/tool-paintbrush-x2.png b/cursors/tool-paintbrush-x2.png new file mode 100644 index 0000000000..b7130d2880 Binary files /dev/null and b/cursors/tool-paintbrush-x2.png differ diff --git a/cursors/tool-paths-anchor-x2.png b/cursors/tool-paths-anchor-x2.png new file mode 100644 index 0000000000..2c8399fadc Binary files /dev/null and b/cursors/tool-paths-anchor-x2.png differ diff --git a/cursors/tool-paths-control-x2.png b/cursors/tool-paths-control-x2.png new file mode 100644 index 0000000000..a0f83700e2 Binary files /dev/null and b/cursors/tool-paths-control-x2.png differ diff --git a/cursors/tool-paths-old-x2.png b/cursors/tool-paths-old-x2.png new file mode 100644 index 0000000000..8c0816c35c Binary files /dev/null and b/cursors/tool-paths-old-x2.png differ diff --git a/cursors/tool-paths-segment-x2.png b/cursors/tool-paths-segment-x2.png new file mode 100644 index 0000000000..31728864a3 Binary files /dev/null and b/cursors/tool-paths-segment-x2.png differ diff --git a/cursors/tool-paths-x2.png b/cursors/tool-paths-x2.png new file mode 100644 index 0000000000..e750138230 Binary files /dev/null and b/cursors/tool-paths-x2.png differ diff --git a/cursors/tool-pencil-x2.png b/cursors/tool-pencil-x2.png new file mode 100644 index 0000000000..95f352c7db Binary files /dev/null and b/cursors/tool-pencil-x2.png differ diff --git a/cursors/tool-perspective-x2.png b/cursors/tool-perspective-x2.png new file mode 100644 index 0000000000..c13493a6a1 Binary files /dev/null and b/cursors/tool-perspective-x2.png differ diff --git a/cursors/tool-polygon-select-x2.png b/cursors/tool-polygon-select-x2.png new file mode 100644 index 0000000000..4280b91199 Binary files /dev/null and b/cursors/tool-polygon-select-x2.png differ diff --git a/cursors/tool-rect-select-x2.png b/cursors/tool-rect-select-x2.png new file mode 100644 index 0000000000..e520ca9524 Binary files /dev/null and b/cursors/tool-rect-select-x2.png differ diff --git a/cursors/tool-resize-x2.png b/cursors/tool-resize-x2.png new file mode 100644 index 0000000000..40d39f1a0c Binary files /dev/null and b/cursors/tool-resize-x2.png differ diff --git a/cursors/tool-rotate-x2.png b/cursors/tool-rotate-x2.png new file mode 100644 index 0000000000..78b43ea35e Binary files /dev/null and b/cursors/tool-rotate-x2.png differ diff --git a/cursors/tool-shear-x2.png b/cursors/tool-shear-x2.png new file mode 100644 index 0000000000..27bdf3769e Binary files /dev/null and b/cursors/tool-shear-x2.png differ diff --git a/cursors/tool-smudge-x2.png b/cursors/tool-smudge-x2.png new file mode 100644 index 0000000000..57a26be039 Binary files /dev/null and b/cursors/tool-smudge-x2.png differ diff --git a/cursors/tool-text-x2.png b/cursors/tool-text-x2.png new file mode 100644 index 0000000000..31cbaef08a Binary files /dev/null and b/cursors/tool-text-x2.png differ diff --git a/cursors/tool-warp-x2.png b/cursors/tool-warp-x2.png new file mode 100644 index 0000000000..208f6613b3 Binary files /dev/null and b/cursors/tool-warp-x2.png differ diff --git a/cursors/tool-zoom-x2.png b/cursors/tool-zoom-x2.png new file mode 100644 index 0000000000..a4b5144532 Binary files /dev/null and b/cursors/tool-zoom-x2.png differ