On Tue, 30 Mar 2010, Dave Ray wrote:
> My environment is MacOS-X 10.5.8 (Leopard) on a Macbook Pro (64-bit
> Intel i686 Darwin), gcc 4.0.1 from XCode 3.1.4.
> I am not using fink, everything installs in /usr/local. e16 and many
> other X11 programs install successfully.
> $LD_LIBRARY_PATH=/lib:/
My environment is MacOS-X 10.5.8 (Leopard) on a Macbook Pro (64-bit
Intel i686 Darwin), gcc 4.0.1 from XCode 3.1.4.
I am not using fink, everything installs in /usr/local. e16 and many
other X11 programs install successfully.
$LD_LIBRARY_PATH=/lib:/usr/lib:/usr/X11/lib:/usr/local/lib
The curre
Hi,
Most (if not all) rpm specs define the following:
Release: 0.%(date '+%Y%m%d')
I propose to change this to:
Release: 0.%(date '+%Y%m%d%H%M')
The reasoning is:
* I like to install in rpms compiled from trunk
* rpms provide a nice and cleaner build environment with dep management
* if one
(gdb) bt
#0 0x003fb8e79d4c in free () from /lib64/libc.so.6
#1 0x00362d0420c5 in _evas_object_table_calculate_layout_regular
(o=) at evas_object_table.c:804
#2 _evas_object_table_smart_calculate_regular (o=)
at evas_object_table.c:812
#3 _evas_object_table_smart_calculate (o=) at
evas_o
On Sat, Mar 27, 2010 at 1:49 PM, Enlightenment SVN
wrote:
> Log:
> new folder icon, hope you like it.
I like it, but could you send a high resolution picture? I often use
128 or 256 size for my ~/Pictures and the folder looks ugly scaled to
that size.
As folder is very, very common icon, maybe
On Tue, Mar 30, 2010 at 4:20 PM, Mikael Liljeroth
wrote:
> Hi, I have a question regarding the color sent to the evas engine when
> drawing a rectangle in the context.
> When I use evas to create the rectangle the color in the context is the same
> as the color I sent to evas_object_color_set.
> W
Hi, I have a question regarding the color sent to the evas engine when
drawing a rectangle in the context.
When I use evas to create the rectangle the color in the context is the same
as the color I sent to evas_object_color_set.
When I am using edje the color seems to be premultiplied when the obj
On Tue, 30 Mar 2010 13:28:38 +0200 Cedric BAIL said:
> On Tue, Mar 30, 2010 at 7:15 AM, Enlightenment SVN
> wrote:
> > Log:
> > comment++
> >
> >
> > Author: raster
> > Date: 2010-03-29 22:15:33 -0700 (Mon, 29 Mar 2010)
> > New Revision: 47577
> >
> > Modified:
> > trunk/efreet/s
On Tue, Mar 30, 2010 at 7:15 AM, Enlightenment SVN
wrote:
> Log:
> comment++
>
>
> Author: raster
> Date: 2010-03-29 22:15:33 -0700 (Mon, 29 Mar 2010)
> New Revision: 47577
>
> Modified:
> trunk/efreet/src/lib/efreet_desktop.c
>
> Modified: trunk/efreet/src/lib/efreet_desktop.c
> =