[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Richard Frith-Macdonald
Follow-up Comment #14, bug #17717 (project gnustep): Can you confirm that the off-by-one error in XShmPutImage comes from _addExposedRectangle:: in XGServerEvent.m line 952 please? That seems exceedingly strange, since that call is in direct response to an X Expose event, and simply passes the X

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Yen-Ju Chen
Follow-up Comment #13, bug #17717 (project gnustep): By the way, I can confirm the problem with GWorkspace is the same, therefore, the fix is the same by decrease w and h by 1. And it only happens on art backend, not xlib backend. So to reproduce, you need both art backend and WindowMaker so far.

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Yen-Ju Chen
Follow-up Comment #12, bug #17717 (project gnustep): I tracked down the problem with XSync always true. The error raises in XWindowBuffer.m line 589: if (!XShmPutImage(display, drawable, gc, ximage, x, y, x, y, w, h, 1)) The x, y, w, h is out of range, probably bigge

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Enrico Sersale
Follow-up Comment #11, bug #17717 (project gnustep): I can't produce a backtrace breaking on -raise or XGErrorHandler because I get no exception nor X error. Simply, the Inspector window starts to draw wrong. ___ Reply to this item at:

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Yen-Ju Chen
Follow-up Comment #10, bug #17717 (project gnustep): Below is the backtrace. Hope it is the correct way to produce it. What puzzles me is that it only happens to WindowMaker, but not metacity. I will try to produce it under metacity and see. By the way, I wipe out everything and reinstall again.

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Adam Fedor
Follow-up Comment #9, bug #17717 (project gnustep): Here's how to get the exact location of the error: Debug the app with this: debugapp MyApp.app --GNU-Debug=XSynchronize (make sure the --GNU-Debug=XSynchronize is an argument to the program) then break on either -raise or XGErrorHandler, run a

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Yen-Ju Chen
Follow-up Comment #8, bug #17717 (project gnustep): I download the latest GNUstep SVN today and install everything clean. The problem is still there. And I tried to reproduce the bug from GWorkspace. On the terminal, I got very similar error: 2006-09-13 14:33:52.722 GWorkspace[23563] X-Windows e

[bug #17729] NSCalendarDate fails if seconds passed is more than 59

2006-09-13 Thread wixardy
URL: Summary: NSCalendarDate fails if seconds passed is more than 59 Project: GNUstep Submitted by: wixardy Submitted on: Wednesday 09/13/2006 at 20:02 Category: Base/Foundation

Re: NSBundle: method not implemented.

2006-09-13 Thread Christophe JALADY
Thank you very much !! If the gnustep-base maintener could add it for the next release it will be wonderfull ! Thanks again. Christophe. Chris Vetter wrote: On 2006-09-11 12:53:28 +0200 Chris Vetter <[EMAIL PROTECTED]> wrote: [...] OOPS Need to give a range... - (NSString*) pathForResource

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Enrico Sersale
Follow-up Comment #7, bug #17717 (project gnustep): I never build into the SVN directory. I've a separate place where I copy the sources and do the build. But, to be 100% sure, I've also removed my /usr/GNUstep directory and reinstalled all from scratch. After this I've installed only GWorkspace.

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Riccardo mottola
Follow-up Comment #6, bug #17717 (project gnustep): I can't reproduce the open problem, but the problem mentioned by enrico yes. GSX11HandlesWindowDecorations seems to influence it, if set to YES it is problematic; if NO it works. the upper left icon gets drawn wrong, but also, if the inspector

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Richard Frith-Macdonald
Follow-up Comment #5, bug #17717 (project gnustep): With the changes to headers in the backend, and all the changes to the make package, I suspect that it would be quite easy for some old file to be left in place and picked up in a build unless a completely clean build is done ... so my first gue

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Riccardo mottola
Follow-up Comment #4, bug #17717 (project gnustep): I can't reproduce the Open/Ink problem either. I run linux, latest svn, recompiled Ink, xlib and no themes/camaelon/etoile stuff. During the test I had other gnustep apps open like gworkspace too. I can't reproduce the gworkspace either. __

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Richard Frith-Macdonald
Follow-up Comment #3, bug #17717 (project gnustep): I can't reproduce the GWorkspace problem either. I just tried doing a 'make distclean' then 'svn update' then 'make debug=yes install' for make, base, gui and back. After doing that, GWorkspace still appears to be working normally for me.

[bug #17717] Use "open panel" twice make it unusable

2006-09-13 Thread Enrico Sersale
Follow-up Comment #2, bug #17717 (project gnustep): This is another problem that I think that can be related with the same bug. It has appeared yesterday and exists still now, with the today svn. To reproduce (windowmaker): 1) open the Inspector window of gworkspace and choose the "Contents" ins

[bug #17464] Wrap external function declarations in 'extern "C"'

2006-09-13 Thread Richard Frith-Macdonald
Update of bug #17464 (project gnustep): Status:None => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Done ... thanks.