aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-server/src/main/java/com/vaadin/v7/ui
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1180-80/+80
* Code cleanup (#12333)Anna Koskinen2021-07-085-46/+60
* Include compatibility tests in validation builds (#12250)Anna Koskinen2021-03-261-0/+3
* Update copyright year range. (#12215)Anna Koskinen2021-03-0480-80/+80
* Row Generator fixes (#12027)Andrey B. Panfilov2020-08-121-33/+67
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-037-28/+34
* Sanitize caption used in compatibility Grid header (#12018)Anna Koskinen2020-05-201-0/+2
* Fix compatibility ComboBox filtering when page length is zero. (#12016)Anna Koskinen2020-05-201-1/+3
* Table / TreeTable multiselect disabling of touch detection (#12014)Anna Koskinen2020-05-191-1/+35
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-1/+2
* Update copyright year (#10761)Ilia Motornyi2018-03-2780-80/+80
* 8.3.2 since (#10678)Ilia Motornyi2018-03-051-4/+4
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-11/+87
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-061-1/+0
* Fix javadoc ending (#10274)Ahmed Ashour2017-11-069-50/+50
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-314-8/+9
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-319-17/+12
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-266-59/+57
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-265-28/+28
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-203-5/+8
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-125-8/+7
* Remove redundant null checks before an instanceof (#10173)Ahmed Ashour2017-10-121-4/+3
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+1
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-105-20/+16
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-091-1/+1
* Fix typos (#10124)Ahmed Ashour2017-10-041-2/+2
* Remove unneeded .toArray() (#10131)Ahmed Ashour2017-10-031-7/+5
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-023-38/+30
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-0236-224/+235
* Use enhanced for loop instead of Iterator. (#10100)Ahmed Ashour2017-09-2910-131/+79
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-285-21/+22
* Fix typos (#10095)Ahmed Ashour2017-09-273-39/+46
* Eliminate the use of AWT in non-test code (#10094)Henri Sara2017-09-271-3/+21
* Implement error level on client side (#9817)Adam Wagner2017-09-271-0/+1
* Fix typos (#10071)Ahmed Ashour2017-09-253-3/+3
* Construct array inline (#10068)Ahmed Ashour2017-09-231-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-233-14/+19
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-225-39/+23
* Remove unused methods. (#10058)Ahmed Ashour2017-09-222-16/+0
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-226-24/+24
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-215-13/+9
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-215-10/+10
* Use String.isEmpty() (#10045)Ahmed Ashour2017-09-215-6/+6
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-4/+0
* Use simple class namesAhmed Ashour2017-09-2012-35/+36
* Remove unneeded ArrayList constructionAhmed Ashour2017-09-191-2/+2
* Javadoc fixesAhmed Ashour2017-09-132-7/+7
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
* Fix occasional empty rows in Table and TreeTable (#9800)Henri Sara2017-08-091-48/+1
* Update hierarchical data related deprecation messages (#9558)Henri Sara2017-06-202-2/+2