[E-devel] Re: E CVS: apps/e codewarrior

2006-01-14 Thread The Rasterman
On Sat, 14 Jan 2006 13:05:44 -0800 enlightenment-cvs@lists.sourceforge.net babbled: > Enlightenment CVS committal > > Author : codewarrior > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e_apps.c e_apps.h e_eap_editor.c e_fileman_file.c >

[E-devel] Re: E CVS: apps/e codewarrior

2006-01-06 Thread Hisham Mardam Bey
> Enlightenment CVS committal > > Author : codewarrior > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > e.h e_fileman_file.c e_fileman_file.h e_fileman_icon.c > e_fileman_smart.c e_fileman_smart.h e_int_border_menu.c > e_int_menus.

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 10:02:26 +0200 Hisham Mardam Bey <[EMAIL PROTECTED]> babbled: > On 12/19/05, Brian Mattern <[EMAIL PROTECTED]> wrote: > > A few things: > > > > Include backgrounds from theme files > > (/prefix/share/enlightenment/themes/* and ~/.e.e/themes/*) > > > > Yep. > > > If a bg doesn

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-12-19 Thread Hisham Mardam Bey
On 12/19/05, Brian Mattern <[EMAIL PROTECTED]> wrote: > A few things: > > Include backgrounds from theme files > (/prefix/share/enlightenment/themes/* and ~/.e.e/themes/*) > Yep. > If a bg doesn't have a thumbnail group, generate a thumb using the > buffer engine rather than just using the full b

[E-devel] Re: E CVS: apps/e codewarrior

2005-12-18 Thread Brian Mattern
A few things: Include backgrounds from theme files (/prefix/share/enlightenment/themes/* and ~/.e.e/themes/*) If a bg doesn't have a thumbnail group, generate a thumb using the buffer engine rather than just using the full blown bg. Or at least clip the bg to the box it's in, to prevent this

[E-devel] Re: E CVS: apps/e codewarrior

2005-11-01 Thread Ryan Little
Please, if you're going to add / remove files from CVS, make sure you take them out / add them in to EXTRA_DIST in the Makefile.am in that dir as well :)On 10/30/05, enlightenment-cvs@lists.sourceforge.net < enlightenment-cvs@lists.sourceforge.net> wrote:Enlightenment CVS committal Author  : codewa

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-10-30 Thread ilLogict
[snip] Hello! Thank you very much for all your replies; I will not rely on it anymore now! ;D Cheers! -- ilLogict --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register

Re: [e-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread The Rasterman
On Sat, 29 Oct 2005 19:56:34 +0200 ilLogict <[EMAIL PROTECTED]> babbled: > Aujourd'hui, Martin Geisler <[EMAIL PROTECTED]> a raconté : > > > ilLogict <[EMAIL PROTECTED]> writes: > > > >>>file->preview_funcs[0] = e_fm_file_is_image; > >>>file->preview_funcs[1] = e_fm_file_is_etheme; > >>>

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread Mike Frysinger
On Sat, Oct 29, 2005 at 09:19:52PM +0200, Martin Geisler wrote: > ilLogict <[EMAIL PROTECTED]> writes: > > > As far as I tried, creating a n-field array and accessing the > > array[n] element always returned me NULL. > > You have been lucky, or rather, you've seen the effects of how memory > is a

[E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread Martin Geisler
ilLogict <[EMAIL PROTECTED]> writes: > As far as I tried, creating a n-field array and accessing the > array[n] element always returned me NULL. You have been lucky, or rather, you've seen the effects of how memory is allocated on the heap: you ought to get a segmentation fault when you access me

[e-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread ilLogict
Aujourd'hui, Martin Geisler <[EMAIL PROTECTED]> a raconté : ilLogict <[EMAIL PROTECTED]> writes: file->preview_funcs[0] = e_fm_file_is_image; file->preview_funcs[1] = e_fm_file_is_etheme; file->preview_funcs[2] = e_fm_file_is_ebg; file->preview_funcs[3] = e_fm_file_is_eap; + file

[E-devel] Re: E CVS: apps/e codewarrior

2005-10-29 Thread ilLogict
- Message de enlightenment-cvs@lists.sourceforge.net - Date : Sat, 29 Oct 2005 07:16:21 -0700 De : enlightenment-cvs@lists.sourceforge.net Répondre à : enlightenment-devel@lists.sourceforge.net Sujet : E CVS: apps/e codewarrior À : enlightenment-cvs@lists.sourceforge.net

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-10-18 Thread Hisham Mardam Bey
On 10/19/05, dan sinclair <[EMAIL PROTECTED]> wrote: > > Would making this follow the thumbnail spec not make more sense, then we > wouldn't have to repeat all the work of re-thumbnailing things that are > already done. (You could re-use the thumbs for backgrounds that emblem > creates for instance

Re: [E-devel] Re: E CVS: apps/e codewarrior

2005-10-18 Thread The Rasterman
On Tue, 18 Oct 2005 20:24:48 -0400 dan sinclair <[EMAIL PROTECTED]> babbled: > On Tue, 2005-10-18 at 16:03 -0700, > enlightenment-cvs@lists.sourceforge.net wrote: > > Enlightenment CVS committal > > > > Author : codewarrior > > Project : e17 > > Module : apps/e > > > > Dir : e17/apps/e/src

[E-devel] Re: E CVS: apps/e codewarrior

2005-10-18 Thread dan sinclair
On Tue, 2005-10-18 at 16:03 -0700, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : codewarrior > Project : e17 > Module : apps/e > > Dir : e17/apps/e/src/bin > > > Modified Files: > Makefile.am e_fileman_smart.c e_includes.h > Added Files: