[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 #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 #25943] Error trying to lock focus in offscreen window

2009-03-27 Thread Fred Kiefer
Update of bug #25943 (project gnustep): Status: Ready For Test = In Progress Open/Closed: In Test = Open ___ Follow-up Comment #4: It would be better

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

2009-03-27 Thread Fred Kiefer
Follow-up Comment #5, bug #25943 (project gnustep): I fixed that memory issue with XWindowBuffer, please give it another try and if it still fails, use the tips I provided to pin down the cause. ___ Reply to this item at:

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

2009-03-26 Thread Doug Simons
Follow-up Comment #3, bug #25943 (project gnustep): That gets me past my call to lockFocus, but it seems something is still missing. I now crash a few lines later in a call to [NSBitmapImageRep initWithFocusedViewRect:]. Here is the relevant portion of the gdb transcript: Program received

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

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

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

2009-03-21 Thread Fred Kiefer
Follow-up Comment #1, bug #25943 (project gnustep): Your great debugging session shows quite clear where the problem is. It is the call to [NSGraphicsContext saveGraphicsState], as this happens on a secondary thread there is no previous graphics context (GSCurrentContext() return nil).

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

2009-03-20 Thread Doug Simons
URL: http://savannah.gnu.org/bugs/?25943 Summary: Error trying to lock focus in offscreen window Project: GNUstep Submitted by: theeggcamefirst Submitted on: Fri 20 Mar 2009 06:31:27 PM GMT Category: Gui/AppKit