Re: Recent Documents

2003-10-27 Thread Fred Kiefer
Rob Burns wrote: I find I have to delete the defaults for Ink relatively often, because a file I have either deleted or moved, is in the recent documents list. When this is the case, starting Ink results in some errors about adding nil to an array. Could you please provide a gdb backtrace for th

Re: [bug #6726] Segmentation fault from GSTest

2003-11-27 Thread Fred Kiefer
HI Alexander, thank you for fixing this. I was totally distracted by the actual error message that I didn't even thing about starting memory debugging. Fred [EMAIL PROTECTED] wrote: === BUG #6726: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailb

[bugs #6875] Use of _KDE_NET_WM_WINDOW_TYPE_OVERRIDE instead of _NET_WM_WINDOW_TYPE_UTILITY == BAD

2003-11-30 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #6875] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: [PATCH] -setTarget: and -setAction: enabled in NSImageView

2003-12-23 Thread Fred Kiefer
Alexander Malmberg wrote: Kazunobu Kuriyama wrote: [EMAIL PROTECTED] NSImageCell : NSCell [EMAIL PROTECTED] NSImageCell : NSActionCell This is a very dubious change. The design is sane, but it's a pretty big change, and it's against the docs. I'm going to think about it for a while and let others

Re: [PATCH] -setTarget: and -setAction: enabled in NSImageView

2003-12-24 Thread Fred Kiefer
Kazunobu Kuriyama wrote: Fred Kiefer wrote: I want to second Alexanders position here. The documentation from Apple is rather thin on what change should happen. On the other hand it is rather clear on what should not be changed. NSImageCell should remain a subclass of NSCell and not of

Re: [PATCH] -setTarget: and -setAction: enabled in NSImageView

2003-12-24 Thread Fred Kiefer
Kazunobu Kuriyama wrote: Fred Kiefer wrote: Kazunobu Kuriyama wrote: So I asked more than one time why NSImageCell needs to be a subclass of NSCell. Do you know any document that makes this point clear? If there's one, it would give a good foundation for our discussion, reducing perceptio

Re: resetCursorRectsForView

2003-12-26 Thread Fred Kiefer
Hi Rob, I just compiled your code and it works fine on my machine. Would you mind to update all of your GNUstep again and recompile your application. If the problem persists, could you than send a detailed description on how to reproduce it and your system parameters. Cheers Fred Rob Burns wro

Re: NSCell -_nonAutoreleasedTypingAttributes minor change.

2004-01-12 Thread Fred Kiefer
Michael Hanni wrote: Seemingly the baseline for string drawing in controls is one pixel too low. Maybe I'm seeing things, but this small patch for NSCell makes these strings center a little better. Some extra research might be necessary. One possible reason for the different appearance of GNUst

Re: [PATCH (revised)] -setTarget: and -setAction of NSImageView

2004-01-13 Thread Fred Kiefer
Alexander Malmberg wrote: Kazunobu Kuriyama wrote: --- gui/Headers/AppKit/NSImageCell.h2003-12-29 13:57:42.0 +0900 [snip] + int _tag; + id _target; + SEL _action; + id _control_view; However, the general idea was to add target and action. Adding a tag and a control view effectiv

Re: [PATCH (revised)] -setTarget: and -setAction of NSImageView

2004-01-14 Thread Fred Kiefer
wrote: Le 13 janv. 04, à 21:01, Fred Kiefer a écrit : Alexander Malmberg wrote: However, the general idea was to add target and action. Adding a tag and a control view effectively turns NSImageCell completely into an NSActionCell, it isn't required to get dragging working, and it isn't

Re: [PATCH (revised)] -setTarget: and -setAction of NSImageView

2004-01-14 Thread Fred Kiefer
wrote: Le 13 janv. 04, à 21:01, Fred Kiefer a écrit : Alexander Malmberg wrote: However, the general idea was to add target and action. Adding a tag and a control view effectively turns NSImageCell completely into an NSActionCell, it isn't required to get dragging working, and it isn't

Re: [PATCH (revised)] -setTarget: and -setAction of NSImageView

2004-01-14 Thread Fred Kiefer
wrote: Le 13 janv. 04, à 21:01, Fred Kiefer a écrit : Alexander Malmberg wrote: However, the general idea was to add target and action. Adding a tag and a control view effectively turns NSImageCell completely into an NSActionCell, it isn't required to get dragging working, and it isn't

Re: gnustep compile failed

2004-01-25 Thread Fred Kiefer
The start of your output for base just tells you what you should do: source your GNUstep.sh file. Fred ___ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep

Re: i dont know if it is a bug in gui but i suppose to

2004-01-31 Thread Fred Kiefer
Reuss Andras wrote: i have a window rect(300,300,200,100) and a [[[NSTextField alloc] initWithFrame: NSMakeRect(30,50,140,20)] setStringValue: @"Öt szûz õrült tizenharom írót nyúz"]; in case of [[window dataWithEPSInsideRect: NSMakeRect(0, 0, 199, 99)] writeToFile: @"afile" atomically: YES]; there

Re: NSMenu

2004-02-04 Thread Fred Kiefer
Quentin Mathé wrote: NSMenuItem autoenabling doesn't work with NSPopUpButton... is it an unimplemented feature ? other problem... with the code below : NSMenu *menu = [[NSMenu alloc] initWithTitle:@""]; [NSMenu popUpContextMenu:menu withEvent:myEvent forView:myView]; RELEASE(menu); the menu obje

Re: [PATCH] Fix NSMenu retainCount problem

2004-02-05 Thread Fred Kiefer
Quentin Mathé wrote: Here is the patch, two exactly, I was talking about. NSMenu.m patch reworks the notifications use in order that the menu itself hasn't be included in a notification until the notification is sent. I'm less sure for the NSMenuView.m patch : it only removes few lines which se

Re: [PATCH] Fix NSMenu retainCount problem

2004-02-05 Thread Fred Kiefer
Quentin Mathé wrote: Le 5 févr. 04, à 22:37, Fred Kiefer a écrit : Quentin Mathé wrote: I did spend some time on this problem and I would like to only accept half of your patches. First I have to admit, that I was wrong with the notification center. There everythign seems to be ok. On the

Re: [PATCH] Fix NSMenu retainCount problem

2004-02-06 Thread Fred Kiefer
Quentin Mathé wrote: Le 6 févr. 04, à 02:43, Quentin Mathé a écrit : Le 6 févr. 04, à 01:25, Fred Kiefer a écrit : menu = [[NSMenu alloc] initWithTitle: @"boum"]; NSLog(@"menu retain count before = %d", [menu retainCount]); { CREATE_AUTORELEASE_POOL(po

Re: new encoding

2004-02-07 Thread Fred Kiefer
Alexander Malmberg wrote: Rob Burns wrote: I update gnustep cvs today, and found that many of my nibs won't load anymore. Some still do. The difference appears to be the use of NSTableView. None of the nibs that contain NSTableView's can be loaded by the app, or by gorm. I get this error, when run

Dynamic loading no longer compiles in base

2004-02-08 Thread Fred Kiefer
I tried to compile base from scratch and did run into to following problem: Compiling file objc-load.m ... In file included from objc-load.m:54: dynamic-load.h: In function `__objc_dynamic_get_symbol_path': dynamic-load.h:95: error: `Dl_info' undeclared (first use in this function) dynamic-load.h:

Problems with GORM

2004-02-08 Thread Fred Kiefer
I just tested GORM and it is no longer able to display any specific attribute inspector and when selecting the custom class entry from the inspector it seg. faults. Some debugging showed, that the later is caused by setting the string "GormCustomClassInspector" as the delegate of the browser in

Re: system colors

2004-02-10 Thread Fred Kiefer
Rob Burns wrote: I was experimenting with changing the colors in GNUstep, and found that NSTabView wasn't paying attention to the changes. If I understand things correctly, using drawButton instead of NSDrawButton in the drawRect: method will fix this. The included patch does this. Also, the g

Re: Once again the NSOutlineView

2004-02-14 Thread Fred Kiefer
Andreas Heppel wrote: I have again stumbled across some strange behaviour in NSOutlineView. This time it has to do with reloading items. The method -reloadItem:reloadChildren is using another method called _findItem:childIndex:ofParent:. I suppose that this method is intended to return the paren

Re: Once again the NSOutlineView

2004-02-15 Thread Fred Kiefer
Gregory John Casamento wrote: P.S. Fred, I'm aware of no place in the code where it replaces items with NULL if they are nil. :) Sorry, my fault, I used the word NULL as a short hand for [NSNull null], as can be see in the following line (used about five times in the code of NSOutlineView): id

Re: Once again the NSOutlineView

2004-02-16 Thread Fred Kiefer
> Hi Fred, > > On 2004-02-14 14:11:51 +0100 Fred Kiefer <[EMAIL PROTECTED]> wrote: > > > I did (hopefully) resolve this problem in a different way, by removing > the > > helper method and inlining the code into reloadItem:reloadChildren:. > This &g

Re: [PATCH] NSButtonCell

2004-02-24 Thread Fred Kiefer
Adam Fedor wrote: On Thu, 2004-02-05 at 08:00, Quentin Mathé wrote: Here is a patch for NSButtonCell.m which permits to the class to be drawn transparent when it is not bordered. I also removed few lines about the focus dotted rect in order to have it always drawn with the same size than the but

Re: Can't use long long variables?

2004-02-28 Thread Fred Kiefer
Adam Fedor wrote: On Friday, February 27, 2004, at 05:43 PM, Fred Kiefer wrote: Is there any way to include this setting into make? Up to now I always took it for granted that my Suse Linux didn't have long long support and never thought about it. This is what I'm thinking: In the

Re: [PATCH] NSSavePanel.m -beginSheetForDirectory::::::

2004-02-28 Thread Fred Kiefer
Kazunobu Kuriyama wrote: > Attached is a patch that corrects NSSavePanel's > > - (void)beginSheetForDirectory: (NSString *)path > fileName: (NSString *)filename > modalForWindow: (NSWindow *)docWindow > modalDelegate: (id)delegate > didEndSelector: (SEL)didEndSelector > contextInfo: (void *)contex

Re: [PATCH] NSSavePanel.m -beginSheetForDirectory::::::

2004-02-28 Thread Fred Kiefer
Kazunobu Kuriyama wrote: Fred Kiefer wrote: This patch tries to add another workaround on top of all the hacks, that are already there for model and sheet handling. This doesn't look right to me, so I suggest another, hopefully cleaner, way to resolve this: I agree with the view above

Re: [PATCH] NSSavePanel.m -beginSheetForDirectory::::::

2004-03-06 Thread Fred Kiefer
Alexander Malmberg wrote: Fred Kiefer wrote: We should give the correct Cocoa values to the constants NSRunStoppedResponse, NSRunAbortedResponse and NSRunContinuesResponse. With these there will no longer be a conflict to the values of NSCancelButton and NSOKButton. Relying on two separate

Re: Fix, NSLayoutManager

2004-03-12 Thread Fred Kiefer
Georg Fleischmann wrote: Hi, here is a little patch for the NSLayoutManager fixing a problem with layout_char. layout_char is unsigned but may become "negative", thus flipping over to huge positive. The huge positive value then is not sattisfying the '<' comparison. Georg 2004-03-10 Georg

Re: [PATCH] NSSavePanel.m -beginSheetForDirectory::::::

2004-03-12 Thread Fred Kiefer
Alexander Malmberg wrote: Fred Kiefer wrote: Alexander Malmberg wrote: At least for Cocoa these enums are fully documented, Where? The NSRun*Response enum documentation here: http://developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/ObjC_classic/Classes/NSApplication.html

Re: [PATCH] NSSavePanel.m -beginSheetForDirectory::::::

2004-03-13 Thread Fred Kiefer
Alexander Malmberg wrote: Fred Kiefer wrote: Alexander Malmberg wrote: [snip] I suppose you could see the headers, which do specify the integer values, as implicit documentation, but GNUstep doesn't have a "the header is the documentation"-tradition. This is a very strange state

Re: [PATCH] Proposal to fix NSCell issue

2004-03-17 Thread Fred Kiefer
Quentin Mathé wrote: In the current situation NSCell performClick: method doesn't work with NSMatrix and cannot be used for an NSCell subclass with embedded cells. Here is a screenshot for the issue with NSMatrix when you call performClick: on a cell : … before the performClick: call http://www.q

Re: [PATCH] Proposal to fix NSCell issue

2004-03-18 Thread Fred Kiefer
I gave this another thought and now I am wondering why we are doing all the explicit drawing at all. We could also just set the highlight attribute and mark the cell as dirty and let the runloop do the drawing for us. And the same when we finish highlighting. This is surely a lot slower, but we

Re: [PATCH] Proposal to fix NSCell issue

2004-03-23 Thread Fred Kiefer
Quentin Mathé wrote: Le 23 mars 04, à 01:07, Quentin Mathé a écrit : Well, here is two patches which add -performClickWithFrame:inView: to NSCell and mark performClick: as deprecated. If everybody is ok, I can commit this NSCell modification. Here are a more complete set of patches to fix the r

Re: [PATCH] Proposal to fix NSCell issue

2004-03-30 Thread Fred Kiefer
Quentin Mathé wrote: Here is an updated set of patches... I hope it's ok now : I removed the action send in NSButtonCell and also the NSWindow patch (-performClick: is kept until better solution is found). I think it is ok to commit. As I wrote before, I like the patch. There are a few remaining

Re: [PATCH] Proposal to fix NSCell issue

2004-03-30 Thread Fred Kiefer
Hi Alexander, Alexander Malmberg wrote: I'd rather remove [NSCell -performClick:] than extend it, but either way, it'll be easy to do this after this change. here I have to object. performClick: is an interface that is documented by Apple (and as far as I remember was even in the OpenStep specif

Re: [PATCH] Proposal to fix NSCell issue

2004-03-31 Thread Fred Kiefer
Quentin Mathé wrote: Le 31 mars 04, à 09:25, Fred Kiefer a écrit : Alexander Malmberg wrote: I'd rather remove [NSCell -performClick:] than extend it, but either way, it'll be easy to do this after this change. here I have to object. performClick: is an interface that is documente

Re: [PATCH] Proposal to fix NSCell issue

2004-04-01 Thread Fred Kiefer
Quentin Mathé wrote: Le 1 avr. 04, à 01:40, Fred Kiefer a écrit : Sorry, as I wrote, I was not sure. After your mail I checked and it is there on NSButton and NSButtonCell at least in my OpenStep specification (October 19, 1994, not sure if there are different versions). As this issue is

Re: NSPathUtilities Patch - 2 - Win32

2004-04-20 Thread Fred Kiefer
Hi Sheldon, the current state of this patches looks rather dubious to me. In the function Win32GetUserProfileDirectory an undeclared variable s (NSString *) is used and InitialisePathUtilities calles Win32Initialise unconditionally. This make me feel rather uneasy with the whole set of patches

[bugs #8820] Number of columns is not increased in NSMatrix's -addColumn

2004-05-13 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8820] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: T

[bugs #8385] NSKeyedUnarchiver doesn't unarchive on Windows

2004-05-09 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8385] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #8018] NSMutableDictionary writeToFile:atomically:

2004-05-09 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8018] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #7509] Does not load on Cygwin

2004-05-08 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #7509] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #7901] NSDocument (portability)

2004-05-08 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #7901] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #8820] Number of columns is not increased in NSMatrix's -addColumn

2004-05-15 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8820] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #7876] NSSavePanel

2004-05-15 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #7876] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #4749] GWorkspace thumbnail views are not correct

2004-05-15 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #4749] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

[bugs #8334] No text display on NetBSD

2004-05-15 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8334] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date: S

Re: [PATCH] Rewritten NSComboBox implementation

2004-05-16 Thread Fred Kiefer
Quentin Mathé wrote: The current implementation support both NSTableView or NSBrowser to display the list. By default a table view is used but a flag in NSComboBoxCell.m permits to switch to a browser. I think that both NSBrowser and NSTableView returns wrong row/cell size and intercell space,

Re: rtf | printing | hungarian

2004-05-18 Thread Fred Kiefer
First: It would be great, if you could submit these problems to the bug tracking system on Savannah, so we don't forget to answer them. reuss wrote: 1. rtf I dont know that it is a bug, but the rtf created by Ink.app could not be read by OOo and vice versa This seems to be a different understandi

Re: Removing libwraster

2004-05-24 Thread Fred Kiefer
Adam Fedor wrote: What about removing libwraster from the backend dependencies, now that we have image handling routines in the gui now? It seems to work fine for me. I am all in favour for the removal of libwraster, but didn't you forget about the usage in x11, where it is used for much more tha

[bugs #9169] libgnustep-base 1.7.2 dies due to mprotect() call

2004-06-03 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9169] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #8132] NSTableView action isn't sent

2004-06-18 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8132] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: [PATCH] Proposal to fix NSButtonCell issue with -setFont: -setTitle:

2004-06-19 Thread Fred Kiefer
can have a title (_contents ivar with a specified font) without being an NSTextCellType cell but an NSImageCellType cell by using an image. What we do with this patch ? … reply to Fred Kiefer question : Le 30 mars 04, à 22:18, Fred Kiefer a écrit : This patch looks dubious to me. NSButtonCell also

[bugs #9402] NSTableView selctedRowEnumerator returns incorrect values

2004-06-21 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9402] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9001] incorrect printing of hungarian characters

2004-06-21 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9001] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9413] NSImageCell drawInteriorWithFrame:inView: scaled bug

2004-06-23 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9413] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #4998] NSTableView redraw problems

2004-06-24 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #4998] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9426] NSTableView redraw error

2004-06-24 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9426] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9426] NSTableView redraw error

2004-06-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9426] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9419] tableView doesn't return all rows if selected rows are not contiguous

2004-06-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9419] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9417] color picker doesn't take focus if called from panel

2004-06-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9417] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #6875] Use of _KDE_NET_WM_WINDOW_TYPE_OVERRIDE instead of _NET_WM_WINDOW_TYPE_UTILITY == BAD

2004-06-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #6875] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9461] Instantiated object wont work after reload of Grorm file

2004-06-25 Thread Fred Kiefer
bmitted by: Fred Kiefer On: Fri 06/25/2004 at 23:55 Category: Gorm Severity: 3 - Ordinary Item Group: Bug Resolution: None Assigned to: None Status: Open Summary: Instantiated object wont work after reload of Grorm file Original Submission: After creating a connection to an instantia

[bugs #9463] Changing the name of an outlet for a custom class fails

2004-06-25 Thread Fred Kiefer
bmitted by: Fred Kiefer On: Sat 06/26/2004 at 00:18 Category: Gorm Severity: 3 - Ordinary Item Group: Bug Resolution: None Assigned to: None Status: Open Summary: Changing the name of an outlet for a custom class fails Original Submission: Trying to change the name of a newly added o

[bugs #9461] Instantiated object wont work after reload of Gorm file

2004-06-26 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9461] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9463] Changing the name of an outlet for a custom class fails

2004-06-26 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9463] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: CVS instructions on savannah

2004-06-28 Thread Fred Kiefer
Andrew E. Ruder wrote: Hi all, On the web page: http://savannah.gnu.org/cvs/?group=gnustep the instructions say: export CVS_RSH="ssh" cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/gnustep co gnustep These instructions do not work. As alex kindly pointed out, the ext: is not needed and causes it to fai

[bugs #9487] NSOutlineView reloadItem generates errors

2004-07-01 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9487] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9522] menus update incorrectly when panels are closed

2004-07-01 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9522] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #8132] NSTableView action isn't sent

2004-07-01 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #8132] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9452] GNUstep fails for ARM architecture

2004-07-01 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9452] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #6154] Timestamp on files off by two hours

2004-07-02 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #6154] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9487] NSOutlineView reloadItem generates errors

2004-07-02 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9487] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9487] NSOutlineView reloadItem generates errors

2004-07-03 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9487] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9419] tableView doesn't return all rows if selected rows are not contiguous

2004-07-03 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9419] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9522] menus update incorrectly when panels are closed

2004-07-03 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9522] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: GNUstep Printing Backend Patch and such

2004-07-05 Thread Fred Kiefer
Chad Hardin wrote: I'm done with the first part of turning GNUstep printing parts into a "backend" type system. Basically, what happens now is that every-time an allocWithZone: is done on a NSPageLayout, NSPrinter, NSPrintInfo, GSPrintOperation (not a type) , or NSPrintPanel, that class instea

Re: GNUstep Printing Backend Patch and such

2004-07-05 Thread Fred Kiefer
Chad Hardin wrote: On Jul 5, 2004, at 12:33 AM, Fred Kiefer wrote: - You removed all the ivars and some of the enumerators in the header files. The ivars are fine, but even when GNUstep stops using the enumerator we need to supply them, as some OpenStep application may still rely on them and

[bugs #9561] NSTextField not updating until program is deactivated

2004-07-06 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9561] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9536] NSDocument not including extention at time of delegate call in save

2004-07-06 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9536] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9536] NSDocument not including extention at time of delegate call in save

2004-07-06 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9536] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #9536] NSDocument not including extention at time of delegate call in save

2004-07-06 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #9536] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: Fast drawMechanism for 8-bit PseudoColor

2004-08-20 Thread Fred Kiefer
Paul Secchia wrote: 2004-08-11 14:25:40.132 Converter[1011] WARNING - XGServer is unable to use a fast algorithm for writing to the display on this host - perhaps you'd like to adjust the code to work ... and submit a patch. So here's a patch. Three files need to be patched relative to gnustep-back

Re: Some problems with GNUstep and Paje

2004-08-23 Thread Fred Kiefer
Tony Reix wrote: That made the "MIT-SHM " message disappear. But Paje still dont' appear on my Xterminal. I've waited a while (10-15 mn) and I noticed that the "font_cacher" process is still running and consumming CPU (~ 3 mn during these 15 mn) and my Xterminal is still slower than usually. W

[bugs #6875] Use of _KDE_NET_WM_WINDOW_TYPE_OVERRIDE instead of _NET_WM_WINDOW_TYPE_UTILITY == BAD

2004-09-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #6875] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #10422] NSArray makeObjectsPerformSelector enumerates backward.

2004-09-25 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10422] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #10501] NSScrollView displays corner view when not needed

2004-09-26 Thread Fred Kiefer
Submitted by: Fred Kiefer On: Son 26.09.2004 at 11:26 Category: Gui/AppKit Severity: 3 - Ordinary Item Group: Bug Resolution: None Privacy: Public Assigned to: None Status: Open Summary: NSScrollView displays corner view when not needed Original Submission: The recent change to NS

[bugs #10183] back-xlib with fontconfig does not accept font family encoded in UTF8

2004-09-26 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10183] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[Fwd: [bugs #10791] NSLog() does not support long long int correctly]

2004-10-25 Thread Fred Kiefer
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791> Project: GNUstep Submitted by: Fred Kiefer On: Son 24.10.2004 at 18:33 Category: Base/Foundation Severity: 3 - Ordinary Item Group: Bug Resolution: None Privacy: Public Assigned to: None Status: Open Summary: NSLog() does not su

[bugs #10818] win32 backend doesn't properly display transparency...

2004-10-30 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10818] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #10791] NSLog() does not support long long int correctly

2004-10-31 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10791] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #10791] NSLog() does not support long long int correctly

2004-11-01 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10791] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[patch #3487] NSProgressIndicator - support for indeterminate and spinning indicators

2004-11-01 Thread Fred Kiefer
This mail is an automated notification from the patch tracker of the project: GNUstep. /**/ [patch #3487] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[bugs #4386] Menus selected one lower than mouse cursor

2004-11-04 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #4386] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

[patch #3498] Fix some parameter names in C function definitions

2004-11-04 Thread Fred Kiefer
This mail is an automated notification from the patch tracker of the project: GNUstep. /**/ [patch #3498] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

Re: [bugs #10818] win32 backend doesn't properly display transparency...

2004-11-17 Thread Fred Kiefer
Jeff Teunissen wrote: Fred Kiefer wrote: This is a well know limitation of the windows backend and all attempts to fix this with GDI functions have failed so far. My opinion is that we will need to switch to GDI++, for which C-wrappers exist, to resolve this. But there are currently no free

[bugs #10951] NSFileHandle setNonBlocking:YES has no effect under MinGW

2004-11-22 Thread Fred Kiefer
This mail is an automated notification from the bugs tracker of the project: GNUstep. /**/ [bugs #10951] Latest Modifications: Changes by: Fred Kiefer <[EMAIL PROTECTED]> 'Date:

<    1   2   3   4   5   6   7   8   9   10   >