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

Re: [E-devel] Actions for window fullscreen

2006-07-02 Thread The Rasterman
On Sun, 2 Jul 2006 18:26:04 +0530 R.Ramkumar [EMAIL PROTECTED] babbled: 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

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

Re: [E-devel] Actions for window fullscreen

2006-07-01 Thread The Rasterman
On Tue, 20 Jun 2006 21:07:29 +0530 R.Ramkumar [EMAIL PROTECTED] babbled: 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

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-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

Re: [E-devel] Actions for window fullscreen

2006-06-19 Thread The Rasterman
On Mon, 19 Jun 2006 22:41:40 +0530 R.Ramkumar [EMAIL PROTECTED] babbled: 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