aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes light theme window sprites #12171John Ahlroos2013-07-263-9/+98
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-243-1/+98
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-232-3/+56
* Only add DateRangeValidator to DateField if start or end of range is set (#12...Johannes Dahlström2013-07-192-6/+84
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-194-6/+9
* Close PushRequestHandler when VaadinServlet is destroyed (#11878)Leif Åstrand2013-07-191-0/+12
* Add Require-Bundle for our rebased atmosphere bundle (#12195)Leif Åstrand2013-07-181-1/+1
* Make VaadinService.closeInactiveUIs set UI threadlocals (#12186)Leif Åstrand2013-07-172-9/+44
* Don't close an unbound VaadinSession for GAEVaadinServlet (#12209)Leif Åstrand2013-07-173-7/+36
* Fix lost focus in Table when refreshing row cache (#12231)Tapio Aali2013-07-165-4/+118
* Improving performance of ConnectorTracker (#12218)Fabian Lange2013-07-151-3/+3
* Improved AbstractClientConnector performance (#12219)Fabian Lange2013-07-151-3/+3
* Attempt to get GAE lock for UIDL requests (#12211)Leif Åstrand2013-07-121-17/+18
* Ensure VaadinSession.service is set up by storeInSession (#12204)Leif Åstrand2013-07-121-0/+7
* Set current instances when calling UI.push from VaadinSession.unlock (#12168)Leif Åstrand2013-07-104-7/+96
* When InputStream cannot be opened while writing static resource response, dis...Fabian Lange2013-07-101-13/+17
* Set heartbeat response Content-Type to text/plain (#12182)Johannes Dahlström2013-07-091-0/+3
* Make UploadInterruptedException visible (#12070)Fabian Lange2013-07-091-1/+14
* Add test case for testing ClickEvent after dragging button (#7690)Patrik Lindström2013-07-081-0/+57
* Enable native scrolling in home screen apps on iOS 6+ (#12149)Henri Sara2013-07-043-3/+27
* Fix bug in PopupDateField where locale was retained incorrectly ifPatrik Lindström2013-07-043-0/+104
* Automatic test for escape closing window from combobox (#12163)Henri Sara2013-07-041-0/+42
* Close only combobox on escape, not the window (#12163)Henri Sara2013-07-032-0/+44
* Test using Jetty 9 (#12124)Artur Signell2013-07-011-0/+8
* #11638: Ending an imported SCSS file with a comment causes an error inHaijian Wang2013-07-017-10484/+12266
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-283-1/+163
* Fix NPE in Like.java (#10167)Patrik Lindström2013-06-282-0/+51
* Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.Marko Gronroos2013-06-281-20/+36
* Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2
* Replace printStackTrace with getLogger().log() (#12147)Artur Signell2013-06-283-4/+22
* 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-287-0/+0
* Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-283-0/+119
* Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETERmtzukanov2013-06-281-4/+6
* Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863)Teemu Pöntelin2013-06-283-53/+109
* Fixed NPE in ApplicationRunnerServlet (#12145)Jouni Koivuviita2013-06-281-1/+9
* Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-284-3/+205
* Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
* The 'license.html' file has flaw in the HTML (unclosed span tag)michaelvogt2013-06-281-1/+1
* Debug window poll interval claims interval is in seconds and notmichaelvogt2013-06-281-2/+4
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-269-28/+15
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-262-1/+2
* Things now align better in SimpleTree, for #12058Marc Englund2013-06-261-2/+5
* Include Atmosphere fix for Android 4.1 (#12101)Artur Signell2013-06-251-0/+4
* Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101)Artur Signell2013-06-253-3/+3
* Ensure caption is used when child is set to required (#12077)Artur Signell2013-06-253-0/+207
* Add version property to integration tests to servers know if it is a Vaadin 6...Artur Signell2013-06-241-0/+1
* Updated Atmosphere dependency to 1.0.14.vaadin2 (#12017, #12033, #12115)Artur Signell2013-06-243-3/+3
* Enable using @Stylesheet with vaadin:// (#9934)Artur Signell2013-06-183-0/+14
* Reinitialize pendingAccessQueue after deserialization (#12097)Johannes Dahlström2013-06-181-1/+6
* Add 'transport' GET parameter to AbstractTestUI (#12094)Johannes Dahlström2013-06-181-0/+25