summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* VerticalLayout has spacing = true and margin = true by default .Ilia Motornyi2016-12-1264-137/+190
* Change Upload to be in immediate mode by default (#111)Pekka Hyvönen2016-12-1210-13/+42
* Reduce javadoc errors by adding missing dependenciesPekka Hyvönen2016-12-121-2/+18
* Update liferay dependency to 6.2.5Pekka Hyvönen2016-12-122-2/+2
* Remove unused removeListener method (#7958)Leif Åstrand2016-12-121-20/+0
* Add @FunctionalInterface annotation to interfaces where applicable (#7954)Aleksi Hietanen2016-12-1237-2/+54
* Remove unused EventListener interface (#7953)Aleksi Hietanen2016-12-122-54/+6
* Fix margin in declarative format is recognized as unsupported property gridla...Tien Nguyen2016-12-122-0/+28
* Erase type of BeanBinder#bindInstanceFields parameter in equality test 8.0.0.alpha9Aleksi Hietanen2016-12-092-2/+30
* Add list of breaking changes in FW8 to release notes (#102)Pekka Hyvönen2016-12-091-12/+108
* Fix license headerAleksi Hietanen2016-12-091-5/+5
* Revert changes to ComboBoxSelectingWithNewItemsAllowedTestAleksi Hietanen2016-12-091-10/+2
* Fix UnknownComponentConnector and ComponentMissingFromDefaultWidgetSet testsAleksi Hietanen2016-12-092-1/+49
* Migrate Escalator changes to compatibility escalatorAleksi Hietanen2016-12-091-10/+28
* Add missing import in FlashIsVisibleTestAleksi Hietanen2016-12-091-0/+1
* Fix python list syntax in BuildDemosHenri Sara2016-12-091-1/+1
* Make clicking outside a ComboBox add a pending new item (#18366)Aleksi Hietanen2016-12-092-2/+13
* Fix some modern browsers tests failures.Aleksi Hietanen2016-12-092-2/+6
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-12-091-55/+49
* Update @since tag for 7.7.4.Denis Anisimov2016-12-092-2/+2
* Correct addon init param widgetset IT test.Denis Anisimov2016-12-092-4/+31
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-12-092-2/+2
* Show a sensible message for missing extensions (#10799)Artur Signell2016-12-0911-27/+247
* Use US english (license) in all placesArtur Signell2016-12-093-4/+4
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-12-092-8/+18
* 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