aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove exceptions logging from Validatorfeature/vaadin8elmot2016-08-031-29/+22
* Implement new String validatorsJohannes Dahlström2016-08-0311-34/+523
* Implement new RangeValidatorJohannes Dahlström2016-08-034-0/+433
* Implement new BeanValidatorJohannes Dahlström2016-08-037-9/+356
* Add preliminary validation error reporting to BinderJohannes Dahlström2016-08-035-19/+232
* Implement a new SliderJohannes Dahlström2016-08-024-11/+515
* Reduce integration test startup delaysHenri Sara2016-08-021-5/+5
* Clean up Binder, improve JavadocsJohannes Dahlström2016-08-025-86/+130
* Add support for configuring how text change events are transmittedAleksi Hietanen2016-08-025-17/+164
* Remove WebSphere 8 and Glassfish 3 testsHenri Sara2016-08-022-193/+0
* Remove old integration testsHenri Sara2016-08-022-207/+0
* Add support for type conversion in BinderJohannes Dahlström2016-08-015-129/+526
* Remove unused field in ComboBoxfeature/eventbusHenri Sara2016-07-291-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-07-293-17/+11
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-07-291-6/+0
* Add PasswordField, TextArea, missing API to AbstractTextFieldAleksi Hietanen2016-07-2912-74/+627
* Merge remote-tracking branch 'origin/master' into feature/vaadin8Henri Sara2016-07-262-0/+4
|\
| * Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
* | Rescaled images in layout chapter. Various small formatting fixes. Updated hi...Marko Gronroos2016-07-2530-293/+181
* | Revised component abstractions diagram (#19897).Marko Gronroos2016-07-224-1248/+2336
* | BoV: Updated selection components to Vaadin 8.Sami Ekblad2016-07-221-276/+154
* | BoV: Updated Java version compatibility notes to Java 8.Sami Ekblad2016-07-224-26/+21
* | Revised components diagram (#19897), fixed a fatal bug in Grid section.Marko Gronroos2016-07-225-2192/+3405
* | BoV: Updated library list in Getting Started to Vaadin 8.Sami Ekblad2016-07-224-17/+11
* | Revised toolchain, architecture, events, button, and textfield diagrams, etc....Marko Gronroos2016-07-2217-3808/+4088
* | BoV: Vaadin 8 changes to Grid documentation.Sami Ekblad2016-07-221-450/+181
* | Added notes to Tree and TreeTable about them using the old style data API.Sami Ekblad2016-07-222-0/+10
* | BoV: Components/Fields: Data binding and validation using BinderJohannes Dahlström2016-07-221-222/+104
* | BoV: Components/Slider: API changesJohannes Dahlström2016-07-221-20/+8
* | BoV: Components/TwinColSelect: Selection API changesJohannes Dahlström2016-07-221-9/+7
* | BoV: Components/ListSelect,NativeSelect,OptionGroup: Small API changesJohannes Dahlström2016-07-223-20/+12
* | BoV: Components/Button,CheckBox: Listener API updatesJohannes Dahlström2016-07-222-23/+13
* | BoV: DateField: Update to use LocalDate, remove references to timeJohannes Dahlström2016-07-221-36/+30
* | BoV: Components/TextField: Remove old databinding, start TextChangeEvent rewriteJohannes Dahlström2016-07-221-158/+46
* | BoV: Components/Label: Remove references to old databindingJohannes Dahlström2016-07-221-54/+4
* | 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-2121-31/+36
* | 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 obsolete code (#19929)Henri Sara2016-07-210-0/+0
* | Updated Grid overview to Vaadin 8.Sami Ekblad2016-07-211-31/+1
* | Remove UIDL references in VFilterSelect (#19929)Henri Sara2016-07-212-17/+27
* | Refactor ComboBox item painting (#19929)Henri Sara2016-07-211-26/+51
* | Add default methods for selection handling to ListingTeemu Suo-Anttila2016-07-211-2/+50
* | Request ComboBox pages with RPC (#19929)Henri Sara2016-07-213-16/+27
* | Updated StreadResource example and screenshot, as well as various diagrams. #...Marko Gronroos2016-07-2116-1043/+1078