[E-devel] [patch] elm_scroller - add gravity functionality

2011-10-11 Thread Hyoyoung Chang
Dear developers. I made a gravity features for stopping scroller. Elm_scroller's fixed when child's growing lower. However if scroller's child is growing upper, the elm_scroller always moving and waving to upper direction. Because elm_scroller sets internal pan to keep current virtual position.

[E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread المسالم المسالمة
hello develobers i have a problem here with some themes here like this one http://i51.tinypic.com/2wcfp95.png not all the themes has this problem but some of it has it === by the way there is a bug at screenshot module you know . when you want to take a screenshot al

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-11 Thread The Rasterman
On Mon, 3 Oct 2011 10:45:01 -0700 Jim Kukunas said: found a rendering bug in your sse3 code. _op_blend_c_dpan_sse3 <- or more specifically that its #defined to equate to _op_blend_c_dp_sse3(). rendering bug can be seen in this app: http://www.enlightenment.org/~raster/ello-0.1.0.0.tar.gz notice

Re: [E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread The Rasterman
On Tue, 11 Oct 2011 14:15:14 +0300 المسالم المسالمة said: > hello develobers > > i have a problem here with some themes here > > like this one > > http://i51.tinypic.com/2wcfp95.png > > not all the themes has this problem but some of it has it probably a theme problem as it provides an inter

Re: [E-devel] bug with edje map rotation?

2011-10-11 Thread The Rasterman
On Wed, 28 Sep 2011 00:34:53 -0700 Benjamin Drucker said: > I have am using map rotation of images in my edje script. My image, > which is a png with alpha, when rotated on the z-axis, looks like one > or two pixel colums from the right are wrapped to the left and a > couple of rows at the botto

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Lucas De Marchi
Hi Vincent, On Tue, Oct 11, 2011 at 3:40 AM, Vincent Torri wrote: > > > On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri > > > > said: > > > >> > >> > >> On Mon, 10 Oct 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>>

Re: [E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread المسالم المسالمة
> you can just use the "comes by default" shot module. print-screen is bound > by > default (also there is a menu entry in the main menu). > my opinion here is how about if someone do like what i do then he will be confused about that so . how about when he do that then the module will resta

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread The Rasterman
On Tue, 11 Oct 2011 08:40:33 +0200 (CEST) Vincent Torri said: > > > On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri > > said: > > > >> > >> > >> On Mon, 10 Oct 2011, Enlightenment SVN wrote: > >> > >>> Log: > >>> use l

Re: [E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread The Rasterman
On Tue, 11 Oct 2011 16:56:31 +0300 المسالم المسالمة said: > > you can just use the "comes by default" shot module. print-screen is bound > > by > > default (also there is a menu entry in the main menu). > > > > my opinion here is > > how about if someone do like what i do then he will be confus

Re: [E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread hannes.janet...@gmail.com
2011/10/11 المسالم المسالمة : >> you can just use the "comes by default" shot module. print-screen is bound >> by >> default (also there is a menu entry in the main menu). >> > > my opinion here is > > how about if someone do like what i do then he will be confused about that > > so . how about

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Lucas De Marchi wrote: Hi Vincent, On Tue, Oct 11, 2011 at 3:40 AM, Vincent Torri wrote: On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri said: On Mon, 10 Oct 2011, Enlightenment SVN wrote: L

Re: [E-devel] arabic characters with some themes .... and screenshot module

2011-10-11 Thread hannes.janet...@gmail.com
2011/10/11 hannes.janet...@gmail.com : > 2011/10/11 المسالم المسالمة : >>> you can just use the "comes by default" shot module. print-screen is bound >>> by >>> default (also there is a menu entry in the main menu). >>> >> >> my opinion here is >> >> how about if someone do like what i do then he w

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: > On Tue, 11 Oct 2011 08:40:33 +0200 (CEST) Vincent Torri > said: > >> >> >> On Tue, 11 Oct 2011, Carsten Haitzler (The Rasterman) wrote: >> >>> On Tue, 11 Oct 2011 08:14:47 +0200 (CEST) Vincent Torri >>> said: >>> On

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-10-11 Thread Vincent Torri
On Tue, 11 Oct 2011, Vincent Torri wrote: >> >> correct. in some cases where 15.9 cannot in fp be represented as >> a value >= 16.0, this it gets slightly rounded down, and thus ends up being >> 15 >> when dropped down to an integer. that is the whole crux of the problem. > > the al

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-11 Thread Jim Kukunas
On Tue, Oct 11, 2011 at 08:56:21PM +0900, Carsten Haitzler wrote: > On Mon, 3 Oct 2011 10:45:01 -0700 Jim Kukunas > > said: > > found a rendering bug in your sse3 code. _op_blend_c_dpan_sse3 <- or more > specifically that its #defined to equate to _op_blend_c_dp_sse3(). rendering > bug can be se

Re: [E-devel] E SVN: bdilly trunk/ecore/src/lib/ecore

2011-10-11 Thread Bruno Dilly
On Sat, Oct 8, 2011 at 3:58 AM, Vincent Torri wrote: > > > On Fri, 7 Oct 2011, Enlightenment SVN wrote: > >> Log: >> Ecore_Exe: ifdef prctl usage >> >> >> >> Author:       bdilly >> Date:         2011-10-07 18:17:19 -0700 (Fri, 07 Oct 2011) >> New Revision: 63916 >> Trac:         http://trac.enlig

Re: [E-devel] E SVN: mike_m trunk/edje/src/bin

2011-10-11 Thread Gustavo Sverzut Barbieri
ahahahahaha... this is funny. Aside from embryo code, it's trivial to regenerate the source. Actually editje willl use that function as it ignores the actual edc contents and creates from eet structures. On Sun, Oct 9, 2011 at 11:49 PM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log

Re: [E-devel] E SVN: mike_m trunk/edje/src/bin

2011-10-11 Thread David Seikel
On Tue, 11 Oct 2011 16:14:00 -0300 Gustavo Sverzut Barbieri wrote: > ahahahahaha... this is funny. Aside from embryo code, it's trivial to > regenerate the source. Actually editje willl use that function as it > ignores the actual edc contents and creates from eet structures. > > On Sun, Oct 9,

Re: [E-devel] E SVN: mike_m trunk/edje/src/bin

2011-10-11 Thread hannes.janet...@gmail.com
On Tue, Oct 11, 2011 at 9:43 PM, David Seikel wrote: > On Tue, 11 Oct 2011 16:14:00 -0300 Gustavo Sverzut Barbieri > wrote: > >> ahahahahaha... this is funny. Aside from embryo code, it's trivial to >> regenerate the source. Actually editje willl use that function as it >> ignores the actual edc

[E-devel] two small fixes for mail module

2011-10-11 Thread Tomas Cech
Hi, there are two small issues with mail module. Patches attached. Best regards, Tomas Cech Sleep_Walker diff -up ./src/imap2.c.orig ./src/imap2.c --- ./src/imap2.c.orig 2011-10-12 00:27:48.448724578 +0200 +++ ./src/imap2.c 2011-10-12 00:28:15.974247874 +0200 @@ -8,7 +8,7 @@ #define D(args...)

Re: [E-devel] E SVN: sachiel trunk/elementary/src/lib

2011-10-11 Thread Mike Blumenkrantz
On Tue, 11 Oct 2011 19:49:24 -0700 "Enlightenment SVN" wrote: > Log: > One of the Four Horsemen for Cedric. > > Let's have the content_hook thing for entry actually work, and if the > icon setters use that instead of having an entirely different code it may > also be a good idea. > >

Re: [E-devel] [RFC]Evas common engine SSE3 blend op implementation

2011-10-11 Thread The Rasterman
On Tue, 11 Oct 2011 11:45:46 -0700 Jim Kukunas said: > On Tue, Oct 11, 2011 at 08:56:21PM +0900, Carsten Haitzler wrote: > > On Mon, 3 Oct 2011 10:45:01 -0700 Jim Kukunas > > said: > > > > found a rendering bug in your sse3 code. _op_blend_c_dpan_sse3 <- or more > > specifically that its #defin

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-11 Thread ChunEon Park
they can call evas_object_del and content_pop for subobj. Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-10

Re: [E-devel] E SVN: discomfitor trunk/elementary/src/lib

2011-10-11 Thread Mike Blumenkrantz
On Wed, 12 Oct 2011 14:50:44 +0900 ChunEon Park wrote: > > they can call evas_object_del and content_pop for subobj. > > Let's run together for the best moment! > -Regards, Hermet- > > -Original Message- > From: "Enlightenment SVN"

[E-devel] [PATCH] evas: Use inlists to store the render recalculation list

2011-10-11 Thread Mike McCormack
Rebuild eina first, otherwise this won't build. thanks, Mike >From f36e1a67f8f58b65c1fd1452ca692e4f2edc87ee Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Wed, 12 Oct 2011 15:07:30 +0900 Subject: [PATCH] evas: Use inlists to store the render recalculation list Signed-off-by: Mike McCormac

Re: [E-devel] E SVN: mike_m trunk/elementary/src/lib

2011-10-11 Thread ChunEon Park
Is this a proper API ? Let's run together for the best moment! -Regards, Hermet- -Original Message- From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Cc: Sent: 11-10-11(화) 15:27:30 Subject: E SVN: mike