Re: [E-devel] Can imlib2 read tEXt data stored in png file?

2005-03-14 Thread Ibukun Olumuyiwa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 DaveMDS wrote: | Hi all, I need to read/write tEXt data stored in png file. | | is this the right function to do that? | * | void *imlib_image_get_attached_data(const char *key); | | *I can't make it works :( | | Can someone help me? | Thanks | DaveMDS

[E-devel] [patch] imlib2 gcc hush

2005-03-14 Thread Craig Hurley
font_main.c-imlib_hash_size-mv.patch imlib_hash_size called before defined/declared. Move up 2 function since it was only used by the 2 functions above it. color_helpers.h-missing_h.patch __imlib_*hsv* (in color_helpers.c) use abs, round and floor. Added needed

[E-devel] Solaris 10 Findings / Code Things

2005-03-14 Thread Binary Crusader
After much pain (mainly due to the Solaris linker and bmake vs. gmake, etc. and my newness to Solaris) I finally managed to get e17 running on Solaris 10. However, it's not quite right yet and I have more work to do on it. In the meantime, there were some things I had to fix to get some of the E17

Re: [E-devel] 256 color support in Eterm

2005-03-14 Thread Michael Jennings
On Sunday, 13 March 2005, at 01:11:53 (+0100), Fredrik Svensson wrote: > I am a long time user of Enlightenment and I have been looking into > getting 256 colors support in Eterm the way xterm already have. > > I dug into the code and made it happen. The attached tar package > includes the patch,

Re: [E-devel] Eterm double-buffer 100% CPU (bug?)

2005-03-14 Thread Michael Jennings
On Thursday, 17 February 2005, at 16:36:31 (-0500), Nicholas Jones wrote: > This appears only to happen to eterm and only when using > double-buffering. > > Eterm --double-buffer > > while true; do cat /etc/passwd; sleep 0.1; done > (You might have to adjust 0.1 for your locale) > > Partially c

[E-devel] enlightenment support for xserver with video and print screens

2005-03-14 Thread Josh Hurst
Hi, http://lists.freedesktop.org/archives/xorg-commit/2005-March/002586.html describes a bugfix for twm to handle a xserver correctly which has one or more video and one or more print screens - that may something needed in enlightenment (analogous to xinerama support), too. Any thoughts? -- Josh

[E-devel] Re: Ewlbook contribution

2005-03-14 Thread dan sinclair
Thanks for the patch, I've commited a slightly modified version. If you're planning on sending more can you attach the patches instead of inlining them? Makes my life easier to get them out of the email. Thanks, dan On Tue, 2005-03-08 at 19:01 +, ktabic wrote: > A contribution to the ewlboo

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

2005-03-14 Thread The Rasterman
On Mon, 14 Mar 2005 22:17:19 +0100 Kim Woelders <[EMAIL PROTECTED]> babbled: (B (B> enlightenment-cvs@lists.sourceforge.net wrote: (B> > Enlightenment CVS committal (B> > (B> > Author : raster (B> > Project : e17 (B> > Module : libs/ecore (B> > (B> > Dir : e17/libs/ecore/src/lib/ec

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

2005-03-14 Thread Andrew Elcock
Yes, java!!! (which is what we are trying to debug now - wanna help? :) ) Andy Kim Woelders wrote: enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Ma

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

2005-03-14 Thread Kim Woelders
enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Ecore_X.h Makefile.am ecore_x.c Added Files: ecore_x_e.c Log Message: add an "old e hints" codebase Just curio

[E-devel] Can imlib2 read tEXt data stored in png file?

2005-03-14 Thread DaveMDS
Hi all, I need to read/write tEXt data stored in png file. is this the right function to do that? void *imlib_image_get_attached_data(const char *key); I can't make it works  :( Can someone help me? Thanks DaveMDS

[E-devel] Can imlib2 read tEXt data stored in png file?

2005-03-14 Thread DaveMDS
Hi all, I need to read/write tEXt data stored in png file. is this the right function to do that? void *imlib_image_get_attached_data(const char *key); I can't make it works  :( Can someone help me? Thanks DaveMDS

[E-devel] e17 patches for fixmes in e_menu.c

2005-03-14 Thread Peter Evans
over the weekend i worked on a few patches to address some fixmes in e_menu.c. there had been some issues due to the fact that while active menus were tracked in e_menu.c, THE active menu was not -- nor was THE active menu item -- which meant that any code that had to find such objects had to perf

Re: [E-devel] ewl_entry -Wall warnings assignment from incompatible pointer type

2005-03-14 Thread Nathan Ingersoll
Thanks Craig. In this case it's just gcc nitpicking. The Ewl_Entry_Op_* structs inherit from Ewl_Entry_Op. Need to add in some typecasts to hush the warnings. On Mon, 14 Mar 2005 00:41:40 -0500, Craig Hurley <[EMAIL PROTECTED]> wrote: > Still reading thru the -Wall logs. > [log snip] > ewl_entry.