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

2006-04-13 Thread Peter Wehrfritz
Enlightenment CVS schrieb: Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_menu.c Log Message: - fix the menu corruption when you open and close the same menu multiple times. - needed to actually call

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

2006-04-13 Thread dan sinclair
Log Message: - fix the menu corruption when you open and close the same menu multiple times. - needed to actually call ewl_widget_configure instead of just calling the CONFIGURE callback Yes, this fixed it for the menu, but the real problem lies a bit deeper. When you hide and show a

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

2006-04-13 Thread dan sinclair
Yes, this fixed it for the menu, but the real problem lies a bit deeper. When you hide and show a override window again the output is corrupted, but when you call ewl_widget_configure it works. Attached is a little prog demonstrating this. I cannot imagine why, because this only happens with

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

2005-09-20 Thread Michael Jennings
On Friday, 16 September 2005, at 12:00:25 (-0700), E CVS List wrote: Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_callback.c ewl_callback.h ewl_enums.h ewl_widget.c ewl_widget.h Log

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

2005-09-20 Thread The Rasterman
On Tue, 20 Sep 2005 14:08:23 -0400 Michael Jennings [EMAIL PROTECTED] babbled: It's things like this that make me wish people would consider the LibAST object model. Changing between list implementations (array, linked list, doubly-linked list, and perhaps trees in the future) is a one-line

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

2004-07-15 Thread Nathan Ingersoll
Nice catch. :-) On Thu, Jul 15, 2004 at 05:31:37PM -0700, [EMAIL PROTECTED] wrote: Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src Modified Files: ewl_media.c Log Message: - fix segv on file load