| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing @since tags and missing javadocs (#10155)7.7.11 | Olli Tietäväinen | 2017-10-10 | 5 | -21/+52 |
* | Fix click in subclasses of Grid (#10144) | Adam Wagner | 2017-10-10 | 9 | -18/+75 |
* | Implement error level on client side (#9816) | Adam Wagner | 2017-09-26 | 20 | -24/+303 |
* | Fix invalid user visible value in ComboBox (#8115) | Matti Tahvonen | 2017-09-06 | 1 | -1/+1 |
* | Fix ListSelect scrolling behavior on IE (#9910) | Aleksi Hietanen | 2017-09-04 | 1 | -0/+7 |
* | Resize should work within Grid details row (#9799) | Ansku | 2017-08-17 | 2 | -4/+82 |
* | Use separate identifier for push connections (#9150) | Olli Tietäväinen | 2017-08-10 | 2 | -22/+42 |
* | Added loop and preload attributes for media elements, fixed null poster (#9161) | Krassimir Valev | 2017-08-08 | 3 | -1/+39 |
* | Add missing @since tags for 7.7.97.7.10 | Olli Tietäväinen | 2017-06-12 | 5 | -0/+30 |
* | Fix issues in Grid with undefined height (#9118) | Teemu Suo-Anttila | 2017-04-20 | 1 | -8/+20 |
* | Fix removing rows over the cached range in Grid | Johannes Tuikkala | 2017-04-20 | 1 | -1/+9 |
* | Fix client-side memory leak caused by Grid events (#9062) | Aleksi Hietanen | 2017-04-19 | 7 | -71/+176 |
* | Fix calendar dateclick does not work when in readonly mode (#9065) | davidef | 2017-04-19 | 1 | -1/+1 |
* | Add @since tags for 7.7.8 (#8954)7.7.8 | Henri Sara | 2017-03-27 | 1 | -1/+1 |
* | Fix Flash expanding with percentage sizing (#8552) | Olli Tietäväinen | 2017-03-21 | 2 | -8/+107 |
* | Fix Panel.setScrollTop() for large values (#8563) | Olli Tietäväinen | 2017-03-09 | 1 | -0/+7 |
* | Fix client-side error when Upload in TabSheet and Push (#8779) | Ilia Motornyi | 2017-03-09 | 1 | -4/+6 |
* | Always calculate Escalator max row count the same way (#8740) | Artur | 2017-03-07 | 1 | -13/+19 |
* | Remove unnecessary full classnames and parenthesis from code (#8681) | Teemu Suo-Anttila | 2017-03-02 | 20 | -111/+68 |
* | Enable long tap emulation on iOS for context clicks (#8565) (#8570) | Teemu Suo-Anttila | 2017-02-15 | 1 | -1/+1 |
* | Fix toggling of WeekNumbers for PopupDateField. (#8405) (#8469) | caalador | 2017-02-08 | 1 | -0/+5 |
* | Update missing since tags for 7.7.7 (#8474)7.7.7 | Pekka Hyvönen | 2017-02-07 | 2 | -0/+4 |
* | Fix problem with re-opening the popup (#8446) (#8454) | caalador | 2017-02-07 | 1 | -5/+7 |
* | Fix caption updating in CustomLayout (#8415) | Artur | 2017-02-02 | 1 | -5/+7 |
* | Call "destroy" instead of "destory" in JavaScriptRenders (#8263) | Artur | 2017-02-01 | 1 | -4/+19 |
* | Use an actually transparent 1x1 image (#8407) | Artur | 2017-02-01 | 1 | -1/+1 |
* | Prevent reorder of frozen columns when there are hidden columns (#8278) | Artur | 2017-01-30 | 1 | -2/+1 |
* | Make it possible to disallow user selection in Grid (#8144) | Artur | 2017-01-30 | 9 | -6/+216 |
* | Fix absolute layout component sizing on size change in Vaadin7 (#8304) | caalador | 2017-01-23 | 1 | -0/+4 |
* | Flush the correct editor widget if there are hidden columns (#8276) | Artur | 2017-01-20 | 1 | -2/+2 |
* | Fix navigation using keyboard to frozen column when there are hidden columns ... | Artur | 2017-01-19 | 1 | -3/+1 |
* | Fix closing of modal window curtains while dragging and resizing (#8281) | Aleksi Hietanen | 2017-01-19 | 1 | -0/+2 |
* | Rename variables to indicate whether they use DOM index or Grid index (#8275) | Artur | 2017-01-19 | 2 | -51/+55 |
* | Properly end HTML5 drag operations when no drop is performed (#8242) | Artur | 2017-01-19 | 1 | -0/+1 |
* | Make it possible to deselect what was selected on the server (#8235) | Artur | 2017-01-13 | 1 | -2/+8 |
* | Reset selected icon when blurring a ComboBox (#8082) | Artur | 2017-01-12 | 1 | -5/+43 |
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-01-11 | 2 | -24/+8 |
* | Fix exception when Grid is inside a PopupView (#8157) | Artur | 2017-01-10 | 1 | -3/+8 |
* | reopen Grid details on attach, fixes #8015 (#8074) | Olli Tietäväinen | 2017-01-09 | 1 | -0/+8 |
* | Render font icon correctly on the 'more' menu item (#8126) | Artur | 2017-01-05 | 1 | -7/+6 |
* | Fix removal of hidden Grid columns (#8071) | Artur | 2016-12-23 | 1 | -2/+8 |
* | Use correct indexes in multiselect checkboxes after removing rows (#8072) | Artur | 2016-12-22 | 3 | -25/+38 |
* | Replace non-breaking spaces with space (#7957) | Artur | 2016-12-14 | 2 | -2/+2 |
* | Fix java packaging order (#106) | Teemu Suo-Anttila | 2016-12-09 | 1 | -1/+1 |
* | Move Grid event handlers to a list, add method to add custom handlers (#76)7.7.6 | Aleksi Hietanen | 2016-12-05 | 2 | -200/+286 |
* | Refactor Grid event handling methods to instances of a handler interface | Johannes Dahlström | 2016-12-01 | 1 | -127/+176 |
* | Start client-side Grid DOM event handling refactor | Johannes Dahlström | 2016-12-01 | 1 | -16/+33 |
* | Re-add body rows when Escalator is reattached to DOM (#20477) | Artur Signell | 2016-11-28 | 1 | -34/+14 |
* | Update @since tags for 7.7.5 | Pekka Hyvönen | 2016-11-25 | 3 | -0/+13 |
* | Fixed touch scrolling issue in Surface and WP devices (#18737)7.7.5 | Johannes Tuikkala | 2016-11-22 | 1 | -4/+96 |