summaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-141-6/+4
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-141-12/+14
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-131-13/+12
* Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-10-071-0/+1
* Possible VaadinSession deadlock when invalidating HTTP session (#14452)Sergey Budkin2014-10-071-1/+1
* Add @since to isWindowsPhone(). (#14425)Sauli Tähkäpää2014-09-261-0/+1
* Added support PORTLET_CONTEXT for vaadin.resources.path value (#14640)Taras Hupalo2014-09-242-1/+7
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-241-1/+2
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-242-3/+14
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-241-7/+9
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-241-2/+2
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-241-0/+11
* Improve proxy comparison support (#14639)Juuso Valli2014-09-151-6/+25
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1514-21/+53
* Update to Atmosphere 2.1.2.vaadin5 (#13877)Sergey Budkin2014-09-151-1/+1
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-121-3/+35
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-121-0/+1
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-09-121-8/+7
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-09-121-1/+1
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-09-121-25/+29
* Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-281-3/+13
* Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-271-8/+0
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-211-0/+29
* fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)Fabian Lange2014-08-201-2/+2
* Fixes DragAndDropWrapper does not support choosing a custom component as the ...Sebastian Nyholm2014-08-181-0/+41
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-151-0/+5
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-151-3/+66
* Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-111-327/+461
* Do not call requestStart/end multiple times when using push (#14228)Artur Signell2014-08-071-5/+15
* Document remaining additional style names for Valo (#14107)Jouni Koivuviita2014-08-061-9/+163
* Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-061-212/+227
* Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-051-1/+1
* Adding a constant for vaadinBootstrap.js (#14284)Fabian Lange2014-08-051-13/+14
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-041-5/+22
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-316-13/+14
* Fix Table stuck scroll position after setting scroll to last page (#14147)Anthony Guerreiro2014-07-291-1/+1
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-282-29/+42
* Fallback to finding disconnected UI based on AtmosphereResource (#14251)Leif Åstrand2014-07-221-7/+43
* Improves performance of VaadinService.requestEnd(). (#14218)Fabian Lange2014-07-212-130/+124
* Fixed javadoc for Upload class (#14266)Heikki Ohinmaa2014-07-211-80/+80
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-175-2/+10
* Update Atmosphere runtime to 2.1.2.vaadin3 (#13971)Sauli Tähkäpää2014-07-161-1/+1
* Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-152-0/+4
* Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-151-1/+7
* Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-145-195/+205
* Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)Fabian Lange2014-07-141-54/+40
* removes extra VaadinSession.setCurrent() from PushHandler. (#14222)Fabian Lange2014-07-141-9/+11
* Fix overwrite mechanism for web.xml atmosphere init params (#14196).Fabian Lange2014-07-101-7/+8
* Cache sass output compiled on the fly by VaadinServlet (#9532)Leif Åstrand2014-07-101-26/+108
* Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-042-63/+57