| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an initial version of Tree component (#9212) | Teemu Suo-Anttila | 2017-05-02 | 1 | -0/+22 |
* | Fixes repackaging the whole elemental into shared. (#9207) | Ilia Motornyi | 2017-05-02 | 1 | -1/+1 |
* | Improve expand and collapse of items in TreeGrid (#9159) | Aleksi Hietanen | 2017-05-02 | 1 | -10/+12 |
* | Add since tags for 8.1 | Henri Sara | 2017-04-27 | 4 | -0/+32 |
* | Add an option for defining number of visible items in a NativeSelect (#9109) | Artur | 2017-04-26 | 1 | -0/+4 |
* | Make TreeGrid follow framework style conventions | Aleksi Hietanen | 2017-04-26 | 1 | -1/+5 |
* | Detect Chrome on iOS as Chrome + Webkit (#9138) | Artur | 2017-04-25 | 1 | -2/+18 |
* | Clarify javadoc for OSGi related interfaces | Henri Sara | 2017-04-25 | 2 | -0/+10 |
* | Add missing fields to OSGi manifests | Henri Sara | 2017-04-25 | 1 | -0/+2 |
* | Convenience API for registering themes and widgetsets | Mirjan Merruko | 2017-04-25 | 5 | -32/+372 |
* | Add OSGi support #8830 #8827 #8828 #8829 | Mirjan Merruko | 2017-04-25 | 5 | -23/+299 |
* | Make it possible to set a Resource as drag image (#9088) | Adam Wagner | 2017-04-25 | 1 | -0/+2 |
* | Add support for frontend:// using separate es5 and es6 folders | Artur | 2017-04-24 | 3 | -1/+78 |
* | Include charset in text/html responses (#8777) (#9123) | Ilia Motornyi | 2017-04-21 | 1 | -0/+5 |
* | Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6 | Henri Sara | 2017-04-19 | 7 | -21/+20 |
* | Composite component (#8952) | Artur | 2017-04-18 | 1 | -0/+27 |
* | Add LoadStyle.NONE for completely omitting a connector | Leif Åstrand | 2017-04-13 | 1 | -1/+7 |
* | Use separate identifier for push connections8.1.0.alpha5 | Aleksi Hietanen | 2017-04-13 | 1 | -1/+8 |
* | Create combined drop mode to allow both on_top and between drops (#9063) | Adam Wagner | 2017-04-13 | 2 | -0/+22 |
* | Correctly set ListSelect style names | Artur | 2017-04-13 | 1 | -1/+2 |
* | Remove Extension suffix from Grid DND classes (#9035) | Adam Wagner | 2017-04-12 | 4 | -6/+6 |
* | Make it possible to drop things between Grid rows (#8979) | Adam Wagner | 2017-04-12 | 4 | -1/+86 |
* | Provide dragged Grid items in server side (#8950) | Adam Wagner | 2017-04-12 | 2 | -1/+51 |
* | Make it possible to drop things on top of Grid rows (#8747) | Adam Wagner | 2017-04-12 | 3 | -5/+67 |
* | Make Grid rows draggable (#8690) | Adam Wagner | 2017-04-12 | 1 | -0/+38 |
* | Fix initial expand of TreeGrid items | Aleksi Hietanen | 2017-04-11 | 1 | -0/+5 |
* | Make Button component draggable (#9038) | Adam Wagner | 2017-04-10 | 1 | -0/+26 |
* | Add server-side expand and collapse to TreeGrid (#9021) | Aleksi Hietanen | 2017-04-06 | 2 | -1/+50 |
* | Snapshot version update to 8.1 (#9023) | Ilia Motornyi | 2017-04-05 | 1 | -1/+1 |
* | TreeGrid keyboard navigation | Ilia Motornyi | 2017-04-05 | 2 | -0/+75 |
* | Implement LocalDateRenderer and LocalDateTimeRenderer (#8955) | Aleksi Hietanen | 2017-03-30 | 2 | -0/+52 |
* | Add Grid.setRowHeight() (#8935) | Henri Sara | 2017-03-29 | 1 | -1/+10 |
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 2 | -4/+6 |
* | Add possibility to configure the content mode of TabSheet tabs (#8920) | Aleksi Hietanen | 2017-03-24 | 1 | -0/+3 |
* | Add feature to disable collapsing items in TreeGrid (#8879) | Teemu Suo-Anttila | 2017-03-23 | 1 | -1/+2 |
* | Remove support for transfer data type (#8910) | Adam Wagner | 2017-03-22 | 2 | -24/+11 |
* | Check Trident version to detect compatibility mode (#8884) | Dos Moonen | 2017-03-22 | 1 | -8/+10 |
* | Add missing since tags for 8.1.0.alpha1 (#8888) | Henri Sara | 2017-03-21 | 2 | -1/+3 |
* | Add more 8.0.3 since tags | Henri Sara | 2017-03-21 | 1 | -0/+4 |
* | Add @since 8.0.3 tags | elmot | 2017-03-21 | 1 | -0/+2 |
* | Fix some javadoc errors (#8873) | Ahmed Ashour | 2017-03-20 | 1 | -1/+1 |
* | Hierarchical data (#8842) | Aleksi Hietanen | 2017-03-16 | 3 | -3/+57 |
* | Initial implementation of ComponentRenderer for Grid (#8743) | Teemu Suo-Anttila | 2017-03-09 | 1 | -0/+26 |
* | Remove tracking of unregistered connectors (#8153) | Aleksi Hietanen | 2017-03-07 | 1 | -2/+0 |
* | Add @author and @since tags to drag and drop related new files (#8693) (#8694) | Adam Wagner | 2017-03-01 | 6 | -0/+18 |
* | Add initial implementation of TreeGrid (#8572) | Aleksi Hietanen | 2017-02-23 | 3 | -0/+95 |
* | Make DragSource extension/component available in DropEvent (#8636) | Adam Wagner | 2017-02-22 | 1 | -1/+3 |
* | Add support for rendering HTML in ButtonRenderer (#8606) | Artur | 2017-02-22 | 1 | -1/+1 |
* | Pick changes from 7.7.7 (#8577) | Teemu Suo-Anttila | 2017-02-22 | 1 | -1/+1 |
* | Translate "context://" to the context root of the web app | Artur | 2017-02-22 | 2 | -0/+24 |