[E-devel] App can NOT run

2009-11-18 Thread Jianchun Zhou
Hi, ALL: I am new to EFL, and now I've written a test application, that is, the attachment I compiled it with this: gcc test.c `pkgconfig --cflags --libs ewl` And it created an a.out file But when I run it, I got this message: ./a.out: symbol lookup error: /usr/lib/ewl/engines//evas_software

Re: [E-devel] elm_label problem with specific text

2009-11-18 Thread Gustavo Sverzut Barbieri
svn it is, thanks On Wed, Nov 18, 2009 at 10:35 PM, Brian Wang wrote: > [snip] >>> OK. >>> Checking the boundaries after _advance_after_end_of_string() is more >>> expensive >>> than removing the last \0 or reducing the map_end by one. >>> >>> How could one make the fix upstream?  Keeping my own

Re: [E-devel] elm_label problem with specific text

2009-11-18 Thread Brian Wang
[snip] >> OK. >> Checking the boundaries after _advance_after_end_of_string() is more >> expensive >> than removing the last \0 or reducing the map_end by one. >> >> How could one make the fix upstream?  Keeping my own offline patches >> would be a maintenance >> nightmare. > > I'll go with the ch

Re: [E-devel] Why is the order of 'task-switching' (alt+tab) so bewildering in e17 (and e16) -- Bug or Feature??

2009-11-18 Thread The Rasterman
On Wed, 18 Nov 2009 17:28:18 -0500 Ross Vandegrift said: > On Tue, Nov 17, 2009 at 06:38:25PM +1100, Carsten Haitzler wrote: > > for those that love alt-tab, it tends to be mutually exclusive to > > pointer/sloppy focus - so use click to focus. > > FWIW, I disagree with that. I've been using s

Re: [E-devel] Why is the order of 'task-switching' (alt+tab) so bewildering in e17 (and e16) -- Bug or Feature??

2009-11-18 Thread Ross Vandegrift
On Tue, Nov 17, 2009 at 06:38:25PM +1100, Carsten Haitzler wrote: > for those that love alt-tab, it tends to be mutually exclusive to > pointer/sloppy focus - so use click to focus. FWIW, I disagree with that. I've been using sloppy focus follows mouse with alt-tab for years now and have never h

Re: [E-devel] Patch for eina_module.c - Adding eina_module_find() function.

2009-11-18 Thread Fabiano Fidêncio
Now using EINA_ARRAY_ITER_NEXT. []'s -- Fabiano Fidêncio ProFUSION embedded systems http://www.profusion.mobi --- eina_module.c_bkp 2009-11-17 14:37:47.597794569 -0200 +++ eina_module.c 2009-11-18 14:19:17.503699041 -0200 @@ -547,6 +547,37 @@ } /** + * @brief Find an module in array. + * + *

Re: [E-devel] elm_label problem with specific text

2009-11-18 Thread Gustavo Sverzut Barbieri
On Wed, Nov 18, 2009 at 1:32 AM, Brian Wang wrote: > On Wed, Nov 18, 2009 at 10:51 AM, Gustavo Sverzut Barbieri > wrote: >> On Wed, Nov 18, 2009 at 12:37 AM, Brian Wang >> wrote: >>> On Sat, Nov 14, 2009 at 1:21 PM, Brian Wang >>> wrote: On Sat, Nov 14, 2009 at 1:44 AM, Gustavo Sverzut B