aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Another fix for #7692 for JBoss 5+ and possibly other servers/class loaders.Henri Sara2011-09-301-7/+3
* #7692 Improved logging based on reviewHenri Sara2011-09-291-1/+1
* #7692 Improved logging based on reviewHenri Sara2011-09-291-4/+5
* #7692 Cannot load static resources in /VAADIN from JARs on GlassFish and some...Henri Sara2011-09-291-2/+17
* #6698 Scrolling with the mouse is aborted when data is received from the serverLeif Åstrand2011-09-291-2/+20
* #7669 escape separator characters in client-server communication: correct cha...Henri Sara2011-09-271-1/+1
* #7672 Fixed null handling in escaping for HTML.Henri Sara2011-09-271-0/+3
* #7672 eliminated "double escaping" of attributesHenri Sara2011-09-271-10/+10
* #7672 contributory XSS fixes in certain componentsHenri Sara2011-09-278-62/+72
* #7671 Do not permit HTML in system messages and normal error messages, XHTML ...Henri Sara2011-09-276-23/+93
* #7670 Prevent classpath based directory traversal in AbstractApplicationServl...Henri Sara2011-09-271-3/+54
* #7669 escape separator characters in client-server communicationHenri Sara2011-09-273-31/+130
* Engrish -> English in the comment (#3125)Leif Åstrand2011-09-211-3/+3
* Refactored based on review (#6420)Leif Åstrand2011-09-211-24/+29
* #3125 Portlet size is not updated when window is resizedLeif Åstrand2011-09-201-2/+31
* #6420 Solution for menu too longLeif Åstrand2011-09-191-0/+43
* Updated fix for #7560 to avoid breaking #6686 by not doing preventDefault if ...Leif Åstrand2011-09-141-0/+6
* #7560 ComboBox: Writing the name of a new item and clicking on drop down menu...Leif Åstrand2011-09-141-20/+32
* Table should only unregister property data sources that it has registered its...Leif Åstrand2011-09-071-1/+14
* #7536 combobox search result does not get cleared when added to a popup windowLeif Åstrand2011-09-051-0/+6
* #7517 regression fix: avoid unnecessary notificationHenri Sara2011-09-021-1/+1
* #7517 IndexedContainer.addItem() performance improvement, related performance...Henri Sara2011-09-012-4/+16
* #6630 improved submitUpload so that upload started listeners now trigger serv...Matti Tahvonen2011-09-011-1/+1
* Adds possibility to fix the issue in #7497 by subclassing AbstractApplication...Jonatan Kronqvist2011-08-302-3/+9
* Fix for #7143 backported to vaadin 6.6Jonatan Kronqvist2011-08-261-0/+9
* #7461 more robust fetching of portlet application context - fixes redeploymen...Henri Sara2011-08-241-2/+10
* added null check, Table now doesn'd die if no properties but n items: Table ...Matti Tahvonen2011-08-241-2/+3
* Backported #6094 to Vaadin 6.6Leif Åstrand2011-08-232-0/+82
* Backport of fix for #7183Artur Signell2011-08-161-1/+2
* Formatted sourceArtur Signell2011-08-161-6/+6
* Changed VButton event handling so that isHovering is set to true onmousedown ...Marc Englund2011-08-111-7/+6
* #7384 IndexedContainerProperty.setValue(Object) eats java.lang.ExceptionArtur Signell2011-08-112-1/+14
* #7272 Firefox 5 (and 6) occasionally fail to load theme CSSArtur Signell2011-08-091-1/+1
* Made portlet session transient #7366John Alhroos2011-08-091-1/+1
* Reverted [20175] since it caused captions to disappear in some tests. Need to...John Alhroos2011-08-081-2/+2
* Fixes header and footer scrolling in Opera #5450John Alhroos2011-08-081-2/+2
* Another regression fix after #6677 #6934John Alhroos2011-08-081-8/+8
* Another regression fix + code cleanup after #6677 #6934John Alhroos2011-08-051-10/+6
* Regression fixes after fixes for #6677 #6934John Alhroos2011-08-051-60/+67
* Fix for #6934John Alhroos2011-08-031-12/+65
* Improved the column calculation #6677John Alhroos2011-08-021-28/+87
* #6845 Fixed problem with earlier fix and cleaned up codeArtur Signell2011-07-291-17/+23
* Formatted source codeArtur Signell2011-07-291-17/+19
* Made Application.applicationIsRunning volatile. #7329John Alhroos2011-07-281-4/+4
* Fixes right click events immediatness #6845John Alhroos2011-07-281-11/+18
* Code cleanup.John Alhroos2011-07-271-7/+6
* Fixes issue where ItemClickEvent not getting triggered when selecting an item...John Alhroos2011-07-271-3/+21
* Fixes disabled shim appearing behind Table in IE #7324John Alhroos2011-07-261-0/+12
* duplicate instantiators are now not allowed. Helps GWT code splitting to do i...Matti Tahvonen2011-07-161-0/+8
* deferred widgetloading is now less eager (slow connection previously flooded ...Matti Tahvonen2011-07-161-7/+33