summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* Add since tags for 8.0.68.0.6Teemu Suo-Anttila2017-05-081-0/+5
* Use separate identifier for push connectionsAleksi Hietanen2017-05-081-0/+7
* Correctly set ListSelect style namesArtur2017-05-081-1/+2
* Fix some javadoc errors (#8873)Ahmed Ashour2017-05-081-1/+1
* Add missing @since for 8.0.5 and 7.7.88.0.5Pekka Hyvönen2017-03-301-1/+3
* Include charset in text/html responses (#8777)Artur2017-03-301-0/+5
* Add more 8.0.3 since tagsHenri Sara2017-03-221-0/+4
* Check Trident version to detect compatibility mode (#8884)Dos Moonen2017-03-221-8/+10
* Add @since 8.0.3 tags8.0.3elmot2017-03-161-0/+2
* Add support for rendering HTML in ButtonRenderer (#8606)Artur2017-03-161-1/+1
* Translate "context://" to the context root of the web appArtur2017-03-162-0/+24
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-03-071-2/+0
* Pick changes from 7.7.7 (#8577)Teemu Suo-Anttila2017-02-271-1/+1
* Fix since tags for 8.0 (#8575)8.0.0.rc2Henri Sara2017-02-1626-20/+57
* Reduce ComboBox initial requests (#8571)Pekka Hyvönen2017-02-161-0/+7
* Provide a way to set styles for Header/Footer Cells and Rows in a Grid (#8499)Denis2017-02-081-0/+5
* Make one-arg addColumn use natural sort for mutually comparable values (#8458)Leif Åstrand2017-02-071-1/+1
* Add Grid editor events. (#8365)Denis2017-02-021-3/+7
* Add scrollTo methods to Grid (#8203) (#8410)caalador2017-02-021-0/+53
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-1/+1
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-271-0/+12
* Show unsupported browser page for FF version less than 45. (#8328)Denis2017-01-251-1/+1
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-203-1/+5
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-193-2/+28
* Support for HTML5 push/replaceState for proper deep linking features (#8116)Matti Tahvonen2017-01-132-1/+6
* Add "deselect allowed" feature to the Grid. (#8227)Denis2017-01-131-0/+3
* Refactor AbstractDateField. (#8146)Denis2017-01-108-31/+144
* Update @since tags for 7.7.5Denis Anisimov2017-01-032-0/+4
* Partial javadocs fix for vaadin-shared (#8068)Ilia Motornyi2016-12-226-20/+17
* Global java code cleanup using Eclipse Neon.1Leif Åstrand2016-12-2012-25/+25
* @since tag is set (#8021)Denis2016-12-165-5/+5
* Delete CheckboxRendererIlia Motornyi2016-12-151-25/+0
* Redesign user-defined column identifiers for Grid (#7983)Teemu Suo-Anttila2016-12-152-16/+17
* Allow defining a focus delegate component for CustomField (#20336)Pekka Hyvönen2016-12-151-1/+8
* Migrate 7.7.5 branch patches to v8. (#7969)Denis2016-12-152-0/+41
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-121-0/+11
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-121-1/+1
* Update @since tag for 7.7.4.Denis Anisimov2016-12-091-1/+1
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-12-092-0/+58
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-12-092-0/+73
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-081-1/+1
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0832-35/+621
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-061-0/+5
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-011-0/+5
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-303-5/+58
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-301-0/+33
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-292-0/+42
* Correct all tests that introspect classpath for Vaadin classes.Denis Anisimov2016-11-291-2/+9
* Add MultiSelect support for GridPekka Hyvönen2016-11-291-0/+39
* Add shared state for CustomComponent and DragAndDropWrapperHenri Sara2016-11-282-0/+54