Re: [E-devel] Taskbar Module

2006-05-30 Thread R . Ramkumar
> Hey.. you weren't supposed to touch that! But I guess now I can make it > public. > Available here: > http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.2.tar.gz Just going through the code... in _taskbar_inst_cb_drop if (!strcmp(type, "enlightenment/border")) { bd = ev->dat

[E-devel] Actions for window fullscreen

2006-06-19 Thread R . Ramkumar
Hi! This patch had been sitting with me for quite some time. If you guys are ok with it, I could commit it. Basically adds an action for toggling/fullscreen'ing of a window. Actually I once wrote an action to send data over a socket, making it easy for writing shortcuts for music player ipc's arou

Re: [E-devel] Actions for window fullscreen

2006-06-20 Thread R . Ramkumar
Hi! well it's not a unified diff - so it'll have to be rejected (ie a diff with the +'s and -'s at the start of lines). also please attach diffs to mails - not inline them :) Took the liberty of an inline cvs diff as it was meant only for viewing :) Sorry anyway... Here's the diff -Naur for e

Re: [E-devel] Actions for window fullscreen

2006-07-02 Thread R . Ramkumar
Hi!1. you aren't using handy existing socket api's like ecore_con.2. as a result of this and lack of other infrastructure code - this action can block/lock e if the other end of the socket doesn't listen or is hung and/orthe buffer fills up. the wm hanging like this is REALLY bad. this socket datad

Re: [E-devel] Actions for window fullscreen

2006-07-02 Thread R . Ramkumar
Hi!should not have to resort to them). anyway - yes. it's a decent feature. but it is too dangerous to let in. if you do it right make it async and non-blocking,then we are in business :)Fine... Will change it when I get time :)Ramkumar. -- April 1: This is the day upon which we are reminded ofwhat

[E-devel] Binding clearing actions

2006-09-06 Thread R . Ramkumar
Hi! Here's a patch to include ipc handlers for clearing all Mouse/Key/Signal/Wheel bindings in E. Though it is theoretically possible for an external program to read through the existing keybindings and erase them one after the other, this offers a faster and cleaner solution. This is useful when

Re: [E-devel] Binding clearing actions

2006-09-07 Thread R . Ramkumar
Hi! > for now i don't think it's wise to accept this. as per previous emails - i > have > the ipc config in my sights to "nuke" because once we have a complete gui for > all the config - there is no need to keep a very big lump of code for doing > this via ipc (not to mention that it is incomplet