Re: Problesm with Menu Accelerator Keys

2006-05-03 Thread Richard Frith-Macdonald
On 29 Apr 2006, at 14:42, Charles Philip Chan wrote: I forgot to add the problem resides in the NSApplication.m patch dated 2006-04-28. After reverting to the earlier version, the accelerator keys work as expected. Bug in NSMenu.m ... now fixed. You need to update from SVN to get the

[bug #16454] GNUStep XDND 2

2006-05-03 Thread Fred Kiefer
Update of bug #16454 (project gnustep): Category: Gui/AppKit = Backend Item Group:None = Bug ___ Follow-up Comment #1: I have to admit

[bug #16197] Problems with modal windows

2006-05-03 Thread Fred Kiefer
Update of bug #16197 (project gnustep): Open/Closed:Open = Declined ___ Follow-up Comment #1: I am not sure to which bug you are refering to. I checked this mail and the follow ups on that

[bug #16454] GNUStep XDND 2

2006-05-03 Thread matt rice
Follow-up Comment #2, bug #16454 (project gnustep): I have actually started on this, and have it working (sometimes), theres an intermittent issue somewhere i haven't figured out that happens occasionaly... and have successfully drag and drop'd with the version of xdnd in gnustep will

[bug #16440] GNUstep should support _NET_REQUEST_FRAME_EXTENTS and _NET_FRAME_EXTENTS

2006-05-03 Thread Yen-Ju Chen
Follow-up Comment #4, bug #16440 (project gnustep): To my understanding, window manager MUST set _NET_FRAME_EXTENTS no matter what, according to the specification. _NET_REQUEST_FRAME_EXTENTS is only used when window is *not* mapped yet. Therefore, to me, the patch is correct on the client side,

[bug #16440] GNUstep should support _NET_REQUEST_FRAME_EXTENTS and _NET_FRAME_EXTENTS

2006-05-03 Thread Fred Kiefer
Follow-up Comment #5, bug #16440 (project gnustep): You are correct that GNUstep uses this method for both cases, when the window is already mapped and when it isn't. In the later case your code wont help anything, in the former it would improve the estimated result for the frame. In that case

[bug #16440] GNUstep should support _NET_REQUEST_FRAME_EXTENTS and _NET_FRAME_EXTENTS

2006-05-03 Thread Yen-Ju Chen
Follow-up Comment #6, bug #16440 (project gnustep): I have to say I am not an expert on backend. That's why you can see some strange thing. :) So you can treat this patch as a reference. Feel free to make it better. It just shows a way to make GNUstep fit better into EWMH. I didn't know GNUstep