From: John Levon Date: Sat, 7 Sep 2002 23:13:01 +0000 (+0000) Subject: add dots xpms X-Git-Tag: 1.6.10~18343 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=14a6a7d6833c18f1d933cb494180510c889ee1d8;p=features.git add dots xpms git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3c7d7062e7..c4dc1d57f7 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-09-08 John Levon + + * images/math/: add dots XPMs + 2002-09-07 John Levon * ui/default.ui: add depth-decrement too as discussed diff --git a/lib/images/math/cdots.xpm b/lib/images/math/cdots.xpm new file mode 100644 index 0000000000..2a08f25a07 --- /dev/null +++ b/lib/images/math/cdots.xpm @@ -0,0 +1,11 @@ +/* XPM */ +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"10 2 3 1", +" c black", +". c #5972ff", +"X c None", +/* pixels */ +"..XX..XX..", +"..XX..XX.." +}; diff --git a/lib/images/math/ddots.xpm b/lib/images/math/ddots.xpm new file mode 100644 index 0000000000..fe08b169ac --- /dev/null +++ b/lib/images/math/ddots.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"8 8 3 1", +" c black", +". c #5972ff", +"X c None", +/* pixels */ +"..XXXXXX", +"..XXXXXX", +"XXXXXXXX", +"XXX..XXX", +"XXX..XXX", +"XXXXXXXX", +"XXXXXX..", +"XXXXXX.." +}; diff --git a/lib/images/math/ldots.xpm b/lib/images/math/ldots.xpm new file mode 100644 index 0000000000..9fe6d7bd0a --- /dev/null +++ b/lib/images/math/ldots.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char * ldots_xpm[] = { +"10 20 2 1", +" c None", +". c #5972FF", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +".. .. ..", +".. .. ..", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/lib/images/math/vdots.xpm b/lib/images/math/vdots.xpm new file mode 100644 index 0000000000..70fcec7e8d --- /dev/null +++ b/lib/images/math/vdots.xpm @@ -0,0 +1,19 @@ +/* XPM */ +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"2 10 3 1", +" c black", +". c #5972ff", +"X c None", +/* pixels */ +"..", +"..", +"XX", +"XX", +"..", +"..", +"XX", +"XX", +"..", +".." +};