summaryrefslogtreecommitdiffstats
path: root/compatibility-client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detect Chrome on iOS as Chrome + Webkit (#9138)Artur2017-04-252-5/+4
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-04-191-15/+27
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-04-196-64/+169
* Add missing methods to compatibility AbstractRendererConnectorHenri Sara2017-04-181-0/+45
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-1/+1
* Always calculate Escalator max row count the same way (#8740)Artur2017-03-161-13/+19
* Fix Upload and push in TabSheet (#8782)Ilia Motornyi2017-03-093-6/+8
* Fix JSNI calls in compatibility Escalator (#8783)Ilia Motornyi2017-03-091-8/+8
* Remove extra empty javadocs before package declaration (#8776)Ahmed Ashour2017-03-084-10/+0
* Revert multi select using state changeTeemu Suo-Anttila2017-03-071-2/+2
* Restore column based width for compatibility selectsTeemu Suo-Anttila2017-03-073-7/+25
* Revert html content through shared state for OptionGroupTeemu Suo-Anttila2017-03-072-14/+9
* Add missing since, remove unused commandTeemu Suo-Anttila2017-03-071-17/+0
* Synchronize code between V7 and compatibility packageTeemu Suo-Anttila2017-03-0731-236/+636
* Revert diamond operator changesTeemu Suo-Anttila2017-03-079-54/+55
* Remove unnecessary full classname referencesTeemu Suo-Anttila2017-03-0710-25/+26
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-224-24/+45
* Fix toggling of WeekNumbers for DateTimeField. (#8468)caalador2017-02-071-0/+5
* Fix problem with re-opening the popup (#8446) (#8451)caalador2017-02-061-1/+3
* Make compatibility aliases for isRequiredIndicatorVisible() (#8372)Denis2017-01-301-0/+16
* Refactor AbstractDateField. (#8146)Denis2017-01-101-4/+4
* Make it easy to run Sonar on the project (#8118)Artur2017-01-031-1/+4
* Move Grid event handlers to a list, add method to add custom handlersJohannes Dahlström2017-01-032-152/+224
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2017-01-031-133/+181
* Start client-side Grid DOM event handling refactorJohannes Dahlström2017-01-031-16/+33
* Update @since tags for 7.7.5Denis Anisimov2017-01-032-0/+7
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-152-3/+92
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-153-62/+199
* Provide configuration for events order in month and week viewsDenis2016-12-143-50/+209
* Migrate Escalator changes to compatibility escalatorAleksi Hietanen2016-12-091-10/+28