Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 1 | -1/+1 |
| | | | | * Update copyright year range. | ||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -4/+4 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 1 | -1/+1 |
| | | | Also includes some other minor cleanup. | ||||
* | Fix since tags for 8.0 (#8575) | Henri Sara | 2017-02-16 | 1 | -1/+1 |
| | | | Fix since tags for the server and shared modules and new types in client. | ||||
* | Partial javadocs fix for vaadin-server | Ilia Motornyi | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 1 | -2/+2 |
| | |||||
* | Add @FunctionalInterface annotation to interfaces where applicable (#7954) | Aleksi Hietanen | 2016-12-12 | 1 | -0/+2 |
| | | | Closes vaadin/framework8-issues#548 | ||||
* | Don't use V8 FieldEvents classes in v7 compatibility module. (#93) | Denis | 2016-12-07 | 1 | -28/+0 |
| | | | | | | * Don't use V8 FieldEvents classes in v7 compatibility module. Fixes vaadin/framework8-issues#363 | ||||
* | Use final modifier where appropriate | Per-Åke Minborg | 2016-11-09 | 1 | -1/+1 |
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226 | ||||
* | Implement focus and blur events for CheckBoxGroup. | Denis Anisimov | 2016-10-31 | 1 | -0/+33 |
| | | | | | | | Fixes vaadin/framework8-issues#334 Change-Id: I4c7ca424cc4f4a1f0cdecd7671827465ab74ace7 | ||||
* | Unify listeners on the server side | Aleksi Hietanen | 2016-09-29 | 1 | -9/+27 |
| | | | | | | | | | | | This patch updates server side add*Listener methods to return a registration object and deprecates their corresponding remove*Listener methods. Additionally this patch removes add/removeListener methods which were deprecated in 7.0. Change-Id: I26ac5f11882512288fbbf601c7cb2aaff653ec76 | ||||
* | Move old Field and AbstractField to compatibility package | Artur Signell | 2016-08-26 | 1 | -7/+6 |
| | | | | Change-Id: Ia9b6f77763abac87ec61d1ee198cb8d41419a934 | ||||
* | Move old TextField to compatibility package | Artur Signell | 2016-08-26 | 1 | -77/+0 |
| | | | | Change-Id: Ic1e8d3f9859f5e496c0e27e2fece4b5a9da74f01 | ||||
* | Move and rename server classes which go into the compatibility package | Artur Signell | 2016-08-22 | 1 | -8/+8 |
| | | | | | | | | * Use com.vaadin.v7 * Use the same class name as in Vaadin 7 * Use a "vaadin7-" declarative prefix for Vaadin 7 components Change-Id: I19a27f3835b18980b91a4f8f9464b2adde1a5fd5 | ||||
* | Organize imports | Artur Signell | 2016-08-20 | 1 | -1/+1 |
| | | | | Change-Id: Iedb6ed985dfc6b69c4a4753a876545d67621898f | ||||
* | Rename legacy packages to v7 | Artur Signell | 2016-08-18 | 1 | -3/+3 |
| | | | | Change-Id: I53f3bd49c234a8d126887f6effa83a3c5c92b4e0 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 1 | -1/+1 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Update TextField to extend AbstractFieldNew (#51) | Aleksi Hietanen | 2016-08-17 | 1 | -4/+4 |
| | | | | | | | | - Changes input prompt to be based on the placeholder attribute. - Unifies TextChangeEvents with ValueChangeEvents. - add*Listener methods now return Registration objects, remove*Listener methods removed. Change-Id: Ie92506ae9db205bb0010ae9126c608c62ad023ff | ||||
* | Remove deprecated addListener/removeListener methods | Artur Signell | 2016-08-15 | 1 | -79/+24 |
| | | | | Change-Id: I74c8bda4bf53340a6deb1fcd5bd8db87b502c856 | ||||
* | Rename Field, AbstractField to legacy names | Johannes Dahlström | 2016-08-05 | 1 | -10/+10 |
| | | | | Change-Id: I46ce708e0f10e4c9fa3d11a2aef5be0248c2999f | ||||
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 1 | -0/+330 |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e |