summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix java packaging order (#106)Teemu Suo-Anttila2016-12-095-5/+5
* Move Grid event handlers to a list, add method to add custom handlers (#76)7.7.6Aleksi Hietanen2016-12-052-200/+286
* Add screenshots as a Git submodule (#86)Teemu Suo-Anttila2016-12-052-0/+4
* Refactor Grid event handling methods to instances of a handler interfaceJohannes Dahlström2016-12-011-127/+176
* Start client-side Grid DOM event handling refactorJohannes Dahlström2016-12-011-16/+33
* Fix wrong year in copyright headerPekka Hyvönen2016-11-291-1/+1
* Re-add body rows when Escalator is reattached to DOM (#20477)Artur Signell2016-11-284-34/+99
* Update @since tags for 7.7.5Pekka Hyvönen2016-11-258-0/+27
* Fixed touch scrolling issue in Surface and WP devices (#18737)7.7.5Johannes Tuikkala2016-11-222-4/+98
* Remove CustomFieldState (#20468)Pekka Hyvönen2016-11-224-48/+11
* Mark TextField/TextArea as busy when a text change event is pending (#20469)Artur Signell2016-11-213-1/+71
* Add lazy/simple resize mode to Grid (#20108)Patrik Lindström2016-11-179-62/+359
* Change expected pre-release version number pattern in publish reportHenri Sara2016-11-161-1/+1
* Fixed drag and drop failure when message dragged from email client (#20451)adam2016-11-161-2/+5
* Keep expand ratio for last row/column when reducing grid layout size (#20297)Artur Signell2016-11-162-4/+27
* Fix NPE in case some items don't contain all properties of Grid.adam2016-11-145-19/+605
* Prevent adding several scrollbar handlers (#19189).Denis Anisimov2016-11-143-0/+134
* Fix links in build report7.7.4Henri Sara2016-11-141-3/+3
* Fix archetype list in build report scriptHenri Sara2016-11-121-1/+1
* Fix python list syntax in BuildDemosHenri Sara2016-11-121-1/+1
* Make clicking outside a ComboBox add a pending new item (#18366)Artur Signell2016-11-112-2/+13
* Revert "Fixed touch scrolling issue in Surface and WP devices (#18737)"Artur Signell2016-11-113-83/+4
* Initial versions of the new release report scriptsHenri Sara2016-11-114-9/+363
* Fix some modern browsers tests failures.Denis Anisimov2016-11-103-3/+4
* Update Vaadin Spring documentation for 1.1.0Henri Sara2016-11-101-55/+49
* Fix modern browsers test failures for 7.7.Denis Anisimov2016-11-0919-30/+56
* Update @since tag for 7.7.4.Denis Anisimov2016-11-082-2/+2
* Fixed touch scrolling issue in Surface and WP devices (#18737)Johannes Tuikkala2016-11-083-4/+83
* Correct addon init param widgetset IT test.Denis Anisimov2016-11-072-3/+30
* Add method to auto scale calendar time range (#17715)Steven Spungin2016-11-042-22/+160
* Make vaadin-server export the VAADIN package again (#20332)Artur Signell2016-11-041-1/+1
* Show a sensible message for missing extensions (#10799)Artur Signell2016-11-0312-68/+209
* Use US english (license) in all placesArtur Signell2016-11-023-4/+4
* Date/time issues are fixed in the tests.Denis Anisimov2016-11-022-1/+7
* Ensure #cell[N] always scrolls row N into view (#20423)Artur Signell2016-10-282-9/+19
* Publish Escalator.getBodyRowCount to JS (#20344)Artur Signell2016-10-282-11/+41
* Mention latest browser versionsArtur Signell2016-10-271-4/+4
* Allow defining a focus delegate component for CustomField (#20336)Artur Signell2016-10-266-4/+205
* Allow a resize listener to fire a resize listener (#20338)Artur Signell2016-10-253-3/+49
* Update Hierarchical container JavaDocs to match code (#5864)Teemu Suo-Anttila2016-10-251-6/+5
* Make modal window block shortcuts for underlying components (#20366)Artur Signell2016-10-243-0/+31
* Make Grid isWorkPending wait for scroll events to complete (#20417)Artur Signell2016-10-202-1/+26
* Add valo-menu-hover stylename to make responsive menu appear w/o adding code ...Marc Englund2016-10-196-20/+113
* Update client side selection state when changing selection model (#20370)Artur Signell2016-10-182-0/+44
* Send selection change events when changing selection mode (#20391)Artur Signell2016-10-182-1/+46
* Make UPPER_CASE_PROPERTY_IDS more human friendly by default (#20380)Artur Signell2016-10-172-0/+58
* Add Grid.refreshRows to allow refreshing individual rows (#16765)Artur Signell2016-10-143-0/+207
* Check for duplicate property ids when setting Grid columns or column order (#...Artur Signell2016-10-144-0/+102
* Never check the selectAll checkbox in an empty grid (#20301)Artur Signell2016-10-132-5/+26
* Workaround for deadlock issue (#18436)Artur Signell2016-10-113-2/+291