Re: This rcsId variable in GDL2

2003-01-01 Thread Pascal Bourguignon
Manuel Guesdon writes: Hi, On Mon, 30 Dec 2002 17:48:36 +0100 Markus Hitter [EMAIL PROTECTED] wrote: | all of the GDL2 source files define a global variable like: | | static char rcsId[] = $Id: EODatabaseContext.m,v 1.9 2002/12/29 | 15:13:05 mirko Exp $; | | Is this one really

Re: This rcsId variable in GDL2

2003-01-01 Thread Pascal Bourguignon
Markus Hitter writes: Am Mittwoch, 01.01.03 um 17:17 Uhr schrieb Pascal Bourguignon: | //static char rcsId[] = $Id: EODatabaseContext.m,v 1.9 2002/12/29 | 15:13:05 mirko Exp $; | | Gcc complains a lot about this unused variable ... No code use it. I think you can comment

Re: NSSavePanel complains about .hidden

2002-10-08 Thread Pascal Bourguignon
From: Adam Fedor [EMAIL PROTECTED] Date: Tue, 08 Oct 2002 09:14:09 -0600 Pascal Bourguignon wrote: It should be quite easy to add a function to set the file descriptor (or a stream, which could be a memory stream) to which NSLog output should be sent. You can already

Re: Serious bug in gdomap (from gnustep-base-1.3.3)

2002-07-02 Thread Pascal Bourguignon
From: James Kehl [EMAIL PROTECTED] Date: Tue, 02 Jul 2002 20:02:56 +1000 Can I please beg you to make gdomap run as a user other than root by default!? I am using gnustep-base-1.3.3 compiled from source; running on RedHat Linux 7.3. Everything is default apart from using flattened

Re: GNUstep make Solaris 2.8 glitch

2002-06-27 Thread Pascal Bourguignon
From: Chris B.Vetter [EMAIL PROTECTED] Date: Thu, 27 Jun 2002 11:06:41 -0700 On Thu, 27 Jun 2002 19:25:28 +0200 Marcus Müller [EMAIL PROTECTED] wrote: Both, actually, if not quite up-to-date... (haven't tested Sol9 yet) Same here (Sol 8). That's what I'm using ;-) Objections

Re: -DSTRICT_OPENSTEP still not working.

2002-03-10 Thread Pascal Bourguignon
From: Richard Frith-Macdonald [EMAIL PROTECTED] Date: Sun, 10 Mar 2002 06:24:16 + On Sunday, March 10, 2002, at 06:02 AM, Pascal Bourguignon wrote: Hello, It still is not possible to compile GNUstep programs with -DSTRICT_OPENSTEP=1. snip In file

-DSTRICT_OPENSTEP not working.

2002-03-09 Thread Pascal Bourguignon
Hello, It still is not possible to compile GNUstep programs with -DSTRICT_OPENSTEP=1. We get the following errors (don't mind g++, it compiles correctly ObjC programs without -DSTRICT_OPENSTEP=1). STRICT_OPENSTEP should not prevent inclusion of GS headers needed to compile

NSOpenPanel / nfs_wait

2002-03-09 Thread Pascal Bourguignon
On Linux, when opening a NSOpenPanel, if there is some NFS mount for which the server is down, the GNUstep application waits on nfs_wait. Would it be possible to use non blocking I/O to scan the directories in NSOpenPanel? -- __Pascal_Bourguignon__ (o_ Software patents are

Re: Small FontPanel glitch.

2002-01-29 Thread Pascal Bourguignon
Fred Kiefer [EMAIL PROTECTED] wrote: Hi Pascal, a few days back yopu wrote this mail: Pascal Bourguignon wrote: There is this small bug in the Font Panel: 1/ The typeface selected in the list of typefaces is not synchronized with the typeface shown in the font name

Re: Fonts (2) - problems with GSFontAntiAlias 'YES'

2002-01-29 Thread Pascal Bourguignon
Fred Kiefer [EMAIL PROTECTED] wrote: Perhaps I should explain a bit more on how the current Anti-Alias font implementation works and which limitations are caused by this. This code was a hack that I came up with kust to see if there is any demand for better fonts in the GNUstep community

Re: Release of gui libraries

2002-01-27 Thread Pascal Bourguignon
From: Nicola Pero [EMAIL PROTECTED] Date: Sun, 27 Jan 2002 12:13:49 + (GMT) Ok, I this bug is most probably caused by the fact that the height is rounded up from 187.942856 -- 188. The following patch will always round the size of the rectangle down. No - this patch is not

Re: Fonts (2) - problems with GSFontAntiAlias 'YES'

2002-01-18 Thread Pascal Bourguignon
Pascal Bourguignon wrote: When I open the Font Panel, I get a list with about 60 different fonts. However, in the Preview they all look the same but the following: I reverted the xgps backend to find fonts by pixel size. Please let me know if anything improves. Yes

orderOut: is orderOut: is orderOut:

2002-01-12 Thread Pascal Bourguignon
Well, this is a problem related to activate/deactivate of the application and the hidding/recovering of the panels too. With latest GNUstep from cvs and Window Maker 0.80.1. First problem is: - launch a GNUstep application. - before the menu appears, activate another X window

Re: Problem with modal dialogs

2002-01-12 Thread Pascal Bourguignon
Note that there is no API to know when a NSApplication instance is in a modal loop (or to retrieve the current modal session from a NSApplication instance). That's the reason why IMHO, there should be no exception if an abortModal, stopModal or stopModalWithCode: is sent to an

Fonts (2)

2002-01-11 Thread Pascal Bourguignon
When I open the Font Panel, I get a list with about 60 different fonts. However, in the Preview they all look the same but the following: Courier looks like Courier. Lucidux Mono looks like Lucidux Mono. Lucidux Sans looks like Lucidux Sans. Lucidux Serif looks like Lucidux

Re: NSAttributedString (Foundation) bug

2001-12-08 Thread Pascal Bourguignon
Richard Frith-Macdonald [EMAIL PROTECTED] wrote: On Saturday, December 8, 2001, at 12:25 AM, Pascal Bourguignon wrote: while (index length); { statement; } while(condition){ statement; } Nice try ... by demonstrably untrue

[OT] styles.

2001-12-08 Thread Pascal Bourguignon
Nicola Pero [EMAIL PROTECTED] wrote: My point is that by always writting the brace on the same line than the while, if, else, for, etc, and without spaces between the right parenthesis, the intruduction of an unwanted semi-colon would just jump in one's face and such an

Re: NSAttributedString (Foundation) bug

2001-12-07 Thread Pascal Bourguignon
Ludovic Marcotte [EMAIL PROTECTED] wrote: Hi, In NSAttributedString: -initWithCoder we have: ... m = [m initWithString: string attributes: nil]; [m setAttributes: attrs range: r]; while (index length); { [aDecoder

Problem with NSPopUpButton.

2001-10-04 Thread Pascal Bourguignon
There is this problem with NSPopUpButton. In the action method of the NSPopUpButton instances, [sender selectedCell] does not return the same objects than on OPENSTEP 4.2. With OPENSTEP 4.2: The items obtained with -[NSPopUpButton itemAtIndex:]: Oct 04 08:08:58 MapTreeTest[2839]

NSText: new-line at the end of text.

2001-05-13 Thread Pascal Bourguignon
When the insertion point is positionned after the last character of a text, when typing RETURN, at first no new-line is displayed ; the insertion point is moved a couple of pixels on the right, and we have to type one more character before the new-line is displayed with the new