Re: [E-devel] Strange mouse button click event

2006-12-18 Thread Byron Hillis
Chad Kittel wrote: On 12/16/06, blak [EMAIL PROTECTED] wrote: Hello I have noticed some strange mouse click behaviour(IMHO) For example I open an About e17 window, move mouse cursor on the Ok button, then I press down mouse button, move mouse out of the Ok button(but not away from About

Re: [E-devel] export of LD_LIBRARY_PATH in e_start_main.c

2006-12-18 Thread Nikolas Arend
Carsten Haitzler (The Rasterman) wrote: On Sun, 17 Dec 2006 22:13:05 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Sunday 17 December 2006 17:54, Carsten Haitzler wrote: this is part of the setup that enlightenment_start does to make sure e finds libraries in the prefix it's

Re: [E-devel] Custom screensaver to override E's desklock (work in progress)....

2006-12-18 Thread Ravenlock
On 12/17/2006 19:55, Ravenlock wrote: On 12/17/2006 10:00, Ravenlock wrote: Hello, Hoping for comments on the attached patch. The patch will add Advanced features to the Configuration Panel - Screen - Screen Lock panel. You can choose to override the Lock Screen functionality of E, and/or

Re: [E-devel] Custom screensaver to override E's desklock (work in progress)....

2006-12-18 Thread Nikolas Arend
Ravenlock wrote: On 12/17/2006 19:55, Ravenlock wrote: On 12/17/2006 10:00, Ravenlock wrote: Hello, Hoping for comments on the attached patch. The patch will add Advanced features to the Configuration Panel - Screen - Screen Lock panel. You can choose to override the Lock Screen

Re: [E-devel] export of LD_LIBRARY_PATH in e_start_main.c

2006-12-18 Thread The Rasterman
On Sun, 17 Dec 2006 22:56:32 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Sunday 17 December 2006 22:56, Carsten Haitzler wrote: this is up to libtool and compile flags and setups and i'm not playing with that - that is a secondary matter imho. these also DONT solve the problem of

Re: [E-devel] E CVS: libs/ewl englebass

2006-12-18 Thread Nathan Ingersoll
Good catch on the mem leaks. Which events are you referring to here, the Ecore_X events or the EWL internal events? Thanks, Nathan On 12/18/06, Enlightenment CVS [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : englebass Project : e17 Module : libs/ewl Dir :

[E-devel] Events blocking the event system?

2006-12-18 Thread Joerg Plewe
Hi all! For a very special use-case, I submit some custom event using ecore_event_add(). The event handler, under some conditions, will submit a new event of the same type again. This basically works as expected (kind of a tight loop), but all other events (esp. UI events like mousemove) are no

[E-devel] etk - scroll - text_view

2006-12-18 Thread Atton Jonathan
hello ;) I write a application with the ETK library. I need to add a scrollbar in a text_view but my scrollbar don't appears. My code: frame = etk_frame_new(hehe); etk_container_add(ETK_CONTAINER(vbox), frame);

[E-devel] e16-0.16.8.5, e16keyedit-0.5

2006-12-18 Thread Kim Woelders
e16 version 0.16.8.5 and e16keyedit version 0.5 are now available for download: http://sourceforge.net/project/showfiles.php?group_id=2 e16-0.16.8.5: - Add Xft font support. - Add _NET_WM_SYNC_REQUEST support. - Enable setting focused/non-focused opacity independently (Grant Weir). - Enable

Re: [E-devel] export of LD_LIBRARY_PATH in e_start_main.c

2006-12-18 Thread Mike Frysinger
On Monday 18 December 2006 03:47, Carsten Haitzler wrote: and what is $ORIGIN? it's a special keyword recognized by the ldso: If the name is ``ORIGIN'', then the substitution sequence is replaced by the dynamic linker with the absolute pathname of the directory in which the object containing

Re: [E-devel] etk - scroll - text_view

2006-12-18 Thread Hisham Mardam Bey
On 12/18/06, Atton Jonathan [EMAIL PROTECTED] wrote: hello ;) I write a application with the ETK library. I need to add a scrollbar in a text_view but my scrollbar don't appears. My code: frame = etk_frame_new(hehe);

Re: [E-devel] export of LD_LIBRARY_PATH in e_start_main.c

2006-12-18 Thread Nikolas Arend
Carsten Haitzler (The Rasterman) wrote: On Sun, 17 Dec 2006 22:13:05 -0500 Mike Frysinger [EMAIL PROTECTED] babbled: On Sunday 17 December 2006 17:54, Carsten Haitzler wrote: this is part of the setup that enlightenment_start does to make sure e finds libraries in the prefix it's

Re: [E-devel] etk - scroll - text_view

2006-12-18 Thread Atton Jonathan
Le lundi 18 décembre 2006 à 20:59 +0200, Hisham Mardam Bey a écrit : On 12/18/06, Atton Jonathan [EMAIL PROTECTED] wrote: hello ;) I write a application with the ETK library. I need to add a scrollbar in a text_view but my scrollbar don't appears. My code: frame =

Re: [E-devel] etk - scroll - text_view

2006-12-18 Thread Hisham Mardam Bey
On 12/19/06, Atton Jonathan [EMAIL PROTECTED] wrote: Ok I see, I really need this options hehe :p Etk have a mainling list or site ? or you use this mailing list ? We use this mailing list and #etk on irc.freenode.net I have found a bug :o, when you select a text with the mouse, the last

Re: [E-devel] Custom screensaver to override E's desklock (work in progress)....

2006-12-18 Thread Ravenlock
On 12/18/2006 08:30, Ravenlock wrote: On 12/17/2006 19:55, Ravenlock wrote: On 12/17/2006 10:00, Ravenlock wrote: Hello, Hoping for comments on the attached patch. The patch will add Advanced features to the Configuration Panel - Screen - Screen Lock panel. You can choose to override the

Re: [E-devel] export of LD_LIBRARY_PATH in e_start_main.c

2006-12-18 Thread Stephan Wezel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mon, 18 Dec 2006 13:29:34 -0500 schrieb Mike Frysinger [EMAIL PROTECTED]: On Monday 18 December 2006 03:47, Carsten Haitzler wrote: and what is $ORIGIN? it's a special keyword recognized by the ldso: If the name is ``ORIGIN'', then the