On Thu, Jul 16, 2009 at 9:05 AM, Vincent Torri wrote:
>
> Hey,
>
> As some of us want to release eina after the next freeze, we must be sure
> that the API will not change after the release.
>
> Below is my brief review with some comments. Other people must review it.
> It's important to have a sta
Dear Enlightenment developers,
I have been using Enlightenment and have been following its development
on-and-off since 1997 or 1998 (if I remember correctly). So, first of
all, I would like to thank you all for your relentless effort of
developing Enlightenment (and the accompanying libraries) f
Re: Multi-line textblock object
Got it!
Cursor = evas_object_textblock_cursor_get(TextBlock);
FOR EACH Line DO
evas_textblock_cursor_text_append(Cursor, Line);
evas_textblock_cursor_format_append(Cursor, "\n");
Mike
-
On Sat, 11 Jul 2009 11:40:17 -0300 Gustavo Sverzut Barbieri
said:
> Efreet is a core technology for E17, but we need a maintainer for it.
> Mekius is busy, as we all are, so if you have some spare time to help
> with it, please say so :-)
>
> I used to work a bit with efreet doing code for E17 a
On Sun, Jul 19, 2009 at 5:08 PM, Enlightenment
SVN wrote:
> Log:
> Cleanup compiler warning on e_signals.c:
> execinfo.h (which contains the backtrace* functions is only included
> if OBJECT_PARANOIA_CHECK is defined so add an #ifdef around those
> calls.
no, this has nothing t
Gustavo Sverzut Barbieri wrote:
> On Sun, Jul 19, 2009 at 5:08 PM, Enlightenment
> SVN wrote:
>> Log:
>> Cleanup compiler warning on e_signals.c:
>> execinfo.h (which contains the backtrace* functions is only included
>> if OBJECT_PARANOIA_CHECK is defined so add an #ifdef around
On Tue, 14 Jul 2009 19:29:15 +0700 Roman Dubtsov said:
> Hello All,
>
> I'm an author of stalonetray (sf.net/projects/stalonetray) and I've
> recently been asked by one of its users if it is possible to run
> stalonetray inside illume environment. Problem is that illume unmaps
> all windows that
On Fri, 17 Jul 2009 09:28:11 -0400 Michael Hughes said:
> I wonder if anyone can give me some hints on creating multi-line
> displays with Evas textblock objects. I can concatenate strings with
> word wrap using evas_textblock_cursor_text_append() but creating line
> breaks has so far eluded
On Sun, 19 Jul 2009 19:53:40 -0400 Michael Hughes said:
> Re: Multi-line textblock object
>
> Got it!
>
> Cursor = evas_object_textblock_cursor_get(TextBlock);
> FOR EACH Line DO
> evas_textblock_cursor_text_append(Cursor, Line);
> evas_textblock_cursor_format_append(Cursor, "\n");
a
On sø., juli 19 2009, Martin Thorsen Ranang wrote:
> Dear Enlightenment developers,
[...]
> On to the details. Please see the attached figure that I hope will
> illustrate the ideas I try to describe below. Effects that I want to
> achieve:
I am sorry. The attachment is available here:
http
10 matches
Mail list logo