[cp-patches] FYI: SizeRequirements fix

2005-11-04 Thread Roman Kennke
Hi, I discovered an overflow problem in SizeRequirements. I added a Mauve test for that problem (to BoxLayout testsuite) and this patch makes this test PASS. 2005-11-04 Roman Kennke [EMAIL PROTECTED] * javax/swing/SizeRequirements.java (getTiledSizeRequirements): Added check

[cp-patches] FYI: SizeRequirements fix

2005-10-13 Thread Roman Kennke
I discovered another problem with the SizeRequirements. The method calculateAlignedPositions handled the minimumSize incorrectly, this is fixed. Mauve testcase following soon. 2005-10-13 Roman Kennke [EMAIL PROTECTED] * javax/swing/SizeRequirements.java

[cp-patches] FYI: SizeRequirements fix

2005-09-29 Thread Roman Kennke
Hi, the work on the OverlayLayout exposed some buggies in the SizeRequirements, which are fixed by this patch. This should also affect the BoxLayout, since BoxLayout also relies on the SizeRequirements methods. The OverlayLayout testcases confirm that this is now behaving (more) correctly.

[cp-patches] FYI: SizeRequirements fix

2005-09-27 Thread Roman Kennke
Hi, this fixes a layout problems with JMenu's and JOptionPanes. 2005-09-27 Roman Kennke [EMAIL PROTECTED] * javax/swing/SizeRequirements.java (adjustGreater): Special handle the case when the components have no spare room for adjustment. (adjustSmaller):

[cp-patches] FYI: SizeRequirements fix

2005-09-13 Thread Roman Kennke
2005-09-13 Roman Kennke [EMAIL PROTECTED] * javax/swing/SizeRequirements.java (toString): Implemented this method. (calculateAlignedPositions): Partly implemented this method. /RomanIndex: javax/swing/SizeRequirements.java