aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VScrollTable.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-111-1/+1
* Update copyright year range. (#12215)Anna Koskinen2021-03-041-1/+1
* Fix to natural column width calculations in Table footer. (#12074)Anna Koskinen2020-08-131-1/+1
* Row Generator fixes (#12027)Andrey B. Panfilov2020-08-121-1/+2
* Table / TreeTable multiselect disabling of touch detection (#12014)Anna Koskinen2020-05-191-2/+9
* Fix incorrect position of column selector in MPR (#11953)Tatu Lund2020-04-211-3/+5
* Fix issue where Chrome refused to select text in Table (#11709) (#11818)Anna Koskinen2019-11-211-2/+2
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-291-6/+16
* Making V8 ReadOnly TextField select row in table upon clicking (#11480)Anastasia Smirnova2019-03-271-1/+4
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-6/+5
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-311-11/+17
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-311-2/+1
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-261-34/+34
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-201-5/+6
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-201-1/+1
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-121-1/+1
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* Fix typos (#10124)Ahmed Ashour2017-10-041-2/+2
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-021-11/+7
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-021-27/+27
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-291-35/+23
* UIDL to implement Iterable (#10101)Ahmed Ashour2017-09-291-20/+14
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-8/+8
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-281-1/+1
* Fix typos (#10095)Ahmed Ashour2017-09-271-20/+38
* Remove unused methods. (#10058)Ahmed Ashour2017-09-221-12/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-1/+1
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-211-4/+8
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-211-2/+2
* Implement hashCode() when implementing equals()Ahmed Ashour2017-09-191-4/+9
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-12/+7
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-2/+2
* Javadoc fixesAhmed Ashour2017-09-131-2/+2
* Detect Chrome on iOS as Chrome + Webkit (#9138)Artur2017-04-251-4/+3
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-071-0/+1
* Small fixes to javadocselmot2016-12-011-1/+1
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-311-3/+1
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-2/+2
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-1/+0
* Move old TextField to compatibility packageArtur Signell2016-08-261-3/+2
* Rename packages in compatibility-client to use com.vaadin.v7Artur Signell2016-08-221-0/+8424