[bug #30539] Backspace key sends DEL (0x7f) character on OSX, whereas GS X backend does not

2010-07-26 Thread Fred Kiefer
Update of bug #30539 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

[bug #30439] NSPoupUpButton does not scroll up!

2010-07-26 Thread Fred Kiefer
Update of bug #30439 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #3: Just changed the s

[bug #30427] Please port to native Avahi

2010-07-26 Thread Fred Kiefer
Update of bug #30427 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #4: Changed state to "

[bug #30493] -[NSFont fontWithName:matrix:] does not match OSX when in a flipped view

2010-07-26 Thread Fred Kiefer
Follow-up Comment #1, bug #30493 (project gnustep): Sory for taking so long to reply to this item. The whole font issue is something that would require more attention in GNUstep. And with your change in place it would seem as if we only ever instantiate flipped fonts. (most views are flipped or t

[bug #30069] Some images drawn offset on Windows since r30523

2010-07-26 Thread Fred Kiefer
Update of bug #30069 (project gnustep): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #30140] NSProgressIndicator indeterminate displays incorrectly

2010-07-28 Thread Fred Kiefer
Update of bug #30140 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

[bug #30025] NSMenu does not behave like on OS X

2010-07-28 Thread Fred Kiefer
Update of bug #30025 (project gnustep): Status: In Progress => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

Re: Log of failed installation

2010-08-09 Thread Fred Kiefer
Am 09.08.2010 06:46, schrieb Mark Houde: > System: > > Centos 5.5 (up to date) > > Failed here: > > This is gnustep-make 2.4.0. Type 'gmake print-gnustep-make-help' for help. > gmake[1]: Entering directory > `/home/mhoude/dev/gnustep-startup-0.25.0/build/gnustep-gui-0.19.0' > Making all in Sour

[bug #30724] To determine FixPitch trait we need to ask for spacing infomation.

2010-08-10 Thread Fred Kiefer
Update of bug #30724 (project gnustep): Status:None => Ready For Test Assigned to:None => gcasa Open/Closed:Open => In Test _

[bug #30025] NSMenu does not behave like on OS X

2010-08-10 Thread Fred Kiefer
Update of bug #30025 (project gnustep): Open/Closed:Open => In Test ___ Follow-up Comment #4: I added calls to synchronizeTitleAndSelectedItem in a few more places. This should fix the wron

[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-14 Thread Fred Kiefer
Update of bug #30766 (project gnustep): Assigned to:None => FredKiefer ___ Follow-up Comment #1: Does this only happen with make_services or are all GNUstep programs affected? There weren't th

[bug #30172] Converting strings lossy results to different strings than on OS X

2010-08-16 Thread Fred Kiefer
Follow-up Comment #6, bug #30172 (project gnustep): GNUstep is doing the lossy conversion by using the translit flag of iconv. The documentation for iconv states: "When the string "//TRANSLIT" is appended to tocode, transliteration is activated. This means that when a character cannot be represen

[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-16 Thread Fred Kiefer
Follow-up Comment #3, bug #30766 (project gnustep): Not having valgrind is really bad. The next thing that you could try to do is pin down where the problem comes from. I think it can only be one of three things, either GNUstep base has some serious problem (Most likely in NSProcessInfo where we

[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-16 Thread Fred Kiefer
Follow-up Comment #7, bug #30766 (project gnustep): Thank you for the reference to the build output. My only new idea on how to proceed is to try a bisection of the code changes since 1.19.3. You should start of by testing 1.20.0 and then use SVN versions of the code in between. We have too mu

Re: svg icon support needed

2010-08-23 Thread Fred Kiefer
Am 21.08.2010 16:17, schrieb Paulo Silva: > i'm using Window Maker 0.92.0, and it lacks .svg icon support - which > feature would be very interesting to be added, even if only possible > as external imagemagick convertion to a temporary folder You should have a look ate librsvg (http://librsvg.sou

[bug #30863] Segfault problem on windows (all applications) NSTask/thread

2010-08-24 Thread Fred Kiefer
Update of bug #30863 (project gnustep): Category:None => Base/Foundation Item Group:None => Bug ___ Follow-up Comment #1: This could be rela

[bug #30863] Segfault problem on windows (all applications) NSTask/thread

2010-08-25 Thread Fred Kiefer
Follow-up Comment #5, bug #30863 (project gnustep): Now I understand the problem. Somebody is starting a new thread here and in the called function relies on an autorelease pool, but there wont be any available. We could now either remove the need for an autorelease pool or add one in this funct

[bug #30766] Serious problems on hppa -- all programs abort with malloc assertion failure

2010-08-29 Thread Fred Kiefer
Update of bug #30766 (project gnustep): Status:None => Ready For Test Assigned to: FredKiefer => CaS Open/Closed:Open => In Test

Re: Fix, NSView (-releaseGState)

2010-09-11 Thread Fred Kiefer
Hi Georg, thank you for this patch. It surely is correct and I will add it. But as you already pointed out there may be a deeper problem here. I think that we should always clean up the gstate when the window for a view changes, that is in the method _viewWillMoveToWindow:. Something like: if (_g

Re: Fix GDL2, EODatabaseContext (-objectsWithFetchSpecification:editingContext:)

2010-09-12 Thread Fred Kiefer
I just committed all four of your patches. Thank you Fred Am 05.09.2010 10:23, schrieb Georg Fleischmann: > Hi, > > I am working on getting my applications running with the latest SVN version > of GDL2. It seems that GDL2 is always locking everything now (that was > different in 0.12.0). > The

Re: Fix, NSView (-releaseGState)

2010-09-15 Thread Fred Kiefer
dow: and played with some > graphic windows in Cenon. > It will crash, if there is a _gstate but _window has no graphicsContext, > which seems to be possible here. > If I add an additional test for [_window graphicsContext != nil, then I don't > get any problems. >

Re: Fix, NSView (-releaseGState)

2010-09-24 Thread Fred Kiefer
w:], it > works again. > It also works if I just keep the _allocate_gstate alive. > > As the Cenon graphics code runs perfectly on OpenStep 4.2 and Apple, I would > say, the _allocate_gstate flag should be transferred with the view to the new > window. > > Best wishes, &

[bug #31237] Cocoa.h redefinition problems

2010-10-13 Thread Fred Kiefer
Update of bug #31237 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

Re: Failed GNUstep installation on Ubuntu 10.04 AMD64 platform

2010-12-01 Thread Fred Kiefer
Am 30.11.2010 20:59, schrieb Russel Oliver: > Dear Support - > > I wish to run Cenon, which requires GNUstep. > > The log files are attached. > > Please help. > > Thank you. > > --Russel Oliver Hi Russel, the output of these log files is fairly easy to interpret. You just need to look at t

[bug #31983] GSDragView.m draggingSourceOperationMaskForLocal:

2010-12-27 Thread Fred Kiefer
Update of bug #31983 (project gnustep): Status:None => Invalid Assigned to:None => FredKiefer Open/Closed:Open => Declined _

[bug #31983] GSDragView.m draggingSourceOperationMaskForLocal:

2010-12-27 Thread Fred Kiefer
Update of bug #31983 (project gnustep): Status: Invalid => Ready For Test Open/Closed:Declined => In Test ___ Follow-up Comment #3: Looks like Apple c

[patch #6630] Patch to always check -isFlipped as Cocoa does rather than accessing the flag directly

2010-12-27 Thread Fred Kiefer
Update of patch #6630 (project gnustep): Status:None => Done Open/Closed:Open => Closed ___ Reply to this item at:

[bug #31311] saving .nib file from .gorm seems to work, but it does not

2010-12-27 Thread Fred Kiefer
Follow-up Comment #1, bug #31311 (project gnustep): The problem here seems to be that Gorm only adds OIDs for the objects referenced in connections. Your active window doesn't seem to be involved in any connection, so it is missing from that list and the addObject: call will fail due to the nil p

[bug #30910] Window's Drop-Down Buttons Show Title Twice

2010-12-27 Thread Fred Kiefer
Update of bug #30910 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: This has been fixe

[bug #30892] Deadlock on performSelectorOnMainThread:

2010-12-27 Thread Fred Kiefer
Update of bug #30892 (project gnustep): Category: Backend => Base/Foundation Status:None => Ready For Test Assigned to:None => CaS Open/Closed:

Re: Gorm build Problem

2011-01-12 Thread Fred Kiefer
I was hoping that somebody with Red Hat experience would reply to your question. The issue here seems to be a mismatch between the versions of Gorm and base provided by your distribution. Most likely they follow a policy of supplying only "stable" versions and so the mismatch happened. I don't kno

[bug #32290] png-1.5 fixes

2011-01-31 Thread Fred Kiefer
Update of bug #32290 (project gnustep): Status:None => Fixed Assigned to:None => FredKiefer Open/Closed:Open => Closed _

[bug #32164] NSMatrix doesn't disable all its components correctly

2011-01-31 Thread Fred Kiefer
Update of bug #32164 (project gnustep): Status:None => Invalid Open/Closed:Open => Declined ___ Reply to this item at:

[bug #32166] dynamic theme switching and in-window menu bar

2011-01-31 Thread Fred Kiefer
Update of bug #32166 (project gnustep): Assigned to:None => gcasa ___ Follow-up Comment #1: This happens because Greg removed the code that would remove the menu view from the window when

[bug #30021] NSBrowser: scrollRowToVisible:inColumn: -- is missing

2011-01-31 Thread Fred Kiefer
Update of bug #30021 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test _

[bug #32166] dynamic theme switching and in-window menu bar

2011-02-02 Thread Fred Kiefer
Follow-up Comment #3, bug #32166 (project gnustep): I think you are mixing a few separate issues here. First of all the theme switching needs to work with all the GNUstep menu settings. That is horizontal/vertical and in-window/separate window. The old code used to support changing in either dir

Re: [patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-21 Thread Fred Kiefer
#x27;t have committer access (I do have GNU copyright assignment though). > > Thanks > Christopher Armstrong > > On Sun, 20 Feb 2011 15:33 +, "Fred Kiefer" > wrote: >> Follow-up Comment #2, patch #7470 (project gnustep): >> >> I still don't

[bug #3956] NSNumberFormatter-getObject::forString:... not implemented

2011-02-21 Thread Fred Kiefer
Follow-up Comment #8, bug #3956 (project gnustep): At least we should check for the strings we set up for NaN, zero and nil. And then there are a lot more settings that could be considered here. ___ Reply to this item at:

[patch #7470] Fix mouse behaviour in Windows 95 and Macintosh menu styles

2011-02-21 Thread Fred Kiefer
Update of patch #7470 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => Closed _

[bug #19804] ugly # chars in menu

2011-03-14 Thread Fred Kiefer
Update of bug #19804 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #9: I finally implement

[bug #30392] NSLayoutManager does not implement temporary attributes

2011-03-16 Thread Fred Kiefer
Update of bug #30392 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #1: Eric implemented su

[bug #31039] Not all windows get the application icon on Gnome

2011-03-16 Thread Fred Kiefer
Update of bug #31039 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #3: Closed on request o

[bug #29781] [Windows XP][WinUX theme] The WinUXTheme ignores color settings of Windows XP

2011-03-16 Thread Fred Kiefer
Update of bug #29781 (project gnustep): Summary: [Windows XP][WinUX theme][Windows classic theme] The WinUXTheme ignores color settings of Windows XP => [Windows XP][WinUX theme] The WinUXTheme ignores color settings of Windows XP _

[bug #32806] [gui] table sorting

2011-03-16 Thread Fred Kiefer
Update of bug #32806 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test __

[bug #29708] WinUXTheme: menu not updated when selecting "Undo" in Ink

2011-03-16 Thread Fred Kiefer
Update of bug #29708 (project gnustep): Status: Ready For Test => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[bug #31263] problem building Documentation

2011-03-16 Thread Fred Kiefer
Update of bug #31263 (project gnustep): Category:None => Makefiles ___ Reply to this item at: ___ Nac

[bug #31501] JIGS does not support properties

2011-03-16 Thread Fred Kiefer
Update of bug #31501 (project gnustep): Category:None => Libraries ___ Reply to this item at: ___ Nac

[bug #32056] theming of images problematic gui/Thematic

2011-03-16 Thread Fred Kiefer
Update of bug #32056 (project gnustep): Category:None => Libraries ___ Reply to this item at: ___ Nac

[bug #25698] crash after accessing [NSPasteboard generalPasteboard]

2011-03-16 Thread Fred Kiefer
Update of bug #25698 (project gnustep): Open/Closed:Open => Closed ___ Follow-up Comment #4: Closed as there wasn't any reply to my request on additional information for more then two years

[bug #10825] Support for NSColor colorWithPatternImage:

2011-03-19 Thread Fred Kiefer
Update of bug #10825 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: Looks like I forgot

[bug #13999] Saving an .rtf(d) with a graphic

2011-03-19 Thread Fred Kiefer
Update of bug #13999 (project gnustep): Status:None => Works For Me Assigned to:None => FredKiefer Open/Closed:Open => Closed __

[bug #32848] drag and drop of text between non-GS X11 apps and Ink

2011-03-19 Thread Fred Kiefer
Update of bug #32848 (project gnustep): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #1: This is a duplicate

[bug #29719] cannot save some .gorm as nib

2011-04-03 Thread Fred Kiefer
Follow-up Comment #2, bug #29719 (project gnustep): If bug #31311 is really a duplicate of this one, then the analysis here is completely wrong and should be replaced with what I posted for #31311: The problem here seems to be that Gorm only adds OIDs for the objects referenced in connections. Yo

[bug #33042] GUI cannot read XIB files....

2011-04-11 Thread Fred Kiefer
Update of bug #33042 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #1: Thank you for this

[bug #33042] GUI cannot read XIB files....

2011-04-18 Thread Fred Kiefer
Update of bug #33042 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #2: This bug should be

[bug #33289] NSMutableArray decoding fails

2011-05-12 Thread Fred Kiefer
Update of bug #33289 (project gnustep): Status:None => Need Info ___ Follow-up Comment #1: Could you please provide an example showing this behaviour? The code in NSArray that does the k

[bug #32845] page contents incorrectly positioned when printing with cairo

2011-05-14 Thread Fred Kiefer
Update of bug #32845 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #1: I submitted a parti

Re: Ubuntu

2011-05-22 Thread Fred Kiefer
I am no expert for Ubuntu and I normally don't use GNustep from packages. With that said I think that you are facing two different problems. NO idea what goes wrong for the self compiled ProjectCenter, but the error message you get for the packaged one sounds as if you don't have GNUstep back i

[bug #33394] - [NSSplitView setDividerStyle:]

2011-05-27 Thread Fred Kiefer
Update of bug #33394 (project gnustep): Item Group:None => Change Request Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:

[bug #33397] -[NSTextStorage paragraphs] Not Implemented

2011-05-27 Thread Fred Kiefer
Follow-up Comment #1, bug #33397 (project gnustep): This method is a scripting method and in GNUstep we currently don't try to implement that sort of methods. Normally these methods are just shortcuts for combinations of simpler methods. In this case you could use the NSString method -lineRangeFor

[bug #33475] .icns loaded with NSImage

2011-06-04 Thread Fred Kiefer
Update of bug #33475 (project gnustep): Assigned to:None => FredKiefer ___ Follow-up Comment #2: Which version of GNUstep gui are you using? Up until and including the last release we only use

[bug #33575] NSBundle doesn't implement new URL methods

2011-06-16 Thread Fred Kiefer
Update of bug #33575 (project gnustep): Category:None => Base/Foundation Severity: 3 - Normal => 1 - Wish Item Group:None => Change Request _

[bug #33568] gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-16 Thread Fred Kiefer
Update of bug #33568 (project gnustep): Severity: 3 - Normal => 1 - Wish Item Group:None => Change Request ___ Reply to this item at:

[patch #7555] NSPasteboard doesn't implement reading URLs with NSPasteboardURLReadingFileURLsOnlyKey

2011-06-16 Thread Fred Kiefer
Update of patch #7555 (project gnustep): Category:None => AppKit Status:None => Invalid Assigned to:None => FredKiefer Open/Closed:

[bug #33475] .icns loaded with NSImage

2011-06-16 Thread Fred Kiefer
Update of bug #33475 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #3: I think this proble

[bug #33574] NSPasteboard doesn't support reading URLs using NSPasteboardURLReadingFileURLsOnlyKey

2011-06-16 Thread Fred Kiefer
Update of bug #33574 (project gnustep): Category:None => Gui/AppKit Severity: 3 - Normal => 1 - Wish Item Group:None => Change Request _

[bug #33395] - [NSTextFieldCell setUsesSingleLineMode: ]

2011-06-16 Thread Fred Kiefer
Update of bug #33395 (project gnustep): Severity: 3 - Normal => 1 - Wish Item Group:None => Change Request ___ Reply to this item at:

[patch #7557] patch for bug #33568 gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-18 Thread Fred Kiefer
Update of patch #7557 (project gnustep): Category:None => Foundation Status:None => Ready For Test Assigned to:None => CaS Open/Closed:

[patch #7558] patch for bug #33575 NSBundle doesn't implement new URL methods

2011-06-18 Thread Fred Kiefer
Update of patch #7558 (project gnustep): Category:None => Foundation Status:None => Need Info ___ Follow-up Comment #1: Looks like you for

[bug #33568] gnustep does not implement the -URLBy* methods introduced in Mac OS X 10.6

2011-06-18 Thread Fred Kiefer
Update of bug #33568 (project gnustep): Status:None => Ready For Test Assigned to:None => CaS Open/Closed:Open => In Test __

[patch #7558] patch for bug #33575 NSBundle doesn't implement new URL methods

2011-06-22 Thread Fred Kiefer
Update of patch #7558 (project gnustep): Status: Need Info => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => Closed _

[bug #33575] NSBundle doesn't implement new URL methods

2011-06-22 Thread Fred Kiefer
Update of bug #33575 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test __

[bug #33708] __has_feature implemented by clang/llvm is not present with normal GCC

2011-07-05 Thread Fred Kiefer
Update of bug #33708 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test __

[bug #33678] libobjc2 clang, gold, compilation failure

2011-07-06 Thread Fred Kiefer
Update of bug #33678 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #1: Comment by David Ch

[bug #33602] Linking GSspell.m with CLang under Arch.

2011-07-06 Thread Fred Kiefer
Follow-up Comment #1, bug #33602 (project gnustep): Comment by David Chisnall (who hasn't got a user account in this bug tracking system): #33602 looks like it is caused by -L/usr/lib being before the GNUstep -L directives on the command line, meaning it's not being linked against libobjc2 at all

[bug #33671] problems linking when building with clang....

2011-07-06 Thread Fred Kiefer
Follow-up Comment #1, bug #33671 (project gnustep): Comment by David Chisnall: #33671 is a bug in -make, which I reported months ago but which Nicola doesn't seem to want to fix. It was introduced just before the last -make release and means that the wrong linker flags are passed when linking a

[bug #33789] Compiler Returns Bad(Incorrect/Useless) Error

2011-07-17 Thread Fred Kiefer
Update of bug #33789 (project gnustep): Status:None => Invalid Open/Closed:Open => Declined ___ Follow-up Comment #1: I will have to clos

[bug #34129] NSNumber broken in Etoile

2011-08-26 Thread Fred Kiefer
Update of bug #34129 (project gnustep): Category:None => Libraries Status:None => Ready For Test Open/Closed:Open => In Test __

[bug #34017] Some applications not showing images...

2011-08-26 Thread Fred Kiefer
Update of bug #34017 (project gnustep): Open/Closed:Open => In Test ___ Reply to this item at: ___ Nac

[bug #33732] Cannot compile NSObject.m: reference to internal Class structure invalid in GC mode

2011-08-26 Thread Fred Kiefer
Update of bug #33732 (project gnustep): Status:None => Ready For Test Open/Closed:Open => In Test ___ Reply to this item at:

Re: (jpeg.tiff.png)-devels problems

2011-09-14 Thread Fred Kiefer
On 14.09.2011 12:37, Nicolas Kozic wrote: Hello, I tried without success to d/l via macports (jpeg.tiff.png)-devels. I wish to run GNUstep on my mac. I have aslo a problem via GNUstep port on macports. Have a nice day, thanks to read help me. Why are you trying to use GNUstep on a Mac? This is

Re: About objc/runtime.h No such file or directory found error.

2011-09-30 Thread Fred Kiefer
On 29.09.2011 16:21, Richard Frith-Macdonald wrote: On 28 Sep 2011, at 13:09, swapnil nandgave wrote: Respected Sir, I develop Objective-C programming on Windows Environment by GNUStep but it got a error like objc/runtime.h "No such file or directory found". Please send me solution The fil

[bug #34454] gnustep fails to load real world XIB files

2011-10-02 Thread Fred Kiefer
Update of bug #34454 (project gnustep): Status:None => Confirmed Assigned to:None => FredKiefer ___ Follow-up Comment #5: Thank you for repor

[bug #34454] gnustep fails to load real world XIB files

2011-10-03 Thread Fred Kiefer
Update of bug #34454 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #6: I think I fixed mos

[bug #33042] GUI cannot read XIB files....

2011-10-03 Thread Fred Kiefer
Update of bug #33042 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #33289] NSMutableArray decoding fails

2011-10-03 Thread Fred Kiefer
Update of bug #33289 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #24601] NSToolbar: [NSWindow contentView] should not return a view which contains the toolbar in it once the toolbar is opened.

2011-10-03 Thread Fred Kiefer
Update of bug #24601 (project gnustep): Status: Ready For Test => Fixed Assigned to:None => FredKiefer Open/Closed: In Test => Closed _

[bug #24782] Loading of NSTableView from NIB files

2011-10-03 Thread Fred Kiefer
Update of bug #24782 (project gnustep): Assigned to:None => gcasa Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #25011] crash on Windows in [NSWorkspace init] when it calls [_GSWorkspaceCenter new]

2011-10-03 Thread Fred Kiefer
Update of bug #25011 (project gnustep): Assigned to:None => CaS Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #30000] NSOutlineView parentForItem missing

2011-10-03 Thread Fred Kiefer
Update of bug #3 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #31983] GSDragView.m draggingSourceOperationMaskForLocal:

2011-10-03 Thread Fred Kiefer
Update of bug #31983 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #30539] Backspace key sends DEL (0x7f) character on OSX, whereas GS X backend does not

2011-10-03 Thread Fred Kiefer
Update of bug #30539 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #33475] .icns loaded with NSImage

2011-10-03 Thread Fred Kiefer
Update of bug #33475 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #19804] ugly # chars in menu

2011-10-03 Thread Fred Kiefer
Update of bug #19804 (project gnustep): Status: Ready For Test => Fixed Assigned to:None => FredKiefer Open/Closed: In Test => Closed _

[bug #34454] gnustep fails to load real world XIB files

2011-10-03 Thread Fred Kiefer
Follow-up Comment #10, bug #34454 (project gnustep): I added a forward declaration for NSNibBindingConnector to the header file, this should fix the compilation issue in Gorm. The problem you are getting from your main NIB file is caused by an unresolved custom resource. If I remember correctly f

[bug #34454] gnustep fails to load real world XIB files

2011-10-03 Thread Fred Kiefer
Follow-up Comment #12, bug #34454 (project gnustep): To find out which custom resource is missing is rather simple. You get the report that the object with id "232630206" could not be generated. Open up the XIB file and search for that id. You will find: NSImage black_vertical

[bug #34453] linking against C functions like NSRunAlertPanel() from ObjC++ fails

2011-10-04 Thread Fred Kiefer
Update of bug #34453 (project gnustep): Open/Closed: In Test => Closed ___ Follow-up Comment #3: Committed your patch. ___ Reply to thi

[bug #34470] -[NSBitmapImageRep initWithFocusedViewRect:] broken

2011-10-05 Thread Fred Kiefer
Follow-up Comment #3, bug #34470 (project gnustep): Eric, I understand that the right thing to do here would be to support graphic contexts based on bitmap data, which is not too hard to do for cairo. But for now wouldn't it resolve the problem to move the line drawing the current representation f

[bug #34487] gnustep doesn't load NSProgressIndicators from XIB files

2011-10-05 Thread Fred Kiefer
Follow-up Comment #1, bug #34487 (project gnustep): The NSprogressIndicators get loaded normally from the XIB file just as they should. The problem seems to be in the drawing code. As long as the progress indicators aren't started they don't get drawn. Looks like we need another flag here to get

[bug #34487] gnustep doesn't load NSProgressIndicators from XIB files

2011-10-06 Thread Fred Kiefer
Update of bug #34487 (project gnustep): Status:None => Ready For Test Assigned to:None => FredKiefer Open/Closed:Open => In Test __

<    8   9   10   11   12   13   14   15   16   >