[E-devel] Fix selection in edje entry/evas textblock

2008-10-28 Thread Iván Briano (Sachiel)
Attached patch fixes getting selected text in an edje entry, both an infinite loop that caused a massive alloc and getting the right range of selected text. Index: src/lib/canvas/evas_object_textblock.c === ---

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: This code is part of our effort to unify common code into base libs, where its worth to avoid duplicating code over and over again. With that in Evas, we can now expose it in Edje and use it in Guarana and Elementary and possible any other toolkit. It uses Evas_Object's

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
I wrote: Ok, let me pose this this from a different view.. let's not worry about whether or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds of objects should be added to the evas lib *api* -- I don't think they should in some cases, but that's partly

[E-devel] EFL xembed implementation

2008-10-28 Thread Veli Ogla Sungutay
Hey guys, Is it possible to create an Xembed implementation in EFL? Would ecore hide some of the nasty X code in the process? Where should one start? My purpose is to embed Flash Player 10 into and E application. -- Veli Ogla Sungutay http://gui-rd.org

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Gustavo Sverzut Barbieri
On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez [EMAIL PROTECTED] wrote: Gustavo wrote: This code is part of our effort to unify common code into base libs, where its worth to avoid duplicating code over and over again. With that in Evas, we can now expose it in Edje and use it in Guarana

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-28 Thread dongmei zhou
hi, I just want to when I clicked the swallowed part It can handle the event according to the special icon part. a simple code : self.restaurant_icon=edje.Edje(self.ee.evas, file=self.edje_file, group=restaurant_menu)

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez [EMAIL PROTECTED] wrote: Gustavo wrote: This code is part of our effort to unify common code into base libs, where its worth to avoid duplicating code over and over again. With that in Evas, we can now expose it in

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-28 Thread Gustavo Sverzut Barbieri
First, try to send plain text mails, doing html/rich text is hard to use. On Tue, Oct 28, 2008 at 9:51 AM, dongmei zhou [EMAIL PROTECTED] wrote: hi, I just want to when I clicked the swallowed part It can handle the event according to the special icon part. a simple code

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Gustavo Sverzut Barbieri
On Tue, Oct 28, 2008 at 11:11 AM, Jose Gonzalez [EMAIL PROTECTED] wrote: Gustavo wrote: On Tue, Oct 28, 2008 at 6:05 AM, Jose Gonzalez [EMAIL PROTECTED] wrote: Gustavo wrote: This code is part of our effort to unify common code into base libs, where its worth to avoid duplicating code

Re: [E-devel] IMLIB2 ported to mingw+msys

2008-10-28 Thread carlo.bramix
Hello, I got the sources of your newly released Imlib2 1.4.2 and I did again the fixes for Mingw+Msys. I think I also fixed my bugs with: 1) bad mmap() detection 2) wrong use of HAVE_SIGJMP_BUF instead of HAVE_SIGSETJMP. 3) all my files are in unix format. I tested Imlib2 with: - Mingw+Msys -

[E-devel] Patch for Evil fopen function

2008-10-28 Thread Lionel ORRY
Hello, here is a tiny patch to make the open() function from Evil.h closer to the real posix open() function. Without the _O_BINARY flag, the opened filestream is postprocessed under Windows, which leads to unexpected carriage returns in binary files, such as in eet files for example. Thanks for

Re: [E-devel] Patch for Evil fopen function

2008-10-28 Thread Vincent Torri
Hey, here is a tiny patch to make the open() function from Evil.h closer to the real posix open() function. Without the _O_BINARY flag, the opened filestream is postprocessed under Windows, which leads to unexpected carriage returns in binary files, such as in eet files for example. Thanks

Re: [E-devel] E SVN: barbieri IN trunk/evas/src/lib: . canvas

2008-10-28 Thread Jose Gonzalez
Gustavo wrote: Ok, let me pose this this from a different view.. let's not worry about whether or not such 'layout' or 'widgetry' or 'special-purpose' or whatever kinds of objects should be added to the evas lib *api* -- I don't think they should in some cases, but that's

Re: [E-devel] Patch for Evil fopen function

2008-10-28 Thread Lionel ORRY
sorry for that. Here it is: Index: src/lib/Evil.h === --- src/lib/Evil.h (révision 37267) +++ src/lib/Evil.h (copie de travail) @@ -134,7 +134,7 @@ # define S_IXGRP S_IXUSR # define S_IXOTH S_IXUSR -# define

[E-devel] [PATCH] e_fm: fix single-click on folders

2008-10-28 Thread thomasg
Hi, the attached patch fixes the single-click feature of e_fm, so you can use single-click on folders, not just on files. It also removes the strdup in the affected functions that seems useless here. Would be nice if someone could check/review and commit it. Greetings, thomasg Index: e_fm.c

Re: [E-devel] Efreet mime default application patch

2008-10-28 Thread Dave Andreoli
- Nick Hughart [EMAIL PROTECTED] ha scritto: This is not yet an fdo specification so I'm not going to put it in just yet.  It seems to have promise and is a fairly simple format, but for now we have our own methods of choosing default applications and it is similar to how they

Re: [E-devel] can't focus on swallowed part (Gustavo Sverzut Barbieri) (Gustavo Sverzut Barbieri)

2008-10-28 Thread dongmei zhou
hi, I post the working example , when I clicked the restaurant icon , it will entry the sub menu interface , then when I clicked all the sub menu icon (today , history , future) it will all receive the signal in sub_menu_contents part, so I can't deal with

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2008-10-28 Thread Christopher Michael
Go Sachiel :) dh Enlightenment SVN wrote: Log: another sachiel fix! :) Author: raster Date: 2008-10-28 20:29:10 -0700 (Tue, 28 Oct 2008) New Revision: 37292 Modified: trunk/evas/src/lib/canvas/evas_object_textblock.c Modified: