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 > said: > > eet and eina are done. > > then hereby i give the week notice for: > > evas, evil, embryo

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 u

[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 > 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 review the code and maybe

[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 setu

[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 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 code will conform

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 wrote: > On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen > 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, their is something wrong. -- Cedric BAIL

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 said: > On Tue, Jul 27, 2010 at 11:10 PM, Carsten Haitzler > 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

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

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 14:42:49 +0200 Cedric BAIL said: > On Wed, Jul 28, 2010 at 8:57 AM, Carsten Haitzler > wrote: > > On Wed, 28 Jul 2010 09:40:52 +0300 Tom Hacohen > > said: > > > > eet and eina are done. > > Please give a look at eina_hash.h and many other header, mostly > involving macro. F

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 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 > +#define EIO_FILE_C

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 > wrote: > > Log: > > Add the ability to perform standard IO operations on a file in a thread. > > +#define EIO_FILE_MOD_TIME1 > > +#define EIO_FIL

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 wrote: > On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri > wrote: >> >> On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN >> wrote: >> > Log: >> >  Add the ability to perform standard IO operations on a file in a >> > thread. >> > +#de

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 > wrote: > > On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri > > wrote: > >> > >> On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN > >> wro

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 > wrote: > > On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri > > wrote: > >> > >> On Wed, Jul 28, 2010 at 7:12 PM, Enlightenment SVN > >> wro

[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, pat

Re: [E-devel] documentation

2010-07-28 Thread Gustavo Sverzut Barbieri
On Wed, Jul 28, 2010 at 10:56 PM, Michael Blumenkrantz 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 > things like offici

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 wrote: > > > 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 >> wrote: >> > On Wed, Jul 28, 2010 at 6:33 PM, Gustavo Sverzut Barbieri >> > wrote:

Re: [E-devel] documentation

2010-07-28 Thread The Rasterman
On Wed, 28 Jul 2010 23:46:01 -0300 Gustavo Sverzut Barbieri said: > On Wed, Jul 28, 2010 at 10:56 PM, Michael Blumenkrantz > 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