summaryrefslogtreecommitdiffstats
path: root/server/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Chrome Frame support from X-UA-Compatible (#9270)Knoobie2017-08-101-5/+2
* Add loop and preload attributes for media elements, fix null poster (#9797)Henri Sara2017-08-091-0/+43
* Update Atmosphere version to remove warnings which are irrelevant (#9770)Artur2017-08-071-1/+1
* Fix moving child to first position in tree data (#9761)Adam Wagner2017-08-071-20/+29
* Add missing since tags for 8.1.1 (#9773)8.1.1Henri Sara2017-08-031-2/+3
* Add automatic recalculation of Tree width on expand/collapse (#9767)Teemu Suo-Anttila2017-08-021-4/+42
* Fix AbstractDateField parsing and errors handling, support locale (#9740)Ilia Motornyi2017-08-023-183/+133
* Fix RadioButtonGroup selection updates to client (#9749)Teemu Suo-Anttila2017-08-022-24/+5
* Add header and footer visibility setting to Grid (#9706)Teemu Suo-Anttila2017-08-012-0/+70
* Add API for forcing Grid column width calculation (#9756)Teemu Suo-Anttila2017-08-011-5/+20
* Unify basic instance creation and related error reporting (#9704)Leif Åstrand2017-08-0112-40/+101
* Add method to get parent in TreeData (#9701)Adam Wagner2017-07-271-0/+19
* Add support for detecting ChromeOS operating system (#9698)Flamenco2017-07-271-0/+10
* Remove portlet dependency/import (#9741)Artur2017-07-271-3/+3
* Make JavaScriptExtension serializable (#9721)Artur2017-07-261-6/+11
* Do full connector tracker cleanup when the session lock is released (#9707)Artur2017-07-243-22/+5
* Add missing since tag to Tree (#9711)Henri Sara2017-07-241-30/+37
* Allow null Components in ComponentRenderer (#9692)8.1.0.rc2Teemu Suo-Anttila2017-07-191-3/+4
* Fix TreeGrid.getHierarchyColumn to use correct id (#9690)Teemu Suo-Anttila2017-07-181-1/+1
* Add methods to change parent and to change child's position in hierarchical d...Adam Wagner2017-07-181-0/+83
* 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
* Change sendMessage access modifier to protected. (#9622)Andrew Spear2017-07-171-1/+1
* Delegate properties to Composite's root if possibleIlia Motornyi2017-07-131-31/+50
* Implement tree item context clickIlia Motornyi2017-07-103-10/+125
* Clarification for GridContextClickEventIlia Motornyi2017-07-101-0/+26
* Update/add since tags (#9627)Henri Sara2017-07-034-13/+52
* Fix TreeData item removal, small improvements (#9621)Ilia Motornyi2017-07-034-10/+12
* Add criteria API to make it easier to set acceptance criteria for drag and dr...Adam Wagner2017-07-033-23/+210
* Map column components by id (#9624)Teemu Suo-Anttila2017-07-031-5/+6
* Add editor open event to Grid Editor (#9623)Teemu Suo-Anttila2017-07-034-0/+137
* Add internal state validators for HasValue (#9532)Teemu Suo-Anttila2017-07-033-2/+36
* Use ZoneId rather than ZoneOffset for conversion (#9620)Ezra Epstein2017-07-031-16/+10
* Fix bookkeeping assertion errorIlia Motornyi2017-06-301-0/+1
* Add multiple styles handling to Componentappreciated2017-06-291-0/+30
* Add an optional HasValue to a ValueContextIlia Motornyi2017-06-293-3/+57
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-299-75/+45
* Add isUserOriginated to SelectedTabChangeEvent (#9580)Artur2017-06-293-43/+122
* Provide old value of position in SplitPositionChangeEvent of *SplitPanel (#9578)Yuriy Artamonov2017-06-291-5/+71
* Add mouse event details to Tree.ItemClick (#9599)Henri Sara2017-06-281-3/+19
* Add isExpanded() method to Tree and TreeGridHenri Sara2017-06-282-4/+24
* Create drag source and drop target extensions for tree grid (#9463)Adam Wagner2017-06-284-0/+301
* Add presentation value providers for Grid (#9553)Teemu Suo-Anttila2017-06-271-27/+161
* Clarify javadoc of Grid.scrollTo (#9582)Henri Sara2017-06-261-4/+7
* Make it optional to implement enter() in ViewsArtur2017-06-221-7/+11
* Fix keymapper reverse mapping (#9535)Ilia Motornyi2017-06-215-51/+104
* Enable row height and content mode settings for Tree (#9540)Teemu Suo-Anttila2017-06-201-1/+23
* Set proper paragraph breaks in Button JavaDocs (#9557)Leif Åstrand2017-06-201-4/+3
* Add View.beforeLeave to support delayed navigationArtur2017-06-204-3/+190
* Fix minor Java documentation typo in Button#click APIChristophe Bismuth2017-06-191-1/+1