summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add missing since for 8.0.7Teemu Suo-Anttila2017-07-111-0/+3
* Fix displaying Grid sort order set from server (#9530)Teemu Suo-Anttila2017-07-111-3/+25
* Add handler for row height changing in GridTeemu Suo-Anttila2017-07-111-0/+6
* Show empty selection caption in ComboBox (#9468)Teemu Suo-Anttila2017-07-112-6/+33
* Fix resetting of last filter in VComboBox (#9381)Matti Tahvonen2017-07-111-1/+0
* Make clicking checkbox label call focus listeners (#9271)Knoobie2017-07-111-3/+3
* Add since tags for 8.0.68.0.6Teemu Suo-Anttila2017-05-081-0/+1
* Remove unnecessary logging from setHeightByRows in EscalatorTeemu Suo-Anttila2017-05-081-1/+0
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-05-081-49/+43
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-05-086-65/+170
* Ignore all external events in the Profiler (#9033)Artur2017-05-081-0/+6
* Use separate identifier for push connectionsAleksi Hietanen2017-05-082-6/+25
* Correctly set ListSelect style namesArtur2017-05-081-19/+10
* Notify a resource load listener many times if it has been added many times (#...Artur2017-05-081-3/+4
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-05-081-0/+44
* Remove compile-time mockito dependency from client moduleAleksi Hietanen2017-05-081-5/+0
* Send view width as width and not heightArtur2017-05-081-2/+2
* Correctly set style names for NativeSelect (#9006)Artur2017-05-082-2/+9
* Fix Editor not saving values by pressing Enter (#8946)Stephen Wellington2017-05-081-2/+2
* Fix column indexing when setting a renderer (#8976)Teemu Suo-Anttila2017-05-081-4/+5
* Add missing @since for 8.0.5 and 7.7.88.0.5Pekka Hyvönen2017-03-302-1/+3
* Fix Panel.setScrollTop() for large values (#8563)Olli Tietäväinen2017-03-301-0/+7
* Fix NativeSelect inner component size (#8737)Ilia Motornyi2017-03-301-0/+24
* Fix data not being sent again when adding DataGenerators (#8947)Teemu Suo-Anttila2017-03-301-0/+6
* Fix removing rows over the cached range in GridPekka Hyvönen2017-03-301-1/+9
* Use computed style for Escalator size calculations (#8861)Artur2017-03-302-59/+113
* Fix default header content changes on init (#8921)Teemu Suo-Anttila2017-03-301-12/+14
* 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
* Support data-location attribute in CustomLayout (#8866)Henri Sara2017-03-221-0/+4
* Add @since 8.0.3 tags8.0.3elmot2017-03-162-0/+6
* 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
* Allow changing renderers after column creation (#8841)Teemu Suo-Anttila2017-03-161-1/+5
* Fix removing rows from the middle of Escalator (#8826)Pekka Hyvönen2017-03-161-8/+2
* Correct license locationAhmed Ashour2017-03-162-6/+2
* Fix detach of grid when it contains frozen columns (#8803)Artur2017-03-161-2/+6
* Fix ComboBox popup location on scrolled pages in IE/Firefox Henri Sara2017-03-161-5/+13
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-1614-40/+0
* Avoid double unregister of columns on the client sideArtur Signell2017-03-161-7/+7
* Fix client-side error when Upload in TabSheet and Push Johannes Tuikkala2017-03-161-4/+6
* Always load the deferred connector bundle (#8713)Leif Åstrand2017-03-163-18/+51
* Add support for rendering HTML in ButtonRenderer (#8606)Artur2017-03-162-1/+22
* Support Vaadin custom protocols in Vaadin-Refresh redirects (#8597)Artur2017-03-161-1/+2
* Translate "context://" to the context root of the web appArtur2017-03-162-3/+22
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-079-72/+96
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-072-25/+9
* Fix exception when no columns are shown (#8733)Artur2017-03-071-9/+17
* Fix js state partial updates (#8695)Leif Åstrand2017-03-071-6/+0