Trouble running the cairo backend

2007-09-04 Thread Isaiah Beerbower
Hello all, I'm experiencing problems getting the cairo backend to work. I'm installing on FreeBSD 6.2-RELEASE with the following: ./configure --enable-graphics=cairo --with-name=cairo gmake sudo gmake install The compile seems to go smoothly, but when I try using it, I get the following: Cairo

Re: gui fixes

2007-09-04 Thread Fred Kiefer
Andreas Höschler wrote: Hi all, Until this is properly figured out, I have changed the above method (temporary hack) as follows, since the above caused problems with date formatters. - (void)textDidChange: (NSNotification *)aNotification { NSMutableDictionary *dict; // validate

Re: Trouble running the cairo backend

2007-09-04 Thread Nicolas Roard
Him On 9/4/07, Isaiah Beerbower [EMAIL PROTECTED] wrote: Hello all, I'm experiencing problems getting the cairo backend to work. I'm installing on FreeBSD 6.2-RELEASE with the following: ./configure --enable-graphics=cairo --with-name=cairo gmake sudo gmake install The compile seems to

Re: Trouble running the cairo backend

2007-09-04 Thread Fred Kiefer
Isaiah Beerbower wrote: Hello all, I'm experiencing problems getting the cairo backend to work. I'm installing on FreeBSD 6.2-RELEASE with the following: ./configure --enable-graphics=cairo --with-name=cairo I normally have to add --disable-glitz, although this should not be needed.

Re: gui fixes

2007-09-04 Thread Andreas Höschler
Hi Fred, I removed the above hack and instead implemented the following in NSCell. - (NSAttributedString*) attributedStringValue { if (_formatter != nil) { NSDictionary *attributes; NSAttributedString *attrStr; + SEL sel = @selector(validateEditing); + if ([[self

Re: Trouble running the cairo backend

2007-09-04 Thread Isaiah Beerbower
On 9/4/07, Nicolas Roard [EMAIL PROTECTED] wrote: On 9/4/07, Isaiah Beerbower [EMAIL PROTECTED] wrote: I'm experiencing problems getting the cairo backend to work. I'm installing on FreeBSD 6.2-RELEASE with the following: ./configure --enable-graphics=cairo --with-name=cairo gmake

Re: gui fixes

2007-09-04 Thread Fred Kiefer
Andreas Höschler wrote: I removed the above hack and instead implemented the following in NSCell. - (NSAttributedString*) attributedStringValue { if (_formatter != nil) { NSDictionary *attributes; NSAttributedString *attrStr; + SEL sel = @selector(validateEditing); + if ([[self

Re: gui fixes

2007-09-04 Thread Andreas Höschler
Hi Fred, I used the following two methods on NSActionCell in my patch. Couls you please check, whether they also result in a loop? - (id)objectValue { if (_control_view) if ([_control_view isKindOfClass: controlClass]) [(NSControl *)_control_view validateEditing]; return [super

Re: Trouble running the cairo backend

2007-09-04 Thread Nicolas Roard
On 9/4/07, Isaiah Beerbower [EMAIL PROTECTED] wrote: On 9/4/07, Nicolas Roard [EMAIL PROTECTED] wrote: On 9/4/07, Isaiah Beerbower [EMAIL PROTECTED] wrote: I'm experiencing problems getting the cairo backend to work. I'm installing on FreeBSD 6.2-RELEASE with the following:

Patch to check XRender correctly with Cairo backend

2007-09-04 Thread Yen-Ju Chen
Here is a patch to check XRender with Cairo backend. The main bug is that configure.ac need to know the backend when checking XRender. But backend is only decided in the end. So XRender always fails. The patch may not be perfect because I don't know exact where to move the code. Yen-Ju Index:

Include config.h in XGCairoXImageSurface

2007-09-04 Thread Yen-Ju Chen
Here is another minor patch to make transparency work. Yen-Ju Index: Source/cairo/XGCairoXImageSurface.m === --- Source/cairo/XGCairoXImageSurface.m (revision 25449) +++ Source/cairo/XGCairoXImageSurface.m (working copy) @@ -20,6

Re: gui fixes

2007-09-04 Thread Fred Kiefer
Andreas Höschler wrote: I used the following two methods on NSActionCell in my patch. Couls you please check, whether they also result in a loop? - (id)objectValue { if (_control_view) if ([_control_view isKindOfClass: controlClass]) [(NSControl *)_control_view

Re: Pre-FOSDEM workshop (was AlpenStep photos - pre-FOSDEM workshop?)

2007-09-04 Thread Fred Kiefer
Jesse Ross wrote: CALL FOR INDICATING INTEREST: Who of the readers is interested a) to arrive on Thursday evening before the FOSDEM weekend? b) have a GNUstep workshop on Friday c) to stay in a group hotel (which probably needs fixed reservations within the next weeks) Count me in for

Re: GNUstep applications via ssh

2007-09-04 Thread Fred Kiefer
Andreas Höschler wrote: Hi all, I am trying to run a GNUstep application on one host and displaying it on another tunnelling X11 throught ssh. Actually I am using Sun Secure Global Desktop which allows to do exactly that. application serverSGD ServerNative SGD

Re: Fix for window flicks when getting focused

2007-09-04 Thread Fred Kiefer
Yen-Ju Chen wrote: This patch tries to fix the GNUstep window flicks when it gets focus. This is the situation I traced: 1) A GNUstep window get focused. 2) [XGServerWindow orderwindow:::] receives NSWindowAbove with otherwin == 0. 3) It uses XGetInputFocus() and it succeeds because there is