I think that no replay means I am allowed to do this~!! hahaha...
Anyway, this will make huge changes in elm_map.
I look forward that someone will review my changes. :D
2012/1/9 Bluezery :
> Dear all,
>
> I am interested in elementary map and working on it after past 2~3 months.
> I found some i
On Wed, 11 Jan 2012 19:21:52 -0800
"Enlightenment SVN" wrote:
> Log:
> fix docs for first half of eina_value: the second half caused me to start
> drinking heavily
>
> Author: discomfitor
> Date: 2012-01-11 19:21:52 -0800 (Wed, 11 Jan 2012)
> New Revision: 67112
> Trac: ht
On Thu, 12 Jan 2012 12:10:31 +0900
ChunEon Park wrote:
> This commit breaks your applications!!
>
> -Regards, Hermet-
>
> -Original Message-
> From: "Enlightenment SVN"
> To: enlightenment-...@lists.sourceforge.net
> Cc:
On Wed, 11 Jan 2012 17:31:21 -0800
"Enlightenment SVN" wrote:
> Log:
> eina_value: add struct timeval.
>
> may be useful for esskyuehl.
>
>
>
> Author: barbieri
> Date: 2012-01-11 17:31:21 -0800 (Wed, 11 Jan 2012)
> New Revision: 67106
> Trac: http://trac.enlight
On Wed, 11 Jan 2012 18:05:37 -0200 Gustavo Chaves said:
> Hey, devilhorns,
>
> have you seen http://wayland.freedesktop.org/screenshots.html?
> Having an entry for the EFL there would be nice PR for us, don't you think?
>
> People seem to be saying somewhere that Tizen has no support for Waylan
On Wed, 11 Jan 2012 09:55:53 +0100 Vincent Torri said:
> On Wed, Jan 11, 2012 at 3:22 AM, Gustavo Sverzut Barbieri
> wrote:
> > On Tue, Jan 10, 2012 at 1:31 PM, Vincent Torri
> > wrote:
> >> On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri
> >> wrote:
> >>> On Tue, Jan 10, 2012 at 6:5
On 01/11/12 15:05, Gustavo Chaves wrote:
> Hey, devilhorns,
>
> have you seen http://wayland.freedesktop.org/screenshots.html?
> Having an entry for the EFL there would be nice PR for us, don't you think?
>
> People seem to be saying somewhere that Tizen has no support for Wayland,
> what could be
Hey, devilhorns,
have you seen http://wayland.freedesktop.org/screenshots.html?
Having an entry for the EFL there would be nice PR for us, don't you think?
People seem to be saying somewhere that Tizen has no support for Wayland,
what could be fixed in short time.
BR,
--
Gustavo Lima Chaves
Se
On Wed, Jan 11, 2012 at 3:45 PM, Gustavo Sverzut Barbieri
wrote:
> On Wed, Jan 11, 2012 at 7:05 AM, Vincent Torri
> wrote:
>> +#include /* asprintf() */
>>
>> ALWAYS include standard headers AFTER config.h and BEFORE eina headers
>
> cedric fixed it, thanks.
>
>
>> +#include /* PRId64 and PRIu
On Wed, Jan 11, 2012 at 7:05 AM, Vincent Torri wrote:
> +#include /* asprintf() */
>
> ALWAYS include standard headers AFTER config.h and BEFORE eina headers
cedric fixed it, thanks.
> +#include /* PRId64 and PRIu64 */
>
> i knew that you don't care about cross platform support...
Not that I
On Wed, Jan 11, 2012 at 7:06 AM, Cedric BAIL wrote:
> On Wed, Jan 11, 2012 at 3:20 AM, Enlightenment SVN
> wrote:
>> Log:
>> add eina_value.
>>
>> eina value is a generic value storage, it's quite efficient to space
>> (16 bytes) and speed (inlines for basic types).
>>
>> It's basically a stru
On Wed, Jan 11, 2012 at 1:52 AM, Lucas De Marchi
wrote:
> On Wed, Jan 11, 2012 at 12:20 AM, Enlightenment SVN
> wrote:
>> Log:
>> add eina_value.
>>
...
>> +static const unsigned char eina_value_uchar_max = 255U;
>> +static const char eina_value_char_max = 127;
>> +static const char eina_value_c
On Wed, Jan 11, 2012 at 8:37 AM, Enlightenment SVN
wrote:
> Log:
> eina: massiv fix for Eina_Value.
>
> Should be more portable and work with C++.
>
> NOTE: I still see an aliasing break in eina_value_pset, but wasn't
> able to figure how to solve it.
Thanks! I couldn't test it with more than
On Wed, Jan 11, 2012 at 2:08 PM, Lucas De Marchi
wrote:
> On Wed, Jan 11, 2012 at 8:55 AM, Vincent Torri
> wrote:
>> On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote:
>>> Hey Vincent,
>>>
>>> I fixed many issue in it. I am still wondering about inttypes.h. It is
>>> used in Eina_Unicode and
On Wed, Jan 11, 2012 at 8:55 AM, Vincent Torri wrote:
> On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote:
>> Hey Vincent,
>>
>> I fixed many issue in it. I am still wondering about inttypes.h. It is
>> used in Eina_Unicode and I don't remember the rules to use it
>> correctly. Could you check
Attached the test file.
Thanks.
On Wed, Jan 11, 2012 at 4:11 PM, Cedric BAIL wrote:
> On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote:
> > I'm playing a background video, which is looping, and i'm adding a image
> > and rotated it to 180 degree.
> > And i've created a click callback on
On Wed, Jan 11, 2012 at 12:05 PM, Cedric BAIL wrote:
> On Wed, Jan 11, 2012 at 11:41 AM, Vincent Torri
> wrote:
>> On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN
>> wrote:
>>> Log:
>>> eina: massiv fix for Eina_Value.
>>>
>>> Should be more portable and work with C++.
>>>
>>> NOTE: I sti
On Wed, Jan 11, 2012 at 11:41 AM, Vincent Torri wrote:
> On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN
> wrote:
>> Log:
>> eina: massiv fix for Eina_Value.
>>
>> Should be more portable and work with C++.
>>
>> NOTE: I still see an aliasing break in eina_value_pset, but wasn't
>> able to
On Wed, Jan 11, 2012 at 11:43 AM, Cedric BAIL wrote:
> Hey Vincent,
>
> I fixed many issue in it. I am still wondering about inttypes.h. It is
> used in Eina_Unicode and I don't remember the rules to use it
> correctly. Could you check that what I did is fine ?
>
the problem is not inttypes.h, bu
On Wed, Jan 11, 2012 at 11:37 AM, Enlightenment SVN
wrote:
> Log:
> eina: massiv fix for Eina_Value.
>
> Should be more portable and work with C++.
>
> NOTE: I still see an aliasing break in eina_value_pset, but wasn't
> able to figure how to solve it.
>
>
> Author: cedric
> Date:
On Wed, Jan 11, 2012 at 11:29 AM, HariHara Sudhan wrote:
> I'm playing a background video, which is looping, and i'm adding a image
> and rotated it to 180 degree.
> And i've created a click callback on video to make the rectangle move.
> When i've move the rectangle and rotate it, the background
I'm playing a background video, which is looping, and i'm adding a image
and rotated it to 180 degree.
And i've created a click callback on video to make the rectangle move.
When i've move the rectangle and rotate it, the background video stops
rendering, while the audio is playing fine.
Both audio
On Wed, Jan 11, 2012 at 3:20 AM, Enlightenment SVN
wrote:
> Log:
> add eina_value.
>
> eina value is a generic value storage, it's quite efficient to space
> (16 bytes) and speed (inlines for basic types).
>
> It's basically a structure describing how to manage memory
> (Eina_Value_Type), with
On Wed, Jan 11, 2012 at 4:52 AM, Lucas De Marchi
wrote:
> On Wed, Jan 11, 2012 at 12:20 AM, Enlightenment SVN
> wrote:
>> Log:
>> add eina_value.
>>
>> eina value is a generic value storage, it's quite efficient to space
>> (16 bytes) and speed (inlines for basic types).
>>
>> It's basically a
On Wed, Jan 11, 2012 at 3:22 AM, Gustavo Sverzut Barbieri
wrote:
> On Tue, Jan 10, 2012 at 1:31 PM, Vincent Torri
> wrote:
>> On Tue, Jan 10, 2012 at 2:19 PM, Gustavo Sverzut Barbieri
>> wrote:
>>> On Tue, Jan 10, 2012 at 6:58 AM, Vincent Torri
>>> wrote:
NEWS ? ChangeLog ?
>>>
>>> don't
On Wed, Jan 11, 2012 at 5:16 AM, Daniel Juyung Seo wrote:
> On Sat, Jan 7, 2012 at 9:34 PM, Cedric BAIL wrote:
>> Hey,
>>
>> On Sat, Jan 7, 2012 at 3:22 AM, Gustavo Sverzut Barbieri
>> wrote:
>>> Doing some simple changes to enjoy resulted in lots of bugs with
>>> genlist... who is using it for
On Tue, 10 Jan 2012 23:44:15 -0800
"Enlightenment SVN" wrote:
> Log:
> Elm: Shut up elm_frame, I am tired of hearing you spew noise about
> your recalculations !! ;)
>
>
>
> Author: devilhorns
> Date: 2012-01-10 23:44:15 -0800 (Tue, 10 Jan 2012)
> New Revision: 67048
> Trac
27 matches
Mail list logo