| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Remove CustomFieldState (#20468) | Pekka Hyvönen | 2016-11-22 | 1 | -6/+0 |
* | Mark TextField/TextArea as busy when a text change event is pending (#20469) | Artur Signell | 2016-11-21 | 1 | -1/+7 |
* | Add lazy/simple resize mode to Grid (#20108) | Patrik Lindström | 2016-11-17 | 3 | -61/+200 |
* | Fixed drag and drop failure when message dragged from email client (#20451) | adam | 2016-11-16 | 1 | -2/+5 |
* | Prevent adding several scrollbar handlers (#19189). | Denis Anisimov | 2016-11-14 | 1 | -0/+6 |
* | Make clicking outside a ComboBox add a pending new item (#18366) | Artur Signell | 2016-11-11 | 1 | -0/+3 |
* | Revert "Fixed touch scrolling issue in Surface and WP devices (#18737)" | Artur Signell | 2016-11-11 | 2 | -80/+4 |
* | Update @since tag for 7.7.4. | Denis Anisimov | 2016-11-08 | 1 | -1/+1 |
* | Fixed touch scrolling issue in Surface and WP devices (#18737) | Johannes Tuikkala | 2016-11-08 | 2 | -4/+80 |
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-11-03 | 6 | -26/+98 |
* | Ensure #cell[N] always scrolls row N into view (#20423) | Artur Signell | 2016-10-28 | 1 | -9/+13 |
* | Publish Escalator.getBodyRowCount to JS (#20344) | Artur Signell | 2016-10-28 | 1 | -11/+27 |
* | Allow defining a focus delegate component for CustomField (#20336) | Artur Signell | 2016-10-26 | 2 | -3/+97 |
* | Allow a resize listener to fire a resize listener (#20338) | Artur Signell | 2016-10-25 | 1 | -3/+4 |
* | Make modal window block shortcuts for underlying components (#20366) | Artur Signell | 2016-10-24 | 2 | -0/+14 |
* | Make Grid isWorkPending wait for scroll events to complete (#20417) | Artur Signell | 2016-10-20 | 1 | -1/+12 |
* | Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ... | Sebastian Nyholm | 2016-09-26 | 1 | -1/+1 |
* | Format project pom files using correct settings (4 spaces) | Artur Signell | 2016-09-25 | 1 | -144/+144 |
* | Use requestAnimationFrame when scrolling in Grid (#20294) | Artur Signell | 2016-09-20 | 1 | -3/+27 |
* | Make initially disabled grid work when enabled (#20240) | Artur Signell | 2016-09-20 | 5 | -16/+40 |
* | Change javadoc to a style Eclipse formatter can handle | Artur Signell | 2016-09-20 | 1 | -5/+3 |
* | Format Java files using Eclipse Neon and Vaadin settings | Artur Signell | 2016-09-20 | 503 | -8024/+8437 |
* | Fix assertion error when column widths are calculated | Artur Signell | 2016-09-20 | 1 | -1/+2 |
* | Ensure temporary layout manager state is cleared at the end of a layout phase | Artur Signell | 2016-09-16 | 1 | -0/+7 |