aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix removing rows from the middle of Escalator (#8826)Pekka Hyvönen2017-03-141-8/+2
* Correct license locationAhmed Ashour2017-03-142-6/+2
* Fix detach of grid when it contains frozen columns (#8803)Artur2017-03-131-2/+6
* Fix ComboBox popup location on scrolled pages in IE/Firefox Henri Sara2017-03-101-5/+13
* Initial implementation of ComponentRenderer for Grid (#8743)Teemu Suo-Anttila2017-03-091-0/+63
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-0814-40/+0
* Avoid double unregister of columns on the client sideArtur Signell2017-03-081-7/+7
* Fix client-side error when Upload in TabSheet and Push Johannes Tuikkala2017-03-071-4/+6
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-079-72/+96
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-072-25/+9
* Always load the deferred connector bundle (#8713)Leif Åstrand2017-03-073-18/+51
* Fix exception when no columns are shown (#8733)Artur2017-03-061-9/+17
* Fix js state partial updates (#8695)Leif Åstrand2017-03-011-6/+0
* Add @author and @since tags to drag and drop related new files (#8693) (#8694)Adam Wagner2017-03-012-0/+6
* Add initial implementation of TreeGrid (#8572)Aleksi Hietanen2017-02-235-0/+694
* Make DragSource extension/component available in DropEvent (#8636)Adam Wagner2017-02-222-1/+11
* Add support for rendering HTML in ButtonRenderer (#8606)Artur2017-02-222-1/+22
* Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597)Artur2017-02-221-1/+2
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-225-34/+56
* Translate "context://" to the context root of the web appArtur2017-02-222-3/+22
* Replace usage of getParent() to prevent client side NPE during onUnregister (...Adam Wagner2017-02-222-2/+18
* Fix since tags for 8.0 (#8575)Henri Sara2017-02-1629-42/+80
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-162-103/+218
* Enable long tap emulation on iOS for context clicks (#8565)Teemu Suo-Anttila2017-02-141-1/+1
* HTML5 Drag and Drop Support (#8264)Adam Wagner2017-02-102-0/+362