summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/server/JsonPaintTarget.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-1022/+0
* Make JsonPaintTarget use ResourceReference for getting urls (#9212)Leif Åstrand2012-08-061-29/+4
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+31
* Added rootId to stream variables URLs (#9034)Artur Signell2012-06-291-3/+2
* Merge branch '6.8'Johannes Dahlström2012-06-191-31/+9
|\
* | Merge commit '17c14'Johannes Dahlström2012-06-121-9/+43
|\|
| * #8297 Do not use static logger instancesHenri Sara2012-06-051-15/+19
| * [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-031-0/+9
* | Initial extension support (#6690)Leif Åstrand2012-06-061-4/+5
* | Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
* | Component no longer implements PaintableArtur Signell2012-04-121-48/+26
* | Fixed problem with anonymous classes and with AbstractComponent mappingArtur Signell2012-04-041-5/+8
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-158/+16
* | Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-301-2/+3
* | Paintable -> ConnectorArtur Signell2012-03-251-1/+1
* | Refactor error messages not to use UIDL (#8437).Henri Sara2012-03-211-23/+1
* | Refactor error messages on server side (#8437).Henri Sara2012-03-211-4/+8
* | Code cleanup for paint/dirty state tracking changesArtur Signell2012-03-211-46/+13
* | repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-0/+3
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-52/+50
* | Always paint child components as deferred to ensure the state is sent toArtur Signell2012-03-151-6/+6
* | Defer nested components to paint them as top-level changes (#8304).Henri Sara2012-02-101-16/+30
* | Refactor paint target to use startPaintable() and endPaintable().Henri Sara2012-02-091-7/+33
* | Remove @ClientWidget for RootLeif Åstrand2011-12-221-0/+4
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* #7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageErrorLeif Åstrand2011-10-211-3/+25
* #7479 Fix for Windows: The name of a resource is a '/'-separated path, not Fi...Artur Signell2011-10-111-3/+1
* #7479 WebSphere 8 class loading problem workaround (similar to old GlassFish ...Henri Sara2011-08-311-43/+67
* Review fixes for #6766Jonatan Kronqvist2011-08-021-8/+9
* Implemented review comments for #6766Jonatan Kronqvist2011-08-011-6/+8
* Fix for #6766 - don't repaint the entire table when selecting an itemJonatan Kronqvist2011-06-171-0/+9
* merging fixes from 6.5Matti Tahvonen2011-04-201-1/+1
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-10/+1
* #5741 : modified stream variables so that component developers can use the s...Matti Tahvonen2010-11-111-5/+8
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-1/+1
* #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...Matti Tahvonen2010-11-031-3/+2
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-14/+21
* refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-081-0/+9
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* Removed the unused class JsonPaintTarget.JsonTag.TagCounterHenri Sara2010-07-011-19/+0
* Merged [11571] from 6.2Artur Signell2010-04-091-1/+12
* Merged [10686]-[10689] from 6.2Artur Signell2010-01-121-1/+1
* Merged revisions [10620]-[10678] from 6.2Artur Signell2010-01-121-20/+81
* fixes #3920, workaround for glassfish 3 bugMatti Tahvonen2009-12-301-3/+20
* cleaned redundancy, added deprecated annotationMatti Tahvonen2009-12-141-2/+2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and a...Matti Tahvonen2009-12-141-205/+44
* Portlet 2.0 partial review, some javadoc, removed debug printouts and minor r...Henri Sara2009-11-241-57/+60
* Removed dependency on CommunicationManagerPetter Holmström2009-11-061-1/+1
* More refactorings.Petter Holmström2009-11-041-6/+6
* CommunicationManager is no longer dependent on the Portlet API. The refactore...Petter Holmström2009-11-031-2/+2