summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Composite component (#8952)Artur2017-04-181-0/+90
* Indicate when multiple rows are dragged (#9087)Adam Wagner2017-04-171-0/+46
* Use separate identifier for push connections8.1.0.alpha5Aleksi Hietanen2017-04-132-6/+25
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-131-0/+9
* Replace drag over class name with conventional ones (#9059) (#9076)Pekka Hyvönen2017-04-132-26/+70
* Panel.setScrollTop() fails with impossibly large numbersOlli Tietäväinen2017-04-131-0/+7
* Correctly set ListSelect style namesArtur2017-04-131-19/+10
* Notify a resource load listener many times if it has been added many times (#...Artur2017-04-131-3/+4
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-04-131-0/+44
* Fix empty TreeGrid (#9067)Aleksi Hietanen2017-04-121-1/+7
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-122-24/+21
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-122-11/+88
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-122-18/+106
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-124-33/+193
* Make all selected rows draggable (#8746)Adam Wagner2017-04-121-2/+82
* Make Grid rows draggable (#8690)Adam Wagner2017-04-124-12/+200
* Fix initial expand of TreeGrid itemsAleksi Hietanen2017-04-111-10/+15
* Make Button component draggable (#9038)Adam Wagner2017-04-102-1/+87
* Remove compile-time mockito dependency from client moduleAleksi Hietanen2017-04-101-5/+0
* Send view width as width and not heightArtur2017-04-061-2/+2
* Add server-side expand and collapse to TreeGrid (#9021)Aleksi Hietanen2017-04-061-1/+80
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
* TreeGrid keyboard navigation Ilia Motornyi2017-04-055-86/+84
* Correctly set style names for NativeSelect (#9006)Artur2017-04-042-2/+9
* Fix Editor not saving values by pressing Enter (#8946)Stephen Wellington2017-04-031-2/+2
* Fix column indexing when setting a renderer (#8976)Teemu Suo-Anttila2017-03-301-4/+5
* Implement LocalDateRenderer and LocalDateTimeRenderer (#8955)Aleksi Hietanen2017-03-302-0/+76
* Add Grid.setRowHeight() (#8935)Henri Sara2017-03-291-0/+14
* Fix NativeSelect inner component size (#8737)Ilia Motornyi2017-03-281-0/+24
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-281-0/+6
* Fix removing rows over the cached range in GridPekka Hyvönen2017-03-271-1/+9
* Use computed style for Escalator size calculations (#8861)Artur2017-03-272-59/+113
* Use textContent instead of innerText in TextRenderer (#8936)Henri Sara2017-03-271-1/+8
* Improve caching when expanding nodes in hierarchical data (#8902)Teemu Suo-Anttila2017-03-241-3/+111
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-242-3/+14
* Add possibility to configure the content mode of TabSheet tabs (#8920)Aleksi Hietanen2017-03-241-3/+2
* Fix default header content changes on init (#8921)Teemu Suo-Anttila2017-03-241-12/+14
* Add feature to disable collapsing items in TreeGrid (#8879)Teemu Suo-Anttila2017-03-232-56/+118
* Remove support for transfer data type (#8910)Adam Wagner2017-03-222-40/+7
* Fix Flash expanding with percentage sizing (#8898)Olli Tietäväinen2017-03-222-8/+107
* Check Trident version to detect compatibility mode (#8884)Dos Moonen2017-03-221-0/+36
* Optimize grid by avoiding redundant row refreshes (#8874)Henri Sara2017-03-221-6/+21
* Deprecate old DnD functionality (#8864)Pekka Hyvönen2017-03-2227-11/+183
* Add missing since tags for 8.1.0.alpha1 (#8888)Henri Sara2017-03-211-2/+2
* Add @since 8.0.3 tagselmot2017-03-212-0/+6
* Support data-location attribute in CustomLayout (#8866)Henri Sara2017-03-201-0/+4
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-161-13/+19
* Remove unnecessary width calculation on Grid initial render (#8848)Henri Sara2017-03-162-31/+56
* Hierarchical data (#8842)Aleksi Hietanen2017-03-163-26/+135
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-152-19/+34