| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Introduce DateTimeFile and InlineDateTimeField. (#8218) | Denis | 2017-01-19 | 17 | -52/+1095 |
* | Better instructions in widgetset optimization view in the debug window. (#8261) | Sami Ekblad | 2017-01-18 | 1 | -5/+5 |
* | Support for HTML5 push/replaceState for proper deep linking features (#8116) | Matti Tahvonen | 2017-01-13 | 3 | -95/+39 |
* | Add "deselect allowed" feature to the Grid. (#8227) | Denis | 2017-01-13 | 3 | -19/+76 |
* | Support for defining the root element for Javascript components (#8143) | Artur | 2017-01-13 | 5 | -25/+80 |
* | Refactor AbstractDateField. (#8146) | Denis | 2017-01-10 | 16 | -1160/+1707 |
* | Move Grid event handlers to a list, add method to add custom handlers | Johannes Dahlström | 2017-01-03 | 2 | -152/+223 |
* | Refactor Grid event handling methods to instances of a handler interface | Johannes Dahlström | 2017-01-03 | 1 | -133/+181 |
* | Start client-side Grid DOM event handling refactor | Johannes Dahlström | 2017-01-03 | 1 | -16/+33 |
* | Add javadocs and @since for the #20469 migration patch. | Denis Anisimov | 2017-01-03 | 2 | -0/+13 |
* | Re-add body rows when Escalator is reattached to DOM (#20477) | Artur Signell | 2017-01-03 | 1 | -34/+14 |
* | Update @since tags for 7.7.5 | Denis Anisimov | 2017-01-03 | 4 | -2/+24 |
* | Set focus when click on RadioButton via JS. (#8062) | rogozinds | 2016-12-21 | 2 | -2/+7 |
* | Global java code cleanup using Eclipse Neon.1 | Leif Åstrand | 2016-12-20 | 36 | -123/+124 |
* | @since tag is set (#8021) | Denis | 2016-12-16 | 1 | -2/+2 |
* | Delete CheckboxRenderer | Ilia Motornyi | 2016-12-15 | 2 | -100/+0 |
* | Rename com.vaadin.server.data to com.vaadin.data.provider (#8004) | Pekka Hyvönen | 2016-12-15 | 1 | -1/+1 |
* | Redesign user-defined column identifiers for Grid (#7983) | Teemu Suo-Anttila | 2016-12-15 | 1 | -1/+1 |
* | Allow defining a focus delegate component for CustomField (#20336) | Pekka Hyvönen | 2016-12-15 | 2 | -8/+96 |
* | Migrate 7.7.5 branch patches to v8. (#7969) | Denis | 2016-12-15 | 7 | -78/+346 |
* | Make AbstractListing implement Focusable (#7965) | Aleksi Hietanen | 2016-12-14 | 5 | -1/+25 |
* | 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 |