| Commit message (Expand) | Author | Age | Files | Lines |
* | Use webjar dependency for Font Awesomefeature/vaadin8-sass-valo-only | Marlon Richert | 2016-08-04 | 26 | -789/+145 |
* | Install Sass version of Valo only | Marlon Richert | 2016-08-04 | 1129 | -16499/+597 |
* | Implement a new Slider | Johannes Dahlström | 2016-08-02 | 4 | -11/+515 |
* | Reduce integration test startup delays | Henri Sara | 2016-08-02 | 1 | -5/+5 |
* | Clean up Binder, improve Javadocs | Johannes Dahlström | 2016-08-02 | 5 | -86/+130 |
* | Add support for configuring how text change events are transmitted | Aleksi Hietanen | 2016-08-02 | 5 | -17/+164 |
* | Remove WebSphere 8 and Glassfish 3 tests | Henri Sara | 2016-08-02 | 2 | -193/+0 |
* | Remove old integration tests | Henri Sara | 2016-08-02 | 2 | -207/+0 |
* | Add support for type conversion in Binder | Johannes Dahlström | 2016-08-01 | 5 | -129/+526 |
* | Remove unused field in ComboBoxfeature/eventbus | Henri Sara | 2016-07-29 | 1 | -7/+0 |
* | Moved ComboBox suggestion popup width to shared state | Henri Sara | 2016-07-29 | 3 | -17/+11 |
* | Remove obsolete paint attribute from ComboBox | Henri Sara | 2016-07-29 | 1 | -6/+0 |
* | Add PasswordField, TextArea, missing API to AbstractTextField | Aleksi Hietanen | 2016-07-29 | 12 | -74/+627 |
* | Merge remote-tracking branch 'origin/master' into feature/vaadin8 | Henri Sara | 2016-07-26 | 2 | -0/+4 |
|\ |
|
| * | Document onUnregister in JS component/extension javadocs (#19799) | Marco Collovati | 2016-07-19 | 2 | -0/+4 |
* | | Rescaled images in layout chapter. Various small formatting fixes. Updated hi... | Marko Gronroos | 2016-07-25 | 30 | -293/+181 |
* | | Revised component abstractions diagram (#19897). | Marko Gronroos | 2016-07-22 | 4 | -1248/+2336 |
* | | BoV: Updated selection components to Vaadin 8. | Sami Ekblad | 2016-07-22 | 1 | -276/+154 |
* | | BoV: Updated Java version compatibility notes to Java 8. | Sami Ekblad | 2016-07-22 | 4 | -26/+21 |
* | | Revised components diagram (#19897), fixed a fatal bug in Grid section. | Marko Gronroos | 2016-07-22 | 5 | -2192/+3405 |
* | | BoV: Updated library list in Getting Started to Vaadin 8. | Sami Ekblad | 2016-07-22 | 4 | -17/+11 |
* | | Revised toolchain, architecture, events, button, and textfield diagrams, etc.... | Marko Gronroos | 2016-07-22 | 17 | -3808/+4088 |
* | | BoV: Vaadin 8 changes to Grid documentation. | Sami Ekblad | 2016-07-22 | 1 | -450/+181 |
* | | Added notes to Tree and TreeTable about them using the old style data API. | Sami Ekblad | 2016-07-22 | 2 | -0/+10 |
* | | BoV: Components/Fields: Data binding and validation using Binder | Johannes Dahlström | 2016-07-22 | 1 | -222/+104 |
* | | BoV: Components/Slider: API changes | Johannes Dahlström | 2016-07-22 | 1 | -20/+8 |
* | | BoV: Components/TwinColSelect: Selection API changes | Johannes Dahlström | 2016-07-22 | 1 | -9/+7 |
* | | BoV: Components/ListSelect,NativeSelect,OptionGroup: Small API changes | Johannes Dahlström | 2016-07-22 | 3 | -20/+12 |
* | | BoV: Components/Button,CheckBox: Listener API updates | Johannes Dahlström | 2016-07-22 | 2 | -23/+13 |
* | | BoV: DateField: Update to use LocalDate, remove references to time | Johannes Dahlström | 2016-07-22 | 1 | -36/+30 |
* | | BoV: Components/TextField: Remove old databinding, start TextChangeEvent rewrite | Johannes Dahlström | 2016-07-22 | 1 | -158/+46 |
* | | BoV: Components/Label: Remove references to old databinding | Johannes Dahlström | 2016-07-22 | 1 | -54/+4 |
* | | Minor ComboBox client side cleanup (#19929) | Henri Sara | 2016-07-22 | 2 | -27/+2 |
* | | Move combo box selection update logic to handler (#19929) | Henri Sara | 2016-07-22 | 2 | -90/+136 |
* | | Move more combo logic to handler (#19929) | Henri Sara | 2016-07-21 | 2 | -59/+63 |
* | | Use a separate data received handler in VFilterSelect (#19929) | Henri Sara | 2016-07-21 | 2 | -119/+156 |
* | | Move combo popup opener clicked flag to connector (#19929) | Henri Sara | 2016-07-21 | 2 | -36/+30 |
* | | Move data model classes to a more appropriate package | Johannes Dahlström | 2016-07-21 | 21 | -31/+36 |
* | | Refactor ComboBox pending selection handling (#19929) | Henri Sara | 2016-07-21 | 2 | -80/+62 |
* | | Use accessors for combo internal state (#19929) | Henri Sara | 2016-07-21 | 2 | -25/+114 |
* | | Remove obsolete code (#19929) | Henri Sara | 2016-07-21 | 0 | -0/+0 |
* | | Updated Grid overview to Vaadin 8. | Sami Ekblad | 2016-07-21 | 1 | -31/+1 |
* | | Remove UIDL references in VFilterSelect (#19929) | Henri Sara | 2016-07-21 | 2 | -17/+27 |
* | | Refactor ComboBox item painting (#19929) | Henri Sara | 2016-07-21 | 1 | -26/+51 |
* | | Add default methods for selection handling to Listing | Teemu Suo-Anttila | 2016-07-21 | 1 | -2/+50 |
* | | Request ComboBox pages with RPC (#19929) | Henri Sara | 2016-07-21 | 3 | -16/+27 |
* | | Updated StreadResource example and screenshot, as well as various diagrams. #... | Marko Gronroos | 2016-07-21 | 16 | -1043/+1078 |
* | | Move ComboBox filtering mode to state (#19929) | Henri Sara | 2016-07-21 | 3 | -21/+16 |
* | | Rename setOptions to setItems in Listing interface | Teemu Suo-Anttila | 2016-07-21 | 2 | -3/+3 |
* | | Move ComboBox pageLength to state (#19929) | Henri Sara | 2016-07-21 | 6 | -30/+17 |