[E-devel] Patches to Eterm

2005-05-18 Thread Tres Melton
Michael, 15bpp saturation shading: mostly readability changes like adding shift of 0. (The compiler optimizes them out, I checked.) An attempt to change the spacing/indentation to be more like your style. And fix an error that I made by leaving one too many bits set in green. (oops! :-) 16bpp

[E-devel] enlightenment-remote crashes

2005-05-18 Thread Enlightened
When I run enlightenment-remote - enlightenment crashes when I close Emblem it crashes too. System - FreeBSD 6.0 Error in gdb: Program received signal SIGBUS, Bus error. [Switching to Thread 1 (LWP 100104)] 0x2815e835 in ecore_con_client_del () from /usr/local/lib/libecore_con.so.1 (gdb) ecore_eva

[E-devel] enlightenment-remote crashes

2005-05-18 Thread Enlightened
When I run enlightenment-remote - enlightenment crashes when I close Emblem it crashes too. System - FreeBSD 6.0 Error in gdb: Program received signal SIGBUS, Bus error. [Switching to Thread 1 (LWP 100104)] 0x2815e835 in ecore_con_client_del () from /usr/local/lib/libecore_con.so.1 (gdb) ecore_eva

Re: [E-devel] enlightenment-remote crashes

2005-05-18 Thread Nigel Benns
How fresh is the Ecore installation and did you install it on top of an older install? > When I run enlightenment-remote - enlightenment crashes > when I close Emblem it crashes too. > System - FreeBSD 6.0 > Error in gdb: > Program received signal SIGBUS, Bus error. > [Switching to Thread 1 (LWP 1

Re: [E-devel] enlightenment-remote crashes

2005-05-18 Thread Nigel Benns
What are you telling enlightenment-remote to do when you are running it? Does it crash E doing anything, or just doing -bg-set? > How fresh is the Ecore installation and did you install it on top of an > older install? > >> When I run enlightenment-remote - enlightenment crashes >> when I close Em

[E-devel] E Path... No Inherit

2005-05-18 Thread Stafford Horne
Well, I talked to raster in irc and we decided that it is not a good idea to do any type of path combination. This should be done by applications. So Emblem should change to search the bg-dirs-list then it can search the theme-dirs-list if it needs to for example. The patch is basiacally the s

Re: [E-devel] enlightenment-remote crashes

2005-05-18 Thread The Rasterman
On Wed, 18 May 2005 16:03:18 +0400 Enlightened <[EMAIL PROTECTED]> babbled: > When I run enlightenment-remote - enlightenment crashes > when I close Emblem it crashes too. > System - FreeBSD 6.0 > Error in gdb: > Program received signal SIGBUS, Bus error. > [Switching to Threa

Re: [E-devel] enlightenment-remote crashes

2005-05-18 Thread Enlightened
So I should recompile ecore with -g? --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=c

[E-devel] Dirty EWL Patch for textbox

2005-05-18 Thread Boldin Pavel
Hello, all. You are know, that entry (aka textbox) entries in widget library ewl is work incorrect (has some problems with new texts or moving text). I solve this problem (but this patch is NOT for latest CVS version). See attach for details. Bug hides in evas-object-blocktext.c file (from evas,

[E-devel] Dirty EWL Patch for textbox

2005-05-18 Thread Boldin Pavel
I solve this problem (but this patch is NOT for latest CVS version). But may work :-). not tested --- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Swee

[E-devel] Dirty EWL Patch for textbox

2005-05-18 Thread Boldin Pavel
I solve this problem (but this patch is NOT for latest CVS version). But may work :-). not tested --- /home/davinchi/downloaded/e17/libs/evas/src/lib/canvas/evas_object_textblock.c 2005-04-03 19:22:16 +0500 +++ src/lib/canvas/evas_object_textblock.c 2005-05-18 22:50:08 +0500 @@ -1684,7 +1684,7 @@

Re: [E-devel] enlightenment-remote crashes

2005-05-18 Thread The Rasterman
On Wed, 18 May 2005 21:25:09 +0400 Enlightened <[EMAIL PROTECTED]> babbled: > So I should recompile ecore with -g? yes. also e17, evas, edje, eet and embryo > > --- > This SF.Net email is sponsored by Oracle Space Sweep

Re: [E-devel] E Path... No Inherit

2005-05-18 Thread Stphen Horner
On Wed, 18 May 2005 23:07:42 +0800 Stafford Horne <[EMAIL PROTECTED]> wrote: > Well, > > I talked to raster in irc and we decided that it is not a good idea to > do any type of path combination. This should be done by applications. > So Emblem should change to search the bg-dirs-list then it ca