aboutsummaryrefslogtreecommitdiffstats
path: root/compatibility-client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix NPE in v7 compatibility Grid during datasource rebind (#11473)Tobse2019-03-271-3/+5
* Making V8 ReadOnly TextField select row in table upon clicking (#11480)Anastasia Smirnova2019-03-271-1/+4
* Make improve of caching for hierarchical data optional (#11501)Klaudeta2019-03-211-0/+5
* Fix initially selected CheckBox rendering in Safari in v7 compatibility packa...Koen De Cock2019-02-141-0/+19
* Complete the empty since tag (#11371)8.7.0.alpha1Sun Zhe2018-12-131-1/+1
* added newlines to the end of filesOlli Tietäväinen2018-12-042-2/+2
* 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-042-175/+296
* picked fix to #10453 to compatibility packageOlli Tietäväinen2018-12-042-0/+120
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-083-17/+17
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-131-1/+1
* 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
* Fix MultiSelectionRenderer right-click exception (#10944)Ilia Motornyi2018-05-231-3/+1
* Update copyright year (#10761)Ilia Motornyi2018-03-27210-210/+210
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-151-3/+12
* Use Logger instead of VConsole (#10249)Ahmed Ashour2017-11-069-28/+66
* Use local variable for getWidget(). (#10253)Ahmed Ashour2017-10-3110-282/+290
* Fix end of line comments, which were made by automatic formatter (#10234)Ahmed Ashour2017-10-314-21/+29
* 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-2619-87/+88
* Remove trailing spaces (#10224)Ahmed Ashour2017-10-268-27/+27
* Fix typos (#10213)Ahmed Ashour2017-10-202-3/+3
* Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182)Ahmed Ashour2017-10-203-12/+17
* 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-206-14/+14
* Fix some checkstyle warnings (#10179)Ahmed Ashour2017-10-131-1/+1
* Use Collection.isEmpty() (#10172)Ahmed Ashour2017-10-127-15/+15
* Fix typos (#10158)Ahmed Ashour2017-10-104-16/+16
* Remove unneeded .toString() (#10141)Ahmed Ashour2017-10-102-6/+4
* Use StringBuilder instead of StringBuffer (#10154)Ahmed Ashour2017-10-093-3/+3
* 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-0246-242/+244
* 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-2813-62/+70
* 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-233-3/+3