aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/declarative
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1118-18/+18
* Update to Jsoup 1.14.2 (#12381)Tatu Lund2021-08-241-1/+1
* Code cleanup (#12333)Anna Koskinen2021-07-081-1/+9
* Update copyright year range. (#12215)Anna Koskinen2021-03-0418-18/+18
* Change to using StringBuilder (#11941)Hk-tang2020-04-061-2/+2
* Update since tags (#11001)8.5.0.alpha2Teemu Suo-Anttila2018-06-271-1/+1
* Add DesignContext getter to ComponentCreatedEvent (#10943)Ilia Motornyi2018-05-221-0/+11
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-193-5/+4
* Fixes declarative update of existing Composite (#10825)Ilia Motornyi2018-04-171-2/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-2718-18/+18
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-3/+1
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-262-13/+13
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-205-9/+10
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-201-3/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-9/+12
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-062-2/+2
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-2/+2
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-024-17/+17
* Use StandardCharsets.UTF_8 (#10113)Ahmed Ashour2017-09-291-4/+5
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-283-4/+4
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-283-4/+4
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-211-2/+2
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-214-5/+5
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-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
* Make it possible to use an extended ComboBox in declarative files (#8651)Artur2017-02-221-2/+3
* Load declarative classes using thread context class loader (#8532)Artur2017-02-221-1/+4
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-162-0/+5
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-5/+18
* Fix some faulty javaDoc namescaalador2017-01-261-1/+1
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-192-0/+72
* Refactor AbstractDateField. (#8146)Denis2017-01-101-3/+8
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-1/+1
* Clean up calendar tests. (#8094)Denis2016-12-271-1/+1
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-203-6/+6
* Rename com.vaadin.data.util.converter to com.vaadin.data.converterPekka Hyvönen2016-12-1410-23/+23
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-122-0/+2
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-1/+8
* Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSo...elmot2016-11-112-2/+2
* Use final modifier where appropriatePer-Åke Minborg2016-11-094-6/+6
* Use lambdas where appropriatePer-Åke Minborg2016-11-072-11/+4
* Remove redundant castingPer-Åke Minborg2016-11-051-1/+1
* Use Collection .isEmpty() over .size() == 0Per-Åke Minborg2016-11-041-1/+1
* Use String .isEmpty() over .equals("")Per-Åke Minborg2016-11-042-2/+2
* Revert "Convert to for-each loop, Stream and switch-over-strings"Pekka Hyvönen2016-11-031-2/+2
* Remove manual array copyPer-Åke Minborg2016-11-021-4/+3
* Convert to for-each loop, Stream and switch-over-stringsPer-Åke Minborg2016-11-021-2/+2