Re: [Mono-winforms-list] MinimizedWindowSize patch

2008-06-04 Thread Jonathan Pobst
Please commit. George Giolfan wrote: ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-winforms-list] Positive client area size patch

2008-06-04 Thread Jonathan Pobst
Please commit. George Giolfan wrote: ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-winforms-list] ToolWindowCaptionButtonSize patch

2008-06-04 Thread Jonathan Pobst
I think this is the same as SystemInformation.SmallCaptionButtonSize? If so, please make that internal for 1.1 and hardcode the 15,15 for platforms other than windows. George Giolfan wrote:

Re: [Mono-winforms-list] ToolWindowCaptionHeight patch

2008-06-04 Thread Jonathan Pobst
Please commit. George Giolfan wrote: ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-winforms-list] DoubleClickTime patch

2008-06-04 Thread Jonathan Pobst
Please commit. George Giolfan wrote: ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-winforms-list] svn:ignore bin and obj directories in Mono.WebBrowser patch

2008-06-04 Thread Jonathan Pobst
Please commit. George Giolfan wrote: ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com

Re: [Mono-winforms-list] X11 Scrolling Regressions

2008-06-04 Thread Ernesto
Ivan N. Zlatev escribió: We have two scrolling regressions on X11: 1) Carlos, your X11 changes cause the first. Check the attached test case grab: the scrollbar and scroll up/down fast. You will notice that we seem not to redraw properly. I can reproduce this with any scrollable control.

Re: [Mono-winforms-list] X11 Scrolling Regressions

2008-06-04 Thread Ivan N. Zlatev
On Wed, Jun 4, 2008 at 6:01 PM, Ernesto [EMAIL PROTECTED] wrote: Ivan N. Zlatev escribió: We have two scrolling regressions on X11: 1) Carlos, your X11 changes cause the first. Check the attached test case grab: the scrollbar and scroll up/down fast. You will notice that we seem not to

Re: [Mono-winforms-list] X11 Scrolling Regressions

2008-06-04 Thread Ivan N. Zlatev
On Wed, Jun 4, 2008 at 7:04 PM, Ernesto [EMAIL PROTECTED] wrote: Ivan N. Zlatev escribió: On Wed, Jun 4, 2008 at 6:01 PM, Ernesto [EMAIL PROTECTED] wrote: Ivan N. Zlatev escribió: We have two scrolling regressions on X11: 1) Carlos, your X11 changes cause the first. Check the attached test

Re: [Mono-winforms-list] X11 Scrolling Regressions

2008-06-04 Thread Carlos Alberto Cortez
This is likely caused by my last scrolling patch. I'm taking a look now, Carlos. 2008/6/4 Ivan N. Zlatev [EMAIL PROTECTED]: On Wed, Jun 4, 2008 at 7:04 PM, Ernesto [EMAIL PROTECTED] wrote: Ivan N. Zlatev escribió: On Wed, Jun 4, 2008 at 6:01 PM, Ernesto [EMAIL PROTECTED] wrote: Ivan N.

[Mono-winforms-list] Draw window decorations only when they exist patch

2008-06-04 Thread George Giolfan
This should be easier than checking in every implementation. Draw window decorations only when they exist.patch Description: 2462790759-Draw window decorations only when they exist.patch ___ Mono-winforms-list maillist -

[Mono-winforms-list] Managed window icon layout refactoring

2008-06-04 Thread George Giolfan
The icon area should depend on the theme. Also, it is best if we don't have duplicated hard coded values. Managed window icon layout refactoring.patch Description: 3585999409-Managed window icon layout refactoring.patch ___ Mono-winforms-list

[Mono-winforms-list] Managed window theme clean up

2008-06-04 Thread George Giolfan
This is not really important. Those implementations don't seem to be needed anymore. Managed window theme clean up.patch Description: 121560896-Managed window theme clean up.patch ___ Mono-winforms-list maillist -

[Mono-winforms-list] Form.Icon null check clean up

2008-06-04 Thread George Giolfan
Those checks are no longer needed. Form.Icon null check clean up.patch Description: 2557374716-Form.Icon null check clean up.patch ___ Mono-winforms-list maillist - Mono-winforms-list@lists.ximian.com