summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove Form and FormFieldFactoryArtur Signell2016-08-172-375/+0
* Update TextField to extend AbstractFieldNew (#51)Aleksi Hietanen2016-08-1716-585/+894
* Remove component dependencies from core framework classesArtur Signell2016-08-161-11/+13
* Move component drag'n'drop criteria to the correct packagesArtur Signell2016-08-164-21/+61
* Remove unused codeArtur Signell2016-08-161-35/+14
* Make OSGi work againArtur Signell2016-08-151-2/+2
* Update/remove empty @since for 7.7Henri Sara2016-08-152-8/+8
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-156-40/+134
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-123-6/+6
* Update to GWT 2.8.0-rc2Artur Signell2016-08-121-1/+1
* Remove unused GWT dependenciesArtur Signell2016-08-121-1/+1
* Move multi-select mode to AbstractSelectStateHenri Sara2016-08-111-2/+1
* Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-08-112-9/+12
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-111-0/+25
* Remove deprecated column based width support from selectsHenri Sara2016-08-113-28/+1
* Fix Grid height calculation when HeightMode.ROW (#20104, #20074)adam2016-08-115-1/+128
* Rename field in VFilterSelect.DataReceivedHandler for clarityHenri Sara2016-08-081-6/+6
* Update comment in VFilterSelect.resetSelection()Henri Sara2016-08-081-5/+3
* Clean javadoc/comments in ComboBoxConnectorHenri Sara2016-08-081-4/+1
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-7/+2
* Minor ComboBox client side cleanup (#19929)Henri Sara2016-08-082-27/+2
* Move combo box selection update logic to handler (#19929)Henri Sara2016-08-082-104/+142
* Move more combo logic to handler (#19929)Henri Sara2016-08-082-59/+63
* Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-08-082-121/+159
* Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-08-082-37/+31
* Refactor ComboBox pending selection handling (#19929)Henri Sara2016-08-082-81/+62
* Use accessors for combo internal state (#19929)Henri Sara2016-08-082-25/+114
* Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-08-082-17/+27