Re: Strangeness in NSWindow

2002-04-21 Thread Fred Kiefer
Adam Fedor wrote: > Fred Kiefer wrote: > >> Then there is this NSWindowDepth stuff, according to NSGraphics this >> are rather complicated values that describe the availabe colours of a >> window or screen. But in NSWindow 8 is returned as a NSWindowDepth and >> the method [windowdepth] on

Re: Fix, nib2gmodel: GMAppKit.m

2002-04-21 Thread Nicola Pero
Hi Georg, thanks! I'm not sure if that also fixes the long standing issue with window masks in gmodels not being generated correctly - where I always suspected that the bug was in OpenStep not setting window masks correctly (but could never prove it since I don't have OpenStep). Anyway - I've

Bug#140396: GNUstep.sh: no language locale found (fwd)

2002-04-21 Thread Nicola Pero
-- Forwarded message -- Date: Thu, 28 Mar 2002 16:08:41 -0800 From: Chris Waters <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Bug#140396: GNUstep.sh: no language locale found Resent-Date: Fri, 29 Mar 2002 00:18:05 GMT Resent-From: Chris Waters <[

Fix: GMAppKit.m for NSMenuItem

2002-04-21 Thread Georg Fleischmann
Hi, here is a patch to fix a problem with PopUpMenus loaded from a gmodel file. The PopUpMenus were always disabled and their action always set to "submenuAction:". The patch simply sets the action after setSubmenu. Menus and Submenus are still working with the patch. Alternatively, a check for

NSOutlineView ignores the outlineTableColumn's position

2002-04-21 Thread Alexander Malmberg
Hi, When [NSOutlineView -mouseDown] checks for a click on the expand/collapse image, it ignores the outlineTableColumn's position. Thus, it only works if the outlineTableColumn is the first column. I've attached a patch that fixes this. (The trigger-zone for the image still seems a bit off, thoug

Re: Strangeness in NSWindow

2002-04-21 Thread Adam Fedor
Fred Kiefer wrote: > And before we can add any support for multiple screens (or monitors as > MS Windows calls this) to the GNUstep backend, we should support it in > the gui. Currently NSWindow does not even care which screen it is using. > We should think of a concept for the window screen inter