aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-client/src/main/java/com/vaadin/v7/client/ui
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1197-97/+97
* Update copyright year range. (#12215)Anna Koskinen2021-03-0497-97/+97
* 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
* Moving disableBrowserAutocomplete to WidgetUtil and change widgets to use it ...Tatu Lund2020-05-252-17/+5
* 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
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11524)Tatu Lund2019-04-101-1/+6
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-294-14/+29
* Making V8 ReadOnly TextField select row in table upon clicking (#11480)Anastasia Smirnova2019-03-271-1/+4
* Fix initially selected CheckBox rendering in Safari in v7 compatibility packa...Koen De Cock2019-02-141-0/+19
* Ported change from 7.7 to compatibility - ComboBox popup position while scrol...Ilia Motornyi2018-07-161-4/+65
* Use random string for autocomplete attribute (#10950)Ilia Motornyi2018-06-011-1/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-2797-97/+97
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-069-28/+66
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-319-257/+262
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-313-17/+24
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-317-16/+9
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-2614-74/+74
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-265-9/+9
* Fix typos (#10213)Ahmed Ashour2017-10-202-3/+3
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-203-12/+17
* Add spaces after 'if' and 'for' in JavaScript (#10199)Ahmed Ashour2017-10-204-11/+11
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-131-1/+1
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-124-9/+8
* Fix typos (#10158)Ahmed Ashour2017-10-102-14/+14
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-092-2/+2
* Fix typos (#10124)Ahmed Ashour2017-10-043-16/+17
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-13/+9
* Simplify conditional logic. (#10122)Ahmed Ashour2017-10-021-5/+1
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0231-205/+206
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-298-77/+47
* UIDL to implement Iterable (#10101)Ahmed Ashour2017-09-299-50/+39
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-287-20/+25
* Use single character for StringBuilder.append (#10102)Ahmed Ashour2017-09-282-4/+4
* Fix typos (#10095)Ahmed Ashour2017-09-273-33/+56
* Implement error level on client side (#9817)Adam Wagner2017-09-272-1/+9
* Fix typos (#10071)Ahmed Ashour2017-09-251-1/+1
* Construct array inline (#10068)Ahmed Ashour2017-09-232-2/+2
* Fix javadoc references (#10067)Ahmed Ashour2017-09-231-2/+1
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-221-5/+3
* Remove unused methods. (#10058)Ahmed Ashour2017-09-224-57/+0
* Replace tabs with spaces in Java filesHenri Sara2017-09-222-18/+18
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-223-3/+3
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-215-23/+32
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-215-32/+12
* Access static members in a static way (#10054)Ahmed Ashour2017-09-211-1/+1
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-217-12/+12
* Implement hashCode() when implementing equals()Ahmed Ashour2017-09-192-4/+21