| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix since tags for 8.0 (#8575)8.0.0.rc2 | Henri Sara | 2017-02-16 | 29 | -42/+80 |
* | Reduce ComboBox initial requests (#8571) | Pekka Hyvönen | 2017-02-16 | 2 | -103/+218 |
* | Enable long tap emulation on iOS for context clicks (#8565) | Teemu Suo-Anttila | 2017-02-16 | 1 | -1/+1 |
* | Fix click selection for automatic testing. (#8513) | caalador | 2017-02-09 | 1 | -9/+10 |
* | Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499) | Denis | 2017-02-08 | 1 | -1/+1 |
* | Fix keyboard navigation for ListSelect (#8503) | caalador | 2017-02-08 | 1 | -6/+7 |
* | Fix toggling of WeekNumbers for DateTimeField. (#8468) | caalador | 2017-02-07 | 1 | -0/+4 |
* | Fix problem with re-opening the popup (#8446) (#8451) | caalador | 2017-02-06 | 1 | -5/+7 |
* | Fix exception on remove column. (#8432) | caalador | 2017-02-03 | 1 | -2/+4 |
* | Add Grid editor events. (#8365) | Denis | 2017-02-02 | 3 | -5/+13 |
* | Add scrollTo methods to Grid (#8203) (#8410) | caalador | 2017-02-02 | 2 | -0/+98 |
* | Add a maven plugin for formatting according to Eclipse settings | Leif Åstrand | 2017-02-01 | 23 | -158/+155 |
* | Introduce empty selection functionality for NativeSelect. (#8336) | Denis | 2017-01-27 | 1 | -4/+22 |
* | Show unsupported browser page for FF version less than 45. (#8328) | Denis | 2017-01-25 | 1 | -0/+10 |
* | Support loading of HTML imports using @HtmlImport (#8301) | Artur | 2017-01-25 | 2 | -69/+96 |
* | Fix absolute layout component sizing on size change (#8269) | caalador | 2017-01-23 | 1 | -0/+4 |
* | Remove custom preloading support and load scripts using async=false (#8291) | Artur | 2017-01-23 | 2 | -236/+26 |
* | Code cleanup: Move dependency loading logic to a separate class (#8290) | Artur | 2017-01-23 | 4 | -88/+186 |
* | Overload AbstarctComponent.setDescription() with content mode parameter (#8252) | Denis | 2017-01-20 | 5 | -15/+93 |
* | 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 |