aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce frozen columns and height by rows to GridTeemu Suo-Anttila2016-09-011-0/+6
* Add simple data change handling for SelectsTeemu Suo-Anttila2016-09-019-8/+131
* Fix animation end listeners so they are always removed (#17903)Artur Signell2016-09-012-12/+43
* Format the project using Neon, remove trailing whitespaceArtur Signell2016-08-3115-15/+2
* Implement SingleSelection on client and serverJohannes Dahlström2016-08-315-1/+181
* Organize importsArtur Signell2016-08-301-1/+0
* Move and duplicate client side and state to compatibility packageArtur Signell2016-08-301-34/+0
* Added a fallback value for useragent (#20172)Matti Tahvonen2016-08-301-0/+3
* Fire actions before removing menu from the DOM (#20080)Matti Tahvonen2016-08-291-26/+21
* Implement DetailsGenerators for GridTeemu Suo-Anttila2016-08-292-1/+255
* Make window.vaadin.forceSync do something againArtur Signell2016-08-291-1/+3
* Implement new LabelArtur Signell2016-08-261-6/+0
* Move old TextField to compatibility packageArtur Signell2016-08-264-699/+7
* Move VOptionGroup and dependants to the compatibility packageArtur Signell2016-08-266-1504/+1
* Implement new ProgressBarAleksi Hietanen2016-08-261-0/+55
* Update TextArea to extend AbstractFieldNew (#53)Aleksi Hietanen2016-08-263-1/+182
* Move old PasswordField to compatibility packageArtur Signell2016-08-251-32/+0
* Convert LoginForm to use new TextFieldArtur Signell2016-08-251-15/+20
* Move Vaadin 7 CheckBox to compatibility packageArtur Signell2016-08-2515-63/+118
* Move Vaadin 7 CustomField to compatibility packageArtur Signell2016-08-251-25/+0
* Use RPC for TextField cursor position and selection range updatesArtur Signell2016-08-251-27/+35
* Cleanup of TextFieldArtur Signell2016-08-251-33/+22
* Allow multiple data change handlers in client-side data sourcesTeemu Suo-Anttila2016-08-255-144/+159
* Add a typed version of the Grid componentTeemu Suo-Anttila2016-08-242-0/+221
* Fix TextField and related testsAleksi Hietanen2016-08-232-2/+21
* Rename packages in compatibility-client to use com.vaadin.v7Artur Signell2016-08-2225-110/+0
* Move ProgressBar/ProgressIndicator to compatibility packageArtur Signell2016-08-222-131/+0
* Move and rename server classes which go into the compatibility packageArtur Signell2016-08-224-8/+8
* Move DateField and old validators to compatibility packageArtur Signell2016-08-203-90/+0
* Move TextArea to compatibility packageArtur Signell2016-08-202-430/+0
* Move RichTextArea to compatibility packageArtur Signell2016-08-203-975/+0
* Organize importsArtur Signell2016-08-2013-7/+13
* Move remaining selects and container implementations to compatibility packageArtur Signell2016-08-2043-14686/+0
* Move Table/TreeTable to compatibility packageArtur Signell2016-08-205-10040/+0
* Move selects to compatibility packageArtur Signell2016-08-205-342/+0
* Move FieldGroup and Vaadin 7 Grid to compatibility packageArtur Signell2016-08-2017-2971/+1
* CustomField migration to new AbstractField (#61).Denis Anisimov2016-08-191-0/+25
* Define common test dependencies in the main pom fileArtur Signell2016-08-181-13/+0
* Define dependency version in the main pom fileArtur Signell2016-08-181-6/+3
* Implement new PasswordField (#52)Aleksi Hietanen2016-08-184-6/+72
* Rename legacy packages to v7Artur Signell2016-08-1815-30/+30
* Add DataCommunicator for data communication of ListingsTeemu Suo-Anttila2016-08-183-1/+194
* Remove IE8-IE10 client side codeArtur Signell2016-08-1841-1181/+159
* Add Listing interface and minimalistic abstract implementationTeemu Suo-Anttila2016-08-181-0/+28
* Rename Grid into LegacyGridelmot2016-08-185-5/+6
* Update copyright year to 2016Artur Signell2016-08-18512-512/+512
* Remove trailing whitespace from code and javadocArtur Signell2016-08-18490-4645/+4645
* Format using Eclipse NeonArtur Signell2016-08-18252-3466/+3868
* Flush the active connector before executing a shortcut actionArtur Signell2016-08-174-136/+57
* Flush the active connector before closing a browser window/tabArtur Signell2016-08-171-32/+28