From 3b2ef57a0789f2dd017e9fabaf5b53bcc070b855 Mon Sep 17 00:00:00 2001 From: laurent Date: Sat, 1 Mar 2008 22:17:36 +0000 Subject: [PATCH] update bookmark icons git-svn-id: trunk@14357 - --- .gitattributes | 30 ++++++++++----------- images/sourceeditor/ActiveBreakPoint.png | Bin 0 -> 503 bytes images/sourceeditor/ActiveBreakPoint.xpm | 19 ------------- images/sourceeditor/InactiveBreakPoint.png | Bin 0 -> 500 bytes images/sourceeditor/InactiveBreakPoint.xpm | 17 ------------ images/sourceeditor/InvalidBreakPoint.png | Bin 0 -> 532 bytes images/sourceeditor/InvalidBreakPoint.xpm | 19 ------------- images/sourceeditor/MultiBreakPoint.png | Bin 0 -> 532 bytes images/sourceeditor/MultiBreakPoint.xpm | 17 ------------ images/sourceeditor/UnknownBreakPoint.png | Bin 0 -> 544 bytes images/sourceeditor/UnknownBreakPoint.xpm | 19 ------------- images/sourceeditor/bookmark0.png | Bin 0 -> 426 bytes images/sourceeditor/bookmark0.xpm | 26 ------------------ images/sourceeditor/bookmark1.png | Bin 0 -> 436 bytes images/sourceeditor/bookmark1.xpm | 25 ----------------- images/sourceeditor/bookmark2.png | Bin 0 -> 443 bytes images/sourceeditor/bookmark2.xpm | 26 ------------------ images/sourceeditor/bookmark3.png | Bin 0 -> 448 bytes images/sourceeditor/bookmark3.xpm | 26 ------------------ images/sourceeditor/bookmark4.png | Bin 0 -> 450 bytes images/sourceeditor/bookmark4.xpm | 26 ------------------ images/sourceeditor/bookmark5.png | Bin 0 -> 431 bytes images/sourceeditor/bookmark5.xpm | 25 ----------------- images/sourceeditor/bookmark6.png | Bin 0 -> 463 bytes images/sourceeditor/bookmark6.xpm | 25 ----------------- images/sourceeditor/bookmark7.png | Bin 0 -> 427 bytes images/sourceeditor/bookmark7.xpm | 25 ----------------- images/sourceeditor/bookmark8.png | Bin 0 -> 466 bytes images/sourceeditor/bookmark8.xpm | 26 ------------------ images/sourceeditor/bookmark9.png | Bin 0 -> 467 bytes images/sourceeditor/bookmark9.xpm | 26 ------------------ 31 files changed, 15 insertions(+), 362 deletions(-) create mode 100644 images/sourceeditor/ActiveBreakPoint.png delete mode 100644 images/sourceeditor/ActiveBreakPoint.xpm create mode 100644 images/sourceeditor/InactiveBreakPoint.png delete mode 100644 images/sourceeditor/InactiveBreakPoint.xpm create mode 100644 images/sourceeditor/InvalidBreakPoint.png delete mode 100644 images/sourceeditor/InvalidBreakPoint.xpm create mode 100644 images/sourceeditor/MultiBreakPoint.png delete mode 100644 images/sourceeditor/MultiBreakPoint.xpm create mode 100644 images/sourceeditor/UnknownBreakPoint.png delete mode 100644 images/sourceeditor/UnknownBreakPoint.xpm create mode 100644 images/sourceeditor/bookmark0.png delete mode 100644 images/sourceeditor/bookmark0.xpm create mode 100644 images/sourceeditor/bookmark1.png delete mode 100644 images/sourceeditor/bookmark1.xpm create mode 100644 images/sourceeditor/bookmark2.png delete mode 100644 images/sourceeditor/bookmark2.xpm create mode 100644 images/sourceeditor/bookmark3.png delete mode 100644 images/sourceeditor/bookmark3.xpm create mode 100644 images/sourceeditor/bookmark4.png delete mode 100644 images/sourceeditor/bookmark4.xpm create mode 100644 images/sourceeditor/bookmark5.png delete mode 100644 images/sourceeditor/bookmark5.xpm create mode 100644 images/sourceeditor/bookmark6.png delete mode 100644 images/sourceeditor/bookmark6.xpm create mode 100644 images/sourceeditor/bookmark7.png delete mode 100644 images/sourceeditor/bookmark7.xpm create mode 100644 images/sourceeditor/bookmark8.png delete mode 100644 images/sourceeditor/bookmark8.xpm create mode 100644 images/sourceeditor/bookmark9.png delete mode 100644 images/sourceeditor/bookmark9.xpm diff --git a/.gitattributes b/.gitattributes index 39d875d494..84076e6050 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2590,21 +2590,21 @@ images/propertygrid/issue_nogui.png -text svneol=unset#image/png images/propertygrid/issue_qt.png -text svneol=unset#image/png images/propertygrid/issue_win32.png -text svneol=unset#image/png images/propertygrid/issue_wince.png -text svneol=unset#image/png -images/sourceeditor/ActiveBreakPoint.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/InactiveBreakPoint.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/InvalidBreakPoint.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/MultiBreakPoint.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/UnknownBreakPoint.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark0.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark1.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark2.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark3.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark4.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark5.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark6.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark7.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark8.xpm -text svneol=native#image/x-xpixmap -images/sourceeditor/bookmark9.xpm -text svneol=native#image/x-xpixmap +images/sourceeditor/ActiveBreakPoint.png -text +images/sourceeditor/InactiveBreakPoint.png -text +images/sourceeditor/InvalidBreakPoint.png -text +images/sourceeditor/MultiBreakPoint.png -text +images/sourceeditor/UnknownBreakPoint.png -text +images/sourceeditor/bookmark0.png -text +images/sourceeditor/bookmark1.png -text +images/sourceeditor/bookmark2.png -text +images/sourceeditor/bookmark3.png -text +images/sourceeditor/bookmark4.png -text +images/sourceeditor/bookmark5.png -text +images/sourceeditor/bookmark6.png -text +images/sourceeditor/bookmark7.png -text +images/sourceeditor/bookmark8.png -text +images/sourceeditor/bookmark9.png -text images/splash_logo.bat svneol=native#text/plain images/splash_logo.lrs svneol=native#text/pascal images/splash_logo.png -text svneol=unset#image/png diff --git a/images/sourceeditor/ActiveBreakPoint.png b/images/sourceeditor/ActiveBreakPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..c62a0704551fc51ec4bbc3198b22b94aef3bf4eb GIT binary patch literal 503 zcmVPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iOAv z76<`q&`b*e00DPNL_t&-(^ZepE2Lon$3M^WzV9T)D$-6u8j{`SAO}_n2PFqrCpjo* zIqcPCE-rGL+O)NoEro+}z(0VYCSg}3li%~sk9TSZ@6NpQJPvkWd{5uQ_ov_=^1puT zz}X(|`6()&#i$Qa(e{}_doT5^jRHUbWY(6oINm|!v*>aelmf#5!1&lise72vK)*0^ ziG(h%e8am=q5-4HPm(ueXC(O3k4g~iu7MLSLLK85^HLsfS#QVoq^h1f+Wa#gijE$3Z=c3K7OH!CsGFFk;ZutMcm_+3nXr?A!!Q5<002ovPDHLkV1mt&+C~5X literal 0 HcmV?d00001 diff --git a/images/sourceeditor/ActiveBreakPoint.xpm b/images/sourceeditor/ActiveBreakPoint.xpm deleted file mode 100644 index f20fc9c4b1..0000000000 --- a/images/sourceeditor/ActiveBreakPoint.xpm +++ /dev/null @@ -1,19 +0,0 @@ -/* XPM */ -static char * ActiveBreakPoint_xpm[] = { -"11 11 5 1", -" c None", -". c #000000", -"+ c #FF0000", -"@ c #00FF00", -"# c #008000", -" ..... ", -" .+++++. ", -" .+++++@#. ", -".++++++@#+.", -".+++++@#++.", -".+++++@#++.", -".+@++@#+++.", -".++@+@#+++.", -" .++@#+++. ", -" .+++++. ", -" ..... "}; diff --git a/images/sourceeditor/InactiveBreakPoint.png b/images/sourceeditor/InactiveBreakPoint.png new file mode 100644 index 0000000000000000000000000000000000000000..50dcc512f191e94978ac2409a83468802bb0b590 GIT binary patch literal 500 zcmVPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iOAv z6)-d@x{8Vb00DGKL_t&-({0L4OH@%Dfbr*l?iq(hy^h)37QGA_Eli05p|VX75=6DB zZMhBlHhqg)wToyM(tuD91W80iVLCE-XB_X#x#ygF+D7(+XZOhWK|lcm)eB#$SA5Ri zk=kD*%>^z@U1cGfni_L8LS%8}qD8KIC%quITNs z5jGEA@T2$y2ud`95JHW|v0LmA5!1A-RQE>D`F8k~%o(&a0MFm5+OQ?>DV%NVxBWK^ zO^&T=L@NFjfNk4nFCU|K4+iAE!UvBa|Cs}&l&H+2V@XKMF~(bz9G&YBXf-C7_HESl zWDV~k#)Y9Y^^r!oAyyq$lbfg;$s^89E#n-dc|}%M6vmO275iC5@UR$P;db}&PgncXSs7}R@)lxoPHpQo*TXn&t^9JJ$~Cg q&NSz_c6^n!v+JY9Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iOAv z76&Uf^O+I=00ERqL_t&-(@l>{YZFlzK+nCC$-_Q^EzvPZ4Jw_cxR5Go3ZfgKsNhm? zBho+M${!;Y=|&J*7cRv71EWqTVl}2J*3dRHO=98$qLZ2Xxu`|Y@~qBL{H6b{F3AtC z`1NTM)9+&C9MY#}`8mBn?$mJwpa42gRznPER?p;xje(tBF?3YD)DuF zUE;NSMB7^kfVMy>5CIdTf))wOruX`dX#Kpxu(?IpZsV*}02ul$0GyQyVW&g1xj}dJ zK5F~+b&34lgLFtO~1^mvxk#02)4IjpNUIW}8R>fj-G;YsjtnIGOuhI;|YsRCp3^Gx2lL%vv00Dk~M WSEe0v;&Y?`0000Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iOAv z76vud=an!300ERqL_t&-(}mDMNK*kE$MNs~y{A40>11y(oHkL|K|-N}wUCMkgdhkH z9r6+kqLZB#orFLIy>t=}bs9xpBv=rXStAH0XcBoy58275udPvgxp<08*4~QE7Swb zu!CG070o}xh;~vN8XtdGj7tdLm-2y`lW^ z6Y}LsN)LXP@lIc4AmQ*Yp`Od)J8>*Co}jY1$*KNc%DDwlp*T29|L__7^#ZoLrNQ`= zL}NV>ar5sfWzrgocJM#J((a_wb~__lSkmJHhBPYdxO%9T%I@raichmd9%TO##A*W7 z##ohKwF8X9%hze@P4Y)D;|ca%kE&Os>XoQ|`_8`WAt%BJ!1lr-!K+1r&l@Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iOAv z77G+CAp0W#00E#$L_t&-(>;#APZMDPhM)WH+EglnAZepLtVjxNVl-%=O^gm0X^grU zK^IdA69XnD4#tiDz|rW?#Yq@_mpJbRA9T zh=H^0k5BRZ<_%M8tgI;i;~V_qCJKn=Esj>nWzhiRavFW|0fs18xZ9g}^%~~qA2_+} zaU9KC*mtkN#wx8w6Ju|wfLGfEG@M)(*VzRi6gdNc^ugWU;=f(OaLX0ES``4dddS{O zDI$4`-&Y5LDo9B?bP_{_dytJL2mwIf=mjEqi}myf1VH&dB4D6`U5M`Vb)+Y0m&&wD z<>S9c-l;fP$8g+hlclfba3e(g2{_KzE;aR@>VV0zi z_gu-keS#C7rzTiv{QW#xjJv%dNNRNoM@-_)w3bJg@AB|0TY8K~K3;b6bAbS_~xjrVDMRUN6F`ZU48B05AXToTI1iXP5ANs z_iO28^6%fj{qZeFziY{2*;S9?-|HFtsi@CqU%X|W`Sb;wj+?sK1y_~@7H_$bknp3T zREgP|{qy1P<>eU*TRxwEzyImaQm%(x_vfxmcpx;TvE5i%(~yJVj!Cr-L+7pMz<^}% MboFyt=akR{0H&v`ivR!s literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark0.xpm b/images/sourceeditor/bookmark0.xpm deleted file mode 100644 index c0b5eda102..0000000000 --- a/images/sourceeditor/bookmark0.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * bookmark0_xpm[] = { -"11 11 12 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #5F826A", -"# c #BBCABF", -"$ c #A3B7AA", -"% c #FFFFFF", -"& c #D1DBD4", -"* c #779580", -"= c #E7ECE9", -"- c #8DA695", -"; c #497155", -" ..... ", -" .+++++. ", -" .++@#$++. ", -".++@%#&$++.", -".++##+*=++.", -".++##+*%++.", -".++##+*%++.", -".++$&+-=++.", -" .+;=%%*+. ", -" .++*@+. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark1.png b/images/sourceeditor/bookmark1.png new file mode 100644 index 0000000000000000000000000000000000000000..1357c5a9f128f8b38f6797750bebba7e95cc2019 GIT binary patch literal 436 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBekLvblB0G&Q%pQv977~7C#N(p zW!mQJ@i8tn;d4~wR}0IVSigV&zMmie-RqN=e|NU3D)Y5D8xXjGh|0?zm2r}*o7V&_ z{B&l{BZI#@_vgP&P54vy_u+H(<8S2W#r>NQ8FhYkcl^PRJk!(qY>e6Yo10CU55JOO zYqPeOl$f_CIO)gl{>X;jxrP&__GXF+w>JbytxoCqvp=4P=bIQ0PwYM(jfU7GGaf!a z|NoN=lUJsXOp}+~nHV7+9v*?#)Y*~-4Ew|MnA;ajV&@jt-p=83VT;JA4@a*YIC4t& z(3kh$ubcDy|7Y-kIsV<+gdg93zm{Gm|Ni~kAK!BHT7N1^m6)e5ICB^z?8Nze{{8yXpI?g{65VGVeDHv(1~Y%UTTqe!!*BoE!`dhR R?E?lWgQu&X%Q~loCIE1(uZREu literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark1.xpm b/images/sourceeditor/bookmark1.xpm deleted file mode 100644 index 95845cc207..0000000000 --- a/images/sourceeditor/bookmark1.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bookmark1_xpm[] = { -"11 11 11 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #5F826A", -"# c #8DA695", -"$ c #497155", -"% c #A3B7AA", -"& c #E7ECE9", -"* c #BBCABF", -"= c #779580", -"- c #D1DBD4", -" ..... ", -" .+++++. ", -" .+++@#++. ", -".++$%&*+++.", -".++$=-*+++.", -".++++**+++.", -".++++**+++.", -".++++**+++.", -" .+++**++. ", -" .++@@+. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark2.png b/images/sourceeditor/bookmark2.png new file mode 100644 index 0000000000000000000000000000000000000000..ab960f2fab8810a70ecea8616e0e013ae63ce4a8 GIT binary patch literal 443 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBeg@-8P5v67Db}7Yjv*44lT#X) zGHvtq_!yU(@HwjTtA*uFtlz(X-_MW#?)AybzdKu1mHFD74G7#oMCE0V$~ei@&1-@d zemXPfk-=Y{`}5zXCj6=U`|!E?@i+4G;{Hu=jXFQOJN(!yh3RR1d-k$2J5Se-(RIF= zmfj}&n&nBQqy(SW|36EP9#UK|<(QVF(*O73E(UuNIa!v3~#leLp|`yVoZ#|L$y6Rpx7RHXv{V5tWxcD&r(qH?Ij= z`031?M+Sd+?$3Xln((LY@5ATn$KS}$i~BdhHR}BA?(k!;6sD*3?b*x9>^xmRM%Vdf zT6&x8YnCUKk`jDg|NksGdPs4>lw(?wO8?)ByDZGqbo%%*kFD)*dyk~uJ}b5JAju<& zE1n!Yqk8bbfreEAk{`048WnJ8RcDmM^5P;`t<($b#tEo{|pQa zHXcw-Fq`u(Ey2L{$bk<}?{Tp`+aG`5;BQ5J{_*YU)qy@P?ECMUj&B;sdyho+ z#eVp_wV~!_TCoUk>TF2~ySTY04ybB;{_yv%?B;+&Kc9cU|LKoaYr)a?=Ryn$I8Plo eJagg{2^NMV&z5lY&3T|OXYh3Ob6Mw<&;$TuX1nVE literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark3.xpm b/images/sourceeditor/bookmark3.xpm deleted file mode 100644 index 8d5acac573..0000000000 --- a/images/sourceeditor/bookmark3.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * bookmark3_xpm[] = { -"11 11 12 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #A3B7AA", -"# c #BBCABF", -"$ c #497155", -"% c #E7ECE9", -"& c #D1DBD4", -"* c #5F826A", -"= c #8DA695", -"- c #FFFFFF", -"; c #779580", -" ..... ", -" .+++++. ", -" .++@#@$+. ", -".++@%#&%++.", -".++**+=%++.", -".++++#-*++.", -".++++;#%++.", -".++=@+=-++.", -" .+;---#+. ", -" .+$;*+. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark4.png b/images/sourceeditor/bookmark4.png new file mode 100644 index 0000000000000000000000000000000000000000..d782147b33c8f125d47537103101226dd6896d53 GIT binary patch literal 450 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBJ_FVa@necWQ=B|q977~7C#N(p zW!mQJ@i8tn;d4~wR}0IVSigV&zMmie-RqN=e|NU3D)Y5D8xXjGh|0?zm2r}*o7V&_ z{B&l{BZI#@_vgP&P54vy_u+H(<8S2W#r>NQ8FhYkcl^PRJk!(qY>e6Y5C7lK!_!yB z!?U_rLgLx{fTSP4`y(5A=Ne9!+M6jR+};o*wK}Ea&;EEGp8s`@B4s}h@unw;8>apE z`FXz$NLILg!6bI$=`765%uWk4HJP~{TtAiiKp^B(LQ>LGu}03MU=C)VHFuPJ{@2yl z9{%v2KjuS;Im_W2JU|ftZf(Mk@4sJ5Pm_QD{_T(dIqR*b_gHtWT)tay+n=iP#>S8L zx6At2+ufOc^vmaOhv%>NPulwL@zqYAm?k6s`kEc)+^Tcx>;CJWUmwg7{^OkwEA#XP hJT`MAJv$v4wytbj=C*m$17H9%c)I$ztaD0e0szL&v!(z5 literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark4.xpm b/images/sourceeditor/bookmark4.xpm deleted file mode 100644 index 5db9a008ad..0000000000 --- a/images/sourceeditor/bookmark4.xpm +++ /dev/null @@ -1,26 +0,0 @@ -/* XPM */ -static char * bookmark4_xpm[] = { -"11 11 12 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #779580", -"# c #BBCABF", -"$ c #5F826A", -"% c #D1DBD4", -"& c #FFFFFF", -"* c #A3B7AA", -"= c #8DA695", -"- c #497155", -"; c #E7ECE9", -" ..... ", -" .+++++. ", -" .+++@#$+. ", -".++++%&@++.", -".+++*=&@++.", -".++-;+&@++.", -".++##@&*-+.", -".++#&&&&@+.", -" .++++&@+. ", -" .+++@-. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark5.png b/images/sourceeditor/bookmark5.png new file mode 100644 index 0000000000000000000000000000000000000000..62f1a4e6b4d2faf0fb3ed5b40f44aa860f068e27 GIT binary patch literal 431 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBJ_{w*BR`#hrs#XRIEF}EPEKiH z%Cybb<6~TE!sn>UuNIa!v3~#leLp|`yVoZ#|L$y6Rpx7RHXv{V5tWxcD&r(qH?Ij= z`031?M+Sd+?$3Xln((LY@5ATn$KS}$i~BdhHR}BA?(k!;6sD*3{W%%NX7b?7g6SFx z=T9Ff2>A6}T~`cbSJ+8`pY{6{E-hQS;?zyo9!a}>R%+)J7fd;JNO8rJgJ)D3r`z1^ z4T#t_voZ0%A{$%X+L*TY+tn*J7;G%+KA>{Z*Y@t&0|`|ehtiUsiY5N~{`<9bTYbI6 zherMHVFrJG|NY8)x&Qn3vYP5`;)gj;Jh;A_o5%j%{o4mWJwCiQa?YXc+;#iJCg|VJ z>3jIBKV03Yfb*11O?~-sohb$Xe*WEVv)@lK=HqT-QJ$D4qYnjXDynRZ>uxk{op*iL RRA6W_c)I$ztaD0e0sz3BwF>|M literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark5.xpm b/images/sourceeditor/bookmark5.xpm deleted file mode 100644 index 698032fdad..0000000000 --- a/images/sourceeditor/bookmark5.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bookmark5_xpm[] = { -"11 11 11 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #BBCABF", -"# c #8DA695", -"$ c #FFFFFF", -"% c #779580", -"& c #E7ECE9", -"* c #A3B7AA", -"= c #497155", -"- c #5F826A", -" ..... ", -" .+++++. ", -" .++@@@#+. ", -".+++$@@#++.", -".++%&@*=++.", -".++%$@&*++.", -".++--+#$++.", -".++##+#$++.", -" .+%$$$*+. ", -" .+=%-+. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark6.png b/images/sourceeditor/bookmark6.png new file mode 100644 index 0000000000000000000000000000000000000000..c16258aff07d75aaa6b953d1861f492b392fe898 GIT binary patch literal 463 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBK6691M@xc%rucihIEF}Eo*HQD zeK)~7+4ux>=hQx(kMLryMi-)#9T}Rg~Iwh ziUpF9SO*BmZwZ<%h={47=X zC`Y&Bt=h^nRoC__ZxjaFo|LJ#CV^?{=aW*&#%Ehauf5*>`a>PVELHUuNIa!v3~#leLp|`yVoZ#|L$y6Rpx7RHXv{V5tWxcD&r(qH?Ij= z`031?M+Sd+?$3Xln((LY@5ATn$KS}$i~BdhHR}BA?(k!;6sD*3?b*x9>^xmRM%Vdf zT6&x8YnCUKk`jDg|NksGdPH%-lw(?wO8?)B`!KQ`X4u_fc=-JM|4%Jhrd*1!V3}$& zW2cG)2z--w(nxaH)EKWl{o(JooN_)sYwjrVWIQM_KT?u%7R2%SUsqpy_``dCX1fnh z?{T$(JdpSc-%#d1_hj_4ji62af$>B!#bC?QrROCM}Z;9;OXk;vd$@? F2>_^2uh#$o literal 0 HcmV?d00001 diff --git a/images/sourceeditor/bookmark7.xpm b/images/sourceeditor/bookmark7.xpm deleted file mode 100644 index 6e5d5700ed..0000000000 --- a/images/sourceeditor/bookmark7.xpm +++ /dev/null @@ -1,25 +0,0 @@ -/* XPM */ -static char * bookmark7_xpm[] = { -"11 11 11 1", -" c None", -". c #000000", -"+ c #336041", -"@ c #8DA695", -"# c #BBCABF", -"$ c #5F826A", -"% c #D1DBD4", -"& c #FFFFFF", -"* c #E7ECE9", -"= c #A3B7AA", -"- c #779580", -" ..... ", -" .+++++. ", -" .+@####$. ", -".++@##%&$+.", -".+++++*@++.", -".++++=*+++.", -".++++&@+++.", -".+++-&++++.", -" .++#%+++. ", -" .+$$++. ", -" ..... "}; diff --git a/images/sourceeditor/bookmark8.png b/images/sourceeditor/bookmark8.png new file mode 100644 index 0000000000000000000000000000000000000000..9bafeabe2096743b2493be058ca6413d87239b36 GIT binary patch literal 466 zcmeAS@N?(olHy`uVBq!ia0vp^+#t-s1|(OmDOUqhjKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yMT7*HEkzv*x37{Z*iKnkC`weDBes+N={4Y)dO$qXJaSV~TJT-8y z_u&GOJvE85gl2mj>1V5(;41P`iS=cIU?7+3Y`&(+&T6tUI{$cIK6z!oV6u1MCXr0` z=@uE{+dUj!2Sr`1Q(2oUn-pwab$ai^dwU0j_X4|OZ7di zwGhvrI@^pPfWcwXZzS9yWlhx1Ik;opQD*`J9*e^4s}kYhdE5hK6f~`DQD)s5}1AMV)Q-P@9*wD?mLw4@>sHQy2;$>TTRZkisoO)w9q|W zV7KP<_FK8)3>pjyoywojv)U$4nB^^U1iza@Z zvBa#Q#_WMo_?@;wWkJCeE_csMob{e{PWP?g`uD=ct_p?ElI^(9XuK}CEBH{=cX?%` zxACE*1!3#{xiWMd@jGxjYSz-78;l~kXS8NYPoDGa5Z7y7E8dFx3}+X`unGltr5#*< z`zCMs^rPE9 zmXtS6(75@w{PT