aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative/Design.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-241-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Change to using StringBuilder (#11941)Hk-tang2020-04-061-2/+2
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-2/+1
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-171-2/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-1/+1
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-2/+2
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-291-4/+5
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-1/+1
* Unify basic instance creation and related error reporting (#9704)Leif Åstrand2017-08-011-1/+2
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-181-8/+44
* Load declarative classes using thread context class loader (#8532)Artur2017-02-221-1/+4
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-201-1/+2
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-5/+2
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-041-1/+1
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-041-1/+1
* Use operator assignments where possiblePer-Åke Minborg2016-11-021-1/+1
* Add private constructor for utility classesPer-Åke Minborg2016-11-021-0/+3
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-41/+41
* Format using Eclipse NeonArtur Signell2016-08-181-28/+32
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-131-4/+31
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+745