| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fallback resolvers for CurrentInstance (#10974) | Gilberto Torrezan | 2018-06-13 | 1 | -2/+122 |
* | Added possibility to add listener for connectorMarkedDirty (#10876) | Gilberto Torrezan | 2018-05-07 | 1 | -0/+199 |
* | Update Copyright headers for year 2018 (#10762) | Ilia Motornyi | 2018-03-28 | 226 | -3404/+0 |
* | Support null intermediate properties in NestedMethodProperty (#10085) | Vassil Zorev | 2017-10-04 | 1 | -0/+6 |
* | Clean connector tracker after each access block to stop memory leaks (#9331) | Artur | 2017-05-17 | 2 | -1/+57 |
* | Fix bug column and row expand ratio are not persisted | Tien Nguyen | 2017-04-06 | 1 | -6/+23 |
* | Correctly detach header/footer components when column is removed (#8645) | Artur | 2017-03-09 | 1 | -0/+92 |
* | Handle unknown connectors consistently and quietly as described in #8111 (#8741) | Artur | 2017-03-07 | 1 | -0/+49 |
* | Remove unnecessary full classnames and parenthesis from code (#8681) | Teemu Suo-Anttila | 2017-03-02 | 12 | -36/+34 |
* | Make it possible to disallow user selection in Grid (#8144) | Artur | 2017-01-30 | 3 | -0/+173 |
* | Remove invalid trailing comma from Thai date format (#8311) | Artur | 2017-01-24 | 1 | -0/+1026 |
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-01-11 | 2 | -0/+45 |
* | Correctly detach components in merged cells when a static row is removed (#8142) | Artur | 2017-01-09 | 1 | -7/+54 |
* | Call error handler for exceptions in UI.init() (#8055) | Artur | 2017-01-02 | 1 | -0/+188 |
* | Enable changing the backing bean for BeanItem (#4302) (#77) | Artur | 2016-12-13 | 3 | -0/+135 |
* | Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607) | Leif Åstrand | 2016-12-13 | 3 | -12/+49 |
* | Fix margin in declarative format is recognized as unsupported property gridla... | Pekka Hyvönen | 2016-12-12 | 1 | -0/+23 |
* | Keep expand ratio for last row/column when reducing grid layout size (#20297) | Artur Signell | 2016-11-16 | 1 | -0/+24 |
* | Fix NPE in case some items don't contain all properties of Grid. | adam | 2016-11-14 | 1 | -0/+318 |
* | Add method to auto scale calendar time range (#17715) | Steven Spungin | 2016-11-04 | 1 | -0/+54 |
* | Date/time issues are fixed in the tests. | Denis Anisimov | 2016-11-02 | 1 | -1/+2 |
* | Send selection change events when changing selection mode (#20391) | Artur Signell | 2016-10-18 | 1 | -0/+34 |
* | Check for duplicate property ids when setting Grid columns or column order (#... | Artur Signell | 2016-10-14 | 1 | -0/+18 |
* | Never check the selectAll checkbox in an empty grid (#20301) | Artur Signell | 2016-10-13 | 1 | -4/+23 |
* | Workaround for deadlock issue (#18436) | Artur Signell | 2016-10-11 | 1 | -0/+155 |
* | Format Java files using Eclipse Neon and Vaadin settings | Artur Signell | 2016-09-20 | 336 | -2672/+2733 |
* | Make test independent of any converters present in the factory | Artur Signell | 2016-09-11 | 1 | -9/+9 |
* | Prevent editor from being canceled while it is being saved (#19458) | Artur Signell | 2016-09-05 | 1 | -0/+106 |
* | Fix ComboBox paging when number of items equals page length (#20213) | Artur Signell | 2016-09-05 | 1 | -0/+158 |
* | Update/remove empty @since for 7.7 | Henri Sara | 2016-08-15 | 3 | -72/+71 |
* | Fixed the compare filter to handle subclasses (#17169) | Pontus Boström | 2016-08-01 | 1 | -0/+137 |
* | Changed logic to retrieve readonly state (#8643) | Felype Santiago Ferreira | 2016-07-29 | 1 | -0/+51 |
* | Support static inner classes when reading/writing declarative files (#20038) | Artur Signell | 2016-07-13 | 2 | -0/+45 |
* | Allow reaching the wrapped Item through GeneratedPropertyItem (#20032) | Anna Koskinen | 2016-07-06 | 1 | -0/+10 |
* | Fix RpcDataProviderExtension serialization issue (#19906) | Teemu Suo-Anttila | 2016-06-29 | 1 | -0/+39 |
* | Provide a way to disallow navigation to the same state twice (#12107). | Denis Anisimov | 2016-06-13 | 1 | -12/+80 |
* | Make tests pass in any timezone (#19813) | Marco Collovati | 2016-05-26 | 2 | -9/+15 |
* | Make tests pass in any timezone | Joonas Lehtinen | 2016-05-20 | 3 | -5/+13 |
* | Ensure ContainerOrderedWrapper returns itemIds in expected order | Artur Signell | 2016-05-19 | 1 | -4/+0 |
* | Ensure addItem(null) returns null | Artur Signell | 2016-05-03 | 1 | -1/+4 |
* | Store unknown attributes in DesignContext #19749 | John Ahlroos | 2016-04-28 | 2 | -7/+46 |
* | Move compiled themes out from resources | Teemu Suo-Anttila | 2016-04-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into feature/mavenize | Teemu Suo-Anttila | 2016-04-21 | 1 | -0/+4 |
* | Merge branch 'master' into feature/mavenize | elmot | 2016-04-13 | 2 | -13/+142 |
* | Fix server test RemoveFromParentLockingTest | elmot | 2016-04-01 | 1 | -4/+9 |
* | Build vaadin-themes with maven | Teemu Suo-Anttila | 2016-03-29 | 1 | -1/+1 |
* | Fix DesignFormatterTest for Win | elmot | 2016-03-23 | 1 | -1/+1 |
* | Add @Test annotations, rename test classes | Teemu Suo-Anttila | 2016-03-17 | 137 | -519/+1262 |
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 437 | -0/+50528 |