summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert hide errors flag to shared state (#8437).Henri Sara2012-03-217-21/+46
* Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-2122-174/+104
* Refactor error messages on server side (#8437).Henri Sara2012-03-2120-579/+272
* Prevent properly sized button element from causing scrolling in IE8Leif Åstrand2012-03-211-0/+3
* 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
* Hide log by setting width/height to 0 so that the same spacing is usedArtur Signell2012-03-212-1/+17
* Fixed NPE when Table does not contain componentsArtur Signell2012-03-211-0/+6
* Updated locators as invisible components are no longer in the clientArtur Signell2012-03-211-22/+22
* 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-217-29/+26
* #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-212-17/+14
* 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-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