Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 12:41:34 +0800 Brian Wang brian.wang.0...@gmail.com said: On Wed, Jul 28, 2010 at 11:54 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Jul 2010 11:49:06 +0800 Brian Wang brian.wang.0...@gmail.com said: On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread Tom Hacohen
On Wed, 2010-07-28 at 11:10 +0900, Carsten Haitzler wrote: right now i started with eet - that's the first guy to get the treatment. Finally! :P Anyhow, please, if you can, give everyone an heads up a week before you attack a library, because format changes can cause a terrible merging hell.

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen tom.haco...@partner.samsung.com said: eet and eina are done. then hereby i give the week notice for: evas, evil, embryo, ecore, edje, efreet e_dbus, eeze, ethumb, elementary, expedite, emotion, exquisite, epdf, e get your patches in ASAP - or

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread Tom Hacohen
OH NO! Evas is in that list! :( Well, I'll do my best getting it there asap. -- Tom. On Wed, 2010-07-28 at 15:57 +0900, Carsten Haitzler wrote: On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen tom.haco...@partner.samsung.com said: eet and eina are done. then hereby i give the week notice

Re: [E-devel] some questions about Evas 'scroll' object.

2010-07-28 Thread Hyun Park
i could fix some scroll rough image problems. plus, i found better e.g. for my app's case, test_scroller.c this sample looks really helpful to me :-) thanks all !! -- The Palm PDK Hot Apps Program offers developers who

[E-devel] [PATCH] ecore epoll tidy up

2010-07-28 Thread Mike McCormack
Hi Guys, Here's a bit of a tidy up of the ecore patch that Raster just committed. This is just formatting and moving a function around. Let me know if there's any issues. thanks, Mike ecore_main.c | 47 ++- 1 file changed, 30 insertions(+), 17

Re: [E-devel] 8bpp xcb evas engine

2010-07-28 Thread Alexander Kerner
On Wed, Jul 28, 2010 at 09:15:19AM +0900, Carsten Haitzler wrote: On Wed, 21 Jul 2010 00:19:57 +0200 Alexander Kerner alexander.ker...@googlemail.com said: Hi all, I've implemented the 8bpp grayscale evas engine. It is based on the 16bpp engine. It would be nice if someone could

[E-devel] Question: how to force using bitmap fonts when the font size if smaller than NN?

2010-07-28 Thread Brian Wang
Hello all, For Chinese characters, small text looks bad with all those anti-aliasing edges and it affects readability of the text. How do I make sure that Evas/Edje/Elementary uses bitmap fonts when the font size is small and uses scalable fonts when the font size is larger? Or is it a font

[E-devel] Major Evas font engine overhauls

2010-07-28 Thread Tom Hacohen
Hi all, Although the commit (and log) gives enough information by itself, I decided to write this post to further clarify the subject. This commit changed the font engine, textblock object and text object to use Eina_Unicode instead of utf8 internally. This commit does not affect API in any way

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread Gustavo Sverzut Barbieri
On Tue, Jul 27, 2010 at 11:10 PM, Carsten Haitzler ras...@rasterman.com wrote: ok as one of the final few things before an efl 1.0.0... we need to cease the formatting wars/hell. the first step is in stopping the newlines, space vs tab and other indentation etc. wars. from now on all efl and e

Re: [E-devel] Genlist strange selection behavior

2010-07-28 Thread Rafael Fonseca
On 07/14/2010 05:25 PM, Rafael Fonseca wrote: Guys, if you go to the first genlist test example from elementary_test and click in the item #8, for example. Pressing the mouse down in that item again and start dragging will cause the item to be unselected. I think that if the user has

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread Cedric BAIL
On Wed, Jul 28, 2010 at 8:57 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen tom.haco...@partner.samsung.com said: eet and eina are done. Please give a look at eina_hash.h and many other header, mostly involving macro. From my point of view,

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 08:34:37 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Jul 27, 2010 at 11:10 PM, Carsten Haitzler ras...@rasterman.com wrote: ok as one of the final few things before an efl 1.0.0... we need to cease the formatting wars/hell. the first step is in

Re: [E-devel] e code formatting - uncrustify

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 14:42:49 +0200 Cedric BAIL cedric.b...@free.fr said: On Wed, Jul 28, 2010 at 8:57 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen tom.haco...@partner.samsung.com said: eet and eina are done. Please give a look at

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Gustavo Sverzut Barbieri
On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Add the ability to perform standard IO operations on a file in a thread. +#define EIO_FILE_MOD_TIME    1 +#define EIO_FILE_SIZE        2 +#define EIO_FILE_EXISTS      4 +#define EIO_FILE_IS_DIR      8

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Stephen Houston
On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: Add the ability to perform standard IO operations on a file in a thread. +#define EIO_FILE_MOD_TIME1

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Gustavo Sverzut Barbieri
On Wed, Jul 28, 2010 at 10:05 PM, Stephen Houston unixti...@gmail.com wrote: On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Add the ability to perform

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Stephen Houston
On Wed, Jul 28, 2010 at 8:18 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 10:05 PM, Stephen Houston unixti...@gmail.com wrote: On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 7:12

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Stephen Houston
On Wed, Jul 28, 2010 at 8:18 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 10:05 PM, Stephen Houston unixti...@gmail.com wrote: On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 7:12

[E-devel] documentation

2010-07-28 Thread Michael Blumenkrantz
As many of you are aware, much of our documentation ranges from being somewhat poor to nonexistent. If we are seriously considering any sort of release in the near future, as we seem to be gearing up for with things like official code formatting, we need to fix this. I propose that as of now,

Re: [E-devel] documentation

2010-07-28 Thread Gustavo Sverzut Barbieri
On Wed, Jul 28, 2010 at 10:56 PM, Michael Blumenkrantz m...@zentific.com wrote: As many of you are aware, much of our documentation ranges from being somewhat poor to nonexistent.  If we are seriously considering any sort of release in the near future, as we seem to be gearing up for with

Re: [E-devel] E SVN: titan IN trunk/eio: . src/lib

2010-07-28 Thread Stephen Houston
On Wed, Jul 28, 2010 at 8:23 PM, Stephen Houston unixti...@gmail.comwrote: On Wed, Jul 28, 2010 at 8:18 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 28, 2010 at 10:05 PM, Stephen Houston unixti...@gmail.com wrote: On Wed, Jul 28, 2010 at 6:33 PM, Gustavo

Re: [E-devel] documentation

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 23:46:01 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Wed, Jul 28, 2010 at 10:56 PM, Michael Blumenkrantz m...@zentific.com wrote: As many of you are aware, much of our documentation ranges from being somewhat poor to nonexistent.  If we are seriously