| Commit message (Expand) | Author | Age | Files | Lines |
* | Update @since tag for 7.7.4. | Denis Anisimov | 2016-12-09 | 1 | -1/+1 |
* | Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380) | Artur Signell | 2016-12-09 | 2 | -0/+58 |
* | Check for duplicate property ids when setting Grid columns or column order (#... | Artur Signell | 2016-12-09 | 2 | -0/+73 |
* | Change default suggestion popup width in ComboBox (#91) | Aleksi Hietanen | 2016-12-08 | 1 | -1/+1 |
* | Introduce dedicated shared states for every core vaadin component/ext. (#98) | Denis | 2016-12-08 | 32 | -35/+621 |
* | Add read-only support for single and multi select views for Grid. (#84) | Denis | 2016-12-06 | 1 | -0/+5 |
* | Allow to set caption for the empty selection in a ComboBox. | Denis Anisimov | 2016-12-01 | 1 | -0/+5 |
* | Add AbstractSelectionModel for Grid | Pekka Hyvönen | 2016-11-30 | 3 | -5/+58 |
* | Enable select all checkbox for MultiSelection Grid. | Pekka Hyvönen | 2016-11-30 | 1 | -0/+33 |
* | Provide access to window order position in windows stack (#14325). | Denis Anisimov | 2016-11-29 | 2 | -0/+42 |
* | Correct all tests that introspect classpath for Vaadin classes. | Denis Anisimov | 2016-11-29 | 1 | -2/+9 |
* | Add MultiSelect support for Grid | Pekka Hyvönen | 2016-11-29 | 1 | -0/+39 |
* | Add shared state for CustomComponent and DragAndDropWrapper | Henri Sara | 2016-11-28 | 2 | -0/+54 |
* | Add state classes for Abstract(Single)ComponentContainer | Henri Sara | 2016-11-28 | 8 | -13/+79 |
* | Reintroduce Grid Editor using Binder | Teemu Suo-Anttila | 2016-11-25 | 4 | -0/+167 |
* | Grid merging header cells | elmot | 2016-11-24 | 1 | -0/+4 |
* | Make SelectionModel API only server side. | Denis Anisimov | 2016-11-02 | 1 | -225/+0 |
* | Move read-only to AbstractFieldState (#8514) | Teemu Suo-Anttila | 2016-11-02 | 2 | -1/+5 |
* | Clean up state hierarchy for AbstractFieldState | Teemu Suo-Anttila | 2016-11-02 | 7 | -46/+19 |
* | Move setReadOnly from Component to HasValue | Teemu Suo-Anttila | 2016-11-02 | 1 | -0/+2 |
* | Replace setRequired & HasRequired with setRequiredIndicator | Pekka Hyvönen | 2016-11-01 | 7 | -14/+45 |
* | Grid html/component content in headers | Aleksi Hietanen | 2016-10-25 | 1 | -0/+16 |
* | Implement basic footer support for Grid | Teemu Suo-Anttila | 2016-10-19 | 1 | -0/+3 |
* | Use placeholder instead of inputPrompt for DateField | Pekka Hyvönen | 2016-10-14 | 1 | -0/+4 |
* | Remove AbstractComponent.immediate | Pekka Hyvönen | 2016-10-13 | 1 | -2/+0 |
* | Revert NativeSelect DOM structure change8.0.0.alpha4 | Aleksi Hietanen | 2016-10-07 | 1 | -4/+4 |
* | Separate immediate mode for Upload from AbstactComponent.immediate | Pekka Hyvönen | 2016-10-07 | 1 | -0/+3 |
* | Make ColorPicker subcomponents HasValues | Johannes Dahlström | 2016-10-05 | 2 | -4/+4 |
* | Make ColorPicker an AbstractField<Color> | Johannes Dahlström | 2016-10-03 | 1 | -3/+2 |
* | Make AbstractDateField based on LocalDate (#125). | Denis Anisimov | 2016-09-30 | 2 | -20/+3 |
* | ListSelect with new data binding API8.0.0.alpha3 | Pekka Hyvönen | 2016-09-28 | 1 | -0/+33 |
* | Initial support for multiple headers in new Grid | Johannes Dahlström | 2016-09-27 | 2 | -0/+60 |
* | TwinColSelect with new databinding API | Pekka Hyvönen | 2016-09-27 | 4 | -20/+135 |
* | Reintroduce grid column sizing | Aleksi Hietanen | 2016-09-23 | 1 | -0/+24 |
* | Reintroduce grid column hiding | Aleksi Hietanen | 2016-09-20 | 2 | -5/+10 |
* | Create a RadioButtonGroup that replaces the single select case of OptionGroup | elmot | 2016-09-16 | 2 | -0/+66 |
* | Update @since tags for 8.0 | Henri Sara | 2016-09-14 | 2 | -2/+2 |
* | Use state for ComboBox selection | Henri Sara | 2016-09-14 | 3 | -44/+6 |
* | Convert ComboBox to inherit AbstractSingleSelect | Henri Sara | 2016-09-14 | 1 | -2/+2 |
* | Implement support for binding single-select components | Johannes Dahlström | 2016-09-14 | 1 | -3/+20 |
* | Add multi selection support to CheckBoxGroup | Leif Åstrand | 2016-09-14 | 1 | -0/+2 |
* | Create a CheckBoxGroup that replaces the multi select case of OptionGroup | elmot | 2016-09-13 | 2 | -0/+63 |
* | Make ComboBoxConnector extend AbstractListingConnector | Henri Sara | 2016-09-13 | 1 | -2/+2 |
* | Remove unused state flag in AbstractFieldState | Henri Sara | 2016-09-13 | 1 | -1/+0 |
* | Update ComboBox for new DataSource and communication mechanism | Henri Sara | 2016-09-12 | 4 | -0/+202 |
* | Update NativeSelect to use DataSource, extend AbstractListing | Johannes Dahlström | 2016-09-12 | 1 | -0/+37 |
* | Reimplement Grid selection model in terms of AbstractSingleSelection | Johannes Dahlström | 2016-09-12 | 2 | -5/+3 |
* | Implement new RichTextArea | Artur Signell | 2016-09-12 | 5 | -1/+116 |
* | Add a simple non-connector single selection model | Johannes Dahlström | 2016-09-12 | 1 | -0/+34 |
* | Format project pom files using correct settings (4 spaces) | Artur Signell | 2016-09-09 | 1 | -147/+147 |