Hello.
I add scale down decoding feature to evas png loader.
5515X3986 size png image need 80~90M memory,
but scale down(scale num=2) option can reduce memory to 25~30M.
I use down sample method for scale down.
(there is more efficient algorithm for scale down, I'll add this to my todo
list)
T
Hey guys,
In commit 63771 I added support for adding additional data to edje
signals, and in commit 63773 I added additional info to
entry,changed,user which allows users of the API to implement undo/redo
nicely.
It should work just fine for "simple" entries but there's still one
issue I'm aw
Hi mighty devs,
I'd like to inform you that with cooperation of JReidinger, DimStar,
matejcik and Puppet_Master we have now E17 in openSUSE buildservice
for several distributions. Not all make sense but can be used as
monitor if something went wrong with recent revision. Periodic builds
are not y
Tomas Cech write:
> Hi mighty devs,
>
> I'd like to inform you that with cooperation of JReidinger, DimStar,
> matejcik and Puppet_Master we have now E17 in openSUSE buildservice
> for several distributions. Not all make sense but can be used as
> monitor if something went wrong with recent revisi
Hi,
2011/10/3 Josef Reidinger :
> Tomas Cech write:
>> Hi mighty devs,
>>
>> I'd like to inform you that with cooperation of JReidinger, DimStar,
>> matejcik and Puppet_Master we have now E17 in openSUSE buildservice
>> for several distributions.
Great work, we definelty need to combine efforts on
What does shotgun do?
On Mon, Oct 3, 2011 at 10:39 AM, Leif Middelschulte <
leif.middelschu...@gmail.com> wrote:
> Hi,
>
> 2011/10/3 Josef Reidinger :
> > Tomas Cech write:
> >> Hi mighty devs,
> >>
> >> I'd like to inform you that with cooperation of JReidinger, DimStar,
> >> matejcik and Puppet
it's an IM client
2011/10/3 Jeff Hoogland :
> What does shotgun do?
>
> On Mon, Oct 3, 2011 at 10:39 AM, Leif Middelschulte <
> leif.middelschu...@gmail.com> wrote:
>
>> Hi,
>>
>> 2011/10/3 Josef Reidinger :
>> > Tomas Cech write:
>> >> Hi mighty devs,
>> >>
>> >> I'd like to inform you that with
On 10/03/2011 11:34 AM, Tomas Cech wrote:
> Hi mighty devs,
>
> I'd like to inform you that with cooperation of JReidinger, DimStar,
> matejcik and Puppet_Master we have now E17 in openSUSE buildservice
> for several distributions. Not all make sense but can be used as
> monitor if something went w
On Sun, Oct 02, 2011 at 08:32:50PM +0900, Carsten Haitzler wrote:
> On Sat, 1 Oct 2011 10:12:11 -0700 Jim Kukunas
>
> said:
>
> ok. big problems with sse3 on 32bit. we have to have it disabled. why? you did
> it with intrinsics, and intrinsics fail without -msse3, BUT... -msse3 builds
> code OPT
I just checked out rev 63782 and it seems it's compiling fine now :)
--
Pau Espin Pedrol
mail/jabber: pespin.s...@gmail.com
http://blog.espeweb.net
--
All the data continuously generated in your IT infrastructure contains
2011/10/3 Enlightenment SVN
> Log:
> apparently elsa requires ecore-evas ?
>
>
> Author: discomfitor
> Date: 2011-10-03 11:22:45 -0700 (Mon, 03 Oct 2011)
> New Revision: 63778
> Trac: http://trac.enlightenment.org/e/changeset/63778
>
> Modified:
> trunk/PROTO/elsa/configure
On Mon, 3 Oct 2011 10:45:01 -0700 Jim Kukunas
said:
> On Sun, Oct 02, 2011 at 08:32:50PM +0900, Carsten Haitzler wrote:
> > On Sat, 1 Oct 2011 10:12:11 -0700 Jim Kukunas
> > said:
> >
> > ok. big problems with sse3 on 32bit. we have to have it disabled. why? you
> > did it with intrinsics, and
Right now, signals coming from the gengrid's internal edje object are
propagated up to the gengrid object.
This patch enables the other direction as well: you can use the functions
elm_object_signal_callback_add(grid, ...)
elm_object_signal_callback_del(grid, ...)
to signal the gengrid's inte
On Wed, 14 Sep 2011 16:26:35 +0300 Tom Hacohen
said:
> Hey guys,
>
> I attached the backtrace. Happened when I switched desktops using my key
> combination. I have engage, and compositing using gl with an nvidia card.
i've never seen this issue - but i don't use engage (anymore - after some
cr
On Fri, 30 Sep 2011 13:13:41 +0900 Jeonghyun Yun said:
in svn! thanks muchly! :)
> I updated patch against current svn trunk.
>
> Thank you.
>
> -Original Message-
> From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com]
> Sent: Thursday, September 29, 2011 2:39 PM
> To
On Thu, 15 Sep 2011 09:12:02 +0200 Ralph Sennhauser
said:
> On Thu, 15 Sep 2011 08:51:29 +0900
> Daniel Juyung Seo wrote:
>
> > 55255 is way old. latest version is 63400.
> > to grt the full support of lastest features, please update it.
> >
>
> 55255 is the latest snapshot, there is nothing t
On Wed, 14 Sep 2011 14:47:32 +0200 (CEST) Vincent Torri
said:
>
> Hey
>
> in edje_entry.c, line 1951, ecore_evas_window_get() is used. Which means
> that Edje depends on X11 or GDI or ... Which is imho not good. I think
> that Edje should be independant of any graphic system.
>
> what do you
On Sat, 17 Sep 2011 00:16:52 +0300 Tom Hacohen said:
> On 16/09/11 22:12, Ulrich Eckhardt wrote:
> > Hi!
> >
> > I've been wondering why there are ways to append to a strbuf but no way to
> > create one from scratch providing a format string and arguments. Actually,
> > I've found a few places
Thanks, in SVN!
http://trac.enlightenment.org/e/changeset/63784
Daniel Juyung Seo (SeoZ)
On Tue, Oct 4, 2011 at 7:54 AM, Benjamin Drucker
wrote:
> Right now, signals coming from the gengrid's internal edje object are
> propagated up to the gengrid object.
> This patch enables the other direction
Hey Gustavo!
Thanks for answering my email! It's appreciated.
However it didn't answer my questions, because basically, no, I'm not going
to implement a window manager for the PS3 :) Don't forget that all
applications/games will be full screen windows, and that 0.1% of people (a
lot less I'm sure)
On Sat, 17 Sep 2011 13:07:09 -0400 Mike Blumenkrantz said:
> Hi,
>
> Apparently the giant elm tooltips (see tests) only work when compositing is
> disabled. I have no reason why. Anyone familiar with compositing is urged to
> either look into this or contact me to help debug it.
i doubt it has
On Sat, 17 Sep 2011 17:59:31 +0200 wagner frederic
said:
cedric found a race condition in eina_file. should be fixed now in svn. :)
> hi everyone,
>
> i'm moving on on my little pdf viewer and I have a segfault bound to
> the photocam widget.
>
> the code is still compiled against latest svn
On Thu, 22 Sep 2011 11:06:01 +0900 Sung-Jin Park said:
> You're right. Current ecore x backend is based on MPX.
> As you mentioned, MPX is different from multitouch therefore if you want to
> implement multitouch stuff using MPX, IMO, you may have to make the 2nd/3rd
> finger uninfluential to the
On Mon, 19 Sep 2011 10:30:01 +0800 "Zhu, Yongsheng"
said:
> Anyone who are working on EFL port for Xinput2.2?
currently, no-one is as it hasn't turned up as a need yet.
>
> Regards,
> Yongsheng
>
> >-Original Message-
> >From: Anisse Astier [mailto:ani...@astier.eu]
> >Sent: Saturday,
Dear raster,
I talked with you about 4.0, magic number.
I want to change the part that the length of mouse dragging multiply 4.0
to _elm_config->thumbscroll_sensitivity_friction.
4.0 is nice. But some device may want to change the value. It is a kind
of sensitivity. So I added the config "ELM_THU
congratulation, sanjeev! :)
Let's run together for the best moment!
-Regards, Hermet-
-Original Message-
From: "Enlightenment SVN"
To: enlightenment-...@lists.sourceforge.net
Cc:
Sent: 11-10-04(화) 15:06:53
Subject: E SVN:
go go go !
2011/10/4 ChunEon Park :
> congratulation, sanjeev! :)
>
> Let's run together for the best moment!
> -Regards, Hermet-
>
> -Original Message-
> From: "Enlightenment SVN"
> To: enlightenment-...@lists.sourceforge.n
27 matches
Mail list logo