Re: [E-devel] Re: E CVS: libs/edje raster

2004-08-30 Thread The Rasterman
On Mon, 30 Aug 2004 19:44:45 -0500 Brian Mattern <[EMAIL PROTECTED]> (Bbabbled: (B (B> argh. guess i ran cvs update from the lib dir and forgot to commit the (B> bin changes. (B> I had done things slightly differently, adding ob_fonts() and (B> ob_fonts_font() functions (mirroring the image

[E-devel] Re: E CVS: libs/edje raster

2004-08-30 Thread Brian Mattern
argh. guess i ran cvs update from the lib dir and forgot to commit the bin changes. I had done things slightly differently, adding ob_fonts() and ob_fonts_font() functions (mirroring the image ones) to actually create the _Directory and _Directory_Entry structs. which way is preferrable? -- bri

Re: [E-devel] erss-0.0.2.20040710 window disappears

2004-08-30 Thread Ibukun Olumuyiwa
> I found this bug in the mentioned version of erss added it to > bugs.gentoo.org and vapier suggested me to tell you about it. > I hope you can fix this or tell me whats wrong. > This is the url to the bug: http://bugs.gentoo.org/show_bug.cgi?id=61241 > Known bug. Unfortunately afaik ERSS has no

Re: [E-devel] embryo typo?

2004-08-30 Thread Tilman Sauerbeck
Akusai <[EMAIL PROTECTED]> [2004-08-30 21:58]: > Am 30.08.2004 18:23:35 schrieb(en) Tilman Sauerbeck: > >Torsten Stets <[EMAIL PROTECTED]> [2004-08-30 17:54]: > >> in embryo, under src/bin/, in the file embryo_cc_amx.h in line 34 > >> stands: > >> # ifdef HAVE_INTTYPES_H > >> > >> I had a little tr

Re: [E-devel] embryo typo?

2004-08-30 Thread Akusai
Am 30.08.2004 18:23:35 schrieb(en) Tilman Sauerbeck: Torsten Stets <[EMAIL PROTECTED]> [2004-08-30 17:54]: > in embryo, under src/bin/, in the file embryo_cc_amx.h in line 34 > stands: > # ifdef HAVE_INTTYPES_H > > I had a little trouble compiling embryo, but after changing the > statement to > # i

Re: [E-devel] evas + png in eet ?

2004-08-30 Thread The Rasterman
On Mon, 30 Aug 2004 10:12:02 +0200 Holger Hanrath <[EMAIL PROTECTED]> babbled: (B (B> On Sat, 21 Aug 2004 16:38:01 +0200, Michael 'Mickey' Lauer wrote: (B> (B> > Hi, (B> > (B> > is stuffing a picture.png into /path/to/my.eet and then trying to load (B> > it via evas_object_image_load( obj,

Re: [E-devel] evas + png in eet ?

2004-08-30 Thread The Rasterman
On Sat, 21 Aug 2004 16:38:01 +0200 "Michael 'Mickey' Lauer" (B<[EMAIL PROTECTED]> babbled: (B (B> Hi, (B> (B> is stuffing a picture.png into /path/to/my.eet and then trying to load (B> it via evas_object_image_load( obj, "/path/to/my.eet", "picture.png" ) (B> supposed to work? (B (Bno :)

Re: [E-devel] evas + png in eet ?

2004-08-30 Thread Holger Hanrath
On Sat, 21 Aug 2004 16:38:01 +0200, Michael 'Mickey' Lauer wrote: > Hi, > > is stuffing a picture.png into /path/to/my.eet and then trying to load > it via evas_object_image_load( obj, "/path/to/my.eet", "picture.png" ) > supposed to work? no, try this: Evas_Object * obj; int load_image_from_

[E-devel] Re: [e-users] E 0.16.7.1

2004-08-30 Thread Ole Guldberg Jensen
Kim Woelders wrote: This is a bugfix only release which fixes a number of problems in 0.16.7: I have update the darwinports version of enlightenment to version 0.16.7.1. Just a heads up to the macosx freaks :) --- This SF.Net email is sponsored by

[E-devel] Focus Bugs That Just Won't Go Away

2004-08-30 Thread Jason Van Cleve
I've just installed .16.7.1, and at least one focus bug remains. If I have two windows open on a desktop, window A and window B, and I change the focus from A to B using alt-tab, then switch desktops right away, I then switch back to the first desktop to find that window B has been raised, but tha

[E-devel] Patch for PNG image loading in imlib2-1.1.1

2004-08-30 Thread Brian Lindholm
Gentlemen, The attached patch is needed to make imlib2 load palette-based PNG images with transparency properly. It also corrects my e-mail address. Brian Lindholm diff -ru imlib2-1.1.1-orig/AUTHORS imlib2-1.1.1/AUTHORS --- imlib2-1.1.1-orig/AUTHORS»··Thu Jul 1 20:15:19 2004 +++ imlib2-1.1.1/AUT

[E-devel] Evas

2004-08-30 Thread Holger Hanrath
Hi all I have two problems with evas-text-objects. The first is if i hide a text-object once i can't make it visible again. The other problem is a text-object with a single whitespace produce strange geometric values. thanks --- This SF.Net e

[E-devel] erss-0.0.2.20040710 window disappears

2004-08-30 Thread Jan Sauerbier
I found this bug in the mentioned version of erss added it to bugs.gentoo.org and vapier suggested me to tell you about it. I hope you can fix this or tell me whats wrong. This is the url to the bug: http://bugs.gentoo.org/show_bug.cgi?id=61241 Regards Jan Sauerbier -- ===

[E-devel] Tutorial for evas, edje, embryo & co

2004-08-30 Thread Michael Kaufmann
Hi, I'm looking for (up to date) documentation for evas, edje and embryo. I want to make a simple puzzle game (for a present-presentation at my mum's birthday) and I want to use those libs for it (maybe there's a simpler way, but I'm quite interested in Enlightenment). So, are there docs simila

[E-devel] evas + png in eet ?

2004-08-30 Thread Michael 'Mickey' Lauer
Hi, is stuffing a picture.png into /path/to/my.eet and then trying to load it via evas_object_image_load( obj, "/path/to/my.eet", "picture.png" ) supposed to work? -- Regards, Mickey. -- Dipl.-Inf. Michael 'Mickey' Lauer <[EMAIL PR