Re: [E-devel] Make the IBox show unminimised windows [patch]

2008-11-02 Thread The Rasterman
On Sun, 21 Sep 2008 20:14:10 +0200 [EMAIL PROTECTED] babbled: > I really want to have an icon box of all my windows (like XFCE), here is > the patch. I hope it can be included with Enlightenment :-) hmm looking at the patch i suspect this will be broken. you delete the handling for border/add/del

Re: [E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread hsim
Apparently ITask and what I wrote are similar... ITask has some additional features this thing doesn't do, but is also lacking a lot of the IBox features like display of program name and flashing. ITask does not come with Enlightenment though, and the button on the left side is ugly. But thanks f

Re: [E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread Luca De Marini
Exscuse me, but isn't that what ITask does? I mean, if I understood what you wrote here, you are looking for a taskbar showing appications in an iconified form, like those from Ibox isn't that what the Itask module does already if you configure it to do it? Maybe I just misunderstood you ;) Bye

[E-devel] Make the IBox show unminimised windows [patch]

2008-09-21 Thread hsim
I really want to have an icon box of all my windows (like XFCE), here is the patch. I hope it can be included with Enlightenment :-) Index: e_mod_main.c === --- e_mod_main.c(revision 36154) +++ e_mod_main.c(working co