| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 24 | -24/+24 |
* | Update links shown by license checker (#12402) | Tatu Lund | 2021-09-29 | 1 | -4/+4 |
* | Code cleanup (#12333) | Anna Koskinen | 2021-07-08 | 3 | -17/+17 |
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 24 | -24/+24 |
* | Remove copyright headers from test code (#10770) | Teemu Suo-Anttila | 2018-03-28 | 3 | -48/+0 |
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 27 | -27/+27 |
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 2 | -39/+21 |
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 1 | -1/+1 |
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 1 | -2/+2 |
* | Add empty line at the end of files (#10142) | Ahmed Ashour | 2017-10-06 | 1 | -1/+1 |
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 3 | -49/+53 |
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 1 | -2/+3 |
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 2 | -2/+2 |
* | Construct array inline (#10068) | Ahmed Ashour | 2017-09-23 | 1 | -1/+1 |
* | Use String.isEmpty() (#10045) | Ahmed Ashour | 2017-09-21 | 1 | -2/+2 |
* | Add LoadStyle.NONE for completely omitting a connector | Leif Åstrand | 2017-04-13 | 1 | -0/+6 |
* | Add update checker (#8654) | Henri Sara | 2017-02-23 | 2 | -0/+185 |
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 2 | -4/+3 |
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-12-09 | 2 | -1/+7 |
* | Use fully qualified name for bundles | Artur Signell | 2016-09-12 | 1 | -2/+2 |
* | Use diamond operator where it can be used | Artur Signell | 2016-09-05 | 6 | -43/+43 |
* | Format the project using Neon, remove trailing whitespace | Artur Signell | 2016-08-31 | 1 | -1/+2 |
* | Duplicate client-side of the Vaadin 7 Grid | Teemu Suo-Anttila | 2016-08-30 | 2 | -10/+37 |
* | Organize imports | Artur Signell | 2016-08-20 | 2 | -1/+2 |
* | Move FieldGroup and Vaadin 7 Grid to compatibility package | Artur Signell | 2016-08-20 | 1 | -5/+6 |
* | Update copyright year to 2016 | Artur Signell | 2016-08-18 | 26 | -26/+26 |
* | Remove trailing whitespace from code and javadoc | Artur Signell | 2016-08-18 | 21 | -78/+78 |
* | Format using Eclipse Neon | Artur Signell | 2016-08-18 | 19 | -242/+226 |
* | Merge branch 'master' into feature/mavenize | elmot | 2016-04-13 | 1 | -1/+25 |
|\ |
|
| * | Support string data in javascript renderers (#18209) | Leif Åstrand | 2016-03-07 | 1 | -1/+25 |
* | | Build client-compiler with maven | elmot | 2016-03-22 | 28 | -0/+960 |
|/ |
|
* | Fail during compile if required methods are missing (#18924) | Leif Åstrand | 2015-11-30 | 2 | -1/+17 |
* | Replaced HashMaps with TreeMaps to keep the same order (#14736) | Taras Hupalo | 2015-07-14 | 4 | -28/+111 |
* | Fixed CvalChecker invalid version message (#17879) | Teppo Kurki | 2015-06-05 | 1 | -1/+3 |
* | Allow arbitrary serializable types as Renderer data type (#15410) | Johannes Dahlström | 2015-06-03 | 2 | -1/+4 |
* | Rename BackgroundMessage -> NoLoadingIndicator (#15373) | Leif Åstrand | 2015-01-13 | 1 | -3/+3 |
* | Add @BackgroundMessage annotation (#15373) | Leif Åstrand | 2015-01-12 | 1 | -0/+6 |
* | Handle generated method flags in a unified way (#15373) | Leif Åstrand | 2015-01-12 | 4 | -76/+55 |
* | Support JsonValue types as declared types in state and RPC (#15560) | Leif Åstrand | 2015-01-12 | 1 | -1/+11 |
* | Set @since values for Grid classes | Leif Åstrand | 2014-12-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-12-18 | 1 | -4/+9 |
|\ |
|
| * | Fix the license checker after elemental.json #15383 | Jonatan Kronqvist | 2014-12-17 | 1 | -4/+9 |
* | | replace com.google.gwt.json.* usages with elemental.json.* (#8942) | Leif Åstrand | 2014-12-18 | 5 | -19/+20 |
* | | Move Grid related renderer to com.vaadin.client.connectors (#13334) | Henrik Paul | 2014-12-08 | 2 | -2/+2 |
* | | Show better feedback if renderer connector is not parameterized (#13334) | Leif Åstrand | 2014-12-07 | 1 | -5/+18 |
* | | Add @NoLayout annotation (#12936) | Leif Åstrand | 2014-11-25 | 3 | -0/+46 |
* | | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-11-14 | 1 | -3/+4 |
|\| |
|
| * | Update GWT to 2.7.0.beta1vaadin1. | Artur Signell | 2014-10-31 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-09-20 | 3 | -2/+145 |
|\ \
| |/
|/| |
|
| * | Merge remote-tracking branch 'origin/master' into grid | Teemu Suo-Anttila | 2014-09-03 | 1 | -25/+18 |
| |\ |
|