summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Do not modify state while serializing (#19090)Artur Signell2015-11-121-2/+7
* Fix outdated javadoc referenceLeif Åstrand2015-11-121-2/+2
* Specify custom first day of week for Calendar #19227Leonid Rozenblyum2015-11-111-6/+31
* Add destroy method for Navigator (#10213).Denis Anisimov2015-11-072-1/+16
* Optimize layout performance of Table (#17947)jotatu2015-11-052-1/+95
* Render null header caption as empty (#18553)Artur Signell2015-11-031-1/+3
* Mention quirks with JavaScript "this" in AbstractJavaScript* javadocsLeif Åstrand2015-11-023-6/+16
* Fix javadoc typosLeif Åstrand2015-11-021-2/+2
* Support caption fetching for HTML and Widget headers. (#18528)Sauli Tähkäpää2015-10-281-7/+3
* Update @since tags for 7.6Henri Sara2015-10-271-0/+4
* Fix Grid NPE when deselecting already removed row (#19152)Teemu Suo-Anttila2015-10-261-5/+11
* Make it possible to inject Navigators (#14006)Henri Sara2015-10-231-4/+43
* Make Navigator more extensibleHenri Sara2015-10-231-12/+91
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-0/+1
* Fix session wrap class javadocsLeif Åstrand2015-10-202-3/+3
* Fix replacing of currently selected Tab (#14252)Dmitrij Abolichin2015-10-201-0/+6
* improved javadocsMatti Tahvonen2015-10-171-1/+2
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-1611-2/+67
* Javadocs for new 7.6 API (#19135) and some fixeselmot2015-10-153-12/+19
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-2/+4
* Removed unnecessary comments (#19116)elmot2015-10-142-13/+0
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-133-4/+8
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-121-6/+6
* Remove Guava dependency from GridTeemu Suo-Anttila2015-10-121-9/+22
* Refactor DetailComponentManager to be a static nested class of GridTeemu Suo-Anttila2015-10-123-325/+272
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-093-11/+11
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-091-10/+213
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-0913-40/+42
* Update FontAwesome to 4.4.0 (#14555)Artur Signell2015-10-091-3/+175
* Revert "connection: close" change for long polling (#18758)Artur Signell2015-10-091-9/+3
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+41
* Correct the place where attach events are fired (#16348)Matti Tahvonen2015-10-091-2/+2
* Add javadoc for VaadinPortletSession (#19092)Henri Sara2015-10-081-5/+81
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-081-1/+8
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-081-23/+74
* Update/add @since tags in javadocHenri Sara2015-10-0713-16/+30
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-071-143/+0
* Rename DesignFormatter.unencodeFromTextNode to decodeFromTextNodeTeemu Suo-Anttila2015-10-078-10/+10
* Fix server side browser detection in Weblogic Portal (#7449)Artur Signell2015-10-072-9/+69
* Detect Atmosphere in the same way for servlets and portlets (#11493)Artur Signell2015-10-072-48/+40
* Move session store/load/remove logic to service from session (#9782, #18998)Artur Signell2015-10-075-71/+175
* Fix adding to same parent, component shouldn't be removed (#16568)Dmitrij Abolichin2015-10-071-0/+3
* Fix javadocArtur Signell2015-10-061-2/+2
* Add API for data destruction to DataGenerator interface (#19038)Teemu Suo-Anttila2015-10-063-15/+53
* Add support for TreeContextClickEvents (#19062)Teemu Suo-Anttila2015-10-051-0/+36
* Properly cleanup stream variables if DragAndDropWrapper is detached (#14882)Artur Signell2015-10-051-6/+7
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-051-0/+82
* Add @since for 7.5.7 changesHenri Sara2015-10-044-4/+12
* Add Tree.htmlContentsAllowed (#7717)Leif Åstrand2015-10-021-0/+36
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+66