Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Tue, 13 Dec 2005 01:03:13 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Tue, 13 Dec 2005 12:42:46 +0900 Carsten writes: > > On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > > > > > > > U Yeah, definitely something amiss

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Tue, 13 Dec 2005 12:42:46 +0900 Carsten writes: > On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > U Yeah, definitely something amiss here :( > > yeah. that was a good start in debugging, finding the algorithm > issues then > no

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 20:41:12 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Mon, 12 Dec 2005 21:27:56 +0900 Carsten writes: > > On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > > > > > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten wr

Re: [E-devel] specifying user environment in Entrance

2005-12-12 Thread Phuah Yee Keat
Felix Breuer wrote: What I would like to know is the following: * What is the standard way for a login manager to read/set the environment for a session? Are login managers supposed to go through an Xsession script? I was just poking around the Entrance source and also the way xdm works las

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Mon, 12 Dec 2005 21:27:56 +0900 Carsten writes: > On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > > > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > > > <[EMAIL PROTECTED]> babbled:

Re: [E-devel] IBox patch

2005-12-12 Thread Morten Nilsen
Christopher Michael wrote: Hi All, Here's a patch to ibox that fixes BUG 4 in the E TODO: * BUG: if iconified window quits qhile iconified and ibox is being used then e segv's you just made santas special bonus-list :D that's the single most annoying bug in E17 per today as far as I'

[E-devel] IBox patch

2005-12-12 Thread Christopher Michael
Hi All, Here's a patch to ibox that fixes BUG 4 in the E TODO: * BUG: if iconified window quits qhile iconified and ibox is being used then e segv's Basically, I added a handler for remove events to monitor when an app is removed, then remove it from ibox. Tested well, and stops the

[E-devel] e_modules cvs module

2005-12-12 Thread Brian Mattern
Just so everyone else not on IRC late in the (american) evening knows: The 3rd party e17 modules that were pulled out of e17/apps/e_modules a few weeks ago have been placed back in cvs. This time, however, they are in their own CVS module (e_modules). This allows developer access from the normal

Re: [E-devel] e_int_border_menu_show()

2005-12-12 Thread Florian Zähringer
On Mon, 12 Dec 2005 21:28:26 +0900 Carsten Haitzler (The Rasterman) <[EMAIL PROTECTED]> enlightenend with: > On Mon, 12 Dec 2005 11:06:21 +0100 Florian Zähringer <[EMAIL PROTECTED]> > babbled: > > > Hi all, > > > > I'm looking for help with e_int_border_menu_show(). I would like to call it > > f

Re: [E-devel] Ibar Config Dialog Patch(s)

2005-12-12 Thread David Seikel
No one has complained about it yet. I say give it another 24 hours, then commit if there are still no complaints. pgpO2NPi2YE1F.pgp Description: PGP signature

[E-devel] [EMAIL PROTECTED]: Re: ToDo]

2005-12-12 Thread Andrew Williams
Seems that all menus from modules involving tick boxes require 2 ticks to turn them off, with an "undefined" state after the first click... A - Forwarded message from Florian Zähringer <[EMAIL PROTECTED]> - From: Florian Zähringer <[EMAIL PROTECTED]> To: Andrew Williams <[EMAIL PROTECTED

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 05:12:11 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > > > On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > > <[EMAIL PROTECTED]> babbled: > > > > > They'll remain in deep freeze til you let me know > > ot

Re: [E-devel] e_int_border_menu_show()

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 11:06:21 +0100 Florian Zähringer <[EMAIL PROTECTED]> babbled: > Hi all, > > I'm looking for help with e_int_border_menu_show(). I would like to call it > from a module (engage namely) and I almost succeeded with > > if (ev->button == 3) > { > e_int_border_menu_show

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Mon, 12 Dec 2005 17:39:29 +0900 Carsten writes: > On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > They'll remain in deep freeze til you let me know > otherwise :) > > > > As far as the blend functions... > > > > From that one screenshot,

[E-devel] e_int_border_menu_show()

2005-12-12 Thread Florian Zähringer
Hi all, I'm looking for help with e_int_border_menu_show(). I would like to call it from a module (engage namely) and I almost succeeded with if (ev->button == 3) { e_int_border_menu_show(ai->border, ev->output.x, ev->out

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread The Rasterman
On Mon, 12 Dec 2005 03:31:32 -0500 Jose O Gonzalez <[EMAIL PROTECTED]> babbled: > They'll remain in deep freeze til you let me know otherwise :) > > As far as the blend functions... > > From that one screenshot, it's unlikely that the dst-alpha > blend functions are causing wha

Re: [E-devel] evas and shape mask calc

2005-12-12 Thread Jose O Gonzalez
On Sun, 11 Dec 2005 23:51:24 +0900 Carsten writes: > On Sun, 11 Dec 2005 02:00:55 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > On Sun, 11 Dec 2005 13:59:10 +0900 Carsten writes: > > > On Sat, 10 Dec 2005 20:47:56 -0600 Brian Mattern > > > <[EMAIL PROTECTED]> > > > babbl