aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-042-0/+15
* Revert to old capitalization to avoid git issues (#8942)Leif Åstrand2014-08-305-8/+8
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-08-281-1/+1
* Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#1341...Markus Koivisto2014-08-283-12/+10
* Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1
* Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-271-3/+13
* Fixed creation of "appError" json object with nullable url (#8942)Taras Hupalo2014-08-271-1/+5
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-2632-436/+444
* Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-253-10/+12
* Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-251-0/+55
* Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-251-8/+0
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur Signell2014-08-211-0/+29
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-08-202-0/+109
* Added support for focus and blur listeners in NativeSelect (#6847)Niklas Nyholm2014-08-201-1/+78
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-202-25/+83
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-08-202-8/+62
* 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-317-14/+16
* 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-176-2/+69
* 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-152-1/+255
* 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-043-63/+59
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-031-22/+5
* Add missing @since 7.3 to javadocHenri Sara2014-07-035-5/+7
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-8/+12
* Add conf option for disabling sync id checking (#14084)Leif Åstrand2014-07-016-5/+62
* Ignore -1 sync id on the server (#14084)Leif Åstrand2014-07-011-2/+15
* Merge branch 'master' into valoHenri Sara2014-06-301-36/+0
|\