[bug #4106] NSImageCell does not display image in NSTableView

2003-06-26 Thread nobody
=== BUG #4106: FULL BUG SNAPSHOT === http://savannah.gnu.org/bugs/?func=detailbugbug_id=4106group_id=99 Submitted by: dr_nil Project: GNUstep Submitted on: Thu 06/26/03 at 13:57 Category: Gui/AppKit Severity:

File URLs in NSURL

2003-06-26 Thread Fred Kiefer
While playing around with thumbnails (thanks to Charles Philip Chan for the link!) I came up with the following code: file = @~/GNUstep/Images/TextSystem1.png; absolute = [file stringByStandardizingPath]; NSLog(@file: %@, absolute: %@, file, absolute); absolute = [[NSURL fileURLWithPath:

Re: File URLs in NSURL

2003-06-26 Thread Adam Fedor
On Thursday, June 26, 2003, at 10:14 AM, Fred Kiefer wrote: While playing around with thumbnails (thanks to Charles Philip Chan for the link!) I came up with the following code: file = @~/GNUstep/Images/TextSystem1.png; absolute = [file stringByStandardizingPath]; NSLog(@file: %@,

cannot find interface declaration for `NSCalendarDate'

2003-06-26 Thread eani
when i make gnustep-gui-0.8.7, i get following error: In file included from NSButtonCell.m:39: /usr/GNUstep/System/Headers/gnustep/base/GSCategories.h:37: cannot find interface declaration for `NSCalendarDate' make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/NSButtonCell.o] Error 1 make[1]:

Re: cannot find interface declaration for `NSCalendarDate'

2003-06-26 Thread Adam Fedor
On Thursday, June 26, 2003, at 03:57 PM, eani wrote: when i make gnustep-gui-0.8.7, i get following error: In file included from NSButtonCell.m:39: /usr/GNUstep/System/Headers/gnustep/base/GSCategories.h:37: cannot find interface declaration for `NSCalendarDate' make[2]: ***

patch for EasyDiff

2003-06-26 Thread Benhur Stein
Hi! Here is a patch that seems to make EasyDiff work again. (Do not give it an empty file, though) One of the things that made it not work is [NSLayoutManager glyphRangeForCharacterRange:...] and charRangeForGlyphRange: not liking an empty range. The documentation doen't say it should accept it,