| Commit message (Expand) | Author | Age | Files | Lines |
* | Clicking on DateField pop-up should select Month/Year (#11531)8.8.4 | Anastasia Smirnova | 2019-06-25 | 2 | -0/+141 |
* | Limit previous solution for non-push mode UI (#11629) | Zhe Sun | 2019-06-25 | 2 | -0/+22 |
* | Add IE11 workaround for ListSelect multiselection. (#11631) | Anna Koskinen | 2019-06-25 | 1 | -0/+56 |
* | Update Chrome version in Test (#11613)8.8.3 | Zhe Sun | 2019-06-12 | 33 | -86/+140 |
* | Fix regression that broke PreserveOnRefresh functionality with Navigator (#11... | Tatu Lund | 2019-06-12 | 2 | -0/+54 |
* | Recalculate the column widths before the first row is added (#11609) | Zhe Sun | 2019-06-12 | 3 | -0/+86 |
* | Fix Grid reordering when there are hidden columns | cuong-phan | 2019-05-22 | 2 | -0/+110 |
* | Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570) | Anna Koskinen | 2019-05-22 | 1 | -0/+61 |
* | Fix duplicate grid column visibility change event (#11565)8.8.1 | cuong-phan | 2019-05-16 | 2 | -0/+103 |
* | Grid editor: TAB now skips non-editable columns (#11573) | Martin Vysny | 2019-05-16 | 2 | -0/+232 |
* | Reduce Grid's sort complexity. (#11566) | Anna Koskinen | 2019-05-16 | 2 | -0/+88 |
* | Add handling for completely empty Grid's column width calculations. (#11569) | Anna Koskinen | 2019-05-16 | 1 | -0/+60 |
* | Code format (#11548) | Sun Zhe | 2019-04-29 | 6 | -8/+7 |
* | Replace the screenshot usage in framework test (#11547) | Sun Zhe | 2019-04-29 | 30 | -43/+65 |
* | Update browser version in the test (#11550) | Sun Zhe | 2019-04-29 | 1 | -1/+1 |
* | Reset Combobox internal state (#11412) | Sun Zhe | 2019-04-29 | 2 | -0/+254 |
* | Clicking on slider makes handler move (#11519) | Anastasia Smirnova | 2019-04-10 | 2 | -0/+97 |
* | Add delay to the unstable test (#11538) | Sun Zhe | 2019-04-09 | 2 | -1/+2 |
* | Use Enter and Space keys to fire Window header buttons (#11517) (#11534) | KatriHaapalinna | 2019-04-08 | 2 | -0/+442 |
* | Update screenshots after chrome updates (#11536) | Sun Zhe | 2019-04-08 | 108 | -1/+1 |
* | Reset selection on DataProvider change in RadioButtonGroup (#11526) | Anastasia Smirnova | 2019-04-04 | 2 | -0/+76 |
* | Read-only combobox should not handle PASTE event (#11529) | Anastasia Smirnova | 2019-04-04 | 2 | -0/+47 |
* | setCaption of Panel did not honor setCaptionAsHtml (#11523) | Tatu Lund | 2019-04-02 | 4 | -0/+50 |
* | Fix NPE in v7 compatibility Grid during datasource rebind (#11473) | Tobse | 2019-03-27 | 2 | -0/+65 |
* | Making V8 ReadOnly TextField select row in table upon clicking (#11480) | Anastasia Smirnova | 2019-03-27 | 2 | -0/+83 |
* | Make improve of caching for hierarchical data optional (#11501) | Klaudeta | 2019-03-21 | 2 | -0/+174 |
* | Fix ComboBoxElement clear method (#11483) | Sun Zhe | 2019-03-06 | 2 | -12/+4 |
* | Remove redundant check for for Firefox (#11471) | Anastasia Smirnova | 2019-03-06 | 2 | -0/+61 |
* | Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436) | Anastasia Smirnova | 2019-02-25 | 1 | -0/+43 |
* | Custom serializers accessors (#10658) | Olli Tietäväinen | 2019-02-22 | 1 | -0/+63 |
* | Fix an NPE caused by the previous fix to Grid's frozen columns (#11444) | mlindfors | 2019-02-04 | 2 | -0/+86 |
* | * Update since tags and fix code formatting (#11441) | Mehdi Javan | 2019-01-30 | 1 | -2/+4 |
* | Update Tooltip Snapshot (#11414) | Sun Zhe | 2019-01-17 | 1 | -0/+0 |
* | Fix #11369 (#11403) | Maciej Przepióra | 2019-01-17 | 3 | -0/+109 |
* | Fix wrong year assert in DateField test (#11404) | Sun Zhe | 2019-01-02 | 1 | -7/+9 |
* | Update snapshot to 8.8-snapshot (#11397) | Sun Zhe | 2018-12-28 | 1 | -1/+1 |
* | Grid column npe behavior (#11390) | Olli Tietäväinen | 2018-12-28 | 2 | -0/+111 |
* | Update release note and since tag (#11386) | Sun Zhe | 2018-12-20 | 5 | -31/+52 |
* | Checkbox allow customizing of input and label classNames. (#11372) | Knoobie | 2018-12-18 | 2 | -0/+81 |
* | Improve VMenuBar click handling logic (#11356) | Anastasia Smirnova | 2018-12-17 | 2 | -0/+78 |
* | Prevent IndexOutOfBoundException in VMenuBar.CustomMenuItem (#11285) | Jonni Madekivi | 2018-12-17 | 2 | -0/+50 |
* | Update Screenshot due to Icon update (#11373) | Sun Zhe | 2018-12-14 | 5 | -0/+0 |
* | Move onClick logic to the Connector (#11367) | Anastasia Smirnova | 2018-12-14 | 2 | -0/+54 |
* | Apply missing v-readonly style to CheckBoxGroup, when component is readOnly (... | Anastasia Smirnova | 2018-12-13 | 2 | -0/+76 |
* | Request data update before client response (#11341) | Sun Zhe | 2018-12-11 | 2 | -0/+102 |
* | Add missing FocusShortcutListener (#11289) | Michael Forstner | 2018-12-10 | 2 | -0/+73 |
* | Fix Grid's frozen columns not being set (#10653) (#11346) | mlindfors | 2018-12-05 | 2 | -0/+83 |
* | Add more context information to criteriaScript in GridDropTargetConnector (#1... | vt512 | 2018-12-05 | 1 | -0/+86 |
* | Improvement to details row height handling. (#11351) | Anna Koskinen | 2018-12-04 | 2 | -0/+153 |
* | added newlines to the end of files | Olli Tietäväinen | 2018-12-04 | 1 | -1/+1 |