Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/cursor/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-04-19 17:16:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-04-19 17:16:09 (GMT)
commit855f8560b1398e6587ef315b1f361c223965b0f7 (patch)
treec21c37b826a31e0e9090c595d65885eb2218bcfc /cursor/sugar
parent2ebd40e9ab0d2d74bb29d0b8b3b23064653e295a (diff)
Cleanup directory structure and rename olpc to sugar
Diffstat (limited to 'cursor/sugar')
-rw-r--r--cursor/sugar/ChangeLog9
-rw-r--r--cursor/sugar/Makefile.am40
-rw-r--r--cursor/sugar/olpc-hotspots.pngbin0 -> 504 bytes
-rw-r--r--cursor/sugar/olpc.cursortheme142
-rw-r--r--cursor/sugar/sugar-0.pngbin0 -> 12667 bytes
-rw-r--r--cursor/sugar/sugar-1.pngbin0 -> 12623 bytes
-rw-r--r--cursor/sugar/sugar-10.pngbin0 -> 12703 bytes
-rw-r--r--cursor/sugar/sugar-11.pngbin0 -> 12643 bytes
-rw-r--r--cursor/sugar/sugar-2.pngbin0 -> 12686 bytes
-rw-r--r--cursor/sugar/sugar-3.pngbin0 -> 12649 bytes
-rw-r--r--cursor/sugar/sugar-4.pngbin0 -> 12622 bytes
-rw-r--r--cursor/sugar/sugar-5.pngbin0 -> 12576 bytes
-rw-r--r--cursor/sugar/sugar-6.pngbin0 -> 12639 bytes
-rw-r--r--cursor/sugar/sugar-7.pngbin0 -> 12626 bytes
-rw-r--r--cursor/sugar/sugar-8.pngbin0 -> 12553 bytes
-rw-r--r--cursor/sugar/sugar-9.pngbin0 -> 12663 bytes
16 files changed, 191 insertions, 0 deletions
diff --git a/cursor/sugar/ChangeLog b/cursor/sugar/ChangeLog
new file mode 100644
index 0000000..ac10780
--- /dev/null
+++ b/cursor/sugar/ChangeLog
@@ -0,0 +1,9 @@
+2003-01-17 Havoc Pennington <hp@redhat.com>
+
+ * Makefile.am (EXTRA_DIST): fix distcheck
+
+Thu Jan 16 14:56:26 2003 Owen Taylor <otaylor@redhat.com>
+
+ * Bluecurve.cursortheme: Conform to new syntax,
+ add aliases.
+
diff --git a/cursor/sugar/Makefile.am b/cursor/sugar/Makefile.am
new file mode 100644
index 0000000..fb86ae2
--- /dev/null
+++ b/cursor/sugar/Makefile.am
@@ -0,0 +1,40 @@
+THEMEGEN = $(top_builddir)/art/cursor/cursorthemegen/cursorthemegen
+THEME_DIR = $(top_builddir)/art/cursor/sugar/theme
+
+all-local: sugar.stamp
+
+sugar_images = \
+ sugar-0.png \
+ sugar-1.png \
+ sugar-2.png \
+ sugar-3.png \
+ sugar-4.png \
+ sugar-5.png \
+ sugar-6.png \
+ sugar-7.png \
+ sugar-8.png \
+ sugar-9.png \
+ sugar-10.png \
+ sugar-11.png \
+ sugar-hotspots.png
+
+sugar.stamp: $(sugar_images) $(THEMEGEN) sugar.cursortheme
+ rm -rf sugar && \
+ BDIR=`pwd` && cd $(srcdir) && \
+ $$BDIR/$(THEMEGEN) sugar.cursortheme $$BDIR/theme && \
+ cd $$BDIR && touch sugar.stamp
+
+clean-local:
+ rm -rf $(THEME_DIR)
+ rm -rf $(top_builddir)/art/cursor/sugar/sugar.stamp
+
+install-data-local:
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/icons/sugar/cursors/
+ for i in `cd $(THEME_DIR) && echo *` ; do \
+ $(INSTALL) $(THEME_DIR)/$$i $(DESTDIR)$(datadir)/icons/sugar/cursors/$$i ; \
+ done
+
+uninstall-local:
+ rm -rf $(DESTDIR)$(datadir)/icons/sugar/cursors
+
+EXTRA_DIST=$(sugar_images) sugar.cursortheme
diff --git a/cursor/sugar/olpc-hotspots.png b/cursor/sugar/olpc-hotspots.png
new file mode 100644
index 0000000..6fefa39
--- /dev/null
+++ b/cursor/sugar/olpc-hotspots.png
Binary files differ
diff --git a/cursor/sugar/olpc.cursortheme b/cursor/sugar/olpc.cursortheme
new file mode 100644
index 0000000..402ba6e
--- /dev/null
+++ b/cursor/sugar/olpc.cursortheme
@@ -0,0 +1,142 @@
+<theme name="OLPC">
+ <source size="48" gridsize="48">
+ <image file="olpc-0.png" use="0"/>
+ <image file="olpc-1.png" use="1"/>
+ <image file="olpc-2.png" use="2"/>
+ <image file="olpc-3.png" use="3"/>
+ <image file="olpc-4.png" use="4"/>
+ <image file="olpc-5.png" use="5"/>
+ <image file="olpc-6.png" use="6"/>
+ <image file="olpc-7.png" use="7"/>
+ <image file="olpc-8.png" use="8"/>
+ <image file="olpc-9.png" use="9"/>
+ <image file="olpc-10.png" use="10"/>
+ <image file="olpc-11.png" use="11"/>
+
+ <image file="olpc-hotspots.png" use="hotspot"/>
+ </source>
+
+ <alias name="top_left_arrow" target="left_ptr"/>
+
+ <alias name="top_right_arrow" target="right_ptr"/>
+ <alias name="arrow" target="right_ptr"/>
+ <alias name="draft_small" target="right_ptr"/>
+ <alias name="draft_large" target="right_ptr"/>
+
+ <alias name="close" target="pirate"/>
+ <alias name="destroy" target="pirate"/>
+
+ <alias name="right_side" target="left_side"/>
+ <alias name="bottom_side" target="top_side"/>
+ <alias name="double_arrow" target="top_side"/>
+ <alias name="top_right_corner" target="bottom_left_corner"/>
+ <alias name="top_left_corner" target="bottom_right_corner"/>
+
+ <layout>
+ <row>
+ <cursor name="left_ptr"/>
+ <cursor name="center_ptr"/>
+ <cursor name="right_ptr"/>
+ <cursor name="exchange"/>
+ <cursor name="plus"/>
+ <cursor name="minus"/>
+ </row><row>
+ <cursor name="question_arrow"/>
+ <cursor name="link"/>
+ <cursor name="unavailable"/>
+ <cursor name="pirate"/>
+ <cursor name="left_ptr_watch">
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ </cursor>
+ <cursor name="left_ptr_modify"/>
+ </row><row>
+ <cursor name="busy">
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ <frame delay="60"/>
+ </cursor>
+ <cursor name="circle"/>
+ <cursor name="hand1"/>
+ <cursor name="hand2"/>
+ <cursor name="hand_open"/>
+ <cursor name="hand_closed"/>
+ </row><row>
+ <cursor name="sb_left_arrow"/>
+ <cursor name="sb_right_arrow"/>
+ <cursor name="sb_up_arrow"/>
+ <cursor name="sb_down_arrow"/>
+ <cursor name="sb_v_double_arrow"/>
+ <cursor name="sb_h_double_arrow"/>
+ </row><row>
+ <cursor name="bottom_right_corner"/>
+ <cursor name="bottom_left_corner"/>
+ <cursor name="top_side"/>
+ <cursor name="right_side"/>
+ <cursor name="fleur"/>
+ <cursor name="xterm"/>
+ </row><row>
+ <cursor name="crosshair"/>
+ <cursor name="pencil"/>
+ </row>
+ </layout>
+
+<!--
+ Aliases can also be used to provide cursors to be used in place
+ of particular legacy cursor shapes; whenever libXcursor is
+ asked to create a bitmap cursor, it creates a hash value
+ from the cursor shape, and tries using that as a cursor
+ name. Setting the environment variable XCURSOR_DISCOVER will
+ log this process, which is useful for finding out the hash values.
+
+ The following maps the mozilla pointer-while-waiting cursor to
+ left_ptr_watch.
+-->
+
+ <!-- moz_spinning (left_ptr with watch) -->
+ <alias name="08e8e1c95fe2fc01f976f1e063a24ccd" target="left_ptr_watch"/>
+
+ <!-- moz_question_arrow (left_ptr with question) -->
+ <alias name="5c6cd98b3f3ebcb1f9c7f1c204630408" target="question_arrow"/>
+
+<!--
+ More mozilla hash values that could be aliased:
+
+ moz_alias 0876e1c15ff2fc01f906f1c363074c0f (left_ptr with small arrow)
+ moz_copy 08ffe1cb5fe6fc01f906f1c063814ccf (left_ptr with plus)
+ moz_hand_grabbing 208530c400c041818281048008011002 (closed hand)
+ moz_hand_grab 5aca4d189052212118709018842178c0 (open hand)
+ moz_menu 08ffe1e65f80fcfdf9fff11263e74c48 (left_ptr with menu) */
+ moz_question_arrow 5c6cd98b3f3ebcb1f9c7f1c204630408 (left_ptr with ?)
+
+ GTK+ toolkit cursors:
+-->
+
+ <alias name="1081e37283d90000800003c07f3ef6bf" target="dnd_copy"/>
+ <alias name="9081237383d90e509aa00f00170e968f" target="dnd_move"/>
+ <alias name="3085a0e285430894940527032f8b26df" target="dnd_link"/>
+ <alias name="1001208387f90000800003000700f6ff" target="dnd_none"/>
+
+ <alias name="90b3018312820b127e5a0b7c8034a301" target="color-picker"/>
+
+ <alias name="watch" target="left_ptr_watch"/>
+</theme>
diff --git a/cursor/sugar/sugar-0.png b/cursor/sugar/sugar-0.png
new file mode 100644
index 0000000..5e56564
--- /dev/null
+++ b/cursor/sugar/sugar-0.png
Binary files differ
diff --git a/cursor/sugar/sugar-1.png b/cursor/sugar/sugar-1.png
new file mode 100644
index 0000000..340bbf7
--- /dev/null
+++ b/cursor/sugar/sugar-1.png
Binary files differ
diff --git a/cursor/sugar/sugar-10.png b/cursor/sugar/sugar-10.png
new file mode 100644
index 0000000..1d2991b
--- /dev/null
+++ b/cursor/sugar/sugar-10.png
Binary files differ
diff --git a/cursor/sugar/sugar-11.png b/cursor/sugar/sugar-11.png
new file mode 100644
index 0000000..02719c1
--- /dev/null
+++ b/cursor/sugar/sugar-11.png
Binary files differ
diff --git a/cursor/sugar/sugar-2.png b/cursor/sugar/sugar-2.png
new file mode 100644
index 0000000..9e69567
--- /dev/null
+++ b/cursor/sugar/sugar-2.png
Binary files differ
diff --git a/cursor/sugar/sugar-3.png b/cursor/sugar/sugar-3.png
new file mode 100644
index 0000000..bedc3b1
--- /dev/null
+++ b/cursor/sugar/sugar-3.png
Binary files differ
diff --git a/cursor/sugar/sugar-4.png b/cursor/sugar/sugar-4.png
new file mode 100644
index 0000000..1f65d44
--- /dev/null
+++ b/cursor/sugar/sugar-4.png
Binary files differ
diff --git a/cursor/sugar/sugar-5.png b/cursor/sugar/sugar-5.png
new file mode 100644
index 0000000..22b6eba
--- /dev/null
+++ b/cursor/sugar/sugar-5.png
Binary files differ
diff --git a/cursor/sugar/sugar-6.png b/cursor/sugar/sugar-6.png
new file mode 100644
index 0000000..7f5d49e
--- /dev/null
+++ b/cursor/sugar/sugar-6.png
Binary files differ
diff --git a/cursor/sugar/sugar-7.png b/cursor/sugar/sugar-7.png
new file mode 100644
index 0000000..32ec0e0
--- /dev/null
+++ b/cursor/sugar/sugar-7.png
Binary files differ
diff --git a/cursor/sugar/sugar-8.png b/cursor/sugar/sugar-8.png
new file mode 100644
index 0000000..1dd0eea
--- /dev/null
+++ b/cursor/sugar/sugar-8.png
Binary files differ
diff --git a/cursor/sugar/sugar-9.png b/cursor/sugar/sugar-9.png
new file mode 100644
index 0000000..1e57153
--- /dev/null
+++ b/cursor/sugar/sugar-9.png
Binary files differ