Re: [E-devel] global event

2005-09-03 Thread Nir Tzachar
> > > Why? Most gesture systems work by pressing some button to activate > > > them. This is possible in E too. So like some other person wrote, it > > > could be possible to press a modifier or a key, and then do mouse > > > gestures that modify a window (raise, lower, iconify...) > > > > > hmm, i

[E-devel] ibar & engage - restoring minimized window

2005-09-03 Thread Laurence Vanek
I havent built e17 from CVS for a few weeks so perhaps some functionality has been intentionally changed. My latest build of EFL & E17 from CVS was 9/3/2005. I am now not able to restore a window once its minimized, as I previously was able to do, from either the engage module or ibar module.

Re: [E-devel] change font size problem

2005-09-03 Thread Xiaoyang Gu
Well, default font setting can display CJK characters, but they  don't looks fine  because the font size are two small.  When change the font size,  then CJK characters can't be displayed.On 9/4/05, Christian Pedaschus <[EMAIL PROTECTED] > wrote:Just some snippet from news on rasterman.com from 2

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Saturday 03 September 2005 05:38 pm, Morten Nilsen wrote: > Mike Frysinger wrote: > > On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: > >>Shouldn't that be ifdef __win32__ or something? > > > > i dont use cygwin but i'm pretty sure it doesnt define __win32__ > > first patch in

Re: [E-devel] global event

2005-09-03 Thread Brian Mattern
Carsten Haitzler (The Rasterman) wrote: >but not happening because 1. complex (need write gesture training and >recognition code) or 2. suck in another dependency and even then write all the >infrastructure code. it's not in the TODO and won't go there. you'll have to >wait for e18, e19, etc. > >

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Morten Nilsen
Mike Frysinger wrote: On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: Shouldn't that be ifdef __win32__ or something? i dont use cygwin but i'm pretty sure it doesnt define __win32__ first patch in this thread had "#ifndef __CYGWIN__" in it, in several places... -- Mo

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Saturday 03 September 2005 05:08 pm, Sebastian Dransfeld wrote: > Shouldn't that be ifdef __win32__ or something? i dont use cygwin but i'm pretty sure it doesnt define __win32__ -mike --- SF.Net email is Sponsored by the Better Software Con

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Sebastian Dransfeld
Mike Frysinger wrote: how about the attached patch ? -mike Index: src/lib/image.c === RCS file: /cvsroot/enlightenment/e17/libs/imlib2/src/lib/image.c,v ret

Re: [E-devel] imlib2: Cygwin build patch

2005-09-03 Thread Mike Frysinger
On Thursday 01 September 2005 10:04 am, Mike Russo wrote: > Mike Frysinger wrote: > >find attached a patch for this then, please test :) > > I think I just did a "#define RTLD_LOCAL RTLD_GLOBAL" (which should be > defined everywhere) and it worked fine. committed the patch i sent earlier then > >

Re: [E-devel] global event

2005-09-03 Thread Nir Tzachar
> > Why? Most gesture systems work by pressing some button to activate > > them. This is possible in E too. So like some other person wrote, it > > could be possible to press a modifier or a key, and then do mouse > > gestures that modify a window (raise, lower, iconify...) > > > hmm, i never thou

[E-devel] Crash with Cedega/Point2Play

2005-09-03 Thread Robert May
Looks like it is crashing when transient windows are created?? Attached is my gdb let me know if you need more info. Robert #0 0xe410 in ?? () #1 0xbffdc71c in ?? () #2 0x in ?? () #3 0xbffdc684 in ?? () #4 0x4073ff9d in ___newselect_nocancel () from /lib/tls/libc.so.6 #5 0x4

Re: [E-devel] E17 bug

2005-09-03 Thread dienekes
Sebastian Dransfeld wrote: > > Understood that. I just need some applications that use transient > windows, window groups and modal windows for testing. The only app I > have is opera. firefox. firefox was the first app I noticed the problem. Others followed, incl. e17 dialogs. > > Isn't that t

Re: [E-devel] change font size problem

2005-09-03 Thread Christian Pedaschus
Just some snippet from news on rasterman.com from 21.03.05, perhaps it helps...? [snip] Also I added fontset support for Evas - you can now specify fonts with "Font,Font2,Font3,... etc.". This means the first font is the primary, and a comma separated list (no whitespace) of fall-back fonts in ord

Re: [E-devel] change font size problem

2005-09-03 Thread Xiaoyang Gu
Well, i have tried to use the method you mentioned, but no use. i think that the command only has effects when using default theme.  But when using default theme, it doesn't wok also. The font size do change, but the non English characters still can not be displayed. Can anyone introduce some pr

Re: [E-devel] E17 bug

2005-09-03 Thread Sebastian Dransfeld
dienekes wrote: Sebastian Dransfeld wrote: Was a debuging message :) What application did you use? I'm looking for applications that use window groups and modal windows. all modal windows of all applications. Understood that. I just need some applications that use transient windows, wind

Re: [E-devel] E17 bug

2005-09-03 Thread dienekes
Sebastian Dransfeld wrote: > Was a debuging message :) What application did you use? I'm looking > for applications that use window groups and modal windows. > all modal windows of all applications. There is another debuging message bug report in e-users by Robert May: I noticed this ICCCM Error

Re: [E-devel] E17 bug

2005-09-03 Thread Sebastian Dransfeld
dienekes wrote: dienekes wrote: While saving a download e17 notifies a ICCM error "Weird, this window is transient and has a leader" - see screeshot uploaded to imageshack. This kind of error never happened in the past. Yesterday I did a cvs co. I did another cvs co 10 hours later. The

Re: [E-devel] change font size problem

2005-09-03 Thread Sebastian Dransfeld
Xiaoyang Gu wrote: hi I am using debian sid and i install e17 from "deb http://soulmachine.net/debian unstable/". I got ICE_2005 theme from get-e.org . All works fine, but the font size of title bar and menu is two small, so i extract the theme and change the font siz

Re: [E-devel] E17 bug

2005-09-03 Thread dienekes
dienekes wrote: >While saving a download e17 notifies a ICCM error "Weird, this window >is transient and has a leader" - see screeshot uploaded to imageshack. > >This kind of error never happened in the past. Yesterday I did a cvs co. > > > I did another cvs co 10 hours later. The bug definite

[E-devel] E17 bug

2005-09-03 Thread dienekes
While saving a download e17 notifies a ICCM error "Weird, this window is transient and has a leader" - see screeshot uploaded to imageshack. This kind of error never happened in the past. Yesterday I did a cvs co. http://img301.imageshack.us/img301/7306/e17bug8ts.jpg -Dienekes ---