| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix license header | Aleksi Hietanen | 2016-12-09 | 1 | -5/+5 |
* | Update @since tag for 7.7.4. | Denis Anisimov | 2016-12-09 | 1 | -1/+1 |
* | Show a sensible message for missing extensions (#10799) | Artur Signell | 2016-12-09 | 6 | -26/+98 |
* | Ensure #cell[N] always scrolls row N into view (#20423) | Artur Signell | 2016-12-09 | 1 | -8/+12 |
* | Publish Escalator.getBodyRowCount to JS (#20344) | Artur Signell | 2016-12-09 | 1 | -9/+23 |
* | Allow a resize listener to fire a resize listener (#20338) | Artur Signell | 2016-12-09 | 1 | -3/+4 |
* | Make modal window block shortcuts for underlying components (#20366) | Artur Signell | 2016-12-09 | 2 | -0/+14 |
* | Make Grid isWorkPending wait for scroll events to complete (#20417) | Artur Signell | 2016-12-09 | 1 | -1/+12 |
* | Introduce dedicated shared states for every core vaadin component/ext. (#98) | Denis | 2016-12-08 | 22 | -46/+158 |
* | Add read-only support for single and multi select views for Grid. (#84) | Denis | 2016-12-06 | 10 | -85/+272 |
* | Allow to set caption for the empty selection in a ComboBox. | Denis Anisimov | 2016-12-01 | 2 | -76/+101 |
* | Small fixes to javadocs | elmot | 2016-12-01 | 1 | -1/+1 |
* | NoSelectionModel for Grid | Pekka Hyvönen | 2016-11-30 | 1 | -0/+61 |
* | Add AbstractSelectionModel for Grid | Pekka Hyvönen | 2016-11-30 | 3 | -58/+114 |
* | Enable select all checkbox for MultiSelection Grid. | Pekka Hyvönen | 2016-11-30 | 5 | -77/+361 |
* | Provide access to window order position in windows stack (#14325). | Denis Anisimov | 2016-11-29 | 5 | -12/+260 |
* | Grid merging footer cells | elmot | 2016-11-29 | 1 | -43/+18 |
* | Add MultiSelect support for Grid | Pekka Hyvönen | 2016-11-29 | 6 | -90/+135 |
* | Unify usage of HandlerRegistration #19267 | Denis Anisimov | 2016-11-29 | 7 | -7/+7 |
* | Add state classes for Abstract(Single)ComponentContainer | Henri Sara | 2016-11-28 | 1 | -0/+6 |
* | Reintroduce Grid Editor using Binder | Teemu Suo-Anttila | 2016-11-25 | 4 | -5/+246 |
* | Data should be updated when it's set for disabled components. | Denis Anisimov | 2016-11-25 | 1 | -3/+8 |
* | Grid merging header cells | elmot | 2016-11-24 | 2 | -19/+26 |
* | Add HTML/Component support to Grid Footers | Teemu Suo-Anttila | 2016-11-18 | 1 | -1/+29 |
* | Remove HasValue from Grid | Pekka Hyvönen | 2016-11-10 | 4 | -114/+96 |
* | Scrolling down submenus via scrollbar (MenuBar.isAutoOpen()) (#10456) | Anna Miroshnik | 2016-11-04 | 1 | -1/+17 |
* | Make SelectionModel API only server side. | Denis Anisimov | 2016-11-02 | 12 | -99/+106 |
* | Move read-only to AbstractFieldState (#8514) | Teemu Suo-Anttila | 2016-11-02 | 5 | -31/+19 |
* | Clean up state hierarchy for AbstractFieldState | Teemu Suo-Anttila | 2016-11-02 | 2 | -15/+3 |
* | Move setReadOnly from Component to HasValue | Teemu Suo-Anttila | 2016-11-02 | 1 | -1/+1 |
* | Replace setRequired & HasRequired with setRequiredIndicator | Pekka Hyvönen | 2016-11-01 | 8 | -26/+91 |
* | Implement focus/blur events for RadioButtonGroup. | Denis Anisimov | 2016-10-31 | 4 | -87/+82 |
* | Implement focus/blur listeners for NativeSelect. | Denis Anisimov | 2016-10-31 | 6 | -67/+135 |
* | Implement focus and blur events for CheckBoxGroup. | Denis Anisimov | 2016-10-31 | 5 | -51/+354 |
* | Grid html/component content in headers | Aleksi Hietanen | 2016-10-25 | 1 | -3/+32 |
* | Implement basic footer support for Grid | Teemu Suo-Anttila | 2016-10-19 | 1 | -0/+22 |
* | Fix Mockito/Hamcrest build classpath conflict | John Ahlroos | 2016-10-18 | 1 | -0/+5 |
* | Use identifiers for Grid Columns | Teemu Suo-Anttila | 2016-10-17 | 2 | -15/+28 |
* | Use placeholder instead of inputPrompt for DateField | Pekka Hyvönen | 2016-10-14 | 3 | -43/+25 |
* | Remove AbstractComponent.immediate | Pekka Hyvönen | 2016-10-13 | 16 | -88/+36 |
* | Revert NativeSelect DOM structure change8.0.0.alpha4 | Aleksi Hietanen | 2016-10-07 | 2 | -26/+44 |
* | Separate immediate mode for Upload from AbstactComponent.immediate | Pekka Hyvönen | 2016-10-07 | 2 | -14/+34 |
* | Revert "Fix Mockito/Hamcrest build classpath conflict" | Teemu Suo-Anttila | 2016-10-06 | 1 | -5/+0 |
* | Reintroduce reordering of grid columns | Aleksi Hietanen | 2016-10-06 | 3 | -3/+79 |
* | Make ColorPicker subcomponents HasValues | Johannes Dahlström | 2016-10-05 | 1 | -14/+10 |
* | Fix Mockito/Hamcrest build classpath conflict | John Ahlroos | 2016-10-05 | 1 | -0/+5 |
* | Copy ColorPicker to compatibility-server (again) | Johannes Dahlström | 2016-10-03 | 2 | -9/+15 |
* | Migrating 7.7.1, 7.7.2, 7.7.3 to V8. | Denis Anisimov | 2016-10-03 | 9 | -72/+144 |
* | Make AbstractDateField based on LocalDate (#125). | Denis Anisimov | 2016-09-30 | 9 | -629/+48 |
* | Fix RadioButtonGroup client-side NPE which breaks item icons. | elmot | 2016-09-30 | 1 | -2/+3 |