summaryrefslogtreecommitdiff
path: root/muse2/xpm
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2013-02-20 01:16:45 +0000
committerTim E. Real <termtech@rogers.com>2013-02-20 01:16:45 +0000
commitc3650bf9b2302e1a20853f0cadc7833370e3d0dd (patch)
treefa1a229b0928290a00f974a14104e385d42c5905 /muse2/xpm
parent612acc2cd3979edf441d2f33403f6b3403c1cf05 (diff)
MASSIVE FIXES: MANY editor, usability, operation fixes and changes.
See ChangeLog.
Diffstat (limited to 'muse2/xpm')
-rw-r--r--muse2/xpm/closed_hand.xpm21
-rw-r--r--muse2/xpm/open_hand.xpm21
-rw-r--r--muse2/xpm/size_all.xpm23
-rw-r--r--muse2/xpm/zoom.xpm27
-rw-r--r--muse2/xpm/zoom_at.xpm24
-rw-r--r--muse2/xpm/zoom_in.xpm26
-rw-r--r--muse2/xpm/zoom_in_at.xpm26
-rw-r--r--muse2/xpm/zoom_out.xpm26
-rw-r--r--muse2/xpm/zoom_out_at.xpm26
9 files changed, 220 insertions, 0 deletions
diff --git a/muse2/xpm/closed_hand.xpm b/muse2/xpm/closed_hand.xpm
new file mode 100644
index 00000000..e50610ef
--- /dev/null
+++ b/muse2/xpm/closed_hand.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static const char * closed_hand_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #000000",
+" ",
+" ",
+" ",
+" .. .. .. ",
+" . . . .. ",
+" . . . ",
+" . . ",
+" .. . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" ",
+" "};
diff --git a/muse2/xpm/open_hand.xpm b/muse2/xpm/open_hand.xpm
new file mode 100644
index 00000000..32d993b5
--- /dev/null
+++ b/muse2/xpm/open_hand.xpm
@@ -0,0 +1,21 @@
+/* XPM */
+static const char * open_hand_xpm[] = {
+"16 16 2 1",
+" c None",
+". c #000000",
+" .. ",
+" .. . ... ",
+" . .. . . ",
+" . .. . . . ",
+" . . . .. .",
+" . . . . .",
+" .. . . .",
+". .. .",
+". . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" . . ",
+" "};
diff --git a/muse2/xpm/size_all.xpm b/muse2/xpm/size_all.xpm
new file mode 100644
index 00000000..d6160372
--- /dev/null
+++ b/muse2/xpm/size_all.xpm
@@ -0,0 +1,23 @@
+/* XPM */
+static const char * size_all_xpm[] = {
+"18 18 2 1",
+" c None",
+". c #000000",
+" .. ",
+" .... ",
+" ...... ",
+" ........ ",
+" .. ",
+" . .. . ",
+" .. .. .. ",
+" ... .. ... ",
+"..................",
+"..................",
+" ... .. ... ",
+" .. .. .. ",
+" . .. . ",
+" .. ",
+" ........ ",
+" ...... ",
+" .... ",
+" .. "};
diff --git a/muse2/xpm/zoom.xpm b/muse2/xpm/zoom.xpm
new file mode 100644
index 00000000..a730c9ca
--- /dev/null
+++ b/muse2/xpm/zoom.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+/* XPM */
+/* Drawn by Mark Donohoe for the K Desktop Environment */
+/* See http://www.kde.org */
+static const char * zoom_xpm[] = {
+"15 16 5 1",
+" c None",
+". c #000000",
+"+ c #A0A0A4",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+" .... ",
+" +.@##@.+ ",
+" .##++##.+ ",
+".@#+####@. ",
+".########. ",
+".########. ",
+".@######@. ",
+"+.######.+ ",
+" +.@##@... ",
+" +....+... ",
+" ++++++... ",
+" ++... ",
+" ++... ",
+" ++...",
+" ++.+",
+" ++ "};
diff --git a/muse2/xpm/zoom_at.xpm b/muse2/xpm/zoom_at.xpm
new file mode 100644
index 00000000..cb639979
--- /dev/null
+++ b/muse2/xpm/zoom_at.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static const char * zoom_at_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #000000",
+"+ c #A0A0A4",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+"..... ",
+".... ",
+"... ",
+".. +...+ ",
+". +.@#@.+ ",
+" .##+##. ",
+" .#+###. ",
+" .#####. ",
+" +.@#@.. ",
+" +...... ",
+" ++++... ",
+" +... ",
+" ++... ",
+" ++.. ",
+" +++ ",
+" "};
diff --git a/muse2/xpm/zoom_in.xpm b/muse2/xpm/zoom_in.xpm
new file mode 100644
index 00000000..97fa7186
--- /dev/null
+++ b/muse2/xpm/zoom_in.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static const char * zoom_in_xpm[] = {
+"16 16 7 1",
+" c None",
+". c #A0A0A4",
+"+ c #000000",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+"$ c #103A2D",
+"% c #83EF42",
+" ",
+" ",
+" ",
+" .+++. ",
+" .+@#@+. ",
+" +##.##+ ",
+" +#.###+ ",
+" +#####+ ",
+" .+@#@++ ",
+" .++++++ ",
+" $%$ ....+++ ",
+"$$%$$ .+++ ",
+"%%%%% ..+++ ",
+"$$%$$ ..++ ",
+" $%$ ... ",
+" "};
diff --git a/muse2/xpm/zoom_in_at.xpm b/muse2/xpm/zoom_in_at.xpm
new file mode 100644
index 00000000..54feb2cd
--- /dev/null
+++ b/muse2/xpm/zoom_in_at.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static const char * zoom_in_at_xpm[] = {
+"16 16 7 1",
+" c None",
+". c #000000",
+"+ c #A0A0A4",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+"$ c #103A2D",
+"% c #83EF42",
+"..... ",
+".... ",
+"... ",
+".. +...+ ",
+". +.@#@.+ ",
+" .##+##. ",
+" .#+###. ",
+" .#####. ",
+" +.@#@.. ",
+" +...... ",
+" $%$ ++++... ",
+"$$%$$ +... ",
+"%%%%% ++... ",
+"$$%$$ ++.. ",
+" $%$ +++ ",
+" "};
diff --git a/muse2/xpm/zoom_out.xpm b/muse2/xpm/zoom_out.xpm
new file mode 100644
index 00000000..a796f8b6
--- /dev/null
+++ b/muse2/xpm/zoom_out.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static const char * zoom_out_xpm[] = {
+"16 16 7 1",
+" c None",
+". c #A0A0A4",
+"+ c #000000",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+"$ c #3F231D",
+"% c #F6574B",
+" ",
+" ",
+" ",
+" .+++. ",
+" .+@#@+. ",
+" +##.##+ ",
+" +#.###+ ",
+" +#####+ ",
+" .+@#@++ ",
+" .++++++ ",
+" ....+++ ",
+" .+++ ",
+"$$$$$ ..+++ ",
+"%%%%% ..++ ",
+"$$$$$ ... ",
+" "};
diff --git a/muse2/xpm/zoom_out_at.xpm b/muse2/xpm/zoom_out_at.xpm
new file mode 100644
index 00000000..017d05f1
--- /dev/null
+++ b/muse2/xpm/zoom_out_at.xpm
@@ -0,0 +1,26 @@
+/* XPM */
+static const char * zoom_out_at_xpm[] = {
+"16 16 7 1",
+" c None",
+". c #000000",
+"+ c #A0A0A4",
+"@ c #DCDCDC",
+"# c #FFFFFF",
+"$ c #3F231D",
+"% c #F6574B",
+"..... ",
+".... ",
+"... ",
+".. +...+ ",
+". +.@#@.+ ",
+" .##+##. ",
+" .#+###. ",
+" .#####. ",
+" +.@#@.. ",
+" +...... ",
+" ++++... ",
+" +... ",
+"$$$$$ ++... ",
+"%%%%% ++.. ",
+"$$$$$ +++ ",
+" "};