aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use lambda with Handlers (#10229)Ahmed Ashour2017-10-2775-1351/+734
* Use lambda with Listeners (#10222)Ahmed Ashour2017-10-26213-2220/+1088
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2687-431/+431
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-26118-368/+368
* Add contribution guideline (#10083)Teemu Suo-Anttila2017-10-231-0/+34
* adds simple fix for missing label text in grid select checkboxes (#10223)Knoobie2017-10-233-1/+16
* Fix bad grammar in declarative documentation (#10236)Pekka Hyvönen2017-10-231-4/+2
* Unlock panel caption div hacking (#10120)Ilia Motornyi2017-10-231-3/+11
* Grid column to be sortable when implemented/supported (Fixes #8792). (#10190)Ahmed Ashour2017-10-2311-37/+336
* Grid.removeColumn() not to fail silently (Fixes #8056) (#10215)Ahmed Ashour2017-10-202-37/+105
* Typo in code (#10218)Oskar Bilén2017-10-201-1/+1
* AbstractDateField.formatDate() to be abstract (#10186)Ahmed Ashour2017-10-2016-308/+272
* Added utility method Binder#asRequired() (#9873)Stephan Knitelius2017-10-201-0/+25
* Fix typos (#10213)Ahmed Ashour2017-10-2033-57/+57
* Check class name type on Grid cell mouse over (#10194)Adam Wagner2017-10-204-1/+83
* Improve role usage in grid (#10206)Knoobie2017-10-202-5/+95
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-20106-309/+444
* Use GWT 2.8.2 (#10217)Teemu Suo-Anttila2017-10-201-1/+1
* Fix HTML tags inside code in javadoc (#10160)Ahmed Ashour2017-10-203-11/+7
* Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203)Ahmed Ashour2017-10-2029-763/+415
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-2040-171/+164
* Simplify lambda expressions (#10198)Ahmed Ashour2017-10-2082-546/+415
* AbstractDateField: set value after being invalid (#10187)Ahmed Ashour2017-10-204-29/+133
* Fix AbstractDateField to correctly show week day names (#10188)Ahmed Ashour2017-10-165-10/+136
* Add *.properties to .gitattributes (#10180)Ahmed Ashour2017-10-161-0/+1
* Fix IDE usage of Elemental in vaadin-shared (#10178)Teemu Suo-Anttila2017-10-163-1/+27
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-137-37/+55
* Simplify waitUntil() in tests (#10181)Ahmed Ashour2017-10-1323-200/+58
* Convert AbstractDateField not to be a LegacyComponent (#10148)Ahmed Ashour2017-10-1323-602/+691
* Add Navigator testing to Spring Boot test (#10174)Teemu Suo-Anttila2017-10-1331-46/+1021
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-1259-116/+122
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-1211-18/+14
* Add ErrorLevel to Validators and results (#10099)Teemu Suo-Anttila2017-10-1110-51/+491
* Fix Binder bean writing to only validate and write given bindings (#10162)Teemu Suo-Anttila2017-10-113-33/+95
* Fix wrong method name in Grid docs (#10171)Pekka Hyvönen2017-10-111-1/+1
* Add aria-rowcount to grid (#10167)Knoobie2017-10-116-9/+332
* Fix for Grid client-side exception. (#10166)Piotr Wilkin2017-10-111-2/+5
* Add mention of Flow to issue template (#10168)Pekka Hyvönen2017-10-111-1/+3
* Prevent Grid refreshAll from getting stuck due mismatched state (#10161)Ansku2017-10-102-3/+93
* Fix typos (#10158)Ahmed Ashour2017-10-1023-53/+54
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-1075-210/+179
* Edit grid row by index - server side (#10040)Piotr Wilkin2017-10-109-5/+118
* Move microprofile tests to profile, add Wildfly Swarm (#10156)Teemu Suo-Anttila2017-10-103-6/+78
* Add maven based tests for several application servers (#10143)Teemu Suo-Anttila2017-10-0918-21/+871
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-0926-39/+39
* Remove checkstyle "FinalClass" (#10145)Ahmed Ashour2017-10-091-1/+0
* Add empty line at the end of files (#10142)Ahmed Ashour2017-10-0625-25/+25
* Add maven based server tests for Wildfly and Jetty (#10116)Teemu Suo-Anttila2017-10-0544-124/+440
* Don't use synthetic methods for listener classes. (#10135)Ahmed Ashour2017-10-0410-44/+74
* Support null intermediate properties in NestedMethodProperty (#10134)Olli Tietäväinen2017-10-042-0/+9