From: John Levon Date: Wed, 20 Nov 2002 18:42:04 +0000 (+0000) Subject: add missing icons X-Git-Tag: 1.6.10~17924 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e6c532d7754d9b6c84275f14611bfffef72d2785;p=features.git add missing icons git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5687 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index b4c0ca0e14..60684ab495 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-11-20 John Levon + + * images/math/: implement missing math icons + 2002-11-20 John Levon * images/math/: renames for stupid OSes diff --git a/lib/images/math/mathbb_C.xpm b/lib/images/math/mathbb_C.xpm index f85e802081..5c83eed9f0 100644 --- a/lib/images/math/mathbb_C.xpm +++ b/lib/images/math/mathbb_C.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"13 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"... ", +".. .. .... . ", +". .. ...... ", +" ... ....... ", +" .. .........", +" .. .........", +" .. .........", +" .. .........", +" .. .........", +" .. .........", +". . .........", +". .. ....... ", +".. .. .... .", +"... .." }; - - - diff --git a/lib/images/math/mathbb_H.xpm b/lib/images/math/mathbb_H.xpm index f85e802081..5ca4e02c0a 100644 --- a/lib/images/math/mathbb_H.xpm +++ b/lib/images/math/mathbb_H.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"16 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +" .. ", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +".. .. .... .. ..", +" .. " }; - - - diff --git a/lib/images/math/mathbb_N.xpm b/lib/images/math/mathbb_N.xpm index f85e802081..3188613306 100644 --- a/lib/images/math/mathbb_N.xpm +++ b/lib/images/math/mathbb_N.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"15 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +" ..... ", +".. . ....... ..", +".. . ....... ..", +".. .. ...... ..", +".. .. ..... ..", +".. . .. .... ..", +".. .. .. ... ..", +".. ... .. .. ..", +".. .... .. . ..", +".. ..... .. ..", +".. ...... .. ..", +".. ....... . ..", +".. ....... . ..", +" ...... " }; - - - diff --git a/lib/images/math/mathbb_Q.xpm b/lib/images/math/mathbb_Q.xpm index f85e802081..dded3d67f4 100644 --- a/lib/images/math/mathbb_Q.xpm +++ b/lib/images/math/mathbb_Q.xpm @@ -1,32 +1,26 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"15 18 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"... . ....", +".. . .... . ..", +". . ..... ... .", +" . ...... .. .", +" .. ....... .. ", +" . ........ .. ", +" . ........ .. ", +" . ........ .. ", +" . ........ .. ", +" . ........ .. ", +". . ....... . .", +". . ...... . ..", +".. ... . ...", +".... ....", +"..... ... .....", +"...... .. .... ", +"....... . ... .", +"........ .." }; - - - diff --git a/lib/images/math/mathbb_R.xpm b/lib/images/math/mathbb_R.xpm index f85e802081..26129a6aba 100644 --- a/lib/images/math/mathbb_R.xpm +++ b/lib/images/math/mathbb_R.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"15 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +". ...", +".. .. .. ... ..", +".. .. ... .. ..", +".. .. ... .. ..", +".. .. ... .. ..", +".. .. .. .. ..", +".. .. .. ...", +".. .. ......", +".. .. . . .....", +".. .. .. . ....", +".. .. .. .. ...", +".. .. ... .. ..", +".. .. .... .. .", +" ... " }; - - - diff --git a/lib/images/math/mathbb_Z.xpm b/lib/images/math/mathbb_Z.xpm index f85e802081..8f58f9b811 100644 --- a/lib/images/math/mathbb_Z.xpm +++ b/lib/images/math/mathbb_Z.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"13 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +". ", +". . .... ... ", +". .... ... .", +". ..... .. ..", +"...... .. ...", +"...... .. ...", +"..... .. ....", +".... .. .....", +".... .. .....", +"... .. ......", +"... . ...... ", +".. .. ..... ", +". .. ..... . ", +" " }; - - - diff --git a/lib/images/math/mathcal_F.xpm b/lib/images/math/mathcal_F.xpm index f85e802081..9c1e7d141e 100644 --- a/lib/images/math/mathcal_F.xpm +++ b/lib/images/math/mathcal_F.xpm @@ -1,32 +1,23 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"17 15 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"...... ", +"..... .. ..... .", +".... ... .......", +"... .... .......", +"........ ........", +"....... ........", +"....... ........", +"....... ...", +"...... .........", +"...... .........", +"...... ..........", +"..... ..........", +" ... ...........", +". ...........", +".. ............." }; - - - diff --git a/lib/images/math/mathcal_H.xpm b/lib/images/math/mathcal_H.xpm index f85e802081..4e4ffdb660 100644 --- a/lib/images/math/mathcal_H.xpm +++ b/lib/images/math/mathcal_H.xpm @@ -1,32 +1,23 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"16 15 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"... ........ ", +".. .. ....... ", +". ... ....... .", +" .... ....... .", +"..... ....... ..", +"..... ...... ..", +".... ..", +".... ...... ...", +".... ....... ...", +"... ...... ...", +"... ....... ....", +"... ...... ....", +".. ....... .... ", +".. ....... ... .", +". ........ .." }; - - - diff --git a/lib/images/math/mathcal_L.xpm b/lib/images/math/mathcal_L.xpm index f85e802081..4473da662a 100644 --- a/lib/images/math/mathcal_L.xpm +++ b/lib/images/math/mathcal_L.xpm @@ -1,32 +1,23 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"13 15 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"....... ..", +"...... ... .", +"..... .... .", +".... ........", +".... ........", +".... ........", +".... ........", +"... ........", +"... .........", +"... .........", +"... .........", +".. .........", +".. ......... ", +". ..... .", +" ..... .." }; - - - diff --git a/lib/images/math/mathcal_O.xpm b/lib/images/math/mathcal_O.xpm index f85e802081..7be3380a0b 100644 --- a/lib/images/math/mathcal_O.xpm +++ b/lib/images/math/mathcal_O.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"15 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"..... ... .", +".... ... . ", +"... ... .... ", +".. ... ..... ", +". ... ...... ", +". .......... ", +". ........... ", +" ........... .", +" ........... .", +" .......... ..", +" ........ ...", +". ....... ....", +". .... .....", +"... ......" }; - - - diff --git a/lib/images/math/mathcircumflex.xpm b/lib/images/math/mathcircumflex.xpm index f85e802081..d9686a224f 100644 --- a/lib/images/math/mathcircumflex.xpm +++ b/lib/images/math/mathcircumflex.xpm @@ -1,32 +1,10 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", -/* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" -}; - - - +static char * mathcircumflex_xpm[] = { +"14 5 2 1", +" c None", +". c #000000", +" . ", +" .. .. ", +" .. . ", +" .. .. ", +". ."}; diff --git a/lib/images/math/mathrm_T.xpm b/lib/images/math/mathrm_T.xpm index f85e802081..a687e5931b 100644 --- a/lib/images/math/mathrm_T.xpm +++ b/lib/images/math/mathrm_T.xpm @@ -1,32 +1,22 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"13 14 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +" ", +" ", +" ..... ..... ", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +"...... ......", +".... ....", +".... ...." }; - - - diff --git a/lib/images/math/textrm_0.xpm b/lib/images/math/textrm_0.xpm index f85e802081..a079cc0952 100644 --- a/lib/images/math/textrm_0.xpm +++ b/lib/images/math/textrm_0.xpm @@ -1,32 +1,24 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"13 16 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +"...... .... ", +".... .. . .", +"... ..... ..", +".. ..... . .", +". ...... . .", +". ..... ... ", +" ..... .... ", +" ..... .... ", +" .... ..... ", +" ... ...... ", +". ... ...... ", +". . ....... ", +".. ....... ", +".. ...... .", +".. . .... ..", +". ... ..." }; - - - diff --git a/lib/images/math/textrm_A.xpm b/lib/images/math/textrm_A.xpm index f85e802081..dad8f3ab6d 100644 --- a/lib/images/math/textrm_A.xpm +++ b/lib/images/math/textrm_A.xpm @@ -1,32 +1,27 @@ /* XPM */ -static char const * empty_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 20 20 2 1", -/* colors */ -". c #000000000000", -"# c None", +static char *a[] = { +/* columns rows colors chars-per-pixel */ +"12 19 2 1", +" c black", +". c None", /* pixels */ -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################", -"####################" +".... .....", +"... ... ....", +"... ... ....", +"... ... ....", +"... ... ....", +".... .....", +"..... .....", +".... .....", +".... . ....", +"... .. ....", +"... ... ...", +"... ... ...", +".. .... ...", +".. ..... ..", +".. ..", +".. ..... ..", +". ....... .", +". ....... .", +" ..... " }; - - -