Recent changes on NSWindow.m

2010-01-16 Thread Germán Arias
With the recent changes on NSWindow.m all GNUstep apps are unusable. For example on Ink you can't write, on Gorm you can't add components from the palette, and in any app you can't write inside NSTextField objects. I'm not sure if this is a bug, or if you have planed more changes to complement

Re: Recent changes on NSWindow.m

2010-01-16 Thread Gregory John Casamento
I'll take a look and see why they'rebreaking things... Thanks. Gregory Casamento -- Principal Consultant - OLC, Inc # GNUstep Chief Maintainer From: Germán Arias ger...@xelalug.org To: Dev-GNUstep gnustep-dev@gnu.org Cc: Gregory John Casamento

Re: Recent changes on NSWindow.m

2010-01-16 Thread Gregory Casamento
German, I reverted the change for now. I believe I know what's causing the issue. The change was intended to correct a focus issue seen on Windows since gui is storing information about main/key as a flag *AND* in NSApplication. I believe the error in my change is in the setInputState calls