[bug #24054] Segmentation fault in GSTest

2008-08-20 Thread Fred Kiefer
Follow-up Comment #2, bug #24054 (project gnustep): Strange this may be due to system differences. I am working on a 32 bit system and you are most likely using your 64 bit one. Greg gets similar errors from art on his 64 bit system but I havent't been able to reproduce this. I will recompile

[bug #24083] Offset issues with the xmonad WM; blank windows with the cairo backend

2008-08-22 Thread Fred Kiefer
Follow-up Comment #6, bug #24083 (project gnustep): It really would be best to split of this bug report into two. Otherwise we always need to state, which of the two issues (xmonad, cairo) we are talking about. Cairo: In back 0.14 the check for cairo 1.6 is a compile time check, since then I

[bug #24054] Segmentation fault in GSTest

2008-08-22 Thread Fred Kiefer
Follow-up Comment #5, bug #24054 (project gnustep): I recompiled GNUstep from SVN, but the problem persists. Could you please try it yourself in a32 bit environment? Or do you have any idea, how I could get more meaningful debugging information?

[bug #24054] Segmentation fault in GSTest

2008-08-22 Thread Fred Kiefer
Follow-up Comment #7, bug #24054 (project gnustep): Thank you for this additional information. Looks like I will have to do the dirty debugging myself. :-) From what you wrote I think I will start with some debug statements in the NSAutoreleasePool release or dealloc method. Now that I looked

[bug #24054] Segmentation fault in GSTest

2008-08-23 Thread Fred Kiefer
Follow-up Comment #8, bug #24054 (project gnustep): My comment about two threads requesting the same pool was of course nonsense. The pool cache is thread specific. I added the following line to dealloc on NSAutoreleasePool: printf(release an autorelease pool %p thread %p count %d n, self,

[bug #24054] Segmentation fault in GSTest

2008-08-25 Thread Fred Kiefer
Follow-up Comment #9, bug #24054 (project gnustep): I changed my printf statement and moved it to different places. This is what I get now: end thread pool cache 0x823ad04 current thread 0x823ace0 ended thread 0xb40004c0 count 1 push pool 0x823b330 thread 0x823ace0 count 2 pop pool 0x823b330

[bug #24054] Segmentation fault in GSTest

2008-08-25 Thread Fred Kiefer
Update of bug #24054 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #24167] Focus/vanishing windows problem in today's checkout of Gorm

2008-08-31 Thread Fred Kiefer
Update of bug #24167 (project gnustep): Category:Gorm = Backend ___ Follow-up Comment #1: Which window manager are you using? I tried to reproduce this behaviour on KDE 4, but faield to

Re: terminal.app fails with Unrecognized color masks on x4vncserver with -depth 16 (Ubuntu 8.04)

2008-09-05 Thread Fred Kiefer
Just a few weeks ago I made a change to the art backend that should help with 16 bit graphics between machines with different endianess. Could you please try to get GNUstep from SVN and compile it yourself to see if this change fixes the problem? I only have i86 processors, so I am not able

Re: terminal.app fails with Unrecognized color masks on vnc4server with -depth 16 (Ubuntu 8.04)

2008-09-05 Thread Fred Kiefer
format? Fred Stephane Gourichon wrote: Fred Kiefer wrote: Just a few weeks ago I made a change to the art backend that should help with 16 bit graphics between machines with different endianess. Do you mean that vnc encodes data big-endian ? All my machines (vnc server and client) have little

Re: terminal.app fails also on 8-bit vnc4server with Unrecognized color masks

2008-09-05 Thread Fred Kiefer
Thank you for testing all the different combination. But the last two failure you got were to be expected. The art backend doesn't work with 8 bit graphic (for strange reasons the xlib backend also doesn't work well here, only the cairo backend of GNUstep is working in that setup at the

[bug #24200] NSSavePanel crashes apps

2008-09-05 Thread Fred Kiefer
Follow-up Comment #1, bug #24200 (project gnustep): The line [GSCurrentContext() flushGraphics]; is used in the NSSavePanel to display progress information on big directories. This only happends when explicitly requested by setting the property GSSavePanelShowProgress to YES. So the simplest

[bug #20453] netbsd gui thread safety

2008-09-05 Thread Fred Kiefer
Update of bug #20453 (project gnustep): Status: Confirmed = Wont Fix Open/Closed:Open = Closed ___ Follow-up Comment #11: Closed as

[bug #24054] Segmentation fault in GSTest

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

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

2008-09-06 Thread Fred Kiefer
Follow-up Comment #1, patch #6630 (project gnustep): Your patch removes only two usages of this flag from the code. I am not sure, whether this approach would create even more problems in the long run. Shouldn't we remove this optimisation completely? Nicola, what is your opinion here, if I

[bug #24153] NSCell.h declares inline without implementation

2008-09-06 Thread Fred Kiefer
Follow-up Comment #1, bug #24153 (project gnustep): There are different ways to resolve this issue. The simplest would be to make this function non-inlined, the next to put the code in the header. But I don't like either of them. I would prefer to remove this function completely, at least from

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

2008-09-07 Thread Fred Kiefer
Follow-up Comment #3, patch #6630 (project gnustep): Good point. I would expect that the optimisation is used less then five times per drawing request on each view. But it will be hard to count. A grep on flipped_view shows that this mostly is used for NSScrollView and there is another hack in

[bug #24153] NSCell.h declares inline without implementation

2008-09-08 Thread Fred Kiefer
Update of bug #24153 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #24200] NSSavePanel crashes apps

2008-09-08 Thread Fred Kiefer
Update of bug #24200 (project gnustep): Status:None = Ready For Test Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #24083] Offset issues with the xmonad WM

2008-09-08 Thread Fred Kiefer
Update of bug #24083 (project gnustep): Summary: Offset issues with the xmonad WM; blank windows with the cairo backend = Offset issues with the xmonad WM ___ Follow-up Comment #10: Removed the cairo part from the

[bug #23831] Wishlist - Info panels need to let user copy all text

2008-09-09 Thread Fred Kiefer
Update of bug #23831 (project gnustep): Category:None = Gui/AppKit Item Group:None = Change Request Status:None = Ready For Test Assigned to:

[bug #23854] Scroll Wheel should be enabled when highlighting text in Terminal.app

2008-09-09 Thread Fred Kiefer
Update of bug #23854 (project gnustep): Category: Application = Gui/AppKit ___ Follow-up Comment #1: I changed this report to the gui category, as this in something that could be of interest for

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

2008-10-19 Thread Fred Kiefer
Follow-up Comment #1, bug #24601 (project gnustep): Just some idea, would it be a better solution to move the handling of the toolbar into the GSWindowDecorationView? That way the content view of the window would be just that and everything else that also is displayed in the same window gets

[bug #24345] WINDOWS: Image resizing/scaling does not function on windows backend.

2008-10-19 Thread Fred Kiefer
Update of bug #24345 (project gnustep): Status:None = In Progress ___ Follow-up Comment #1: I implemented some basic image scaling and improved other parts of the Windows image handling

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

2008-10-20 Thread Fred Kiefer
Update of bug #24601 (project gnustep): Status:None = In Progress ___ Follow-up Comment #2: I just implemented the first half of my proposal. What is left to do is to move the toolbar

[bug #24345] WINDOWS: Image resizing/scaling does not function on windows backend.

2008-10-20 Thread Fred Kiefer
Update of bug #24345 (project gnustep): Open/Closed:Open = Closed Depends on: = bugs #15778 ___ Follow-up Comment #2: Duplicate of #15778

[bug #24708] Slow scrolling speed

2008-11-01 Thread Fred Kiefer
Follow-up Comment #1, bug #24708 (project gnustep): I am not able to reproduce this issue. I tried Terminal and apart from the horrible font it started up it works quite nicely and fast. Could you please specify, which of the different GNUstep drawing backends (xlib, art, cairo) is showing this

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

2008-11-01 Thread Fred Kiefer
Follow-up Comment #1, bug #24707 (project gnustep): It looks like this change may be causing this problem: 2008-05-08 21:04-EDT Gregory John Casamento [EMAIL PROTECTED] * Source/NSWindow.m: (-(void)miniaturize: (id)sender): Change to prevent miniwindow from disappearing.

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

2008-11-02 Thread Fred Kiefer
Follow-up Comment #4, bug #24707 (project gnustep): Not sure, whether reverting the old change is the right solution. You most likely had a pretty good reason for that change and we could move the hidding of the window into the backend and only call it, when there is no window manager handling

[bug #24729] Resized window isn't displayed by resizing and GSX11HandlesWindowDecorations = NO

2008-11-02 Thread Fred Kiefer
Follow-up Comment #2, bug #24729 (project gnustep): When doing a resize while the window manager handles the windows borders we actually try to redraw the content of the window, when the border dragging leaves us time for that. So most likely it should also be possible, when we handle the window

[bug #24709] Miniaturize and Close button off-center

2008-11-02 Thread Fred Kiefer
Update of bug #24709 (project gnustep): Category:None = Gui/AppKit Severity: 3 - Normal = 2 - Minor ___ Follow-up Comment #1: Would you mind to

[bug #24728] Double clicking on folder names will start rename

2008-11-08 Thread Fred Kiefer
Update of bug #24728 (project gnustep): Category:None = Application ___ Follow-up Comment #1: Imade this an application bug, as I really don't understand what is happening here and there

[bug #24758] NSDocument should have fileName and fileType should be set.

2008-11-08 Thread Fred Kiefer
Follow-up Comment #1, bug #24758 (project gnustep): Is it possible that you did forget to submit the change? The bug is set to fixed here, but no change was done in SVN. ___ Reply to this item at: http://savannah.gnu.org/bugs/?24758

[bug #24782] Loading of NSTableView from NIB files

2008-11-08 Thread Fred Kiefer
Follow-up Comment #1, bug #24782 (project gnustep): Could you please add an example NIB file showing this behaviour? ___ Reply to this item at: http://savannah.gnu.org/bugs/?24782 ___

[bug #20057] rotated+translated text fields display incorrectly

2008-11-08 Thread Fred Kiefer
Follow-up Comment #9, bug #20057 (project gnustep): Last summer I made some more progress not documented here an I was even able to reproduce the behaviour cited below. Still more complex combination of rotation and translation where still wrong. Now I am trying to get an application working

[bug #20057] rotated+translated text fields display incorrectly

2008-11-11 Thread Fred Kiefer
Follow-up Comment #10, bug #20057 (project gnustep): I put in an improved version of the code below, this should now correct all combinations of bounds trnaslation and bounds rotation. Still setting bounds in rotated view is not correct and the relationship of bounds and frames in the rotated

[bug #24709] Miniaturize and Close button off-center

2008-11-11 Thread Fred Kiefer
Update of bug #24709 (project gnustep): Category: Gui/AppKit = Backend Status: Fixed = None Open/Closed: Closed = Open

[bug #24845] Resizes of views in Gorm not working properly...

2008-11-15 Thread Fred Kiefer
Follow-up Comment #2, bug #24845 (project gnustep): Does Gorm override any of these methods? If so, the implementation may need some adjustment. I hope to have time to inspect this later today. If the code in gui turns out to be wrong, could you please add a test in the testsuit? I am trying to

[bug #24845] Resizes of views in Gorm not working properly...

2008-11-15 Thread Fred Kiefer
Follow-up Comment #4, bug #24845 (project gnustep): Could you please hint me to the Gorm code involved? What I found is GormViewEditor with calls like: [self setFrame: [_editedObject frame]]; [self setBounds: [_editedObject frame]]; Is this what you are talking about? In that case, I will

[bug #24845] Resizes of views in Gorm not working properly...

2008-11-16 Thread Fred Kiefer
Update of bug #24845 (project gnustep): Category:Gorm = Gui/AppKit Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:

[bug #24785] Application not quitting properly on some platforms.

2008-11-16 Thread Fred Kiefer
Follow-up Comment #2, bug #24785 (project gnustep): Some more information from the mailing list. Sadly I never did get a reply to my last mail. Gregory Weston wrote: In article [EMAIL PROTECTED], Marko Riedel [EMAIL PROTECTED] wrote: the environment is KDE 3.5 (sorry, I had no choice

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

2008-11-17 Thread Fred Kiefer
Update of bug #24859 (project gnustep): Item Group:None = Change Request Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:

[bug #24886] after connecting objects in gorm, the cursor stays the green arrow

2008-11-22 Thread Fred Kiefer
Update of bug #24886 (project gnustep): Category:Gorm = Gui/AppKit ___ Follow-up Comment #1: I think this is rather a gui or back problem, as I get the same problem with other applications

[bug #24785] Application not quitting properly on some platforms.

2008-11-22 Thread Fred Kiefer
Follow-up Comment #3, bug #24785 (project gnustep): I still cannot reproduce this with SystemPreferences. Looking at the code I noticed that this application does not use the normal main loop. Could this be a common property of all applications showing this behaviour? (Is there any appart from

[bug #24900] GSX11HandlesWindowDecorations default name should be changed

2008-11-22 Thread Fred Kiefer
Update of bug #24900 (project gnustep): Status:None = Works For Me Open/Closed:Open = Declined ___ Follow-up Comment #1: At least for two

[bug #20057] rotated+translated text fields display incorrectly

2008-11-23 Thread Fred Kiefer
Update of bug #20057 (project gnustep): Status: In Progress = Fixed Open/Closed:Open = In Test ___ Follow-up Comment #11: Changed this bug

[bug #24919] Loading a scrollview from a nib file can cause recursion in setFrame:

2008-11-25 Thread Fred Kiefer
Follow-up Comment #1, bug #24919 (project gnustep): Could you please provide a back trace for this or even better an example to reproduce this behaviour? ___ Reply to this item at: http://savannah.gnu.org/bugs/?24919

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

2008-11-25 Thread Fred Kiefer
Update of bug #24923 (project gnustep): Category:None = Gui/AppKit ___ Follow-up Comment #1: This definitly is a gui issue, as the code is located there. There may be endianness problems,

[bug #24956] configure failure due to ffcall on netbsd

2008-11-27 Thread Fred Kiefer
Update of bug #24956 (project gnustep): Status:None = Fixed Assigned to:None = FredKiefer Open/Closed:Open = Closed

[bug #24958] NIB loading of FlexiSheet broken

2008-11-28 Thread Fred Kiefer
URL: http://savannah.gnu.org/bugs/?24958 Summary: NIB loading of FlexiSheet broken Project: GNUstep Submitted by: FredKiefer Submitted on: Fr 28 Nov 2008 09:18:35 GMT Category: Gui/AppKit Severity: 3 -

[bug #24958] NIB loading of FlexiSheet broken

2008-11-29 Thread Fred Kiefer
Follow-up Comment #4, bug #24958 (project gnustep): Thanks now it works again. ___ Reply to this item at: http://savannah.gnu.org/bugs/?24958 ___ Nachricht geschickt von/durch Savannah

[bug #21229] Gorm cannot load GormDocument.gorm because cairo backend does not implement DPSshfill

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

[bug #21301] Uninitialized variable in NSDecimalMultiplyByPowerOf10

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

[bug #23454] Cairo backend painting black bars

2008-11-29 Thread Fred Kiefer
Update of bug #23454 (project gnustep): Open/Closed: In Test = Closed ___ Follow-up Comment #3: Actually I had changed that to a run time check later on. As nobody commented on this any more

[bug #24153] NSCell.h declares inline without implementation

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

[bug #24200] NSSavePanel crashes apps

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

[bug #23678] text drawn too high in Terminal with cairo backend

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

[bug #22496] Cairo compilation failed

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

[bug #21696] [NSText sizeToFit] resizes only to include the first character

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

[bug #22409] Images displaying incorrectly in some cases....

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

[bug #21695] [NSText sizeToFit] does not resize vertically

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

[bug #21681] NSImage drawInRect:fromRect:operation:fraction does not understand NSZeroRect fromRect (does not show up)

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

[bug #13708] enlaring windows

2008-11-29 Thread Fred Kiefer
Update of bug #13708 (project gnustep): Status:None = Fixed Open/Closed: In Test = Closed ___ Follow-up Comment #2: No reply for some

[bug #24785] Application not quitting properly on some platforms.

2008-11-29 Thread Fred Kiefer
Follow-up Comment #7, bug #24785 (project gnustep): Thank you for this information. Now at least we ahve an idea why this strange behaviour could happen. I am not sure whether this is related, but after Richards patch to better report exceptions I did get the following when closing a process:

[bug #24083] Offset issues with the xmonad WM

2008-11-30 Thread Fred Kiefer
Follow-up Comment #12, bug #24083 (project gnustep): Does the border issue for xmonad still persist? There was another change to the way we handle window offsets and perhaps this solves this problem was well. Could you get your user to try it with GNUstep gui from SVN trunk?

[bug #14967] images with alpha, sometimes have color corruption

2008-11-30 Thread Fred Kiefer
Follow-up Comment #3, bug #14967 (project gnustep): Does this problem still exist? In the meantime I changed some of the image handling, especially for the art backend and perhaps this improved this scaling artefact. To reproduce the problem locally I would need your full application code, at

[bug #24785] Application not quitting properly on some platforms.

2008-12-01 Thread Fred Kiefer
Follow-up Comment #9, bug #24785 (project gnustep): Not very likely, athough it might be releated. You were testing on a 64-bit machine and your problem was with the did launch notification. I am getting a problem on the terminate notification and am using a 32-bit machine. Most of all, I

[bug #24979] NIB LOADING: NSScrollView document view is an NSCustomView when scrollview contains a custom subclass

2008-12-02 Thread Fred Kiefer
Follow-up Comment #1, bug #24979 (project gnustep): Are you sure that what you report as the expected behaviour is what is happening in Cocoa? I am very sure that nibinstantiate gets called a lot later there. I can see how the behaviour you describe is a lot easier to implement correctly and

[bug #24994] New target for make...

2008-12-02 Thread Fred Kiefer
Follow-up Comment #2, bug #24994 (project gnustep): I second this request. Yes, the new way of compiling isn't that complicated, but I am very lazy and I recompile GNUstep about twice a day. I vote for make sysinstall. ___ Reply to this

[bug #24785] Application not quitting properly on some platforms.

2008-12-02 Thread Fred Kiefer
Follow-up Comment #11, bug #24785 (project gnustep): Did you check that your double conversion also works with a return value of NSTerminateLater? You see, I am too unsure what a conversion to BOOL actually does. (Being spoiled by Java day time programming, I mistrust a compiler) Most likely it

[bug #24995] NSURLProtocol uses wrong alloc prototype

2008-12-02 Thread Fred Kiefer
URL: http://savannah.gnu.org/bugs/?24995 Summary: NSURLProtocol uses wrong alloc prototype Project: GNUstep Submitted by: FredKiefer Submitted on: Mi 03 Dez 2008 07:45:52 GMT Category: Base/Foundation

[bug #22282] Nib reading problem with custom views instantiated in Objects pane

2008-12-04 Thread Fred Kiefer
Follow-up Comment #5, bug #22282 (project gnustep): The back trace you get is unrelated to the backend, it is caused by a hack in put into gui to better support image drawing on scaled views. In your specific case the image seems to have a zero sized extend and we should just ignore the draw

[bug #25004] NSWindowontroller -initWithCoder fails for NSKeyedUnarchivers/ NSKeyedUnarchiver doesn't implement -versionForClassName

2008-12-07 Thread Fred Kiefer
Update of bug #25004 (project gnustep): Category:None = Base/Foundation ___ Follow-up Comment #1: I justed fixed the first part of this bug report. NSWindowContoller initWithCoder: should now

[bug #24984] textfield should scroll

2008-12-08 Thread Fred Kiefer
Update of bug #24984 (project gnustep): Status:None = Need Info ___ Follow-up Comment #1: This already happens for text fields (actually it is implemented on NSCell) that are set to

[bug #25040] Ink from examples crashing on openbsd sparc64

2008-12-09 Thread Fred Kiefer
Update of bug #25040 (project gnustep): Category: Application = Base/Foundation ___ Follow-up Comment #2: This definitily is no application bug, as the problem doesn't happen in Ink itself. It is

[bug #25040] Ink from examples crashing on openbsd sparc64

2008-12-09 Thread Fred Kiefer
Follow-up Comment #4, bug #25040 (project gnustep): Sorry, for not expressing myself clear enough. I was refering to the list of platforms supported by libffi: http://sources.redhat.com/libffi/ I don't think that we have anybody in GNUstep that supports specific platforms. It is more that we

[bug #25005] windows, cannot type certain characters

2008-12-09 Thread Fred Kiefer
Follow-up Comment #1, bug #25005 (project gnustep): The problem here is that we don't use TranslateMessage() in the message loop, that way we only get the raw key up and down events, not that translated char events. But if we change to that we have no way of handling non-character key events

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

2008-12-09 Thread Fred Kiefer
Update of bug #25046 (project gnustep): Category:None = Backend Item Group:None = Bug Status:None = Need Info Assigned to:

[bug #24981] windows port broken

2008-12-09 Thread Fred Kiefer
Update of bug #24981 (project gnustep): Category:None = Backend Status:None = Works For Me Open/Closed:Open = Closed

[bug #24994] New target for make...

2008-12-09 Thread Fred Kiefer
Update of bug #24994 (project gnustep): Category:None = Makefiles Item Group:None = Change Request ___ Follow-up Comment #10: Even if the

[bug #25034] GWorkspace's dock does not recognize some open apps

2008-12-09 Thread Fred Kiefer
Update of bug #25034 (project gnustep): Category:None = Application ___ Follow-up Comment #1: Put this bug down to the application until we know differently.

[bug #22373] locking problem on OpenBSD

2008-12-09 Thread Fred Kiefer
Update of bug #22373 (project gnustep): Category:None = Base/Foundation Item Group:None = Bug ___ Follow-up Comment #3: Turned this into a

[bug #24709] Miniaturize and Close button off-center

2008-12-09 Thread Fred Kiefer
Follow-up Comment #10, bug #24709 (project gnustep): Perhaps it isn't the image that is off, but the surrounding path is? Could you please try this with stroke adjustment turned off for the cairo backend? (Changing line 495 in CairoGState.m to _strokeadjust = 0; should do)

[bug #15778] Win32: NSImageView doesn't draw scaled NSImage.

2008-12-09 Thread Fred Kiefer
Update of bug #15778 (project gnustep): Status: Confirmed = Fixed Assigned to:None = FredKiefer Open/Closed:Open = In Test

[bug #25064] seg.fault on FT_New_Size when using art back

2008-12-10 Thread Fred Kiefer
Follow-up Comment #1, bug #25064 (project gnustep): Thank you for this bug report. The art backend is still the default backend for GNUstep on X, therfore it will get used even when cairo is available. The bug you got with FTFontInfo is rather unusual, we will need more information to track it

[bug #24872] Window Ordering (Windows XP)

2008-12-10 Thread Fred Kiefer
Update of bug #24872 (project gnustep): Status: In Progress = Invalid Open/Closed:Open = Closed ___ Follow-up Comment #11: Closed as the

[bug #25079] gpbs not starting up on windows anymore

2008-12-13 Thread Fred Kiefer
Follow-up Comment #1, bug #25079 (project gnustep): I don't think that this is the cause of your problem. When NSUserDefaults outputs this warning it will just keep on working. And if gpbs gets this warning, every other application and tool should get it as well. Could it be that you have more

[bug #25064] seg.fault on FT_New_Size when using art back

2008-12-13 Thread Fred Kiefer
Follow-up Comment #3, bug #25064 (project gnustep): As for the cairo problem you see (black bar), this is caused by an old cairo bug that GNUstep had to work around. After cairo fixed that problem in 1.6.0 I adopted GNUstep back to that but this correction was itself corrected immediately after

[bug #25037] gorm not correctly working on openbsd 4.3 sparc64

2008-12-13 Thread Fred Kiefer
Update of bug #25037 (project gnustep): Status: In Progress = Duplicate Depends on: = bugs #25033 ___ Follow-up Comment #9: Marked this bug

[bug #19097] NSCalendarDate: localization needed?

2008-12-13 Thread Fred Kiefer
Update of bug #19097 (project gnustep): Open/Closed:Open = Closed ___ Reply to this item at: http://savannah.gnu.org/bugs/?19097 ___

[bug #25064] seg.fault on FT_New_Size when using art back

2008-12-15 Thread Fred Kiefer
Follow-up Comment #6, bug #25064 (project gnustep): I looked through your configuration and make files and cannot see any problem there. Sorry, but now I am totally clueless. No idea, where this problem might come from. ___ Reply to this

[bug #25040] Ink from examples crashing on openbsd sparc64

2008-12-15 Thread Fred Kiefer
Update of bug #25040 (project gnustep): Status:None = Duplicate Depends on: = bugs #25033 ___ Follow-up Comment #6: Most likely this is

[bug #25104] -setNeedsDisplay: no longer working

2008-12-16 Thread Fred Kiefer
Update of bug #25104 (project gnustep): Category: Gui/AppKit = Application ___ Follow-up Comment #1: I think this bug report is invalid. By setting a break point in TilesBox drawRect: I can

[bug #25105] recursive notifications on text field exit when changing theme

2008-12-16 Thread Fred Kiefer
Update of bug #25105 (project gnustep): Status:None = In Progress Assigned to:None = FredKiefer ___ Follow-up Comment #1: To make the

[bug #25105] recursive notifications on text field exit when changing theme

2008-12-16 Thread Fred Kiefer
Update of bug #25105 (project gnustep): Status: In Progress = Ready For Test Open/Closed:Open = In Test ___ Follow-up Comment #2: After that change

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

2008-12-17 Thread Fred Kiefer
Update of bug #24923 (project gnustep): Severity: 4 - Important = 3 - Normal ___ Follow-up Comment #3: You wrote that this fails on Windows, could you please provide the icon file that causes this,

[bug #25116] NSDocument should not ignore readFromFileWrapper:ofType:error:

2008-12-18 Thread Fred Kiefer
Update of bug #25116 (project gnustep): Summary: NSDocument should handle loading of known types = NSDocument should not ignore readFromFileWrapper:ofType:error: ___ Follow-up Comment #1: The original topic of the

[bug #25116] NSDocument should not ignore readFromFileWrapper:ofType:error:

2008-12-18 Thread Fred Kiefer
Update of bug #25116 (project gnustep): Assigned to:None = FredKiefer ___ Follow-up Comment #2: I looked through the documentation and our code to see how we should proceed here. The main

[bug #25162] NSDocumentController won't display a document already opened without display

2008-12-23 Thread Fred Kiefer
Update of bug #25162 (project gnustep): Assigned to:None = FredKiefer ___ Follow-up Comment #1: This is an interesting bug report, as I am currently working on this class. It is clear that

[bug #24994] New target for make...

2008-12-30 Thread Fred Kiefer
Update of bug #24994 (project gnustep): Status:None = Fixed Assigned to:None = nico Open/Closed:Open = Closed

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