Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it possible to set a Resource as drag image (#9088) | Adam Wagner | 2017-04-25 | 1 | -0/+30 |
| | | | | | Fixes #8892 Note that IE and Edge are not covered by this change - see #8977 | ||||
* | Add support for frontend:// using separate es5 and es6 folders | Artur | 2017-04-24 | 2 | -0/+20 |
| | |||||
* | Fix race condition between rendering TreeGrid and setting up headers (#9105) | Teemu Suo-Anttila | 2017-04-21 | 2 | -16/+21 |
| | | | | | | * Fix race condition between rendering Grid and setting up headers * Remove Grid default headers when initializing the widget * Fix header clean up, add null check to select all checkbox | ||||
* | Remove unnecessary logging from setHeightByRows in Escalator | Teemu Suo-Anttila | 2017-04-20 | 1 | -10/+9 |
| | |||||
* | Fix changing primary style name for NativeSelect (#9016) | Artur | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6 | Henri Sara | 2017-04-19 | 5 | -45/+50 |
| | |||||
* | Wait for HTML imports to be processed and not only loaded (#9110) | Artur | 2017-04-19 | 1 | -1/+28 |
| | | | | Failing to do this might cause constructors and listeners in a Polymer element too be called too early in browsers which need the V1 polyfill. | ||||
* | Fix issues in Grid with undefined height (#9104) | Teemu Suo-Anttila | 2017-04-19 | 1 | -20/+35 |
| | |||||
* | Fix client-side memory leak caused by Grid events (#9103) | Aleksi Hietanen | 2017-04-19 | 9 | -82/+192 |
| | | | | | | Refactors AbstractGridKeyEvent, AbstractGridMouseEvent and their descendants to follow the pattern used in other GWT DomEvents. Fixes #7633 | ||||
* | Ignore all external events in the Profiler (#9033) | Artur | 2017-04-18 | 1 | -0/+6 |
| | | | | This fixes problems with profiling the initial paint: "SEVERE: Got end event for leftoversDownload.runAsync but is currently in null" | ||||
* | Schedule DOM reset after column size setting (#9011) | Henri Sara | 2017-04-18 | 1 | -1/+3 |
| | | | | Otherwise, the initial row height state update partly negates an earlier optimization for unnecessary column width calculation. | ||||
* | Composite component (#8952) | Artur | 2017-04-18 | 1 | -0/+90 |
| | | | | | | | | | | | | | | | | | A composite is included in the server side hierarchy and in the connector hierarchy on the client side but does not have its own widget or DOM. To ensure that captions etc are renderer correctly for the root contents, the client side connector returns both the widget and state for the content connector. Server side API related to width and height are automatically forwarded to the root component to enable easy use of the composite inside different layout configurations. Other server side API inherited from AbstractComponent is unwanted, should be optional and therefore throw an exception by default. Resolves #2458 | ||||
* | Indicate when multiple rows are dragged (#9087) | Adam Wagner | 2017-04-17 | 1 | -0/+46 |
| | | | | * Indicate when multiple rows are dragged (#8398) | ||||
* | Use separate identifier for push connections8.1.0.alpha5 | Aleksi Hietanen | 2017-04-13 | 2 | -6/+25 |
| | | | Closes #8700 | ||||
* | Create combined drop mode to allow both on_top and between drops (#9063) | Adam Wagner | 2017-04-13 | 1 | -0/+9 |
| | | | Resolves #8932 | ||||
* | Replace drag over class name with conventional ones (#9059) (#9076) | Pekka Hyvönen | 2017-04-13 | 2 | -26/+70 |
| | | | | | Generate drop target style names on every dragenter to make sure they match the primary style name. Fixes #9058 | ||||
* | Panel.setScrollTop() fails with impossibly large numbers | Olli Tietäväinen | 2017-04-13 | 1 | -0/+7 |
| | | | Fixes #1149 | ||||
* | Correctly set ListSelect style names | Artur | 2017-04-13 | 1 | -19/+10 |
| | | | Fixes #8901 | ||||
* | Notify a resource load listener many times if it has been added many times ↵ | Artur | 2017-04-13 | 1 | -3/+4 |
| | | | | | (#9075) This is what the javadoc promises and what DependencyLoader relies on | ||||
* | Provide GridLayout size and cell elements to JS and TB (#9019) | Artur | 2017-04-13 | 1 | -0/+44 |
| | |||||
* | Fix empty TreeGrid (#9067) | Aleksi Hietanen | 2017-04-12 | 1 | -1/+7 |
| | |||||
* | Remove Extension suffix from Grid DND classes (#9035) | Adam Wagner | 2017-04-12 | 2 | -24/+21 |
| | |||||
* | Make it possible to drop things between Grid rows (#8979) | Adam Wagner | 2017-04-12 | 2 | -11/+88 |
| | | | | Fixes #8401 | ||||
* | Provide dragged Grid items in server side (#8950) | Adam Wagner | 2017-04-12 | 2 | -18/+106 |
| | | | | Fixes #8931 | ||||
* | Make it possible to drop things on top of Grid rows (#8747) | Adam Wagner | 2017-04-12 | 4 | -33/+193 |
| | | | | Fixes #8400 | ||||
* | Make all selected rows draggable (#8746) | Adam Wagner | 2017-04-12 | 1 | -2/+82 |
| | | | | Fixes #8397 | ||||
* | Make Grid rows draggable (#8690) | Adam Wagner | 2017-04-12 | 4 | -12/+200 |
| | | | | | | It is possible to customize the drag data for each row. (#8706) Fixes #8396 | ||||
* | Fix initial expand of TreeGrid items | Aleksi Hietanen | 2017-04-11 | 1 | -10/+15 |
| | | | Fixes #9050 | ||||
* | Make Button component draggable (#9038) | Adam Wagner | 2017-04-10 | 2 | -1/+87 |
| | | | | | | * Make Button component draggable (#9037) * Add own state to button drag source | ||||
* | Remove compile-time mockito dependency from client module | Aleksi Hietanen | 2017-04-10 | 1 | -5/+0 |
| | |||||
* | Send view width as width and not height | Artur | 2017-04-06 | 1 | -2/+2 |
| | |||||
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 1 | -1/+80 |
| | | | | | | | | | | | | | | | | * Add server-side expand and collapse to TreeGrid * Add javadocs * Fix variable naming in TreeGridHugeTreeTest * Fix review comments * Merge remote-tracking branch 'github/master' into 8759-server-expand * Clear pending expands when all data is dropped * Add documentation | ||||
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
| | |||||
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 5 | -86/+84 |
| | | | Fixes #8758 | ||||
* | Correctly set style names for NativeSelect (#9006) | Artur | 2017-04-04 | 2 | -2/+9 |
| | | | Fixes #9005 | ||||
* | Fix Editor not saving values by pressing Enter (#8946) | Stephen Wellington | 2017-04-03 | 1 | -2/+2 |
| | | | Fixes #8945 | ||||
* | Fix column indexing when setting a renderer (#8976) | Teemu Suo-Anttila | 2017-03-30 | 1 | -4/+5 |
| | | | Fixes #8943 | ||||
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 2 | -0/+76 |
| | | | Closes #8377 | ||||
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 1 | -0/+14 |
| | | | Fixes #8667 | ||||
* | Fix NativeSelect inner component size (#8737) | Ilia Motornyi | 2017-03-28 | 1 | -0/+24 |
| | | | Fixes #8702 | ||||
* | Fix data not being sent again when adding DataGenerators (#8947) | Teemu Suo-Anttila | 2017-03-28 | 1 | -0/+6 |
| | | | | | | * Fix data not being sent again when adding DataGenerators * Fix header component detaching, revert early header cleanup | ||||
* | Fix removing rows over the cached range in Grid | Pekka Hyvönen | 2017-03-27 | 1 | -1/+9 |
| | | | | Fixes #8840 | ||||
* | Use computed style for Escalator size calculations (#8861) | Artur | 2017-03-27 | 2 | -59/+113 |
| | | | | | | | | | | | | | * Use computed style for Escalator size calculations The old method of using getBoundingClientRect does not work as expected if a transform has been applied to the element or one of its parents. For instance PopupView animates itself using a scale(0) -> scale(1) animation. When scale(0) is active, getBoundingClientRect will return 0 for all sizes while computed style ignores the transform and returns the expected value. Fixes #8793 | ||||
* | Use textContent instead of innerText in TextRenderer (#8936) | Henri Sara | 2017-03-27 | 1 | -1/+8 |
| | | | | | | | | * Use textContent instead of innerText in TextRenderer This improves standards compliance and reduces unnecessary layouting. Optimization suggested by Oskar Hýbl, Cleverbee solutions | ||||
* | Improve caching when expanding nodes in hierarchical data (#8902) | Teemu Suo-Anttila | 2017-03-24 | 1 | -3/+111 |
| | | | Fixes #8790 | ||||
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 2 | -3/+14 |
| | | | | | | | | * Add dropEffect parameter to DragEndEvent (#8895) * Remove drop effect from drop event (#8895) * Make sure that drop effect is not null | ||||
* | Add possibility to configure the content mode of TabSheet tabs (#8920) | Aleksi Hietanen | 2017-03-24 | 1 | -3/+2 |
| | | | Fixes #8590 | ||||
* | Fix default header content changes on init (#8921) | Teemu Suo-Anttila | 2017-03-24 | 1 | -12/+14 |
| | | | | | This patch also enables an old test that was pending #8128 Fixes vaadin/framework8-issues#556 | ||||
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 2 | -56/+118 |
| | | | Fixes #8846 | ||||
* | Remove support for transfer data type (#8910) | Adam Wagner | 2017-03-22 | 2 | -40/+7 |
| | | | | | | * Remove API for setting arbitrary drag data * Store the drag source component in the UI Fixes #8893 |