aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor error messages on server side (#8437).Henri Sara2012-03-2118-576/+263
* Force reflow in IE8 to detect icon style (#8313)Leif Åstrand2012-03-211-1/+12
* Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-215-125/+43
* Ensure the widget in the selected tab is always visible after a server visitArtur Signell2012-03-211-1/+4
* Unified logic in getting dirty connectors to ensure invisible connectors are ...Artur Signell2012-03-212-19/+12
* Fixed NPE when Table does not contain componentsArtur Signell2012-03-211-0/+6
* Pass ManagedLayout to layout slot to avoid NPE when a child is detachedArtur Signell2012-03-213-35/+40
* Code cleanupArtur Signell2012-03-211-8/+10
* Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-216-57/+33
* Repaint children when parent becomes visibleArtur Signell2012-03-211-0/+13
* javadocArtur Signell2012-03-211-0/+10
* #8515 Avoid painting invisible children, also through old style paintArtur Signell2012-03-212-0/+14
* Removed extra check as Component extends RpcTargetArtur Signell2012-03-211-7/+2
* Removed unused code related to old offsetSize stored in ComponentDetailArtur Signell2012-03-213-50/+0
* #8500 Avoid unregistering components that have been moved from oneArtur Signell2012-03-211-1/+8
* #8500 Properly repaint parent (hierarchy) when the visibility of a childArtur Signell2012-03-213-68/+18
* Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-216-25/+22
* #8438 Event handler registration is now a Set in the shared stateArtur Signell2012-03-2118-112/+103
* #8515 Additional fix for sets, and lists from client to serverArtur Signell2012-03-215-31/+132
* #8455 Root.getCurrentRoot can now be used in Root.init()Artur Signell2012-03-211-1/+3
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-214-3/+22
* Paint Vaadin 6 changes in hierarchy order to retain backwardsArtur Signell2012-03-211-14/+55
* Made debug id:s work againArtur Signell2012-03-214-11/+66
* Minor cleanupArtur Signell2012-03-211-7/+10
* repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-214-43/+43
* Javadoc - mentioned that components must notify their Root when they areArtur Signell2012-03-211-1/+10
* Minor debug info changesArtur Signell2012-03-213-12/+19
* Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-2119-612/+645
* Cleaned up code related to storing which type mappings have already beenArtur Signell2012-03-211-15/+15
* Removed unused codeArtur Signell2012-03-211-4/+1
* Improve notification for uncaught UmbrellaExceptionLeif Åstrand2012-03-211-2/+17
* 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