summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow null Components in ComponentRenderer (#9692)8.1.0.rc2Teemu Suo-Anttila2017-07-194-6/+30
* More user friendly fail message (was NullPointerException) (#9665)Dos Moonen2017-07-191-1/+6
* Add styling for ComponentRenderer wrapper div (#9691)Teemu Suo-Anttila2017-07-195-1/+26
* Tidy up the Vaadin OSGi whiteboard component (#9648)Tim Ward2017-07-192-20/+20
* Fix TreeGrid.getHierarchyColumn to use correct id (#9690)Teemu Suo-Anttila2017-07-182-1/+13
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-182-0/+128
* Remove mention of height limitation in Tree (#9689)Teemu Suo-Anttila2017-07-181-1/+0
* Remove non working setHeight methods from Tree (#9631)Jonni Nakari2017-07-181-27/+0
* Provide current request/response through VaadinRequest/VaadinResponse (#9642)Artur2017-07-186-15/+84
* Fix Grid header merging on init (#9688)Teemu Suo-Anttila2017-07-184-4/+23
* Fix position of font icons in ComboBox (#9638)Henri Sara2017-07-184-0/+55
* Remove obsolete workaround for Firefox (#9687)Teemu Suo-Anttila2017-07-181-5/+1
* Fixed minor typos and spelling issues in CONTRIBUTING.md guide (#9683)Yuriy Artamonov2017-07-171-29/+29
* Feature/tutorial finetuning (#9672)Matti Tahvonen2017-07-173-0/+6
* Fix combobox adding new items on blur (#9660)Teemu Suo-Anttila2017-07-172-2/+26
* Change sendMessage access modifier to protected. (#9622)Andrew Spear2017-07-171-1/+1
* Fix hierarchical dataprovider example code bugtmattsso2017-07-131-1/+1
* Delegate properties to Composite's root if possibleIlia Motornyi2017-07-132-39/+81
* Add missing since for 8.0.7Teemu Suo-Anttila2017-07-121-3/+4
* Implement tree item context clickIlia Motornyi2017-07-108-11/+281
* Clarification for GridContextClickEventIlia Motornyi2017-07-102-1/+35
* Add Bakery link to the documentation.Ville Ingman2017-07-061-0/+1
* Add information about known limitations (#9633)8.1.0.rc1Henri Sara2017-07-041-0/+2
* Add information about backwards incompatible changesHenri Sara2017-07-031-0/+4
* Update/add since tags (#9627)Henri Sara2017-07-034-13/+52
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-036-17/+136
* Add criteria API to make it easier to set acceptance criteria for drag and dr...Adam Wagner2017-07-0311-38/+689
* Map column components by id (#9624)Teemu Suo-Anttila2017-07-031-5/+6
* Update release notes for release candidate (#9625)Henri Sara2017-07-031-2/+2
* Add editor open event to Grid Editor (#9623)Teemu Suo-Anttila2017-07-036-6/+144
* Add internal state validators for HasValue (#9532)Teemu Suo-Anttila2017-07-035-2/+136
* Use ZoneId rather than ZoneOffset for conversion (#9620)Ezra Epstein2017-07-031-16/+10
* Update release notes and screenshots for link styleHenri Sara2017-06-302-0/+1
* Fix bookkeeping assertion errorIlia Motornyi2017-06-303-1/+25
* Update README.md (#9612)Enver Haase2017-06-301-1/+1
* Remove global button styling (#9607)Henri Sara2017-06-293-10/+8
* Add multiple styles handling to Componentappreciated2017-06-291-0/+30
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-295-4/+85
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-299-75/+45
* Fix invalid index in drop target Grid (#9604)Pekka Hyvönen2017-06-291-11/+15
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-294-43/+174
* Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)Yuriy Artamonov2017-06-292-11/+106
* Update Chrome 59 screenshots for ColumnCollapsingHenri Sara2017-06-281-0/+0
* Add mouse event details to Tree.ItemClick (#9599)Henri Sara2017-06-281-3/+19
* Add isExpanded() method to Tree and TreeGridHenri Sara2017-06-284-6/+29
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-2813-5/+682
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-275-27/+318
* Clarify javadoc of Grid.scrollTo (#9582)Henri Sara2017-06-261-4/+7
* Fix screenshots for VaadinIconSetTestHenri Sara2017-06-221-0/+0
* Make it optional to implement enter() in ViewsArtur2017-06-221-7/+11