aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui/GridLayout.java
Commit message (Expand)AuthorAgeFilesLines
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-4/+4
* Use simple class namesAhmed Ashour2017-09-201-2/+2
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-04-181-5/+15
* Fix bug column and row expand ratio are not persisted Tien Nguyen2017-04-041-8/+8
* Partial javadocs fix for vaadin-serverIlia Motornyi2017-01-021-2/+2
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-2/+2
* Fix margin in declarative format is recognized as unsupported property gridla...Tien Nguyen2016-12-121-0/+5
* Refactor listener registration creation to reduce boilerplateLeif Åstrand2016-11-231-6/+5
* Use lambdas where appropriatePer-Åke Minborg2016-11-071-9/+3
* Replace implicit for-loop with foreachPer-Åke Minborg2016-11-051-6/+3
* Use diamond in generic creation where possiblePer-Åke Minborg2016-11-021-2/+2
* Introduce "shouldWriteDefaultValues" property to DesignContext.Denis Anisimov2016-10-261-2/+1
* Unify listeners on the server sideAleksi Hietanen2016-09-291-20/+6
* Use diamond operator where it can be usedArtur Signell2016-09-051-9/+9
* Organize importsArtur Signell2016-08-201-2/+0
* Update copyright year to 2016Artur Signell2016-08-181-1/+1
* Remove trailing whitespace from code and javadocArtur Signell2016-08-181-79/+79
* Format using Eclipse NeonArtur Signell2016-08-181-23/+27
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-161-19/+1
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-161-33/+13
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
* Merge branch 'master' into feature/mavenizeelmot2016-04-131-12/+8
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-0/+1662