]> git.lyx.org Git - features.git/commitdiff
add delimiter icons
authorJohn Levon <levon@movementarian.org>
Sat, 14 Sep 2002 23:55:01 +0000 (23:55 +0000)
committerJohn Levon <levon@movementarian.org>
Sat, 14 Sep 2002 23:55:01 +0000 (23:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5306 a592a061-630c-0410-9148-cb99ea01b6c8

17 files changed:
lib/ChangeLog
lib/images/math/(.xpm [new file with mode: 0644]
lib/images/math/).xpm [new file with mode: 0644]
lib/images/math/[.xpm [new file with mode: 0644]
lib/images/math/].xpm [new file with mode: 0644]
lib/images/math/backslash.xpm [new file with mode: 0644]
lib/images/math/empty.xpm [new file with mode: 0644]
lib/images/math/langle.xpm [new file with mode: 0644]
lib/images/math/lceil.xpm [new file with mode: 0644]
lib/images/math/lfloor.xpm [new file with mode: 0644]
lib/images/math/rangle.xpm [new file with mode: 0644]
lib/images/math/rceil.xpm [new file with mode: 0644]
lib/images/math/rfloor.xpm [new file with mode: 0644]
lib/images/math/slash.xpm [new file with mode: 0644]
lib/images/math/{.xpm [new file with mode: 0644]
lib/images/math/|.xpm [new file with mode: 0644]
lib/images/math/}.xpm [new file with mode: 0644]

index e5dc05325543e66456a6659ee8ef19e404e0db90..ab2d788ffe69389cfc46f0d218d9b1e01a71e1e4 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-15  John Levon  <levon@movementarian.org>
+
+       * images/math/: add icons for delimiters
 2002-09-12  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyx2lyx/lyxconvert_218.py (remove_oldfloat): Convert floatingfigure.
diff --git a/lib/images/math/(.xpm b/lib/images/math/(.xpm
new file mode 100644 (file)
index 0000000..2047d81
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"5 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"XXXX.",
+"XXX.X",
+"XX.XX",
+"XX.XX",
+"X.XXX",
+"X.XXX",
+"X.XXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+".XXXX",
+"X.XXX",
+"X.XXX",
+"X.XXX",
+"XX.XX",
+"XX.XX",
+"XXX.X",
+"XXXX."
+};
diff --git a/lib/images/math/).xpm b/lib/images/math/).xpm
new file mode 100644 (file)
index 0000000..67e152c
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"5 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+".XXXX",
+"X.XXX",
+"XX.XX",
+"XX.XX",
+"XXX.X",
+"XXX.X",
+"XXX.X",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXXX.",
+"XXX.X",
+"XXX.X",
+"XXX.X",
+"XX.XX",
+"XX.XX",
+"X.XXX",
+".XXXX"
+};
diff --git a/lib/images/math/[.xpm b/lib/images/math/[.xpm
new file mode 100644 (file)
index 0000000..33727ab
--- /dev/null
@@ -0,0 +1,31 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"3 22 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"...",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+".XX",
+"..."
+};
diff --git a/lib/images/math/].xpm b/lib/images/math/].xpm
new file mode 100644 (file)
index 0000000..41bef35
--- /dev/null
@@ -0,0 +1,31 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"3 22 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"...",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"XX.",
+"..."
+};
diff --git a/lib/images/math/backslash.xpm b/lib/images/math/backslash.xpm
new file mode 100644 (file)
index 0000000..0463851
--- /dev/null
@@ -0,0 +1,28 @@
+/* XPM */
+static char * backslash_xpm[] = {
+"7 23 2 1",
+"      c None",
+".     c #5972FF",
+".      ",
+".      ",
+".      ",
+" .     ",
+" .     ",
+" .     ",
+"  .    ",
+"  .    ",
+"  .    ",
+"   .   ",
+"   .   ",
+"   .   ",
+"   .   ",
+"    .  ",
+"    .  ",
+"    .  ",
+"     . ",
+"     . ",
+"     . ",
+"      .",
+"      .",
+"      .",
+"      ."};
diff --git a/lib/images/math/empty.xpm b/lib/images/math/empty.xpm
new file mode 100644 (file)
index 0000000..f85e802
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char const * empty_xpm[] = {
+/* width height num_colors chars_per_pixel */
+"    20    20        2            1",
+/* colors */
+". c #000000000000",
+"# c None",
+/* pixels */
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################",
+"####################"
+};
+
+
+
diff --git a/lib/images/math/langle.xpm b/lib/images/math/langle.xpm
new file mode 100644 (file)
index 0000000..cc49d37
--- /dev/null
@@ -0,0 +1,30 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"4 21 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"XXX.",
+"XXX.",
+"XX.X",
+"XX.X",
+"XX.X",
+"X.XX",
+"X.XX",
+"X.XX",
+".XXX",
+".XXX",
+".XXX",
+".XXX",
+".XXX",
+"X.XX",
+"X.XX",
+"X.XX",
+"XX.X",
+"XX.X",
+"XX.X",
+"XXX.",
+"XXX."
+};
diff --git a/lib/images/math/lceil.xpm b/lib/images/math/lceil.xpm
new file mode 100644 (file)
index 0000000..6bdb1d6
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"6 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"......",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX"
+};
diff --git a/lib/images/math/lfloor.xpm b/lib/images/math/lfloor.xpm
new file mode 100644 (file)
index 0000000..21daaf6
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"6 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+".XXXXX",
+"......"
+};
diff --git a/lib/images/math/rangle.xpm b/lib/images/math/rangle.xpm
new file mode 100644 (file)
index 0000000..95e0444
--- /dev/null
@@ -0,0 +1,30 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"4 21 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+".XXX",
+".XXX",
+"X.XX",
+"X.XX",
+"X.XX",
+"XX.X",
+"XX.X",
+"XX.X",
+"XXX.",
+"XXX.",
+"XXX.",
+"XXX.",
+"XXX.",
+"XX.X",
+"XX.X",
+"XX.X",
+"X.XX",
+"X.XX",
+"X.XX",
+".XXX",
+".XXX"
+};
diff --git a/lib/images/math/rceil.xpm b/lib/images/math/rceil.xpm
new file mode 100644 (file)
index 0000000..7166a38
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"6 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"......",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX."
+};
diff --git a/lib/images/math/rfloor.xpm b/lib/images/math/rfloor.xpm
new file mode 100644 (file)
index 0000000..7b56c62
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"6 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"XXXXX.",
+"......"
+};
diff --git a/lib/images/math/slash.xpm b/lib/images/math/slash.xpm
new file mode 100644 (file)
index 0000000..4a46f47
--- /dev/null
@@ -0,0 +1,28 @@
+/* XPM */
+static char * slash_xpm[] = {
+"7 23 2 1",
+"      c None",
+".     c #5972FF",
+"      .",
+"      .",
+"      .",
+"     . ",
+"     . ",
+"     . ",
+"    .  ",
+"    .  ",
+"    .  ",
+"   .   ",
+"   .   ",
+"   .   ",
+"   .   ",
+"  .    ",
+"  .    ",
+"  .    ",
+" .     ",
+" .     ",
+" .     ",
+".      ",
+".      ",
+".      ",
+".      "};
diff --git a/lib/images/math/{.xpm b/lib/images/math/{.xpm
new file mode 100644 (file)
index 0000000..45b2f78
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"7 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"XXXXX..",
+"XXX..XX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XX.XXXX",
+"..XXXXX",
+"XX.XXXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX..XX",
+"XXXXX.."
+};
diff --git a/lib/images/math/|.xpm b/lib/images/math/|.xpm
new file mode 100644 (file)
index 0000000..5e678f3
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char * bar_xpm[] = {
+"16 27 2 1",
+"      c None",
+".     c #5972ff",
+"++++++++++++++++",
+"++++++++++++++++",
+"++++++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"+++.++++++++++++",
+"++++++++++++++++"};
diff --git a/lib/images/math/}.xpm b/lib/images/math/}.xpm
new file mode 100644 (file)
index 0000000..71ae39b
--- /dev/null
@@ -0,0 +1,32 @@
+/* XPM */
+static char *a[] = {
+/* columns rows colors chars-per-pixel */
+"7 23 3 1",
+"  c black",
+". c #5972ff",
+"X c None",
+/* pixels */
+"..XXXXX",
+"XX..XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXXX.XX",
+"XXXXX..",
+"XXXX.XX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XXX.XXX",
+"XX..XXX",
+"..XXXXX"
+};