summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Add missing @since tags and missing javadocs (#10155)7.7.11Olli Tietäväinen2017-10-101-5/+6
* Support null intermediate properties in NestedMethodProperty (#10085)Vassil Zorev2017-10-042-0/+9
* Implement error level on client side (#9816)Adam Wagner2017-09-263-3/+32
* Use separate identifier for push connections (#9150)Olli Tietäväinen2017-08-103-11/+58
* Fix occasional empty rows in Table and TreeTable (#9551)mlindfors2017-08-091-45/+0
* Added loop and preload attributes for media elements, fixed null poster (#9161)Krassimir Valev2017-08-081-0/+43
* Do full connector tracker cleanup when the session lock is released (#9707) (...Artur2017-08-013-24/+9
* Allow changing NavigationStateManager (#9416)apolds2017-05-241-0/+4
* Remove warning for shortcuts on disabled connector (#9369)Olli Tietäväinen2017-05-191-3/+0
* Clean connector tracker after each access block to stop memory leaks (#9331)Artur2017-05-176-25/+137
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-062-14/+31
* Include charset in text/html responses (#8777)Artur2017-03-094-6/+11
* Correctly detach header/footer components when column is removed (#8645)Artur2017-03-092-2/+98
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-072-6/+63
* Remove unnecessary full classnames and parenthesis from code (#8681)Teemu Suo-Anttila2017-03-0269-1237/+385
* Update missing since tags for 7.7.7 (#8474)7.7.7Pekka Hyvönen2017-02-075-1/+9
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-011-1/+1
* Add method for refreshing all Grid rows (#8406)Artur2017-02-011-0/+7
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-304-18/+282
* Improve Grid extendability (#8343)Adam Wagner2017-01-271-2/+2
* Remove invalid trailing comma from Thai date format (#8311)Artur2017-01-242-40/+1040
* Serve VAADIN files also from META-INF/resources (#8286)Artur2017-01-221-4/+5
* Properly report invalid arguments to StaticRow.join() (#8243)Artur2017-01-161-4/+10
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-117-126/+56
* Correctly detach components in merged cells when a static row is removed (#8142)Artur2017-01-092-7/+57
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-022-3/+198
* Make AtmospherePushConnection methods public (#7973)Artur2016-12-141-5/+9
* Replace non-breaking spaces with space (#7957)Artur2016-12-149-28/+28
* Enable changing the backing bean for BeanItem (#4302) (#77)Artur2016-12-136-2/+244
* Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)Leif Åstrand2016-12-135-21/+126
* Fix margin in declarative format is recognized as unsupported property gridla...Pekka Hyvönen2016-12-122-0/+28
* Fix java packaging order (#106)Teemu Suo-Anttila2016-12-091-1/+1
* Update @since tags for 7.7.5Pekka Hyvönen2016-11-252-0/+8
* Remove CustomFieldState (#20468)Pekka Hyvönen2016-11-221-13/+2
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-171-1/+20
* Keep expand ratio for last row/column when reducing grid layout size (#20297)Artur Signell2016-11-162-4/+27
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-143-19/+403
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-22/+160
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-11-041-1/+1
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-021-1/+2
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-261-0/+61
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-251-6/+5
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ...Marc Englund2016-10-191-3/+23
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-181-0/+4
* Send selection change events when changing selection mode (#20391)Artur Signell2016-10-182-1/+46
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-141-0/+16
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-10-142-0/+29
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-132-5/+26
* Workaround for deadlock issue (#18436)Artur Signell2016-10-112-2/+171
* Fix widget set builder to create widget set in correct location (#20320)Artur Signell2016-09-251-4/+17