| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make focus circulate in modal dialog to improve accessibility (#10260) | Péter Török | 2017-11-07 | 5 | -4/+47 |
* | HasItems.setItems(T... items) should allow edits (#10290) | Pekka Hyvönen | 2017-11-06 | 5 | -3/+92 |
* | Relax TreeGrid and Tree members access modifiers. (#10293) | Ilia Motornyi | 2017-11-06 | 3 | -6/+44 |
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 33 | -111/+232 |
* | Fix javadoc ending (#10274) | Ahmed Ashour | 2017-11-06 | 28 | -102/+102 |
* | Fix link format (#10269) | Henri Muurimaa | 2017-11-06 | 1 | -1/+1 |
* | Fix typo (#10295) | Mikko Inkinen | 2017-11-06 | 1 | -1/+1 |
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 538 | -10755/+4776 |
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 28 | -566/+589 |
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 38 | -128/+134 |
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 82 | -182/+104 |
* | Fix combo box suggestion popup height (#10256) | Adam Wagner | 2017-10-30 | 5 | -3/+91 |
* | add Grid.Column#get/setAssistiveCaption (#10219) | Knoobie | 2017-10-30 | 7 | -2/+186 |
* | Use lambda with Handlers (#10229) | Ahmed Ashour | 2017-10-27 | 75 | -1351/+734 |
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 213 | -2220/+1088 |
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 87 | -431/+431 |
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 118 | -368/+368 |
* | Add contribution guideline (#10083) | Teemu Suo-Anttila | 2017-10-23 | 1 | -0/+34 |
* | adds simple fix for missing label text in grid select checkboxes (#10223) | Knoobie | 2017-10-23 | 3 | -1/+16 |
* | Fix bad grammar in declarative documentation (#10236) | Pekka Hyvönen | 2017-10-23 | 1 | -4/+2 |
* | Unlock panel caption div hacking (#10120) | Ilia Motornyi | 2017-10-23 | 1 | -3/+11 |
* | Grid column to be sortable when implemented/supported (Fixes #8792). (#10190) | Ahmed Ashour | 2017-10-23 | 11 | -37/+336 |
* | Grid.removeColumn() not to fail silently (Fixes #8056) (#10215) | Ahmed Ashour | 2017-10-20 | 2 | -37/+105 |
* | Typo in code (#10218) | Oskar Bilén | 2017-10-20 | 1 | -1/+1 |
* | AbstractDateField.formatDate() to be abstract (#10186) | Ahmed Ashour | 2017-10-20 | 16 | -308/+272 |
* | Added utility method Binder#asRequired() (#9873) | Stephan Knitelius | 2017-10-20 | 1 | -0/+25 |
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 33 | -57/+57 |
* | Check class name type on Grid cell mouse over (#10194) | Adam Wagner | 2017-10-20 | 4 | -1/+83 |
* | Improve role usage in grid (#10206) | Knoobie | 2017-10-20 | 2 | -5/+95 |
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 106 | -309/+444 |
* | Use GWT 2.8.2 (#10217) | Teemu Suo-Anttila | 2017-10-20 | 1 | -1/+1 |
* | Fix HTML tags inside code in javadoc (#10160) | Ahmed Ashour | 2017-10-20 | 3 | -11/+7 |
* | Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203) | Ahmed Ashour | 2017-10-20 | 29 | -763/+415 |
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 40 | -171/+164 |
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 82 | -546/+415 |
* | AbstractDateField: set value after being invalid (#10187) | Ahmed Ashour | 2017-10-20 | 4 | -29/+133 |
* | Fix AbstractDateField to correctly show week day names (#10188) | Ahmed Ashour | 2017-10-16 | 5 | -10/+136 |
* | Add *.properties to .gitattributes (#10180) | Ahmed Ashour | 2017-10-16 | 1 | -0/+1 |
* | Fix IDE usage of Elemental in vaadin-shared (#10178) | Teemu Suo-Anttila | 2017-10-16 | 3 | -1/+27 |
* | Fix some checkstyle warnings (#10179) | Ahmed Ashour | 2017-10-13 | 7 | -37/+55 |
* | Simplify waitUntil() in tests (#10181) | Ahmed Ashour | 2017-10-13 | 23 | -200/+58 |
* | Convert AbstractDateField not to be a LegacyComponent (#10148) | Ahmed Ashour | 2017-10-13 | 23 | -602/+691 |
* | Add Navigator testing to Spring Boot test (#10174) | Teemu Suo-Anttila | 2017-10-13 | 31 | -46/+1021 |
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 59 | -116/+122 |
* | Remove redundant null checks before an instanceof (#10173) | Ahmed Ashour | 2017-10-12 | 11 | -18/+14 |
* | Add ErrorLevel to Validators and results (#10099) | Teemu Suo-Anttila | 2017-10-11 | 10 | -51/+491 |
* | Fix Binder bean writing to only validate and write given bindings (#10162) | Teemu Suo-Anttila | 2017-10-11 | 3 | -33/+95 |
* | Fix wrong method name in Grid docs (#10171) | Pekka Hyvönen | 2017-10-11 | 1 | -1/+1 |
* | Add aria-rowcount to grid (#10167) | Knoobie | 2017-10-11 | 6 | -9/+332 |
* | Fix for Grid client-side exception. (#10166) | Piotr Wilkin | 2017-10-11 | 1 | -2/+5 |