summaryrefslogtreecommitdiffstats
path: root/compatibility-client
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring content modes for Grid cell tooltips (#10632)Ilia Motornyi2018-02-281-3/+12
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
* 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
* Add empty line at end of fileAhmed Ashour2017-09-2318-18/+18
* Fix javadoc references (#10067)Ahmed Ashour2017-09-236-9/+10
* Format curly brackets correctly for checkstyle (#10066)Ahmed Ashour2017-09-226-80/+36
* Remove unused methods. (#10058)Ahmed Ashour2017-09-224-57/+0
* Replace tab with spaces in .xml files (#10064)Ahmed Ashour2017-09-221-3/+3
* Replace tabs with spaces in Java filesHenri Sara2017-09-222-18/+18
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-2210-19/+19
* Fix unused parameters in javadoc (#10055)Ahmed Ashour2017-09-2113-52/+51
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-2114-49/+29
* 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
* Replace iterators with enhanced for loops (#10018)Ahmed Ashour2017-09-191-12/+7
* Fix javadoc typos (#9998)Ahmed Ashour2017-09-141-2/+2
* Add DOCTYPE for GWT module filesAhmed Ashour2017-09-141-0/+2
* Javadoc fixesAhmed Ashour2017-09-132-5/+5
* Simplify boolean expressionsAhmed Ashour2017-09-131-2/+2
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-1/+1
* Fix missing since tag in compatibility package GridAleksi Hietanen2017-08-301-1/+1
* Resize should work within Grid details row (#9808)Ansku2017-08-222-4/+82
* Make clicking checkbox label call focus listeners (#9271)Knoobie2017-05-111-3/+3