aboutsummaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add state classes for Abstract(Single)ComponentContainerHenri Sara2016-11-288-13/+79
* Reintroduce Grid Editor using BinderTeemu Suo-Anttila2016-11-254-0/+167
* Grid merging header cellselmot2016-11-241-0/+4
* Make SelectionModel API only server side.Denis Anisimov2016-11-021-225/+0
* Move read-only to AbstractFieldState (#8514)Teemu Suo-Anttila2016-11-022-1/+5
* Clean up state hierarchy for AbstractFieldStateTeemu Suo-Anttila2016-11-027-46/+19
* Move setReadOnly from Component to HasValueTeemu Suo-Anttila2016-11-021-0/+2
* Replace setRequired & HasRequired with setRequiredIndicatorPekka Hyvönen2016-11-017-14/+45
* Grid html/component content in headersAleksi Hietanen2016-10-251-0/+16
* Implement basic footer support for GridTeemu Suo-Anttila2016-10-191-0/+3
* Use placeholder instead of inputPrompt for DateFieldPekka Hyvönen2016-10-141-0/+4
* Remove AbstractComponent.immediatePekka Hyvönen2016-10-131-2/+0
* Revert NativeSelect DOM structure change8.0.0.alpha4Aleksi Hietanen2016-10-071-4/+4
* Separate immediate mode for Upload from AbstactComponent.immediatePekka Hyvönen2016-10-071-0/+3
* Make ColorPicker subcomponents HasValuesJohannes Dahlström2016-10-052-4/+4
* Make ColorPicker an AbstractField<Color>Johannes Dahlström2016-10-031-3/+2
* Make AbstractDateField based on LocalDate (#125).Denis Anisimov2016-09-302-20/+3
* ListSelect with new data binding API8.0.0.alpha3Pekka Hyvönen2016-09-281-0/+33
* Initial support for multiple headers in new GridJohannes Dahlström2016-09-272-0/+60
* TwinColSelect with new databinding APIPekka Hyvönen2016-09-274-20/+135
* Reintroduce grid column sizingAleksi Hietanen2016-09-231-0/+24