aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not use getters/setters when mapping designer fields (#17388)Artur Signell2015-10-011-11/+12
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-012-1/+113
* Clean up compiler warnings in Design.javaLeif Åstrand2015-09-291-64/+31
* Store VaadinSession as APPLICATION_SCOPE in portals (#18998)Artur Signell2015-09-292-3/+20
* Add scoped PortletSession methods (#19007)Artur Signell2015-09-291-0/+106
* Use "vaadin-" as default prefix for Design (#18957)Henri Sara2015-09-283-18/+79
* Ensure Grid classes can be accessed (#18976)Artur Signell2015-09-281-3/+3
* Parse readonly values for AbstractFields correctly #18850John Ahlroos2015-09-2510-29/+64
* Make getLogger privateArtur Signell2015-09-242-2/+2
* Update AJS?.callFunction javadoc to reflect reality (#18990)Leif Åstrand2015-09-243-12/+32
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-0/+33
* Support HTML entities when reading/writing declarative format #18882Maciej Przepióra2015-09-248-20/+107
* Write all empty cells for empty GridLayout in declarative #18805Maciej Przepióra2015-09-241-2/+35
* Use correct state class for split panels (#18942)Artur Signell2015-09-202-0/+14
* Update @since tags to 7.5.6.Mika Murtojarvi2015-09-152-4/+4
* Always use charset for String.getBytes() method (#18863).Denis Anisimov2015-09-151-2/+5
* Support custom Enum.toString in converter (#17301)Leif Åstrand2015-09-091-25/+46
* Implement ItemStyleGenerators for ComboBox (#9276)Leif Åstrand2015-09-091-0/+69
* Update @since tags to 7.6.Mika Murtojarvi2015-09-081-5/+5
* Update @since tags for 7.6.Mika Murtojarvi2015-09-083-3/+3
* Make it possible to avoid select caption conversion (#16845)Leif Åstrand2015-09-081-24/+17
* Merge remote-tracking branch 'origin/master' into reconnect-dialogArtur Signell2015-09-0422-1192/+1610
|\
| * Support suspend timeout for long polling (#18550)Artur Signell2015-09-033-3/+64
| * Redesign RpcDataSourceConnector pinning RPC requests (#18692)Teemu Suo-Anttila2015-09-022-237/+31
| * Do not open detail row if generator is the NULL one (#18663)Teppo Kurki2015-09-021-0/+3
| * Refactor Grid SelectionModels as extensions (#18624)Teemu Suo-Anttila2015-09-012-171/+171
| * Do not mark as dirty in Grid.isEditorBufferedArtur Signell2015-08-311-1/+1
| * Add better keyboard Close Shortcut API for Window (#17383)patrik2015-08-282-46/+222
| * Fix empty @since tags for 7.6.0.alpha47.6.0.alpha4Johannes Dahlström2015-08-264-14/+14
| * Fix multiple book keeping problems in ContainerOrderedWrapper (#5934, #18422)Artur Signell2015-08-261-7/+17
| * Helper method for enabling all Atmosphere loggingArtur Signell2015-08-251-0/+30
| * Fix Table ColumnCollapseEvents to work with generated columns (#6914)Teemu Suo-Anttila2015-08-241-2/+3
| * Use correct classname for ValoTheme.SCROLL_INDICATOR (#14802)Artur Signell2015-08-241-1/+1
| * Add missing @since tags.Mika Murtojarvi2015-08-241-3/+3
| * Fix AbstractRemoteDataSource cache clearing (#18630)Teemu Suo-Anttila2015-08-211-3/+6
| * Column collapse events for Table (#6914)Artur Signell2015-08-211-2/+87
| * Merge branch 'master' into grid-unbuffered-editorHenri Sara2015-08-191-273/+97
| |\
| | * Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-181-266/+86