summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
* added missing javadocs and since tags (#10315)7.7.12Olli Tietäväinen2017-11-131-1/+0
* Set no-store headers on UIDL messages (#10308)Olli Tietäväinen2017-11-131-3/+9
* 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-041-0/+3
* 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-174-24/+80
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-061-8/+8
* Include charset in text/html responses (#8777)Artur2017-03-094-6/+11
* Correctly detach header/footer components when column is removed (#8645)Artur2017-03-091-2/+6
* Handle unknown connectors consistently and quietly as described in #8111 (#8741)Artur2017-03-071-6/+14
* Remove unnecessary full classnames and parenthesis from code (#8681)Teemu Suo-Anttila2017-03-0257-1201/+351
* 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-301-18/+109
* Improve Grid extendability (#8343)Adam Wagner2017-01-271-2/+2
* Remove invalid trailing comma from Thai date format (#8311)Artur2017-01-241-40/+14
* 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-115-126/+11
* Correctly detach components in merged cells when a static row is removed (#8142)Artur2017-01-091-0/+3
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-021-3/+10
* 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-133-2/+109
* Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)Leif Åstrand2016-12-132-9/+77
* Fix margin in declarative format is recognized as unsupported property gridla...Pekka Hyvönen2016-12-121-0/+5
* 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-161-4/+3
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-142-19/+85
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-041-22/+106
* 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-181-1/+12
* 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-141-0/+11
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-131-1/+3
* Workaround for deadlock issue (#18436)Artur Signell2016-10-111-2/+16
* Fix widget set builder to create widget set in correct location (#20320)Artur Signell2016-09-251-4/+17
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-253-4/+23