summaryrefslogtreecommitdiffstats
path: root/compatibility-client/src/main/java/com/vaadin/v7/client/widgets
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-112-2/+2
* Fix compatibility Grid column reorder of partially hidden joined cells. (#12427)Anna Koskinen2021-10-131-2/+5
* Applied save actions to compatibility Grid client-side classes. (#12389)8.14.0.beta1Anna Koskinen2021-08-272-78/+88
* Fix compatibility Grid column reorder with partially hidden joined cells (#12...Anna Koskinen2021-08-261-3/+6
* Update copyright year range. (#12215)Anna Koskinen2021-03-042-2/+2
* Fix to compatibility Grid sorting after removing multi-select. (#12012)Anna Koskinen2020-05-151-17/+33
* Catch exception that is thrown when Grid is scrolled during operation (#12002)Tatu Lund2020-05-141-7/+13
* Fix indexing issue in Compatibility Grid resize when scrolled to bottom. (#12...Anna Koskinen2020-05-131-0/+1
* Fix NPE in v7 compatibility Grid during datasource rebind (#11473)Tobse2019-03-271-3/+5
* formatting changesOlli Tietäväinen2018-12-041-6/+4
* removed unnecessary string concatenationOlli Tietäväinen2018-12-041-1/+1
* formatting changesOlli Tietäväinen2018-12-041-7/+6
* pick remaining changes from https://github.com/vaadin/framework/pull/10453Olli Tietäväinen2018-12-041-0/+5
* v7 Grid performance improvements picked to compatibility packageOlli Tietäväinen2018-12-041-137/+238
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-082-17/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-272-2/+2
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-4/+5
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-262-2/+3
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-261-9/+9
* Fix HTML tags inside code in javadoc (#10160)Ahmed Ashour2017-10-201-4/+2
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-201-2/+2
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Fix typos (#10158)Ahmed Ashour2017-10-102-2/+2
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-101-4/+3
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-022-14/+14
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-282-28/+30
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-222-46/+18
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-222-9/+9
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-212-14/+8
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-212-9/+9
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
* Fix missing since tag in compatibility package GridAleksi Hietanen2017-08-301-1/+1
* Resize should work within Grid details row (#9808)Ansku2017-08-221-0/+13
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-04-191-15/+27
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-04-191-58/+74
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-161-13/+19
* Fix JSNI calls in compatibility Escalator (#8783)Ilia Motornyi2017-03-091-8/+8
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-17/+0
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-072-176/+345
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-222-15/+37
* Move Grid event handlers to a list, add method to add custom handlersJohannes Dahlström2017-01-031-152/+190
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2017-01-031-133/+181
* Start client-side Grid DOM event handling refactorJohannes Dahlström2017-01-031-16/+33
* Update @since tags for 7.7.5Denis Anisimov2017-01-031-0/+2
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-151-49/+175
* Migrate Escalator changes to compatibility escalatorAleksi Hietanen2016-12-091-10/+28
* Small fixes to javadocselmot2016-12-011-1/+1
* Migrating 7.7.1, 7.7.2, 7.7.3 to V8.Denis Anisimov2016-10-031-72/+58