Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-08-05 Thread The Rasterman
On Fri, 6 Aug 2010 08:31:02 +0200 (CEST) Vincent Torri said: it does the same thing... well the prev focused border. > is it normal to have exactly the same comments ? > > Vincent > > >if ((_focused_border) && (_focused_border == ev->border)) > > { > > e_mod_kbd_hide(); > > >

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-08-05 Thread Vincent Torri
On Thu, 5 Aug 2010, Enlightenment SVN wrote: > Log: > bad! bug bug! > > > Author: raster > Date: 2010-08-05 22:08:26 -0700 (Thu, 05 Aug 2010) > New Revision: 50853 > > Modified: > trunk/e/src/modules/illume2/e_mod_kbd.c > > Modified: trunk/e/src/modules/illume2/e_mod_kbd.c >

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2/policies/illume

2010-02-27 Thread Christopher Michael
Ahh, good catch, thanks guys :) dh On 02/27/2010 07:13 PM, Enlightenment SVN wrote: > Log: >no... we want undefined symbols :) (thanks vtorri) > > > Author: raster > Date: 2010-02-27 16:13:21 -0800 (Sat, 27 Feb 2010) > New Revision: 46630 > > Modified: >trunk/e/src/modules/

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2/keyboards

2010-02-19 Thread Christopher Michael
Oops, missed one :( Used illume3 while developing so that I could keep it separate from the old code. dh On 02/19/2010 04:08 AM, Enlightenment SVN wrote: > Log: >illume3? wtf? > > > Author: raster > Date: 2010-02-19 01:08:36 -0800 (Fri, 19 Feb 2010) > New Revision: 46304 > > Mod

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-02-13 Thread Christopher Michael
On 02/13/2010 11:10 AM, Carsten Haitzler (The Rasterman) wrote: > On Sat, 13 Feb 2010 10:57:06 -0500 Christopher Michael > said: > >> The round trips are possibly necessary here tho :( In my tests I ran >> into cases where the bd->client.icccm.title was NULL (when it should not >> have been), hence

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-02-13 Thread The Rasterman
On Sat, 13 Feb 2010 10:57:06 -0500 Christopher Michael said: > The round trips are possibly necessary here tho :( In my tests I ran > into cases where the bd->client.icccm.title was NULL (when it should not > have been), hence the ecore_x calls to get the titleso these may > still be neede

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-02-13 Thread Christopher Michael
Should have noted that, strangely enough, this tends to happen when using Elementary for the indicator/softkey (etc) windows. dh On 02/13/2010 10:57 AM, Christopher Michael wrote: > The round trips are possibly necessary here tho :( In my tests I ran > into cases where the bd->client.icccm.title

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-02-13 Thread Christopher Michael
The round trips are possibly necessary here tho :( In my tests I ran into cases where the bd->client.icccm.title was NULL (when it should not have been), hence the ecore_x calls to get the titleso these may still be needed in some cases. A better fix (which is in the new code) would have be

Re: [E-devel] E SVN: raster trunk/e/src/modules/illume2

2010-01-08 Thread cpmichael1
OMG, OoOpps nice catch mate dh - Original Message - From: "Enlightenment SVN" To: enlightenment-...@lists.sourceforge.net Sent: Friday, January 8, 2010 9:56:20 PM GMT -05:00 US/Canada Eastern Subject: E SVN: raster trunk/e/src/modules/illume2 Log: fix seg! Author: raster Da