summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only prevent margin collapse if embeddedLeif Åstrand2012-03-163-31/+10
* Removed extra getDeclaredWidth/getDeclaredHeight as they directlyArtur Signell2012-03-165-60/+24
* Don't use position: absolute to avoid scrollbars in IE9Leif Åstrand2012-03-162-2/+3
* Merge branch 'master' into hierarchypaintHenri Sara2012-03-162-3/+2
|\
| * Remove old hack that nowadays just seems to cause problems (#7984)Leif Åstrand2012-03-161-3/+0
| * Use box-sizing for v-view (#8313)Leif Åstrand2012-03-161-0/+2
* | #8534 Handle null values consistently both from server to client andArtur Signell2012-03-161-6/+10
* | #8534 Handle null values consistently both from server to client andArtur Signell2012-03-163-24/+22
* | Panel can have 0 children if its contents is hidden on server sideArtur Signell2012-03-161-4/+6
* | Merge branch 'master' into hierarchypaintArtur Signell2012-03-163-3/+11
|\|
| * Prevent another case of margin collapseLeif Åstrand2012-03-151-1/+3
| * Increase paddings to work in all browsersLeif Åstrand2012-03-151-1/+1
| * Ensure new layout if caption height changes (#8313)Leif Åstrand2012-03-152-1/+7
* | Better support for adding multiple styles through addStyleNameArtur Signell2012-03-161-0/+8
* | Moved server side ResourceReference to gwt.server packageArtur Signell2012-03-162-2/+3
* | Consistently use getSecondComponent instead of using the state directlyArtur Signell2012-03-161-1/+1
* | Merge branch 'master' into hierarchypaintArtur Signell2012-03-151-2/+2
|\|
| * Corrected locator stringsArtur Signell2012-03-151-2/+2
* | Merge branch 'master' into hierarchypaintArtur Signell2012-03-155-13/+50
|\|
| * Restore webkit overflow fix (#8313)Leif Åstrand2012-03-151-0/+3
| * Compensate for borders when size is not undefined (#8313)Leif Åstrand2012-03-151-1/+1
| * Don't determine row height before the contents are rendered (#8313)Leif Åstrand2012-03-151-6/+3
| * Run sizeInit when changing to undefined height (#8525)Leif Åstrand2012-03-141-0/+13
| * Prevent margin collapse to make a hr visible in the testLeif Åstrand2012-03-141-1/+4
| * Fix a rounding problem with the positioning (#8313)Leif Åstrand2012-03-141-5/+26
* | Always paint child components as deferred to ensure the state is sent toArtur Signell2012-03-151-6/+6
* | Corrected icon check for TabSheet captionsArtur Signell2012-03-151-3/+6
* | Added TODO noteArtur Signell2012-03-151-0/+1
* | Ensure layout -> caption dependencies are unregistered when a slotLeif Åstrand2012-03-151-1/+3
* | Avoid ClassCastException if widget has been previously attached toArtur Signell2012-03-151-1/+6
* | #8500 Converted AbstractOrderedLayout to use hierarchy change events.Artur Signell2012-03-151-64/+31
* | JavadocArtur Signell2012-03-151-0/+1
* | Documented why the order should be hierarchy listener before stateArtur Signell2012-03-151-3/+7
* | Fixed NPE when layout is emptyArtur Signell2012-03-151-12/+15
* | Real fix for TabSheet TestBench compatibilityArtur Signell2012-03-141-2/+2
* | Get scroll position from state, where it is availableArtur Signell2012-03-142-9/+22
* | Do not unregister open sub windowsArtur Signell2012-03-143-7/+36
* | Do not create a new stack item on every tab change, reuse the existingArtur Signell2012-03-141-3/+3
* | Made TabSheet compatible with older TestBench scriptsArtur Signell2012-03-141-0/+7
* | Made TabSheet work again and removed TabSheet tab caching for nowArtur Signell2012-03-141-15/+27
* | Added feature to debug window for dumping connector statistics to beArtur Signell2012-03-141-0/+66
* | Fixed handling of null widgets in split panelArtur Signell2012-03-141-2/+6
* | Fixed NPE when changing tabArtur Signell2012-03-141-25/+9
* | Separated Component.isEnabled/isVisible from Connector enabled state.Artur Signell2012-03-1413-100/+207
* | Fixed compilation warningArtur Signell2012-03-141-1/+1
* | Added missing license infoArtur Signell2012-03-142-0/+6
* | Temporarily made logging go to system out aswell to ease debuggingArtur Signell2012-03-141-0/+3
* | Added sanity checks so communication error responses from theArtur Signell2012-03-141-0/+11
* | #8500 Made SplitPanel use hierarchy change eventsArtur Signell2012-03-142-71/+142
* | #8504 Support passing Connector references to/from clientArtur Signell2012-03-143-6/+9