Re: [E-devel] [E-deve] patch: bug: wrong popup dimension computation

2008-10-03 Thread Gustavo Sverzut Barbieri
On Fri, Oct 3, 2008 at 3:05 PM, Chidambar 'ilLogict' Zinnoury <[EMAIL PROTECTED]> wrote: > Hello! > > Here is a patch that corrects popup width computations (best seen > when we have as many columns as rows): as all elements are integer, and > intermediate values are also integer, so we want to m

[E-devel] [E-deve] patch: bug: wrong popup dimension computation

2008-10-03 Thread Chidambar 'ilLogict' Zinnoury
Hello! Here is a patch that corrects popup width computations (best seen when we have as many columns as rows): as all elements are integer, and intermediate values are also integer, so we want to multiply all values before division. Cheers! Chidambar Index: trunk/e/src/modules/pager/e_mod_m

[E-devel] Additions of subicons to ilist and revamp of transitions settings

2008-10-03 Thread Chidambar 'ilLogict' Zinnoury
Hello all! Here are some patches: - e-ilist-subicons.patch adds subicons support to ilist: subicons are icons that you can show on top of icons to add some hint for the user: e.g. that an element changed. Position and size is determined by theme (on bling-bling and b and w, I put them on top rig

Re: [E-devel] compiling evil on eee 1000h

2008-10-03 Thread Samuel Nicholas
>> >> Hi Samuel, >> You should try this : >> >> ./autogen.sh --enable-ecore-sdl --enable-ecore-win32 --disable-ecore-con >> --with-iconv-link=-liconv >> (see E wiki : http://wiki.enlightenment.org/index.php/EFL_Windows_XP) >> >> This line should work, but you *MUST* have glew and directX installed