summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Detect Chrome on iOS as Chrome + Webkit (#9138)Artur2017-04-2510-27/+64
* Clarify javadoc for OSGi related interfacesHenri Sara2017-04-252-0/+10
* Add some javadoc for Liferay integration moduleHenri Sara2017-04-258-4/+33
* Add missing fields to OSGi manifestsHenri Sara2017-04-2511-5/+27
* Property change of the UI service updates the properties of the PortletMirjan Merruko2017-04-251-0/+14
* Remove dependency of portlets to liferay-integration bundleMirjan Merruko2017-04-252-7/+96
* Fix dependency issues that cause the server bundle to be built incorrectlyMirjan Merruko2017-04-252-3/+4
* Convenience API for registering themes and widgetsetsMirjan Merruko2017-04-256-35/+396
* Add scr component to help registering VaadinServlet configurationsMirjan Merruko2017-04-255-1/+247
* Add liferay integration originally developed by Sampsa Sohlman #8834Mirjan Merruko2017-04-2510-1/+579
* Move GAEVaadinServlet to its own moduleMirjan Merruko2017-04-256-9/+67
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-2530-577/+784
* Make it possible to set a Resource as drag image (#9088)Adam Wagner2017-04-253-0/+43
* Add support for frontend:// using separate es5 and es6 foldersArtur2017-04-2415-10/+426
* Fix race condition between rendering TreeGrid and setting up headers (#9105)Teemu Suo-Anttila2017-04-214-16/+59
* Include charset in text/html responses (#8777) (#9123)Ilia Motornyi2017-04-215-6/+16
* Remove unnecessary logging from setHeightByRows in EscalatorTeemu Suo-Anttila2017-04-201-10/+9
* Fix changing primary style name for NativeSelect (#9016)Artur2017-04-202-2/+2
* Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6Henri Sara2017-04-1923-142/+152
* Wait for HTML imports to be processed and not only loaded (#9110)Artur2017-04-191-1/+28
* Fix issues in Grid with undefined height (#9104)Teemu Suo-Anttila2017-04-194-35/+175
* Fix client-side memory leak caused by Grid events (#9103)Aleksi Hietanen2017-04-1916-146/+401
* Add missing methods to compatibility AbstractRendererConnectorHenri Sara2017-04-181-0/+45
* Mention non-compatibility renames in migration instructions (#9097)Leif Åstrand2017-04-181-1/+4
* Support using Composite and CustomComponent as a Design root class (#9017)Artur2017-04-1812-10/+341
* Ignore all external events in the Profiler (#9033)Artur2017-04-181-0/+6
* Fix problem when reading a nested Design based on a GridLayout (#9092)Artur2017-04-183-6/+62
* Schedule DOM reset after column size setting (#9011)Henri Sara2017-04-181-1/+3
* Composite component (#8952)Artur2017-04-187-1/+677
* Indicate when multiple rows are dragged (#9087)Adam Wagner2017-04-172-0/+58
* Always send a push identifier on UI initializationAleksi Hietanen2017-04-131-3/+1
* Add pre-release repository to apicmp profile (#9081)Henri Sara2017-04-131-0/+6
* Add LoadStyle.NONE for completely omitting a connectorLeif Åstrand2017-04-136-1/+144
* Use separate identifier for push connections8.1.0.alpha5Aleksi Hietanen2017-04-136-10/+83
* Create combined drop mode to allow both on_top and between drops (#9063)Adam Wagner2017-04-134-0/+68
* Grid drag and drop documentation (#9055)Adam Wagner2017-04-134-59/+226
* Replace drag over class name with conventional ones (#9059) (#9076)Pekka Hyvönen2017-04-132-26/+70
* Remove sendKeys workaround from ComboBoxElement (#9046)Aleksi Hietanen2017-04-131-27/+1
* Panel.setScrollTop() fails with impossibly large numbersOlli Tietäväinen2017-04-133-0/+110
* Correctly set ListSelect style namesArtur2017-04-134-20/+159
* Notify a resource load listener many times if it has been added many times (#...Artur2017-04-133-3/+83
* Provide GridLayout size and cell elements to JS and TB (#9019)Artur2017-04-134-0/+215
* Check for NullPointer to remove exception spamKnoobie2017-04-131-0/+12
* Binder with Nested Properties (#8923)chrosim2017-04-128-25/+341
* Fix empty TreeGrid (#9067)Aleksi Hietanen2017-04-124-1/+42
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-1215-59/+62
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-129-49/+284
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-1216-81/+497
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-1213-53/+485
* Make all selected rows draggable (#8746)Adam Wagner2017-04-123-3/+100