Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-06-30 Thread Tom Copeland
On Mon, 2005-05-02 at 17:23 -0400, Tom Copeland wrote: > Howdy - > > Here's a bit of GIMP "code publicity" I thought folks might be > interested in. I'm working on a tutorial for IBM's developerWorks site > on the GLib collections - GSList, GHashTable, GTree, and all that. As > part of the tutor

[Fwd: Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP]

2005-05-02 Thread Tom Copeland
Forwarded Message > From: Sven Neumann <[EMAIL PROTECTED]> > gimp-2.2.4/app/core/gimppreviewcache.c uses a GSList as a sort of > size-based queue; it holds image previews in a GSList and uses > g_slist_insert_sorted to insert the smaller images first. Oddly, > another

Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-05-02 Thread Tom Copeland
On Tue, 2005-05-03 at 00:06 +0200, Simon Budig wrote: > Tom Copeland ([EMAIL PROTECTED]) wrote: > > Here's a list of the references to the GIMP that I've currently got in > > the article: > > > > http://infoether.com/~tom/gimp_snippets.html > > > > If anyone has any suggestions/corrections to the

Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-05-02 Thread Sven Neumann
Hi, Tom Copeland <[EMAIL PROTECTED]> writes: > Here's a bit of GIMP "code publicity" I thought folks might be > interested in. I'm working on a tutorial for IBM's developerWorks site > on the GLib collections - GSList, GHashTable, GTree, and all that. As > part of the tutorial, I'm picking out

Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-05-02 Thread Sven Neumann
Tom Copeland <[EMAIL PROTECTED]> writes: > http://infoether.com/~tom/gimp_snippets.html ___ Gimp-developer mailing list Gimp-developer@lists.xcf.berkeley.edu http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Re: [Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-05-02 Thread Simon Budig
Tom Copeland ([EMAIL PROTECTED]) wrote: > Here's a list of the references to the GIMP that I've currently got in > the article: > > http://infoether.com/~tom/gimp_snippets.html > > If anyone has any suggestions/corrections to the descriptions of these > usages, please email me at [EMAIL PROTECTED

[Gimp-developer] [maybe OT?] Code excerpts from the GIMP

2005-05-02 Thread Tom Copeland
Howdy - Here's a bit of GIMP "code publicity" I thought folks might be interested in. I'm working on a tutorial for IBM's developerWorks site on the GLib collections - GSList, GHashTable, GTree, and all that. As part of the tutorial, I'm picking out excerpts of various collection type usages fro