Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 14 | -14/+14 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 14 | -14/+14 |
| | | | | * Update copyright year range. | ||||
* | Eliminate un-intuitive NPE (#11802) | Tatu Lund | 2019-11-15 | 1 | -2/+5 |
| | | | | | | * Eliminate un-intuitive NPE Fixes https://github.com/vaadin/framework/issues/10947 | ||||
* | Fix temporal renderers serialization (#10929) | Ilia Motornyi | 2018-06-13 | 2 | -14/+144 |
| | |||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 1 | -1/+2 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 14 | -14/+14 |
| | |||||
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 1 | -2/+2 |
| | |||||
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 2 | -5/+5 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 2 | -2/+2 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Fix unused parameters in javadoc (#10055) | Ahmed Ashour | 2017-09-21 | 1 | -2/+0 |
| | |||||
* | Allow null Components in ComponentRenderer (#9692)8.1.0.rc2 | Teemu Suo-Anttila | 2017-07-19 | 1 | -3/+4 |
| | |||||
* | Add example of how to use ComponentRenderer to JavaDoc | Teemu Suo-Anttila | 2017-05-17 | 1 | -0/+10 |
| | |||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 2 | -0/+423 |
| | | | Closes #8377 | ||||
* | Add @since 8.0.3 tags | elmot | 2017-03-21 | 1 | -0/+4 |
| | |||||
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 1 | -0/+64 |
| | | | | Fixes #8622 Fixes #8623 | ||||
* | Picked all changes from 7.7 | Teemu Suo-Anttila | 2017-03-07 | 1 | -1/+1 |
| | | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well | ||||
* | Add support for rendering HTML in ButtonRenderer (#8606) | Artur | 2017-02-22 | 1 | -0/+24 |
| | |||||
* | Fix since tags for 8.0 (#8575) | Henri Sara | 2017-02-16 | 2 | -0/+3 |
| | | | Fix since tags for the server and shared modules and new types in client. | ||||
* | Make one-arg addColumn use natural sort for mutually comparable values (#8458) | Leif Åstrand | 2017-02-07 | 1 | -5/+20 |
| | | | | Fixes #8371 Fixes #8128 | ||||
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | Delete CheckboxRenderer | Ilia Motornyi | 2016-12-15 | 1 | -58/+0 |
| | | | Fixes vaadin/framework8-issues#551 | ||||
* | Redesign user-defined column identifiers for Grid (#7983) | Teemu Suo-Anttila | 2016-12-15 | 2 | -6/+12 |
| | | | Closes vaadin/framework8-issues#494 | ||||
* | Add @FunctionalInterface annotation to interfaces where applicable (#7954) | Aleksi Hietanen | 2016-12-12 | 1 | -0/+1 |
| | | | Closes vaadin/framework8-issues#548 | ||||
* | Introduce dedicated shared states for every core vaadin component/ext. (#98) | Denis | 2016-12-08 | 11 | -0/+122 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Introduce dedicated shared states for every core vaadin component/ext. Updated components are: - PasswordField - CustomField - AbstractListing - AbstractMultiSelect - ColorPicker - ColorPickerArea - DataCommunicator - Responsive - AbstractListingExtension - DetailsManager - AbstractRenderer - ClickableRenderer - ButtonRenderer - CheckBoxRenderer - DateRenderer - HtmlRenderer - ImageRenderer - NumberRenderer - ProgressBarRenderer - TextRenderer Fixes vaadin/framework8-issues#480. | ||||
* | Small fixes to javadocs | elmot | 2016-12-01 | 1 | -1/+1 |
| | | | | Change-Id: Ibbfe62395eb93f9349b65edba4425d9782ce15f9 | ||||
* | Refactor listener registration creation to reduce boilerplate | Leif Åstrand | 2016-11-23 | 1 | -6/+6 |
| | | | | Change-Id: I9feaad000cb16351d281d1c0037330dfb76186ff | ||||
* | Use final modifier where appropriate | Per-Åke Minborg | 2016-11-09 | 1 | -2/+2 |
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226 | ||||
* | Use lambdas where appropriate | Per-Åke Minborg | 2016-11-07 | 1 | -13/+7 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d | ||||
* | Use diamond in generic creation where possible | Per-Åke Minborg | 2016-11-02 | 1 | -1/+1 |
| | | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7214 | ||||
* | Unify listeners on the server side | Aleksi Hietanen | 2016-09-29 | 1 | -4/+6 |
| | | | | | | | | | | | 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 | ||||
* | Migrate AbstractJavaScriptRenderer to the new Grid (#182). | Denis Anisimov | 2016-09-23 | 1 | -0/+179 |
| | | | | Change-Id: Ic514875fab8d90484b3a73b073bcc9d53697de75 | ||||
* | Add CheckBoxRenderer | Aleksi Hietanen | 2016-09-15 | 1 | -0/+46 |
| | | | | Change-Id: I32d31d758ee3c313133c7b122bb3ea8dcfcc1cc3 | ||||
* | Migrate ClickableRenderer and subclasses | Aleksi Hietanen | 2016-09-09 | 9 | -29/+361 |
| | | | | Change-Id: I233250d9b68052825b73bed0288fffeaf5bdd04b | ||||
* | Reimplement basic Grid renderers | Leif Åstrand | 2016-09-06 | 7 | -0/+789 |
| | | | Change-Id: Ic855143d23cc7735d00130806df45b6579ba0d5c | ||||
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 10 | -1123/+0 |
| | | | | Change-Id: I9aaef478e0b67462641239802b924b8461cb9225 | ||||
* | Rename Grid into LegacyGrid | elmot | 2016-08-18 | 7 | -10/+10 |
| | | | | Change-Id: Ie99e3a5af908ada42a6d0eba421241ad65c0d6b4 | ||||
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 10 | -10/+10 |
| | | | | Change-Id: I6485dee1ebba12b180a9063ed4b530f7dc63cd77 | ||||
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 10 | -59/+59 |
| | | | | Change-Id: I4c852b7f9928e190572876690d5bef1234494a5d | ||||
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 4 | -18/+21 |
| | | | | Change-Id: I33f1cc33969ff74a95b1b8cc0f2add589be5aae0 | ||||
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 10 | -0/+1120 |
Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e |