[adwaita-icon-theme] Add links for all css cursor names



commit 48603a35785496a73249749dab4aa16b18a0e125
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 8 13:16:53 2015 -0400

    Add links for all css cursor names
    
    This makes it easier for GDK to support these names fully.
    https://bugzilla.gnome.org/show_bug.cgi?id=749130

 src/cursors/pngs/crosshair.in |   10 +++++-----
 src/cursors/pngs/make.sh      |   37 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 41 insertions(+), 6 deletions(-)
---
diff --git a/src/cursors/pngs/crosshair.in b/src/cursors/pngs/crosshair.in
index c2a5820..fd152b8 100644
--- a/src/cursors/pngs/crosshair.in
+++ b/src/cursors/pngs/crosshair.in
@@ -1,5 +1,5 @@
-24 11 11 24x24/cross.png
-32 15 15 32x32/cross.png
-48 22 22 48x48/cross.png
-64 30 30 64x64/cross.png
-96 44 44 96x96/cross.png
+24 11 11 24x24/crosshair.png
+32 15 15 32x32/crosshair.png
+48 22 22 48x48/crosshair.png
+64 30 30 64x64/crosshair.png
+96 44 44 96x96/crosshair.png
diff --git a/src/cursors/pngs/make.sh b/src/cursors/pngs/make.sh
index b6438eb..7eea5c7 100755
--- a/src/cursors/pngs/make.sh
+++ b/src/cursors/pngs/make.sh
@@ -42,7 +42,8 @@ xcursorgen ll_angle.in ../../../Adwaita/cursors/ll_angle
 xcursorgen ur_angle.in ../../../Adwaita/cursors/ur_angle
 xcursorgen lr_angle.in ../../../Adwaita/cursors/lr_angle
 xcursorgen X_cursor.in ../../../Adwaita/cursors/X_cursor
-xcursorgen crosshair.in ../../../Adwaita/cursors/crosshair
+#xcursorgen crosshair.in ../../../Adwaita/cursors/crosshair
+xcursorgen crosshair.in ../../../Adwaita/cursors/cell
 xcursorgen cross.in ../../../Adwaita/cursors/cross
 xcursorgen tcross.in ../../../Adwaita/cursors/tcross
 xcursorgen dotbox.in ../../../Adwaita/cursors/dotbox
@@ -101,4 +102,38 @@ ln -sf    sb_v_double_arrow        2870a09082c103050810ffdffffe0204
 ln -sf    v_double_arrow       00008160000006810000408080010102
 #ln -sf    center_ptr          centre_ptr
 
+# css cursor names
+                              # none
+ln -sf  left_ptr                default
+                              # help
+ln -sf  hand                    pointer
+ln -sf  left_ptr_watch          progress
+ln -sf  watch                   wait
+                              # cell
+ln -sf  cross                   crosshair
+ln -sf  xterm                   text
+                              # vertical-text
+ln -sf  dnd-link                alias
+ln -sf  dnd-copy                copy
+                              # move
+ln -sf  dnd-none                no-drop
+ln -sf  crossed_circle          not-allowed
+                              # all-scroll
+ln -sf  sb_h_double_arrow       col-resize
+ln -sf  sb_v_double_arrow       row-resize
+ln -sf  top_side                n-resize
+ln -sf  right_side              e-resize
+ln -sf  bottom_side             s-resize
+ln -sf  left_side               w-resize
+ln -sf  top_right_corner        ne-resize
+ln -sf  top_left_corner         nw-resize
+ln -sf  bottom_right_corner     se-resize
+ln -sf  bottom_left_corner      sw-resize
+ln -sf  sb_h_double_arrow       ew-resize
+ln -sf  sb_v_double_arrow       ns-resize
+ln -sf  fd_double_arrow         nesw-resize
+ln -sf  bd_double_arrow         nwse-resize
+                              # zoom-in
+                              # zoom-out
+
 #cp -RPv * /usr/share/icons/Vanilla-DMZ/cursors/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]