summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
* Ensure AbsoluteLayout wrappers have the rigth size (#8313)Leif Åstrand2012-03-211-16/+3
* Show uncaught exceptions as notifications (#8544)Leif Åstrand2012-03-211-0/+9
* Take negative margin into account when calculating footer height (#8540)Leif Åstrand2012-03-202-3/+21
* Show a clear message to more easily discover layout loops (#8313)Leif Åstrand2012-03-201-1/+6
* Don't mess with column widths any more (#8313)Leif Åstrand2012-03-161-7/+0
* Only prevent margin collapse if embeddedLeif Åstrand2012-03-161-0/+3
* 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
* #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-162-1/+7
|\
| * 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-154-12/+46
|\|
| * 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
| * 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-1412-100/+141
* | 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
* | Made TabSheet work again and removed TabSheet tab caching for nowArtur Signell2012-03-145-51/+28
* | #8500 Updated Panel to no longer use child painted with the UIDL (partArtur Signell2012-03-141-12/+0
* | Better debug info for hierachy changesArtur Signell2012-03-141-3/+16