summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/SashFormLayout.java
Commit message (Expand)AuthorAgeFilesLines
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+192
* *** empty log message ***Felipe Heidrich2009-06-301-192/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* refactoringFelipe Heidrich2009-02-171-4/+1
* Bug105751 Guard against divide by zero caseVeronika Irvine2005-08-151-5/+7
* update copyrightsv3138eVeronika Irvine2005-06-231-1/+1
* Bug 99376 - don't layout when a pinhead - pinhead on motif is (1,1)Veronika Irvine2005-06-161-1/+1
* Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine2005-02-281-4/+4
* Use SashFormData instead of storing ratios as a Long in control dataVeronika Irvine2004-12-011-8/+14
* add SWT.SMOOTH styleVeronika Irvine2004-11-221-5/+3
* Adding Layout.flushCache(Control) to flush data cached for individual nodesVeronika Irvine2004-11-041-0/+5
* fix clipping when packedVeronika Irvine2004-10-201-32/+23
* fix computeSize to account for weightsVeronika Irvine2004-10-191-2/+27
* use Layouts rather than override layout + fix calls to computeSize to use flu...Veronika Irvine2004-10-191-0/+168