summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Call "destroy" instead of "destory" in JavaScriptRenders (#8263)Artur2017-02-017-8/+115
* Use an actually transparent 1x1 image (#8407)Artur2017-02-011-1/+1
* Add method for refreshing all Grid rows (#8406)Artur2017-02-013-1/+53
* Prevent reorder of frozen columns when there are hidden columns (#8278)Artur2017-01-302-2/+24
* Make it possible to disallow user selection in Grid (#8144)Artur2017-01-3018-30/+694
* Improve Grid extendability (#8343)Adam Wagner2017-01-271-2/+2
* Remove invalid trailing comma from Thai date format (#8311)Artur2017-01-242-40/+1040
* Fix absolute layout component sizing on size change in Vaadin7 (#8304)caalador2017-01-233-0/+199
* Serve VAADIN files also from META-INF/resources (#8286)Artur2017-01-221-4/+5
* Flush the correct editor widget if there are hidden columns (#8276)Artur2017-01-202-5/+22
* Fix navigation using keyboard to frozen column when there are hidden columns ...Artur2017-01-194-8/+25
* Fix closing of modal window curtains while dragging and resizing (#8281)Aleksi Hietanen2017-01-192-6/+50
* Rename variables to indicate whether they use DOM index or Grid index (#8275)Artur2017-01-192-51/+55
* Properly end HTML5 drag operations when no drop is performed (#8242)Artur2017-01-192-0/+81
* Removed broken/obsolete 'Setting up the Development Environment' link (#8251)Alejandro2017-01-171-2/+0
* Properly report invalid arguments to StaticRow.join() (#8243)Artur2017-01-161-4/+10
* Make it possible to deselect what was selected on the server (#8235)Artur2017-01-132-3/+18
* Reset selected icon when blurring a ComboBox (#8082)Artur2017-01-122-6/+84
* Remove tracking of unregistered connectors (#8153)Aleksi Hietanen2017-01-1117-448/+65
* Fix exception when Grid is inside a PopupView (#8157)Artur2017-01-103-3/+78
* Correctly detach components in merged cells when a static row is removed (#8142)Artur2017-01-092-7/+57
* reopen Grid details on attach, fixes #8015 (#8074)Olli Tietäväinen2017-01-093-0/+91
* Render font icon correctly on the 'more' menu item (#8126)Artur2017-01-054-7/+152
* Call error handler for exceptions in UI.init() (#8055)Artur2017-01-024-5/+210
* Fix chrome version (#8086)Ilia Motornyi2016-12-271-1/+1
* Fix removal of hidden Grid columns (#8071)Artur2016-12-233-2/+113
* Use correct indexes in multiselect checkboxes after removing rows (#8072)Artur2016-12-224-25/+89
* Fix context menu missing box-shadow for Runo on Chrome (#7966)Pekka Hyvönen2016-12-141-1/+1
* Make AtmospherePushConnection methods public (#7973)Artur2016-12-141-5/+9
* Replace non-breaking spaces with space (#7957)Artur2016-12-1412-31/+31
* Enable changing the backing bean for BeanItem (#4302) (#77)Artur2016-12-136-2/+244
* Use proper UTF-8 encoding for Content-Disposition filenames (#19527) (#6607)Leif Åstrand2016-12-137-23/+128
* Fix margin in declarative format is recognized as unsupported property gridla...Pekka Hyvönen2016-12-122-0/+28
* 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