[bug #25943] Error trying to lock focus in offscreen window

2009-05-02 Thread Fred Kiefer
Follow-up Comment #6, bug #25943 (project gnustep): Doug, could you please comment whether this bug report is still open? If I wont here from you I will close it again. ___ Reply to this item at: http://savannah.gnu.org/bugs/?25943

[bug #25505] cairo backend scrolling broken with recent cairo

2009-05-19 Thread Fred Kiefer
Follow-up Comment #12, bug #25505 (project gnustep): It feels great to no longer be alone with this problem :-) As we are all using completely different environments and have different hardware I suspect that cairo = 1.8.0 is the common point that causes the problem. Is anybody using such a

[bug #24083] Offset issues with the xmonad WM

2009-05-23 Thread Fred Kiefer
Update of bug #24083 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Reply to this item at:

Re: GNUstep installation failure

2009-05-24 Thread Fred Kiefer
david hill wrote: After ensuring all required modules were present (except fficall which I was instructed would be loaded during the installation process) I attempted installation -- having su'd to root -- but after seemingly come near completion, the installation failed, and instructed me to

[bug #26535] user created NSImage not displaying properly

2009-05-27 Thread Fred Kiefer
Update of bug #26535 (project gnustep): Status:None = Confirmed Assigned to:None = FredKiefer ___ Follow-up Comment #1: Hi Scott, this is

[bug #26717] suprious alert panel when cancelling save on windows

2009-06-02 Thread Fred Kiefer
Update of bug #26717 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #26766] Segfault when falling back to Ximage....

2009-06-09 Thread Fred Kiefer
Update of bug #26766 (project gnustep): Status:None = Need Info ___ Follow-up Comment #1: We will need a bit more information than this to resolve the issue. There is no sign that the

[bug #26766] Segfault when connecting to distributed notification centre

2009-06-10 Thread Fred Kiefer
Update of bug #26766 (project gnustep): Category: Gui/AppKit = Base/Foundation Status: Need Info = None Summary: Segfault when falling back to Ximage = Segfault when connecting to

[bug #26080] NSPopUpButton loaded from nib doesn't send action message

2009-06-15 Thread Fred Kiefer
Update of bug #26080 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = Closed

[bug #25943] Error trying to lock focus in offscreen window

2009-06-15 Thread Fred Kiefer
Update of bug #25943 (project gnustep): Status: In Progress = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #7: Closed as there was

[bug #14866] Title bar size ignored in X11/HandlesWindowDecortations

2009-06-15 Thread Fred Kiefer
Update of bug #14866 (project gnustep): Status:None = Need Info Assigned to:None = FredKiefer ___ Follow-up Comment #2: Adam, I changed the

[bug #25363] NSOpenPanel's delegate method panel:shouldShowFilename: is called too often

2009-06-15 Thread Fred Kiefer
Update of bug #25363 (project gnustep): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #6: Closed as there was

Re: Fwd: Segmentation fault while loading Cocoa NIB

2009-06-18 Thread Fred Kiefer
Hi Andy, thank you for the bug report and the analysis you did yourself. In general it really helps to have the source code and of course the NIB files to dig into such a problem. The decoding code for NSUserDefaultsController is rather simple: - (id) initWithCoder: (NSCoder *)aDecoder { if

Re: Segmentation fault while loading Cocoa NIB

2009-06-19 Thread Fred Kiefer
seem to be read-only; if there is data in the model objects, it is displayed, but any changes I make in the text fields are not reflected in the model. Here's a sample data file too: Andy Balholm (509) 276-9718 a...@balholm.com On Jun 18, 2009, at 12:37 PM, Fred Kiefer wrote

Re: Segmentation fault while loading Cocoa NIB

2009-06-21 Thread Fred Kiefer
0xb7c99dcd in NSApplicationMain (argc=1, argv=0xbfffe044) at Functions.m:74 #8 0x0804ac12 in main (argc=Cannot access memory at address 0x170001 ) at main.m:13 Fred Kiefer wrote: On my system the segmenation fault happens a bit earlier. I get it when closing the company window. Program

Re: Segmentation fault while loading Cocoa NIB

2009-06-21 Thread Fred Kiefer
With your preparation the rest was easy, as you suggested it was a problem in the initWithCoder: method of NSUserDefaultsController. I had forgotten to retain the shared object before returning it from this method. Thank you once more for your great bug report. Fred Fred Kiefer wrote: After

Re: GNUStep-GUI-0.16.0 installation error

2009-06-22 Thread Fred Kiefer
Hu, Lehong wrote: Hi, I tried to install GNUstep in a mac os x10.5/i386 Darwin 9.7. I followed steps in the file README.Darwin (http://www.gnustep.org/resources/documentation/User/GNUstep/README.Darwin). I have got errors as the following when make GNUStep-GUI-0.16.0:

Re: Bindings only working in one direction

2009-06-23 Thread Fred Kiefer
Andy Balholm wrote: The bindings in my Company Info window are supposed to be read-write, but they can only read the data from the model. Changes to the text in the fields do not change the model. I tried taking the bindings out of the NIB and binding the fields programmatically instead, and

[bug #26895] NSFontDescriptor.h not included from AppKit.h

2009-06-28 Thread Fred Kiefer
Update of bug #26895 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = Closed

Re: NSTextView -initWithCoder, recent changes not working

2009-06-29 Thread Fred Kiefer
I don't think that scattering a fee RETAINs in the code will resolve the underlying problem. The process of building up the text network is rather complicated and the new code in initWithCoder: definitely breaks the previous code structure. There are a few places in that class, where comments try

[bug #26949] NSTableView missing 'display' after cell selection

2009-07-05 Thread Fred Kiefer
Update of bug #26949 (project gnustep): Status:None = Confirmed Assigned to:None = FredKiefer ___ Follow-up Comment #1: Thank you for this

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-05 Thread Fred Kiefer
Update of bug #26950 (project gnustep): Status:None = In Progress Assigned to:None = FredKiefer ___ Follow-up Comment #1: Committed. Thank

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-05 Thread Fred Kiefer
Update of bug #26950 (project gnustep): Status: In Progress = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #2: I added a hopefully

[bug #26958] debugapp crashes on base svn head

2009-07-05 Thread Fred Kiefer
Update of bug #26958 (project gnustep): Status:None = Invalid Open/Closed:Open = Closed ___ Reply to this item at:

[bug #26949] NSTableView missing 'display' after cell selection

2009-07-06 Thread Fred Kiefer
Update of bug #26949 (project gnustep): Status: Confirmed = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #4: I think I found the

[bug #26950] NSTableView: shift-tab sometimes goes to wrong cell

2009-07-06 Thread Fred Kiefer
Follow-up Comment #5, bug #26950 (project gnustep): Based on you feedback on bug #26949 I changed the code here once more. Please give it another try, tabbing into a different view should work again now. ___ Reply to this item at:

[bug #24859] timing of applicationDidFinishLaunching: is different from Cocoa

2009-07-06 Thread Fred Kiefer
Update of bug #24859 (project gnustep): Open/Closed: In Test = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?24859 ___

[bug #25999] socketport does not compile on windows

2009-07-06 Thread Fred Kiefer
Update of bug #25999 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Reply to this item at:

[bug #26414] GNUstep can't deal with a missing services menu

2009-07-06 Thread Fred Kiefer
Update of bug #26414 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Reply to this item at:

[bug #26717] suprious alert panel when cancelling save on windows

2009-07-06 Thread Fred Kiefer
Update of bug #26717 (project gnustep): Open/Closed: In Test = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?26717 ___

[bug #26949] NSTableView missing 'display' after cell selection

2009-07-07 Thread Fred Kiefer
Update of bug #26949 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Follow-up Comment #6: Thank you once more

[bug #25505] cairo backend scrolling broken with recent cairo

2009-07-10 Thread Fred Kiefer
Update of bug #25505 (project gnustep): Status:None = In Progress ___ Follow-up Comment #14: Thank you! This really helps, maybe it isn't cairo that is broken but the way we compute the

[bug #25505] cairo backend scrolling broken with recent cairo

2009-07-10 Thread Fred Kiefer
Update of bug #25505 (project gnustep): Status: In Progress = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #15: After this great

Re: Fix, NSPrintOperation (-_print)

2009-07-14 Thread Fred Kiefer
Georg Fleischmann schrieb: here is a small fix for printing of more than the first page. A MIN needs to be turned into a MAX. Best Wishes, Georg Fleischmann *** Source/NSPrintOperation.m.old2009-03-13 14:31:29.0 +0800 --- Source/NSPrintOperation.m2009-07-14

[bug #27030] -gui compilaiton broken on windows (CGFloat)

2009-07-15 Thread Fred Kiefer
Update of bug #27030 (project gnustep): Status:None = Works For Me Open/Closed:Open = Declined ___ Follow-up Comment #1: I just tried on my

[bug #26973] NSToolbar shows black on Windows backend

2009-07-15 Thread Fred Kiefer
Update of bug #26973 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27040] -gui doesn't compile on windows, INT_MAX undeclared

2009-07-20 Thread Fred Kiefer
Update of bug #27040 (project gnustep): Item Group:None = Bug Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:

[bug #25505] cairo backend scrolling broken with recent cairo

2009-07-20 Thread Fred Kiefer
Update of bug #25505 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Reply to this item at:

[bug #25620] applications segfault on OpenBSD

2009-07-20 Thread Fred Kiefer
Update of bug #25620 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Reply to this item at:

[bug #25346] Memory management issues in NSAnimation

2009-07-20 Thread Fred Kiefer
Update of bug #25346 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Follow-up Comment #5: Time is up :-)

[bug #25046] back-X11-context.m or related bug

2009-07-20 Thread Fred Kiefer
Update of bug #25046 (project gnustep): Status: Ready For Test = Fixed Open/Closed: In Test = Closed ___ Follow-up Comment #3: Closed as there

[bug #27063] Segmentation fault loading page in SWKBrowser

2009-07-20 Thread Fred Kiefer
URL: http://savannah.gnu.org/bugs/?27063 Summary: Segmentation fault loading page in SWKBrowser Project: GNUstep Submitted by: FredKiefer Submitted on: Mo 20 Jul 2009 22:09:16 GMT Category: Gui/AppKit

[bug #27063] Segmentation fault loading page in SWKBrowser

2009-07-24 Thread Fred Kiefer
Update of bug #27063 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27099] Incomplete implementation of -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]

2009-07-26 Thread Fred Kiefer
Follow-up Comment #1, bug #27099 (project gnustep): Yes, this method plus a few others are not properly implemented for font descriptors. Doing this correctly will require a bunch of changes in the back end as well. There is a proper mapping from the font descriptor to the concept of a font

[bug #27101] [NSDocument filePath] does not always return a fully qualified path

2009-07-26 Thread Fred Kiefer
Follow-up Comment #1, bug #27101 (project gnustep): The name of the method you are referring to is fileName, not filePath. And before we correct this, could you please confirm what the actual behaviour on Cocoa is? Quite often the documented behaviour doesn't match the implemented one.

[bug #26339] FlexibleSpace Toolbar items don't calculate their space correctly

2009-07-28 Thread Fred Kiefer
Follow-up Comment #2, bug #26339 (project gnustep): There hasn't been any reply to my questions. If this continues I will have to close this bug as invalid. We can only resolve bugs for which we have sufficient information otherwise we end up chasing after application problems that aren't

[bug #27101] [NSDocument filePath] does not always return a fully qualified path

2009-07-28 Thread Fred Kiefer
Update of bug #27101 (project gnustep): Status:None = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #3: I applied you patch

[bug #26339] FlexibleSpace Toolbar items don't calculate their space correctly

2009-07-28 Thread Fred Kiefer
Follow-up Comment #4, bug #26339 (project gnustep): Thank you for the reply, now I can see the problem even without looking at your code. The code in [GSToolbarView _takeInAccountFlexibleSpaces] only checks for the GNUstep private Method _isFlexibleSpace, instead it should sum up the minimum

Re: NSNumberFormatter give bad results for NSNumber numberWithDouble

2009-08-02 Thread Fred Kiefer
One problem here could be that you use an NSNumber. This should worl but currently we are using a horrible conversion here. We convert the NSNumber into an NSDecimalNumber via an NSString and then use NSDecimalNumber for the formating. I wouldn't be too surprised to learn that this conversion is

[bug #26339] FlexibleSpace Toolbar items don't calculate their space correctly

2009-08-07 Thread Fred Kiefer
Update of bug #26339 (project gnustep): Status: Need Info = Confirmed ___ Follow-up Comment #5: I rearranged some of the code for NSToolbarItem, at least now your own item will try to rescale

[bug #27233] GSFFIInvocations share _retval ivar while in -forwardInvocation:

2009-08-16 Thread Fred Kiefer
Follow-up Comment #1, bug #27233 (project gnustep): I am not sure that I understand this problem correctly, but looking at your code I notice that you are setting self as the result of the invocation even in the case where a boolean result is expected. From my point of view this rather looks

[bug #24923] Built in icns drop in replacement not working properly on some operating systems.

2009-08-21 Thread Fred Kiefer
Update of bug #24923 (project gnustep): Status: Need Info = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #6: I just added a fix

[bug #25908] NSCursor don't work on Windows.

2009-08-21 Thread Fred Kiefer
Update of bug #25908 (project gnustep): Category: Gui/AppKit = Backend ___ Follow-up Comment #1: Made this a backend bug, as it only happens on Windows.

[bug #25907] Tooltips don't work on windows.

2009-08-21 Thread Fred Kiefer
Update of bug #25907 (project gnustep): Category: Gui/AppKit = Backend ___ Follow-up Comment #1: Made this a backend bug as it only happens on Windows.

[bug #25843] running without a windowmanager

2009-08-21 Thread Fred Kiefer
Update of bug #25843 (project gnustep): Category: Gui/AppKit = Backend ___ Follow-up Comment #1: This definitely is a backend bug, if one at all.

[bug #18838] NSToolbar + window size storing

2009-08-21 Thread Fred Kiefer
Follow-up Comment #3, bug #18838 (project gnustep): Is this problem still present after the NSToolbar reimplementation? ___ Reply to this item at: http://savannah.gnu.org/bugs/?18838 ___

[bug #26109] Scroller sometimes not showing when table loaded from nib

2009-08-21 Thread Fred Kiefer
Update of bug #26109 (project gnustep): Open/Closed:Open = Closed ___ Follow-up Comment #1: Closed as Greg marked it as fixed. ___

[bug #27099] Incomplete implementation of -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]

2009-08-23 Thread Fred Kiefer
Follow-up Comment #2, bug #27099 (project gnustep): I just added a better support for font descriptors to GNUstep in SVN. Could you please give this a try? I also looked at the code of Emacs to see, which parts of font descriptors actually get used there and noticed that it doesn't rely on the

[bug #27311] Keyed archiving related exceptions with NSScrollView

2009-08-24 Thread Fred Kiefer
Update of bug #27311 (project gnustep): Status:None = Invalid Assigned to:None = FredKiefer Open/Closed:Open = Declined

[bug #27309] Can't start an app hidden....

2009-08-24 Thread Fred Kiefer
Follow-up Comment #1, bug #27309 (project gnustep): This could be resolved by not calling activateIgnoringOtherApps: in [NSApplication finishLaunching] when the parameter autolaunch is given. We probably should think a bit more about the pre-conditions, though.

[bug #27099] Incomplete implementation of -[NSFontDescriptor matchingFontDescriptorsWithMandatoryKeys:]

2009-09-07 Thread Fred Kiefer
Update of bug #27099 (project gnustep): Status:None = In Progress Assigned to:None = FredKiefer ___ Reply to this item at:

[bug #27309] Can't start an app hidden....

2009-09-12 Thread Fred Kiefer
Follow-up Comment #3, bug #27309 (project gnustep): Hmm, this sounds to me as if we just should only call activateIgnoringOtherApps: in finishLaunching when the application isn't hidden. What we also need to take care of is to create the application with _app_is_hidden set to NO for this to

[bug #27613] The application freezes when you close the options panel from a print panel

2009-10-07 Thread Fred Kiefer
Update of bug #27613 (project gnustep): Status:None = Confirmed Assigned to:None = FredKiefer ___ Follow-up Comment #1: I tried to

[bug #27613] The application freezes when you close the options panel from a print panel

2009-10-10 Thread Fred Kiefer
Update of bug #27613 (project gnustep): Status: Confirmed = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #2: I just submitted a

[bug #27635] Themes do not set title bar color correctly

2009-10-10 Thread Fred Kiefer
Follow-up Comment #2, bug #27635 (project gnustep): I made the GSStandardWindowDecorationView react to theme changes, it should now redraw itself. I also moved the whole drawing code over to GSTheme to make it easier to write different drawing code. And removed the caching of the title

[bug #25356] make ignoring installation domain configuration on windows

2009-10-10 Thread Fred Kiefer
Follow-up Comment #10, bug #25356 (project gnustep): Sorry, not at the moment. Since NSLock was changed to require pthreads I am unable to work with GNUstep on Windows. I know that David send a link to the pthread code for Windows, but I haven't figured out, which bits I need and where to put

[bug #27613] The application freezes when you close the options panel from a print panel

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

[bug #27635] Themes do not set title bar color correctly

2009-10-11 Thread Fred Kiefer
Follow-up Comment #4, bug #27635 (project gnustep): I had forgotten to remove the connection to the notification centre in the dealloc method. Just added this, please give it another try. ___ Reply to this item at:

[bug #27631] Live resize doesn't take last point into acount

2009-10-11 Thread Fred Kiefer
Update of bug #27631 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27636] Scrollbar a few pixel off on NSWindows95InterfaceStyle

2009-10-11 Thread Fred Kiefer
Update of bug #27636 (project gnustep): Category: Backend = Gui/AppKit ___ Follow-up Comment #1: A screen shot really would help. I tried to reproduce this behaviour with Ink, but could not

[bug #27636] Scrollbar a few pixel off on NSWindows95InterfaceStyle

2009-10-12 Thread Fred Kiefer
Follow-up Comment #2, bug #27636 (project gnustep): One more question: Which backend are you using? Riccardo has reported a small offset between art and other backends. I still haven't found time to look into that. If your problem goes away when switching to cairo, then it is most likely that

[bug #27635] Themes do not set title bar color correctly

2009-10-12 Thread Fred Kiefer
Update of bug #27635 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27637] NSMactinoshInterfaceStyle no longer funcational

2009-10-12 Thread Fred Kiefer
Update of bug #27637 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27638] Incorrect scrollbar behavior on NSWindows95InterfaceStyle

2009-10-12 Thread Fred Kiefer
Follow-up Comment #2, bug #27638 (project gnustep): I changed the code so that it no longer tracks the knob after the initial move. What we still don't do is keep on moving in the same direction until the mouse goes up. ___ Reply to this

[bug #27635] Themes do not set title bar color correctly

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

[bug #27637] NSMactinoshInterfaceStyle no longer funcational

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

[bug #26843] Crash in GSToUnicode()

2009-10-13 Thread Fred Kiefer
Update of bug #26843 (project gnustep): Open/Closed: In Test = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?26843 ___

[bug #27101] [NSDocument filePath] does not always return a fully qualified path

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

[bug #24923] Built in icns drop in replacement not working properly on some operating systems.

2009-10-13 Thread Fred Kiefer
Update of bug #24923 (project gnustep): Status: Ready For Test = In Progress Open/Closed: In Test = Open ___ Reply to this item at:

[bug #24707] Windows do not get unmapped when GSX11HandlesWindowDecorations = NO no window manager

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

[bug #27777] GSBackHandlesWindowDecorations not working on Windows

2009-10-22 Thread Fred Kiefer
Follow-up Comment #1, bug #2 (project gnustep): Is it possible that you are using the new UX Theme for Windows that Riccardo just published? In that theme the plist defines that the window decoration should be drawn by Windows and not GNUstep. Try switching to the default theme, restart your

[bug #27782] drawInRect:fromRect:operation:fraction: doesn't work correctly in a flipped view

2009-10-23 Thread Fred Kiefer
Follow-up Comment #1, bug #27782 (project gnustep): Hi Quentin, first to your test code. It shows agaon your old point that we handle the flipped attribute differently from Cocoa. It should be enough to define a method isFlipped that return YES on both platforms. But currently GNUstep caches

[bug #27782] drawInRect:fromRect:operation:fraction: doesn't work correctly in a flipped view

2009-10-29 Thread Fred Kiefer
Follow-up Comment #5, bug #27782 (project gnustep): I wont have time to look at the patch until next week, but removing the doublication in the different drawing methods is surely agood thing. I had the code in place for a long time, but never dared to switch to it. Could you please check that

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

2009-11-01 Thread Fred Kiefer
Update of patch #3487 (project gnustep): Status:None = Done Assigned to:None = FredKiefer ___ Follow-up Comment #2: After adding

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

2009-11-01 Thread Fred Kiefer
Update of patch #3487 (project gnustep): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/patch/?3487 ___

[bug #27882] image drawing code fails/crashes

2009-11-01 Thread Fred Kiefer
Follow-up Comment #2, bug #27882 (project gnustep): I am currently not working on my Windows virtual machine, but I hacked donw the following code based on Microsoft examples and other code in the windows backend. I don't expect it to work out of the box, but it should provide you with a

[bug #27782] drawInRect:fromRect:operation:fraction: doesn't work correctly in a flipped view

2009-11-01 Thread Fred Kiefer
Follow-up Comment #6, bug #27782 (project gnustep): Find attached the old test application I was talking about. I also committed the part of your patch that just changed over to the newer shared composite and dissolve code. This makes the remaining of your patch a lot smaller.

[bug #27782] drawInRect:fromRect:operation:fraction: doesn't work correctly in a flipped view

2009-11-02 Thread Fred Kiefer
Follow-up Comment #8, bug #27782 (project gnustep): One more try in uploading the old test code. The cairo drawing bug you noticed seems to be unrelated to you change. I noticed it today myself, when working with Gorm. What you report back on your test results looks great. There is one thing

[bug #27782] drawInRect:fromRect:operation:fraction: doesn't work correctly in a flipped view

2009-11-02 Thread Fred Kiefer
Follow-up Comment #9, bug #27782 (project gnustep): Looks like the file was to big. I repackaged it and hopefully it is now small enough. (file #18980) ___ Additional Item Attachment: File name: gui_test3.tgz Size:26 KB

[bug #27927] NSColor setFill not well supported and setStroke broken

2009-11-04 Thread Fred Kiefer
Follow-up Comment #3, bug #27927 (project gnustep): OK, try once more with my recent changes. ___ Reply to this item at: http://savannah.gnu.org/bugs/?27927 ___ Nachricht geschickt

[bug #27636] Scrollbar a few pixel off on NSWindows95InterfaceStyle

2009-11-07 Thread Fred Kiefer
Follow-up Comment #5, bug #27636 (project gnustep): I checked this and the layout is the same for the cairo and the xlib backend. Next I looked into the NSScroller code and there the difference is even documented in a comment: /* We use the button offset if we in the NeXTstep interface style.

[bug #27337] Window ordering does not work consistently on GNOME/KDE

2009-11-07 Thread Fred Kiefer
Follow-up Comment #1, bug #27337 (project gnustep): What about the details you promised? I often get normal windows created behind other KDE windows when starting up an application, but never when an application is already active. This is caused by KDE's stupid strategy to not change the active

[bug #27620] NSImages saved from GNUstep as tiffs cannot be read consistently on the Mac

2009-11-07 Thread Fred Kiefer
Update of bug #27620 (project gnustep): Severity: 5 - Blocker = 2 - Minor ___ Follow-up Comment #3: I was able to open this image on my Mac with the QuickTime application. This looks like it is

[patch #6839] NSSound to work with libsndfile and OpenAL

2009-11-07 Thread Fred Kiefer
Update of patch #6839 (project gnustep): Status:None = Done Open/Closed:Open = Closed ___ Reply to this item at:

[bug #27882] image drawing code fails/crashes

2009-11-08 Thread Fred Kiefer
Follow-up Comment #3, bug #27882 (project gnustep): Richard, what is the state of this bug report. You added the code below and improved it a lot. Does it work now? ___ Reply to this item at: http://savannah.gnu.org/bugs/?27882

[bug #28114] moving horizontal scrollbar with cairo backend in FTP does strange things with the headline

2009-12-05 Thread Fred Kiefer
Update of bug #28114 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #27882] image drawing code fails/crashes

2009-12-05 Thread Fred Kiefer
Update of bug #27882 (project gnustep): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #6: I closed this bug

[bug #27309] Can't start an app hidden....

2009-12-05 Thread Fred Kiefer
Update of bug #27309 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #28415] crash with reoping an image with PRICE

2009-12-29 Thread Fred Kiefer
Update of bug #28415 (project gnustep): Status:None = Invalid Assigned to:None = FredKiefer Open/Closed:Open = Declined

[bug #28464] Ink can't load RTFD files

2010-01-05 Thread Fred Kiefer
Update of bug #28464 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

<    3   4   5   6   7   8   9   10   11   12   >