You can subscribe to this list here.
2002 |
Jan
|
Feb
(9) |
Mar
(5) |
Apr
(18) |
May
(10) |
Jun
(8) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(3) |
Nov
(2) |
Dec
(1) |
2007 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: tim r. <bla...@ya...> - 2013-01-27 23:05:59
|
http://tarhepeymayesh.com/images/muchmoneynow.html ======================================== tim rau |
From: Ionela D. <im...@ba...> - 2007-01-24 00:51:47
|
Good day, VlA_AGRA $1, 80 ClA_ALIS $3, 00 LEV_VlTRA $3, 35 http://www.printeryml*com ( Important ! Replace "*" with "." ) -- disappear into the darkness, and then Ron said, Well, wed better get downstairs for your surprise party, Harry Fred and George should have nicked enough food from the kitchens by now. |
From: Leyton E. <de...@de...> - 2006-10-08 02:23:45
|
Hi, VrAGRA for less http://www.fikionshiderundepins.com =20 _____ =20 snapped to attention and gave a mighty salute-as did the squad of keep in touch. If we are going to complete this assignment the right day? The silence lengthened. Yes, sir, right you are-its not |
From: Meirion S. <phi...@fo...> - 2006-10-05 22:20:43
|
Hi, ClAjLIS VlAjGRA AMBjlEN VALjlUM SAjVE 60 % with http://www.pilonjunhertiondecsa.com =20 _____ =20 To do what? alive and well and leading the pack. This is a fractured society here, there with us, singing the song. |
From: Alpin H. <ke...@aa...> - 2006-10-02 05:22:22
|
Good day, AMBttIEN VALttIUM CIAttLIS VIAttGRA Save 50 % with http://www.refunthiolnshidefun.com =20 _____ =20 the usual TV entertainment channels as well as educational and news I nodded and thought-then smiled. Correct, Admiral. Why dont we The imaged clouds blew by and a massive five-sided building appeared |
From: Herminius N. <fre...@fi...> - 2006-09-30 07:32:51
|
Good day, AMBzzIEN VALzzIUM CIAzzLIS VIAzzGRA Econnomize over 50 % with http://www.wlabiutoev.info =20 _____ =20 could not drop. A solid argument-and I could use the rest. Keep an contact.=20 He broke off as Indefatigable came running back. |
From: Timotej B. <wy...@ar...> - 2006-09-04 11:35:00
|
Hi =20 All you p r PH p ARM n AC d Y d i irectl d y from the man h ufa j cture n r, Your c v han q ce to ec n onomi y ze w x ith us http://limionbadesun.com |
From: Pierre-Paul L. <pp...@nb...> - 2004-08-17 19:24:14
|
On Tue, Aug 17, 2004 at 09:12:22AM -0700, tim rau wrote: > I did not know where else to send this, maybeyou > should have a cupport e-mail or something. I am > something of a noob to linux, thus I can't figure out > how to set environmental variables, or whatever needs > to be done to get my name on the score list. Please > help me. You might explain it a little. It depends on your shell. in csh it is: setenv XSFCAVE_NICKNAME john In bash XSFCAVE_NICKNAME=john export XSFCAVE_NICKNAME Or something like that. I don't use bash. Let me know if it doesn't work. I expect to use a command line argument for the nickname in the next version. Should be easier. Good luck, ppl |
From: tim r. <bla...@ya...> - 2004-08-17 16:18:48
|
I did not know where else to send this, maybeyou should have a cupport e-mail or something. I am something of a noob to linux, thus I can't figure out how to set environmental variables, or whatever needs to be done to get my name on the score list. Please help me. You might explain it a little. __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |
From: Pierre-Paul L. <pp...@nb...> - 2002-12-18 01:28:07
|
Hi, The map interface needs to be modifyed. Instead of using an unspecified key, we will drop to a specific key type. The key type will be the Window Xlib type. The changes is mainly in map.c implementation. the `struct mapPrivate' will have a `Window key;' member instead of the two members `size_t keySize; const void *key;'. All the memcmp() for the keys will be remove. The compraision function will no more be needed. map.h, window.c and decoration.c will also need to reflect the interface changes. In map.h #define MAP_INTERFACE(type) \ Bool (* create )(type *this, size_t keySize, \ size_t dataSize); \ void (* destroy )(type *this); \ void * (* map )(type *this, const void *key, \ const void *data); \ Bool (* unmap )(type *this, const void *key); \ void * (* match )(type *this, const void *key); \ unsigned int (* count )(type *this); \ int (* populate )(type *this, void *array, \ Bool (*)(const void *)); \ void (* setFree )(type *this, void (*)(void *)); \ void (* setCompare)(type *this, \ int (*)(const void *, const void *)); will become #define MAP_INTERFACE(type) \ Bool (* create )(type *this, size_t dataSize); \ void (* destroy )(type *this); \ void * (* map )(type *this, const Window, \ const void *data); \ Bool (* unmap )(type *this, const Window); \ void * (* match )(type *this, const Window); \ unsigned int (* count )(type *this); \ int (* populate )(type *this, Window *array, \ Bool (*)(const void *)); \ void (* setFree )(type *this, void (*)(void *)); Any of you want to take care of these changes (arjones/peru)? |
From: Pierre-Paul L. <pp...@nb...> - 2002-12-16 05:58:42
|
Just to let everyone know that peru just got commit access to scrap repository. His unix name on sf.net is m4ur1c10. He should help me with scrapwm Xlib code. Also welcome back to arjones who was busy in the late months. He should take care of the XML. Have a good day, ppl |
From: Pierre-Paul L. <pp...@nb...> - 2002-12-09 01:42:03
|
What we need is macros that will detect xpm and xshape libs. If libXXX is present, by default HAVE_XXX will be true. Their should be an --enable-XXX or --disable-XXX to explicitly turn support of any of them on or off. |
From: Pierre-Paul L. <pp...@nb...> - 2002-11-16 23:02:04
|
Hi, I need a macro for detecting libxpm precense on the system. Also a way to turn XPM support on/off at ./configure time. I'm currently using -DHAVE_XPM in scrapwm/src/Makefile.am which needs to be fixed. Would you mind to write this nlevitt? |
From: Pierre-Paul L. <pp...@nb...> - 2002-11-16 22:23:41
|
Just a test... please ignore (sorry about it if it works) |
From: Pierre-Paul L. <pp...@nb...> - 2002-07-10 03:32:12
|
I've fiddle with things a little, problem seems to be in decorateWindow because of XReparentWindow behavior + XMapWindow which will probably turn out on not being present in decorateWindow. I'll try to commit my local changes tomorrow night. On Mon, Jul 08, 2002 at 11:41:08AM +0200, Davor Ocelic wrote: > > Very well. :) > > > On Mon, 8 Jul 2002, Pierre-Paul Lavoie wrote: > > > Hey, > > > > docelic, there's something you might be interested in doing in > > winInit(). > > > > window.c:118 > > /* > > Look for windows that are already present and > > register/decorate them. > > */ > > > > This part doesn't work at the moment. Would you be interested in > > taking a look at this? > > > > ppl |
From: Davor O. <do...@te...> - 2002-07-08 09:45:47
|
Very well. :) On Mon, 8 Jul 2002, Pierre-Paul Lavoie wrote: > Hey, > > docelic, there's something you might be interested in doing in > winInit(). > > window.c:118 > /* > Look for windows that are already present and > register/decorate them. > */ > > This part doesn't work at the moment. Would you be interested in > taking a look at this? > > ppl > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > We have stuff for geeks like you. > http://thinkgeek.com/sf > _______________________________________________ > Scrap-hackers mailing list > Scr...@li... > https://lists.sourceforge.net/lists/listinfo/scrap-hackers > |
From: Pierre-Paul L. <pp...@nb...> - 2002-07-08 03:21:29
|
Hey, docelic, there's something you might be interested in doing in winInit(). window.c:118 /* Look for windows that are already present and register/decorate them. */ This part doesn't work at the moment. Would you be interested in taking a look at this? ppl |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:54:46
|
I just checked in some changes which, at least, work here... could you take a look at them and tell me what you think? thanks, ppl. On Fri, 2002-06-14 at 20:13, Noah Levitt wrote: > IIRC, you can use -D for everything or use config.h for > everything. If you want to mix them you probably have to > write your own m4 thing... > > > On Fri, Jun 14, 2002 at 08:09:57PM -0300, Pierre-Paul Lavoie wrote: > > blossom, if you have time... > > > > > > AC_ARG_ENABLE(debug, > > > > would it be possible to have CPP_FLAGS set to -DDEBUG instead of using > > config.h ? and if AC_ARG_ENABLE false, have -DNDEBUG for CPP_FLAGS ? > > > > thanks, ppl. |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:18:45
|
well, I'm not sure what to modify in configure.in to do it. I don't care to mix them personally. It's just that I think that things such as DEBUG/NDEBUG shouldn't rely on header file inclusion to be defined. I'm not really m4 aware... are you sure we would need that? I'll check some other projects to see what they do. On Fri, 2002-06-14 at 20:13, Noah Levitt wrote: > IIRC, you can use -D for everything or use config.h for > everything. If you want to mix them you probably have to > write your own m4 thing... > > > On Fri, Jun 14, 2002 at 08:09:57PM -0300, Pierre-Paul Lavoie wrote: > > blossom, if you have time... > > > > > > AC_ARG_ENABLE(debug, > > > > would it be possible to have CPP_FLAGS set to -DDEBUG instead of using > > config.h ? and if AC_ARG_ENABLE false, have -DNDEBUG for CPP_FLAGS ? > > > > thanks, ppl. |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:15:16
|
Hi, I was wondering if you could start doing some backgrounds images and promotion images for the scrap project? chol have some in the CVS... you can take a look at them from webcvs (scrap.sf.net). Maybe it can inspire you... If you need more information on the gfx... feel free to ask. thanks, ppl. |
From: Noah L. <nl...@co...> - 2002-06-14 23:13:54
|
IIRC, you can use -D for everything or use config.h for everything. If you want to mix them you probably have to write your own m4 thing... On Fri, Jun 14, 2002 at 08:09:57PM -0300, Pierre-Paul Lavoie wrote: > blossom, if you have time... > > > AC_ARG_ENABLE(debug, > > would it be possible to have CPP_FLAGS set to -DDEBUG instead of using > config.h ? and if AC_ARG_ENABLE false, have -DNDEBUG for CPP_FLAGS ? > > thanks, ppl. > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Scrap-hackers mailing list > Scr...@li... > https://lists.sourceforge.net/lists/listinfo/scrap-hackers |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:10:09
|
blossom, if you have time... AC_ARG_ENABLE(debug, would it be possible to have CPP_FLAGS set to -DDEBUG instead of using config.h ? and if AC_ARG_ENABLE false, have -DNDEBUG for CPP_FLAGS ? thanks, ppl. |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-14 23:08:06
|
Hmm. this was supposed to have been sent since sometime... evolution crashed ;/ -- old mesg start here -- http://teleport.medri.hr/~docelic/misc/screen.c (and .h) You're not on IRC, so I'll use the mailing list. :-) First, thanks for the corrections in your latest commits. Source files look good for CVS commit... By the way, I'll explain you what exactly is debugf/D(). Wherever you need a printf, you should probably be using debugf. Currently the only difference is that it also print the information in ~/.scrap/scrapwm.debug. If the message isn't important to the regular user, then wrap it in D(). D() is a null-macro if --enable-debug is not specify. It's not that important as long we don't release the code. At that point we will make sure all debugf calls for "real" debugging purpose is wrapped in D(debugf("testing")); /* just as an example */ For your "not really right?" comment: ScreenCount(ddisplay); /* is this good? btw, why ddisplay? */ I was actually thinking of using a screen source file 8-) I might be editing it a little myself later... Have a good day everyone, ppl |
From: Davor O. <do...@te...> - 2002-06-13 10:18:25
|
Blossom, could you add a check for Xinerama in configure script, and define HAVE_XINERAMA if it finds it.. |
From: Pierre-Paul L. <pp...@nb...> - 2002-06-12 23:57:36
|
Hello everyone... Davor Ocelic (docelic) which is idling on IRC on #scrap channel (irc.openprojets.net) has just joined the dev team for scrapwm. He's going to bring features related to xinerama. Of course, it will be made easy to toggle off if your system doesn't support xinerama extension. later, ppl. |