Re: [E-devel] Elicit

2009-06-24 Thread Gustavo Sverzut Barbieri
On Wed, Jun 24, 2009 at 11:56 PM, Brian Mattern wrote: > For those of you who use elicit (a screen magnifier /color picker), I > have a mostly rewritten version in a git repository at: > http://github.com/rephorm/elicit/ > > It is still under construction, but most of the functionality is there > a

[E-devel] Elicit

2009-06-24 Thread Brian Mattern
For those of you who use elicit (a screen magnifier /color picker), I have a mostly rewritten version in a git repository at: http://github.com/rephorm/elicit/ It is still under construction, but most of the functionality is there again, plus a bit more. I have not reimplemented the ruler yet,

[E-devel] Bug determining number of desktops to flip while interrupting window dnd across virtual desktops

2009-06-24 Thread John Altobelli
Hello everyone, I noticed a problem while draging a window across the screen, but then releasing the left mouse button before the desktop had flipped. While still remaining on the border, the virtual desktop does change, but any motion in the same direction after the initial flip will cause it to

Re: [E-devel] enlightenment.org in IE7

2009-06-24 Thread andres
On Wednesday 24 June 2009 15:38:10 Kostis Kapelonis wrote: > O/H Dan Kronstal έγραψε: > > Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked > > like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the > > new design. > > Well I also use IE7 and e.org seems to

Re: [E-devel] enlightenment.org in IE7

2009-06-24 Thread Kostis Kapelonis
O/H Dan Kronstal έγραψε: > Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked > like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the new > design. Well I also use IE7 and e.org seems to render fine http://img524.imageshack.us/img524/4261/eorg.png E.org/d

Re: [E-devel] [PATCH] Add distinguish the target site to gadgets

2009-06-24 Thread The Rasterman
On Wed, 24 Jun 2009 16:08:25 +0200 Joerg Sonnenberger said: > On Wed, Jun 24, 2009 at 11:40:06PM +1000, Carsten Haitzler wrote: > > > > unmapping should help give a hint... it also looks better in top/ps :) > > > > > > The first part is already done by using madvise. It doesn't forcefully > > >

Re: [E-devel] [PATCH] Add distinguish the target site to gadgets

2009-06-24 Thread Joerg Sonnenberger
On Wed, Jun 24, 2009 at 11:40:06PM +1000, Carsten Haitzler wrote: > > > unmapping should help give a hint... it also looks better in top/ps :) > > > > The first part is already done by using madvise. It doesn't forcefully > > trash the VM space though. > > neither does munmap() - it sits in cache

Re: [E-devel] Emotion and end of video

2009-06-24 Thread The Rasterman
On Sun, 21 Jun 2009 05:26:44 -0400 Atton Jonathan said: well works for me (tm) :) > ok, it do'esnt work for me (with xine and gstreamer), maybe a problem with > my computer :/ > > 2009/6/21 Carsten Haitzler > > > On Sat, 20 Jun 2009 12:45:38 -0400 Atton Jonathan < > > jonathan.at...@gmail

Re: [E-devel] [PATCH] Add distinguish the target site to gadgets

2009-06-24 Thread The Rasterman
On Mon, 22 Jun 2009 14:59:55 +0200 Joerg Sonnenberger said: > On Sat, Jun 20, 2009 at 09:25:59PM +1000, Carsten Haitzler wrote: > > > Is it really usefull to unmap ? can't we trust the kernel to drop it > > > when under presure ? > > > > unmapping should help give a hint... it also looks better

Re: [E-devel] [PATCH] Add distinguish the target site to gadgets

2009-06-24 Thread The Rasterman
On Sun, 21 Jun 2009 13:33:22 +0400 Sergey Semernin said: > Hello, All. > > In message from 20 june 2009 Carsten Haitzler wrote: > > > always think things through and think ahead. don't design yourself into a > > corner. i can imagine more than 32 spots existing within the lifetime of e. > > :)

Re: [E-devel] enlightenment.org in IE7

2009-06-24 Thread The Rasterman
On Mon, 22 Jun 2009 19:10:55 +0200 Viktor Kojouharov said: > On Mon, 2009-06-22 at 09:23 -0600, Dan Kronstal wrote: > > Hey folks. Not sure if anyone knows or cares, but in IE7 e.org has looked > > like this: http://img231.imageshack.us/img231/8599/e17inie.jpg since the new > > design. > > > > C

Re: [E-devel] Evas and layout

2009-06-24 Thread Gustavo Sverzut Barbieri
On Wed, Jun 24, 2009 at 4:49 AM, Atton Jonathan wrote: > The last try of Sachiel: http://pastebin.com/m4d2e9b00 (I don't have the > initial link) > The text is at the top - right, great but the text is display with only 1 > line instead of 2 or more if necessary  (yes I use a textblock >.<) :( > >

Re: [E-devel] Evas and layout

2009-06-24 Thread Atton Jonathan
The last try of Sachiel: http://pastebin.com/m4d2e9b00 (I don't have the initial link) The text is at the top - right, great but the text is display with only 1 line instead of 2 or more if necessary (yes I use a textblock >.<) :( If we use text.min: 0 1 in the edc file, evas infinite loop in the

Re: [E-devel] [PATCH] eina patch for cygwin-1.7

2009-06-24 Thread Vincent Torri
On Thu, 18 Jun 2009, [email protected] wrote: Hi, [email protected] > +AC_DEFINE_UNQUOTED(SHARED_LIB_SUFFIX, "$shrext_cmds", [Suffix for shared objects]) > #define MODULE_EXTENSION SHARED_LIB_SUFFIX Sorry, I had completely forgotten it (better solution in your previous post). T