aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-12-092-9/+37
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-12-093-3/+49
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-12-091-5/+3
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-12-093-0/+31
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-12-092-1/+26
* Update client side selection state when changing selection model (#20370)Artur Signell2016-12-092-1/+4
* Send selection change events when changing selection mode (#20391)Artur Signell2016-12-092-1/+46
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-12-092-0/+58
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-12-093-0/+201
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-12-094-0/+101
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-12-092-5/+26
* Workaround for deadlock issue (#18436)Artur Signell2016-12-093-2/+291
* Fixes VTree so that you can click sub elements when setHtmlContentAllowed is ...Sebastian Nyholm2016-12-093-6/+21
* Add a generic selection listener to Grid & SelectionModels (#105)Pekka Hyvönen2016-12-0922-66/+338
* Change return type of Binder#getBean to BEANAleksi Hietanen2016-12-084-25/+31
* Change default suggestion popup width in ComboBox (#91)Aleksi Hietanen2016-12-083-5/+11
* Deprecate Button#setHtmlContentAllowed (#104)Aleksi Hietanen2016-12-085-12/+16
* Introduce dedicated shared states for every core vaadin component/ext. (#98)Denis2016-12-0881-104/+1161
* Implement "afterViewChange()" as no-op by default. (#99)Denis2016-12-073-11/+13
* Don't use V8 FieldEvents classes in v7 compatibility module. (#93)Denis2016-12-0712-146/+61
* Remove internal method from application-facing API (#97)Leif Åstrand2016-12-072-21/+3
* Replace box-sizing @include with bare box-sizing (#92)Artur2016-12-0721-39/+39
* Add read-only support for single and multi select views for Grid. (#84)Denis2016-12-0617-99/+524
* Provide a shorthand for the HasValue::clear() method. (#94)Denis2016-12-062-0/+60
* Fix classpath related tests under WindowsIlia Motornyi2016-12-061-1/+1
* Add Listing.setItems(Stream) (#90)Pekka Hyvönen2016-12-052-1/+50
* Add screenshot submodule to master branch (#88)Teemu Suo-Anttila2016-12-052-0/+4
* Separate Binding and BindingBuilder (#80)Leif Åstrand2016-12-0514-216/+306
* Add a SelectionMode shorthand for Grid. (#83)Pekka Hyvönen2016-12-0517-179/+347
* Extends declarative tests for selection components for "data-" attribute (#85)Denis2016-12-053-16/+70
* Introduce VaadinServiceInitListener (#18628) (#79)Leif Åstrand2016-12-027-0/+280
* Fix root POM SCM entries to point to GitHub (#73)Henri Sara2016-12-021-2/+2
* Replace github.com/vaadin/vaadin with github.com/vaadin/framework (#75)Artur2016-12-026-13/+13
* Remove obsolete release scripts (#74)Henri Sara2016-12-022-176/+0
* Remove Gerrit mentions from contribution guideArtur2016-12-021-72/+2
* Add comments clarifying the use of UUID for security tokensLeif Åstrand2016-12-022-0/+12
* Fix focus and blur tests for CheckBoxGroup, NativeSelect and RatioButtonGroupAleksi Hietanen2016-12-013-11/+14
* Allow to set caption for the empty selection in a ComboBox.Denis Anisimov2016-12-016-76/+275
* Add test for NativeSelect caption generators8.0.0.alpha8Teemu Suo-Anttila2016-12-013-0/+129
* Small fixes to javadocselmot2016-12-0113-15/+15
* Fix ListDataProvider and SortOrder javadocHenri Sara2016-11-302-3/+13
* Use item caption generator in NativeSelectTeemu Suo-Anttila2016-11-301-2/+16
* NoSelectionModel for GridPekka Hyvönen2016-11-306-6/+346
* Add AbstractSelectionModel for GridPekka Hyvönen2016-11-309-106/+247
* Enable select all checkbox for MultiSelection Grid.Pekka Hyvönen2016-11-3021-267/+1117
* Fix typo in README.mdAleksi Hietanen2016-11-291-1/+1
* Fix sorted data provider data change event propagationTeemu Suo-Anttila2016-11-296-226/+555
* Provide access to window order position in windows stack (#14325).Denis Anisimov2016-11-2911-12/+900
* Rename FilteringDataProviderWrapper to DataProviderWrapperTeemu Suo-Anttila2016-11-293-11/+11
* Grid merging footer cellselmot2016-11-296-59/+217