aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Revert "Use widget set specified by init parameter (#20276)"7.7.2Leif Åstrand2016-09-221-9/+2
* Format Java files using Eclipse Neon and Vaadin settingsArtur Signell2016-09-20504-10078/+10292
* Fix regression that broke widget set compilation in 7.7.1 (#20285)Ingo Kegel2016-09-161-1/+1
* Use widget set specified by init parameter (#20276)Artur Signell2016-09-151-2/+9
* Handle encoded URL characters correctly when constructing widget set name (#2...Artur Signell2016-09-131-8/+9
* Prevent editor from being canceled while it is being saved (#19458)Artur Signell2016-09-051-1/+17
* Fix ComboBox paging when number of items equals page length (#20213)Artur Signell2016-09-051-7/+10
* Discard for DateField when the data source contains null (#8069)Patrik Lindström2016-09-021-0/+18
* Use servlet context classloader when finding servlet class for websockets (#2...Artur Signell2016-08-301-3/+7
* Prevent Atmosphere from resurrecting a destroyed broadcaster (#20026)7.7.0.rc1Artur Signell2016-08-161-0/+5
* Fixed the compare filter to handle subclasses (#17169)Pontus Boström2016-08-011-3/+9
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-291-3/+12
* Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-131-4/+31
* Update @since for 7.6.8Teemu Suo-Anttila2016-07-121-1/+1
* Update @since for 7.6.7Teemu Suo-Anttila2016-07-121-1/+1
* Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-061-2/+14
* Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-061-17/+20
* Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-06-291-8/+28
* Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-191-1/+31
* Provide a way to disallow navigation to the same state twice (#12107).Denis Anisimov2016-06-131-14/+41
* Fix a Javadoc typo that crashes Checkstyle (yes, really)Johannes Dahlström2016-06-021-1/+1
* New login form (#8171)Ingo Kegel2016-06-011-232/+260