summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-241-1/+4
* Verify the connector hierarchy if assertions are enabled (#12271)Leif Åstrand2013-07-231-0/+50
* 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-191-1/+3
* Close PushRequestHandler when VaadinServlet is destroyed (#11878)Leif Åstrand2013-07-191-0/+12
* 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
* 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-102-7/+16
* 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
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-281-1/+1
* 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
* Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
* 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-281-53/+31
* Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-1/+30
* Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-269-28/+15
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-0/+1
* Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101)Artur Signell2013-06-251-1/+1
* Updated Atmosphere dependency to 1.0.14.vaadin2 (#12017, #12033, #12115)Artur Signell2013-06-241-1/+1
* Enable using @Stylesheet with vaadin:// (#9934)Artur Signell2013-06-181-0/+5
* Reinitialize pendingAccessQueue after deserialization (#12097)Johannes Dahlström2013-06-181-1/+6
* Updated to atmosphere 1.0.14-vaadin1Artur Signell2013-06-141-1/+1
* Fixed test issues with type=null (#11895)Artur Signell2013-06-146-6/+6
* Define LegacyPropertyToStringMode parameter strings in the enum (#11970)Leif Åstrand2013-06-143-19/+70
* Exclude external classes and FutureAccessArtur Signell2013-06-141-1/+2
* Fixes broken request listeners (#12056)Artur Signell2013-06-141-14/+15
* Corrected fix and better error checking for action/event request (#12056)Artur Signell2013-06-142-3/+21
* Fixed test issue apparently caused by three levels of classesArtur Signell2013-06-132-19/+22
* 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-121-7/+23
* Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-122-12/+62
* Add support for rem units (#11279)Leif Åstrand2013-06-123-1/+66
* 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
* Removed dead codeArtur Signell2013-06-111-2/+0
* Added type parameter to converter methods (#11895)Artur Signell2013-06-1125-114/+211
* Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31