summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/ScrolledCompositeLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 39934: [ScrolledComposite] ScrolledComposite page increment should defaul...Markus Keller2012-11-081-1/+7
* restore HEAD after accidental deletion by error in automated build scriptSilenio Quarti2009-07-011-0/+112
* *** empty log message ***Felipe Heidrich2009-06-301-112/+0
* After copyright bash for 3.5RC4AFTER_COPYRIGHT_BASH_FOR_35RC4Carolyn MacLeod2009-05-291-1/+1
* Rolling back fix for Bug 206173 - Permit SWT.DEFAULT as an argument to Scroll...Duong Nguyen2008-10-151-171/+6
* Bug 206173 - Permit SWT.DEFAULT as an argument to ScrolledComposite.setMinSizeDuong Nguyen2008-10-071-6/+171
* After copyright bash for 3.2 RC4.AFTER_COPYRIGHT_BASH_FOR_32RC4Carolyn MacLeod2006-05-091-1/+1
* ScrolledComposite.computeSize() does not behave well if 1) it does not grab e...Veronika Irvine2006-04-241-5/+11
* do not make scrollbars visibile until required - can affect computeSize and c...Veronika Irvine2006-01-201-3/+12
* Bug 124591 - ScrollBars included in computeSize twiceVeronika Irvine2006-01-201-8/+1
* trim should not be added in layoutsVeronika Irvine2005-04-081-2/+1
* Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transitionVeronika Irvine2005-02-281-5/+5
* computeSize needs to handle case where content is nullVeronika Irvine2005-01-311-0/+9
* Adding Layout.flushCache(Control) to flush data cached for individual nodesVeronika Irvine2004-11-041-0/+5
* use Layouts rather than override layout + fix calls to computeSize to use flu...Veronika Irvine2004-10-191-0/+91