| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix selection column size calculation without data (#10384) | Teemu Suo-Anttila | 2017-12-07 | 2 | -0/+86 |
* | Fix styling of Window control buttons to show focus (#10285) | Anna Koskinen | 2017-12-07 | 2 | -0/+73 |
* | Prevent killing UI if heartbeats are pending (#10371) | Teemu Suo-Anttila | 2017-12-07 | 2 | -0/+94 |
* | Fix RadioButtonGroupTest imports (#10354) | Teemu Suo-Anttila | 2017-11-24 | 1 | -8/+8 |
* | Fix missing v-disabled for RadioButtonGroup and CheckBoxGroup options (#10332) | Pekka Hyvönen | 2017-11-24 | 4 | -0/+217 |
* | Test for MenuBar's WAI-ARIA attributes (#3922) (#10349) | Ansku | 2017-11-23 | 2 | -0/+105 |
* | Create DescriptionGenerator in package com.vaadin.ui (#10346) | Aleksi Hietanen | 2017-11-21 | 3 | -3/+3 |
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 2 | -3/+3 |
* | Issue3922disableditem (#10259) | Ansku | 2017-11-21 | 2 | -0/+31 |
* | Remove unused imports (#10330) | Ahmed Ashour | 2017-11-21 | 6 | -9/+0 |
* | Update testbench version (#10336) | Guille | 2017-11-21 | 1 | -24/+0 |
* | Rename GridDragger to GridRowDragger (#10333) | Pekka Hyvönen | 2017-11-17 | 4 | -12/+12 |
* | Add documentation on GridDragger (#10328) | Pekka Hyvönen | 2017-11-16 | 1 | -0/+62 |
* | Add helper for Grid row DnD (#10255) | Pekka Hyvönen | 2017-11-15 | 4 | -95/+222 |
* | Add new drop mode ON_GRID for GridDropTarget (#10296) | Pekka Hyvönen | 2017-11-15 | 1 | -1/+8 |
* | Fix setting custom tab index for TabSheet or Accordion (#9574) (#10278) | Ansku | 2017-11-10 | 2 | -7/+25 |
* | Add ContentMode for row and cell descriptions in Grid (#10282) | Teemu Suo-Anttila | 2017-11-10 | 2 | -29/+170 |
* | Make focus circulate in modal dialog to improve accessibility (#10260) | Péter Török | 2017-11-07 | 3 | -3/+15 |
* | Use Logger instead of VConsole (#10249) | Ahmed Ashour | 2017-11-06 | 1 | -2/+7 |
* | Use lambda expressions. (#10268) | Ahmed Ashour | 2017-11-01 | 493 | -9946/+4276 |
* | Use local variable for getWidget(). (#10253) | Ahmed Ashour | 2017-10-31 | 1 | -6/+7 |
* | Fix end of line comments, which were made by automatic formatter (#10234) | Ahmed Ashour | 2017-10-31 | 17 | -46/+54 |
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 9 | -21/+9 |
* | Fix combo box suggestion popup height (#10256) | Adam Wagner | 2017-10-30 | 4 | -0/+80 |
* | add Grid.Column#get/setAssistiveCaption (#10219) | Knoobie | 2017-10-30 | 2 | -0/+89 |
* | Use lambda with Handlers (#10229) | Ahmed Ashour | 2017-10-27 | 30 | -388/+183 |
* | Use lambda with Listeners (#10222) | Ahmed Ashour | 2017-10-26 | 162 | -1863/+831 |
* | Remove trailing spaces (#10224) | Ahmed Ashour | 2017-10-26 | 9 | -19/+19 |
* | Grid column to be sortable when implemented/supported (Fixes #8792). (#10190) | Ahmed Ashour | 2017-10-23 | 8 | -32/+303 |
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 2 | -2/+2 |
* | Check class name type on Grid cell mouse over (#10194) | Adam Wagner | 2017-10-20 | 2 | -0/+64 |
* | Improve role usage in grid (#10206) | Knoobie | 2017-10-20 | 1 | -1/+9 |
* | Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) | Ahmed Ashour | 2017-10-20 | 39 | -162/+223 |
* | Scheduler.ScheduledCommand and RepeatingCommand to be lambda (#10203) | Ahmed Ashour | 2017-10-20 | 1 | -287/+130 |
* | Add spaces after 'if' and 'for' in JavaScript (#10199) | Ahmed Ashour | 2017-10-20 | 5 | -7/+7 |
* | Simplify lambda expressions (#10198) | Ahmed Ashour | 2017-10-20 | 39 | -313/+248 |
* | AbstractDateField: set value after being invalid (#10187) | Ahmed Ashour | 2017-10-20 | 3 | -9/+114 |
* | Fix AbstractDateField to correctly show week day names (#10188) | Ahmed Ashour | 2017-10-16 | 3 | -2/+106 |
* | Simplify waitUntil() in tests (#10181) | Ahmed Ashour | 2017-10-13 | 23 | -200/+58 |
* | Use Collection.isEmpty() (#10172) | Ahmed Ashour | 2017-10-12 | 12 | -24/+25 |
* | Add ErrorLevel to Validators and results (#10099) | Teemu Suo-Anttila | 2017-10-11 | 2 | -0/+70 |
* | Add aria-rowcount to grid (#10167) | Knoobie | 2017-10-11 | 5 | -1/+255 |
* | Prevent Grid refreshAll from getting stuck due mismatched state (#10161) | Ansku | 2017-10-10 | 1 | -0/+93 |
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 3 | -6/+9 |
* | Remove unneeded .toString() (#10141) | Ahmed Ashour | 2017-10-10 | 42 | -107/+86 |
* | Edit grid row by index - server side (#10040) | Piotr Wilkin | 2017-10-10 | 2 | -2/+32 |
* | Use StringBuilder instead of StringBuffer (#10154) | Ahmed Ashour | 2017-10-09 | 7 | -9/+9 |
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 19 | -63/+67 |
* | Add role="grid" and aria-multiselectable to grid (#10009) | Knoobie | 2017-10-04 | 2 | -0/+100 |
* | Use static import of Assert in tests (#10126) | Ahmed Ashour | 2017-10-03 | 431 | -2376/+2743 |