summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated to Smartsprites 0.2.10 (#12069)Artur Signell2013-06-132-14/+1
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ...Marc Englund2013-06-132-152/+218
* Fix GridLayout resize after removing caption (#12011)Patrik Lindström2013-06-133-0/+119
* Detach and attach when adding or removing the caption wrapper (#11708)Leif Åstrand2013-06-131-2/+7
* Do not write 404 as a response to all action/event requests (#12056)Artur Signell2013-06-133-1/+63
* Adding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails (...Fabian Lange2013-06-121-0/+20
* Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-123-31/+74
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-122-12/+62
* Add support for rem units (#11279)Leif Åstrand2013-06-125-1/+150
* Update widgetset template (#12053)Henri Sara2013-06-121-15/+16
* Avoid string casing problems (#11970)Leif Åstrand2013-06-121-1/+1
* Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
* Restore legacyPropertyToString value parsing logic (#11970)Leif Åstrand2013-06-121-9/+17
* Merge changes from origin/7.0Artur Signell2013-06-123-0/+122
|\
| * Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)7.0.77.0John Ahlroos2013-06-053-0/+122
* | Removed dead codeArtur Signell2013-06-111-2/+0
* | Added type parameter to converter methods (#11895)Artur Signell2013-06-1130-130/+241
* | Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31
* | Updated release notes for 7.1.0 (#11993, #11991, #11870)Artur Signell2013-06-111-38/+94
* | Reformatted release notes using Eclipse (4 spaces)Artur Signell2013-06-111-481/+572
* | Fixed incorrect line breaks (#12040)Artur Signell2013-06-113-25/+10
* | Move ClientConnector.setParent to Component and Extension (#11777)Artur Signell2013-06-118-85/+105
* | Include compatibility web.xml in uitest.war (#11688)Artur Signell2013-06-111-1/+2
* | Reformatted using Ant editor (#12040)Artur Signell2013-06-1020-548/+258
* | Use vaadin-atmosphere without slf4j dependency (#11765)Artur Signell2013-06-103-4/+4
* | Print warning if in production mode and theme compilation is required (#12031)Artur Signell2013-06-101-5/+12
* | Allow using element resize listeners from javascript connectors (#11996)Leif Åstrand2013-06-105-1/+290
* | Fix race condition in upload with push (#10214)Artur Signell2013-06-071-3/+12
* | Info section for the debug window (#12019)Artur Signell2013-06-076-0/+334
* | Fixed serialization issuesArtur Signell2013-06-073-2/+7
* | Fix for NPE in debug window in IE (#12015)Artur Signell2013-06-071-1/+1
* | Correctly report theme version in the debug window (#11442)Artur Signell2013-06-075-19/+20
* | Pass ConversionException to getConversionError (#11960)Artur Signell2013-06-072-12/+97
* | Fixed test issuesArtur Signell2013-06-074-16/+8
* | Make UI.pushConnection transient to prevent null resource after deserializati...Johannes Dahlström2013-06-064-48/+37
* | Fixed button highlighting when dragging #10917John Ahlroos2013-06-062-2/+4
* | Exclude provided portal-service from all zip (#9823)Artur Signell2013-06-061-0/+1
* | Merge changes from origin/7.0Artur Signell2013-06-0515-24/+587
|\|
| * Fixed newlinesArtur Signell2013-06-051-31/+31
| * Change field types from LinkedHashSet back to HashSet to retain binary compat...Johannes Dahlström2013-06-051-4/+9
| * Disable drag&drop when source or target component is disabled, re-implementat...Marc Englund2013-06-055-13/+275
| * Ensure VBrowserFrame content is unloaded in IE (#11683)Leif Åstrand2013-06-051-0/+20
| * Merge of properly focus clicked input element in Webkit (#11854, #11297)Artur Signell2013-06-054-10/+61
| * Added missing import (#11982)Artur Signell2013-06-051-0/+1
| * Properly disable combobox when parent is disabled (#10734)Artur Signell2013-06-053-3/+213
| * Do not submit TextArea value on enter in IE (#11982)Artur Signell2013-06-041-0/+8
* | Remove DEFAULT constant as an annotation enum cannot use it (#11966)Artur Signell2013-06-053-13/+4
* | Do not rely on broken javadoc features for default values (#11970)Leif Åstrand2013-06-051-6/+5
* | Don't use the broken {@value Type#CONSTANT} pattern in javadocsLeif Åstrand2013-06-056-9/+9
* | Add transport parameter to @Push (#11966)Artur Signell2013-06-056-0/+106