aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-07-291-7/+2
* Add PasswordField, TextArea, missing API to AbstractTextFieldAleksi Hietanen2016-07-296-33/+291
* Minor ComboBox client side cleanup (#19929)Henri Sara2016-07-222-27/+2
* Move combo box selection update logic to handler (#19929)Henri Sara2016-07-222-90/+136
* Move more combo logic to handler (#19929)Henri Sara2016-07-212-59/+63
* Use a separate data received handler in VFilterSelect (#19929)Henri Sara2016-07-212-119/+156
* Move combo popup opener clicked flag to connector (#19929)Henri Sara2016-07-212-36/+30
* Move data model classes to a more appropriate packageJohannes Dahlström2016-07-211-1/+1
* Refactor ComboBox pending selection handling (#19929)Henri Sara2016-07-212-80/+62
* Use accessors for combo internal state (#19929)Henri Sara2016-07-212-25/+114
* Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-07-212-17/+27
* Request ComboBox pages with RPC (#19929)Henri Sara2016-07-211-6/+2
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-07-211-11/+2
* Move ComboBox pageLength to state (#19929)Henri Sara2016-07-212-6/+2
* Send ComboBox selection with RPC (#19929)Henri Sara2016-07-212-7/+5
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-07-212-10/+52
* Create new items with RPC (#19929)Henri Sara2016-07-211-2/+1
* Move ComboBox communication to connector (#19929)Henri Sara2016-07-212-25/+94
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-07-211-0/+5
* Use shared state in ComboBox (#19229)Henri Sara2016-07-211-35/+38
* Merge remote-tracking branch 'origin/master' into feature/vaadin8Leif Åstrand2016-07-184-9/+9
|\
| * Use pure JS instead of JQuery JS for Atmosphere (#19396)Artur Signell2016-07-162-7/+6
| * Added a null check to method 'setCellFocus' in grid.java in line with other c...7.7.0.beta1Dillion Bowman2016-07-151-1/+2
| * Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOTSampsa Sohlman2016-07-141-1/+1
| * Fixing drag and drop file upload issue on windows (#19809)adam2016-07-132-10/+41
| * Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-131-22/+21
| * Fix ComboBox highlight width on IE8/9 (#19889)Henri Sara2016-07-131-1/+2
| * Fixing ComboBox page flip on trackpad scroll (#19704)adam2016-07-041-4/+53
| * Updates to Grid's height handling (#19690).Anna Koskinen2016-06-292-5/+41
* | Move multi-select mode to AbstractSelectStateHenri Sara2016-07-151-2/+1
* | Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-07-152-9/+12
* | Remove deprecated column based width support from selectsHenri Sara2016-07-153-28/+1
* | Add a new AbstractField class, refactor fields to extend itJohannes Dahlström2016-07-141-1/+1
* | Add sortable support to Grid ColumnsTeemu Suo-Anttila2016-07-142-2/+40
* | Fix adding columns to Grid before attaching to UITeemu Suo-Anttila2016-07-141-1/+1
* | Fixing drag and drop file upload issue on windows (#19809)adam2016-07-132-10/+41
* | Fixing Grid Layout required indicator position (#18418)Henri Sara2016-07-131-22/+21
* | Fix ComboBox highlight width on IE8/9 (#19889)Henri Sara2016-07-131-1/+2
* | Fixing ComboBox page flip on trackpad scroll (#19704)adam2016-07-131-4/+53
* | Updates to Grid's height handling (#19690).Anna Koskinen2016-07-132-5/+41
* | Move shared classes to a temporary subpackageTeemu Suo-Anttila2016-07-137-13/+11
* | Fix dropped key clean up in DataCommunicatorConnectorTeemu Suo-Anttila2016-07-121-0/+1
* | Rename data communication class to DataCommunicatorTeemu Suo-Anttila2016-07-121-7/+7
* | Clean up NativeSelectConnector update logicTeemu Suo-Anttila2016-07-111-78/+50
* | Use a lazy-loading compatible client-side data source with listingsTeemu Suo-Anttila2016-07-112-139/+117
* | Move new files under temporary package namesTeemu Suo-Anttila2016-07-1114-40/+37
* | Fix for checkbox read-only (#19971)elmot2016-06-211-3/+1
* | Fix typos in Javadoc; Optimize imports; Minor change for code styleelmot2016-06-211-3/+1
* | Fix null as a SelectionModelTeemu Suo-Anttila2016-06-178-88/+158
* | Implement a new DateField based on LocalDateTeemu Suo-Anttila2016-06-171-0/+73