[E-devel] entangle SIGABRT

2005-09-21 Thread David Sharp
i've started using e17 all the time now, and it is mostly good. entangle nearly-reliably crashes on me. to reproduce, i just start dragging an item in the right list with the right mouse button. This often causes glibc to report: *** glibc detected *** double free or corruption (!prev): some

Re: [E-devel] edje and event objects

2005-09-21 Thread The Rasterman
On Wed, 21 Sep 2005 01:15:46 -0400 Jose O Gonzalez [EMAIL PROTECTED] babbled: On Fri, 16 Sep 2005 09:44:08 +0900 Carsten writes: On Thu, 15 Sep 2005 19:48:31 -0400 Rodolfo Hansen [EMAIL PROTECTED] babbled: I'm not very familiar with how evas or smart objects are currently

[E-devel] PATCH: A wee shading fix

2005-09-21 Thread David Stevenson
Gidday, I noticed a minor glitch with the shading animation. When you do a shade (both double-click on border / ctrl-alt-r will do), and then do another before the first shade animation finishes, the partially shaded window completely unshades then starts shading again. Then when the second

[E-devel] Patch for resizing windows while respecting limits

2005-09-21 Thread Martin Geisler
Hello again, I noticed that the background image in my Eterms would have small gaps at the bottom and on the right while resizing with the keyboard --- the resizing didn't pay attention to the step_w and step_h limits set by Eterm (and Emacs, and...). I've fixed this quite easily by making

[E-devel] text weirdness

2005-09-21 Thread Ag. System Administrator
Hi! Noticed couple days ago, all russian characters in all About boxes (and also in Exit dialog) shown as boxes. It happens only in mentioned places, menus and other stuff is ok. As i think it somehow related to tb2. Thanks, Dan --- SF.Net

[E-devel] eclair crash

2005-09-21 Thread Thomas
Eclair invariably crashes very soon (about 3 seconds) after it starts. The window appears, and I can interact with the edje interface, buttons glow etc. But the 'Initialising.. Please wait' message doesn't disappear. Whether I interact with it or not the whole thing aborts on an assert: (gdb)

[E-devel] [PATCH] evas DirectFB CVS changes

2005-09-21 Thread Rob Shortt
Hello, I am running DirectFB CVS (aka 0.9.23) and have just checked out and installed evas. There was a small problem with a DirectFB API change that I fixed with this patch. Thanks, -Rob -- --- Rob Shortt| http://tvcentric.com |

[E-devel] First project submittal -- a calendar module

2005-09-21 Thread Nathan A. Smith
Hey, For those who would like to try out and comment on my efforts, http://home.comcast.net/~nasa01/calendar.tar.gz has my first full project. It's an alpha version of my calendar module. Please give it a try. -- Nasa --- SF.Net email is

Re: [E-devel] [PATCH] evas DirectFB CVS changes

2005-09-21 Thread Rob Shortt
Hi, Mike Frysinger wrote: On Wednesday 21 September 2005 08:14 pm, Rob Shortt wrote: I am running DirectFB CVS (aka 0.9.23) and have just checked out and installed evas. There was a small problem with a DirectFB API change that I fixed with this patch. wouldnt it be saner to just keep

Re: [E-devel] edje and event objects

2005-09-21 Thread Jose O Gonzalez
On Wed, 21 Sep 2005 23:57:02 +0900 Carsten writes: On Wed, 21 Sep 2005 01:15:46 -0400 Jose O Gonzalez [EMAIL PROTECTED] babbled: On Fri, 16 Sep 2005 09:44:08 +0900 Carsten writes: when u move an object evas sees if this obj intersected the poitner xo-ord, if it did evas

Re: [E-devel] edje and event objects

2005-09-21 Thread dan sinclair
[snip] the canvas code needs a complete rewrite, especially in relation to clipping, stacking, and event-handling. In order to do that *right*, there are design issues that need to be addressed... You do realize that for pretty much any software in existence a rewrite is the last

Re: [E-devel] edje and event objects

2005-09-21 Thread The Rasterman
On Wed, 21 Sep 2005 22:34:26 -0400 Jose O Gonzalez [EMAIL PROTECTED] babbled: On Wed, 21 Sep 2005 23:57:02 +0900 Carsten writes: On Wed, 21 Sep 2005 01:15:46 -0400 Jose O Gonzalez [EMAIL PROTECTED] babbled: On Fri, 16 Sep 2005 09:44:08 +0900 Carsten writes: when u move

Re: [E-devel] edje and event objects

2005-09-21 Thread Jose O Gonzalez
On Wed, 21 Sep 2005 23:30:24 -0400 dan sinclair [EMAIL PROTECTED] writes: [snip] the canvas code needs a complete rewrite, especially in relation to clipping, stacking, and event-handling. In order to do that *right*, there are design issues that need to be addressed... You

Re: [E-devel] edje and event objects

2005-09-21 Thread Jose O Gonzalez
On Thu, 22 Sep 2005 12:36:22 +0900 Carsten writes: On Wed, 21 Sep 2005 22:34:26 -0400 Jose O Gonzalez [EMAIL PROTECTED] babbled: Yeah.. But unfortunately the current evas in CVS does not do that :( Mainly (but also due to some pass-events confusion) due to