Re: [E-devel] Memory leak in Imlib1's Imlib_paste_image() routine?

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 22:36:23 -0700 "Bowie J. Poag" <[EMAIL PROTECTED]> babbled: > > Hi Carsten, > > Okbut, as a routine, do you know if is Imlib_paste_image() leaky or not? it used to leak GC's. but i remember fixing that years ago. > Getting a definite yes or no

Re: [E-devel] Memory leak in Imlib1's Imlib_paste_image() routine?

2003-09-22 Thread Bowie J. Poag
Hi Carsten, Okbut, as a routine, do you know if is Imlib_paste_image() leaky or not? Getting a definite yes or no on that question would save me alot of debug time. For now, rewriting Pogo to handle Imlib2 is sorta out of the question..It wouldnt make much sense f

[E-devel] [enlightenment - General] E16.5 and Shrike

2003-09-22 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2201956 By: fydaq I'm relatively new to desktop linux, as I'm sure this e-mail is going to make painfully obvious, so forgive me if I'm asking something obvious. when first installing this, it seemed that my

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread The Rasterman
On Sun, 31 Aug 2003 18:55:22 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: > Hi, > guess I really screwed up that _prop_layer_set() function as it didn't > honour other atoms that might have been set by the WM. > > AFAIK, I did it right now. The attached patch includes

Re: [E-devel] wmctrl

2003-09-22 Thread Michael Jennings
On Tuesday, 23 September 2003, at 08:39:11 (+1000), Carsten Haitzler wrote: > > http://sweb.cz/tripie/utils/wmctrl/ > > hmmm looks like a damn useful little tool :) Indeed. Which is why I put it into Vermillion earlier this afternoon. :) Michael -- Michael Jennings (a.k.a. KainX) http://w

Re: [E-devel] wmctrl

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 19:38:06 +0200 Cristalle Azundris Sabon <[EMAIL PROTECTED]> babbled: > > http://sweb.cz/tripie/utils/wmctrl/ hmmm looks like a damn useful little tool :) -- --- Codito, ergo sum - "I code, therefore I am"

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 20:19:33 +0200 Kim Woelders <[EMAIL PROTECTED]> babbled: > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 21 Sep 2003 08:07:18 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> > > babbled: > > > > > >>Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]

Re: [E-devel] Memory leak in Imlib1's Imlib_paste_image() routine?

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 02:18:34 -0700 "Bowie J. Poag" <[EMAIL PROTECTED]> babbled: > > Howdy, gang. Got a question for the group...Hopefully someone here can > help me figure out this little puzzle. ok. we COULD fix it. but we basically don't want to because we'll say "use iml

Re: [E-devel] unnecessary library linking in e16{key,menu}edit ?

2003-09-22 Thread The Rasterman
On Sun, 21 Sep 2003 02:22:24 -0400 Mike Frysinger <[EMAIL PROTECTED]> babbled: > i dunno if anyone even maintains these packages anymore, but the Makefile in > both packages seem to add some useless libraries to the linking process ... > -lgdbm -lgdk_imlib > if i remove those, both

Re: [E-devel] ecore move SPLIT to HEAD....

2003-09-22 Thread The Rasterman
On Mon, 22 Sep 2003 07:58:23 -0400 Alan Schmitt <[EMAIL PROTECTED]> babbled: > * Carsten Haitzler ([EMAIL PROTECTED]) wrote: > > I'm planning on moving ecore from SPLIT to HEAD sometime soon - likely this > > weekend... > > > > What will result from this? Well E in cvs will b

Re: [E-devel] [PATCH] sticky windows for ecore_x + updated my other stuff

2003-09-22 Thread Kim Woelders
Carsten Haitzler (The Rasterman) wrote: On Sun, 21 Sep 2003 08:07:18 +0200 Tilman Sauerbeck <[EMAIL PROTECTED]> babbled: Tilman Sauerbeck <[EMAIL PROTECTED]> [2003-08-31 19:23]: AFAIK, I did it right now. The attached patch includes all of the changes I made during the last three days, so you can

Re: [E-devel] wmctrl

2003-09-22 Thread Kim Woelders
Cristalle Azundris Sabon wrote: http://sweb.cz/tripie/utils/wmctrl/ That's a nice thingy! I wish I had that a couple of months ago. /Kim --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [E-devel] ecore move SPLIT to HEAD....

2003-09-22 Thread Alan Schmitt
* Carsten Haitzler ([EMAIL PROTECTED]) wrote: > I'm planning on moving ecore from SPLIT to HEAD sometime soon - likely this > weekend... > > What will result from this? Well E in cvs will break. It will no longer compile. > That will be the last app using the cold ecore code from HEAD to worry abo

[E-devel] Memory leak in Imlib1's Imlib_paste_image() routine?

2003-09-22 Thread Bowie J. Poag
Howdy, gang. Got a question for the group...Hopefully someone here can help me figure out this little puzzle. The following is a simple function that makes an Imlib image (a little icon) flash X number of times. This function leaks memory like crazy.. I've pinned it down to Imlib_paste_image().