mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 22:06:15 +00:00
add dots xpms
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0666855b72
commit
14a6a7d683
@ -1,3 +1,7 @@
|
|||||||
|
2002-09-08 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
|
* images/math/: add dots XPMs
|
||||||
|
|
||||||
2002-09-07 John Levon <levon@movementarian.org>
|
2002-09-07 John Levon <levon@movementarian.org>
|
||||||
|
|
||||||
* ui/default.ui: add depth-decrement too as discussed
|
* ui/default.ui: add depth-decrement too as discussed
|
||||||
|
11
lib/images/math/cdots.xpm
Normal file
11
lib/images/math/cdots.xpm
Normal file
@ -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.."
|
||||||
|
};
|
17
lib/images/math/ddots.xpm
Normal file
17
lib/images/math/ddots.xpm
Normal file
@ -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.."
|
||||||
|
};
|
25
lib/images/math/ldots.xpm
Normal file
25
lib/images/math/ldots.xpm
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
/* XPM */
|
||||||
|
static char * ldots_xpm[] = {
|
||||||
|
"10 20 2 1",
|
||||||
|
" c None",
|
||||||
|
". c #5972FF",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
".. .. ..",
|
||||||
|
".. .. ..",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" ",
|
||||||
|
" "};
|
19
lib/images/math/vdots.xpm
Normal file
19
lib/images/math/vdots.xpm
Normal file
@ -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",
|
||||||
|
"..",
|
||||||
|
".."
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user