[cp-patches] FYI: ViewportLayout fix

2006-01-10 Thread Roman Kennke
Hi there, This ViewportLayout fix makes Scrollable view components always have the viewport size, when they return true on getScrollableTracksViewportHeight() and ...Width(), independent of their preferred size. 2006-01-10 Roman Kennke [EMAIL PROTECTED] *

[cp-patches] FYI: ViewportLayout fix

2005-12-15 Thread Roman Kennke
Here comes another fix for the ViewportLayout, which makes the modified mauve tests pass. 2005-12-15 Roman Kennke [EMAIL PROTECTED] * javax/swing/ViewportLayout.java (layoutContainer): Set width and height before adjusting the location. Only set view size to port size

[cp-patches] FYI: ViewportLayout fix

2005-12-12 Thread Roman Kennke
This patch makes the new ViewportLayout.layoutContainer Mauve test pass. 2005-12-12 Roman Kennke [EMAIL PROTECTED] * javax/swing/ViewportLayout.java (layoutContainer): Always check and adjust the size, not only when portSize = view.minSize. /Roman Index:

[cp-patches] FYI: ViewportLayout fix

2005-12-06 Thread Roman Kennke
Hi, This is a small fix for the ViewportLayout. As it was before, the layout manager sets the size for the view to it's minimum when the port is smaller thant the view. This can't be correct. To be honest, I think it still isn't correct now, I don't have time to investigate more atm and it seems