[bug #26535] user created NSImage not displaying properly

2018-02-10 Thread Yavor Doganov
Follow-up Comment #5, bug #26535 (project gnustep): Yes, I think this makes sense. My initial version was to check if the current thread is the main thread but that's useless. Any drawing in secondary threads occurs after +sharedApplication which sets up the server in the main thread. _

[bug #26535] user created NSImage not displaying properly

2018-02-09 Thread Fred Kiefer
Update of bug #26535 (project gnustep): Status: Confirmed => Ready For Test Open/Closed:Open => In Test ___ Follow-up Comment #4: I did apply your ch

[bug #26535] user created NSImage not displaying properly

2018-02-09 Thread Yavor Doganov
Follow-up Comment #3, bug #26535 (project gnustep): I stumbled upon the second issue. Lynkeos does all of its image processing in worker threads so basically it doesn't work at all on GNUstep. I was about to write a similar test application but fortunately I found this bug. With the attached *s

[bug #26535] user created NSImage not displaying properly

2010-05-01 Thread Fred Kiefer
Follow-up Comment #2, bug #26535 (project gnustep): Just a short update on this bug. The problem still persists and in the meantime I also looked into the second issue. At the moment GNUstep isn't able to do any drawing in a secondary thread. The code fails when it tries to cache the image rep an

[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 #26535] user created NSImage not displaying properly

2009-05-11 Thread Scott Christley
URL: Summary: user created NSImage not displaying properly Project: GNUstep Submitted by: schristley Submitted on: Mon 11 May 2009 06:28:28 PM EDT Category: Gui/AppKit