Re: Updated: nedit-5.5-4

2009-01-24 Thread David Monksfield
On Fri, 23 Jan 2009 18:43:02 +, Jon TURNEY  
wrote:
> David Monksfield wrote:
> > Some NEdit windows won't resize.  I can't grab a corner, and the 'Size' 
> > option in
> > the window menu is greyed-out. Resizing did work prior to the X11R7.4 
> > update.
> >
> > I've attached my .Xdefaults and the XWin logfile as well as cygcheck output.
> >
> > X server started with the following command:
> > XWin -multiwindow -clipboard -silent-dup-error &
> >
> > To repeat:
> > From the nedit menu bar...
> > Preferences->Default Settings->Custimize Menus->Shell Menu...
> >
> > Fill-in the form as follows:
> > Menu Entry = foo
> > Command input = none
> > Command Output = dialog
> > Shell Command = ls -l
> >
> > Click 'OK'
> >
> > Then select the new shell menu item:
> >
> > Shell->foo
> >
> > The resulting dialog has corners that cannot be grabbed,
> > and its (top-left) window manager menu has 'Size' greyed-out.
>
> Thanks for the clear repro steps.
>
> This behaviour should be fixed in xorg-server 1.5.3-5.  Feedback welcomed.

I can confirm that NEdit popup-window resizing now works again for me.
Thanks very much for sorting this out.

David

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Updated: nedit-5.5-4

2009-01-23 Thread Jon TURNEY

David Monksfield wrote:

On Sun, 21 Dec 2008 11:54:05 -0500, Christopher Faylor 
 wrote:

On Sun, Dec 21, 2008 at 09:15:44AM +, David Monksfield wrote:

Since the X server update, some NEdit windows won't resize any more.
I can't grab a corner, and the 'Resize' option in the window menu is greyed-out.

[...]

Any idea how I can diagnose the problem?

Start here:

Problem reports:   http://cygwin.com/problems.html


Thanks Christopher. I'll try again...

Some NEdit windows won't resize.  I can't grab a corner, and the 'Size' option 
in
the window menu is greyed-out. Resizing did work prior to the X11R7.4 update.

I've attached my .Xdefaults and the XWin logfile as well as cygcheck output.

X server started with the following command:
XWin -multiwindow -clipboard -silent-dup-error &

To repeat:
From the nedit menu bar...
Preferences->Default Settings->Custimize Menus->Shell Menu...

Fill-in the form as follows:
Menu Entry = foo
Command input = none
Command Output = dialog
Shell Command = ls -l

Click 'OK'

Then select the new shell menu item:

Shell->foo

The resulting dialog has corners that cannot be grabbed,
and its (top-left) window manager menu has 'Size' greyed-out.


Thanks for the clear repro steps.

This behaviour should be fixed in xorg-server 1.5.3-5.  Feedback welcomed.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Updated: nedit-5.5-4

2009-01-02 Thread Jon TURNEY

David Monksfield wrote:

The following package was updated in the Cygwin distribution:
*** nedit-5.5-4

This release includes a patch for proper operation with X11R7.4.


Since the X server update, some NEdit windows won't resize any more.
I can't grab a corner, and the 'Resize' option in the window menu is greyed-out.

Examples include the 'Find...' and Replace...' dialogs and, more importantly,
the output from 'Shell' menu items that have their command output set to 
'dialog'.
I use this a lot, e.g. I have one for 'cvs diff'. The size of the output can 
vary
enormously, so it's important to be able to resize the dialog.

This definitely worked prior to the X11R7.4 upgrade.


This is an interesting regression, and doesn't appear to be nedit-specific... 
I'd also noticed some windows which should be resizeable aren't (e.g. pidgin 
plugin configuration dialogs)


Some code from Xming has been added to the X server's built in window manager 
so it doesn't give the WS_SIZEBOX style (a frame you can grab to resize to the 
window) to any window which is a child of a parent (has the _WM_TRANSIENT_FOR 
property).


I looked for, but don't see any code to look at _WM_NORMAL_HINTS to determine 
if the window is not re-sizeable (minsize = maxsize?) and if not, remove 
styles WS_SIZEBOX (and WS_MAXIMIZEBOX style to avoid maximization as seen in 
[1]) (Hmm... perhaps WS_MAXIMIZEBOX should also be removed if the hint 
PMaxSize is set?)


[1] http://cygwin.com/ml/cygwin-xfree/2008-12/msg00143.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Updated: nedit-5.5-4 (0/1)

2008-12-28 Thread David Monksfield
On Sun, 21 Dec 2008 11:54:05 -0500, Christopher Faylor 
 wrote:
> On Sun, Dec 21, 2008 at 09:15:44AM +, David Monksfield wrote:
> >Since the X server update, some NEdit windows won't resize any more.
> >I can't grab a corner, and the 'Resize' option in the window menu is 
> >greyed-out.
[...]
> >Any idea how I can diagnose the problem?
> 
> Start here:
> >Problem reports:   http://cygwin.com/problems.html

Thanks Christopher. I'll try again...

Some NEdit windows won't resize.  I can't grab a corner, and the 'Size' option 
in
the window menu is greyed-out. Resizing did work prior to the X11R7.4 update.

I've attached my .Xdefaults and the XWin logfile as well as cygcheck output.

X server started with the following command:
XWin -multiwindow -clipboard -silent-dup-error &

To repeat:
From the nedit menu bar...
Preferences->Default Settings->Custimize Menus->Shell Menu...

Fill-in the form as follows:
Menu Entry = foo
Command input = none
Command Output = dialog
Shell Command = ls -l

Click 'OK'

Then select the new shell menu item:

Shell->foo

The resulting dialog has corners that cannot be grabbed,
and its (top-left) window manager menu has 'Size' greyed-out.



--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Updated: nedit-5.5-4

2008-12-21 Thread Christopher Faylor
On Sun, Dec 21, 2008 at 09:15:44AM +, David Monksfield wrote:
>> The following package was updated in the Cygwin distribution:
>> *** nedit-5.5-4
>> 
>> This release includes a patch for proper operation with X11R7.4.
>
>Since the X server update, some NEdit windows won't resize any more.
>I can't grab a corner, and the 'Resize' option in the window menu is 
>greyed-out.
>
>Examples include the 'Find...' and Replace...' dialogs and, more importantly,
>the output from 'Shell' menu items that have their command output set to 
>'dialog'.
>I use this a lot, e.g. I have one for 'cvs diff'. The size of the output can 
>vary
>enormously, so it's important to be able to resize the dialog.
>
>This definitely worked prior to the X11R7.4 upgrade.
>
>Any idea how I can diagnose the problem?

Start here:

>Problem reports:   http://cygwin.com/problems.html

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



Re: Updated: nedit-5.5-4

2008-12-21 Thread David Monksfield
> The following package was updated in the Cygwin distribution:
> *** nedit-5.5-4
> 
> This release includes a patch for proper operation with X11R7.4.

Since the X server update, some NEdit windows won't resize any more.
I can't grab a corner, and the 'Resize' option in the window menu is greyed-out.

Examples include the 'Find...' and Replace...' dialogs and, more importantly,
the output from 'Shell' menu items that have their command output set to 
'dialog'.
I use this a lot, e.g. I have one for 'cvs diff'. The size of the output can 
vary
enormously, so it's important to be able to resize the dialog.

This definitely worked prior to the X11R7.4 upgrade.

Any idea how I can diagnose the problem?

Thanks,
David


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/



[ANNOUNCEMENT] Updated: nedit-5.5-4

2008-12-20 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The following package was updated in the Cygwin distribution:

*** nedit-5.5-4

This release includes a patch for proper operation with X11R7.4.


Yaakov


DOWNLOAD:
=
Note that downloads from sources.redhat.com (aka cygwin.com) aren't
allowed due to bandwidth limitations.  This means that you will need to
find a mirror which has this update, please choose the one nearest to
you: http://cygwin.com/mirrors.html

QUESTIONS:
==
If you want to make a point or ask a question the cygwin-xfree mailing
list is the appropriate place.

CYGWIN-XFREE-ANNOUNCE UNSUBSCRIBE INFO:
===
To unsubscribe to the cygwin-xfree-announce mailing list, look at the
"List-Unsubscribe: " tag in the email header of this message.  Send
email to the address specified there.  It will be in the format:

cygwin-xfree-announce-unsubscribe-you=yourdomain@cygwin.com

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAklNn9MACgkQpiWmPGlmQSNryACgm7zlC9QwNZoYwc1cijrDgvHY
J1YAoNMEEk+8SDjqLZO5HPeOOxR/8+6U
=LYMC
-END PGP SIGNATURE-

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://x.cygwin.com/docs/
FAQ:   http://x.cygwin.com/docs/faq/