aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/PaintTarget.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-509/+0
|
* Initial extension support (#6690)Leif Åstrand2012-06-061-12/+14
|
* Component no longer implements PaintableArtur Signell2012-04-121-14/+16
|
* Replaced "defer" status with "cached" to be more Vaadin 6 compatibleArtur Signell2012-03-301-3/+4
|
* repaintRequestListenersNotified and "cached" are no longer neededArtur Signell2012-03-211-5/+0
|
* Defer nested components to paint them as top-level changes (#8304).Henri Sara2012-02-101-4/+30
| | | | | Refactoring and changes to paint nested component contents after the component in which they are nested. The client side can create uninitialized components immediately but defer configuring them.
* Refactor paint target to use startPaintable() and endPaintable().Henri Sara2012-02-091-18/+18
| | | | Also includes initial steps towards support for a queue of components to paint separately on the top level.
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* Fix for #6766 - don't repaint the entire table when selecting an itemJonatan Kronqvist2011-06-171-0/+6
| | | | svn changeset:19440/svn branch:6.7
* merged #6772 related changes to 6.6Matti Tahvonen2011-04-071-0/+5
| | | | svn changeset:18161/svn branch:6.6
* #5741 : modified stream variables so that component developers can use the ↵Matti Tahvonen2010-11-111-5/+15
| | | | | | same post target several times without repaint. Bit more complex implementation, but on the other hand makes component developers job bit easier in some situations (eg. synchronizations, third party integrations). Still need to verify that this works at least in liferay and gatein portals. EasyUploads with flash multiple file upload fallback for IE will verify tomorrow. svn changeset:15971/svn branch:6.5
* #5743, #5742, #5741, #4275 related refactoring. Renamed ↵Matti Tahvonen2010-11-031-6/+6
| | | | | | com.vaadin.terminal.Receiver (introduced earlier in this dev branch) to StreamVariable and combined ReceiverOwner methods to it. Resetted Upload.Receiver to 6.4 state, DD wrapper uses StreamVariable based API (breaking change, but very rare code atm) svn changeset:15849/svn branch:6.5
* Minor corrections to Receiver and PaintTarget javadocHenri Sara2010-10-181-3/+3
| | | | svn changeset:15591/svn branch:6.5
* improving documentation for ReceiverMatti Tahvonen2010-10-151-5/+12
| | | | svn changeset:15569/svn branch:6.5
* refactored handling of Receiver's lots of other upload related improvements. ↵Matti Tahvonen2010-10-081-0/+16
| | | | | | fixes #5743 (removed dependency to commons fileupload), #5742 (drag and drop file uploads in webkits), #5741 (Receiver is upload specific), #4271 (uploads in GateIn). Also improves API for receiving files with drag and drop (rejection, canceling, tracking of the actual streaming) and transfers files in serial in DDW. svn changeset:15461/svn branch:6.5
* replaced(depracated) paintReference with addAttribute(String,Paintable) and ↵Matti Tahvonen2009-12-141-2/+41
| | | | | | | | added addVariable(VariableOwner, String, Paintable) method (updates already worked) fixes #3654, #2854 svn changeset:10286/svn branch:6.2
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+7
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* Large pile of various optimizations and small bug fixes. Changeset has a ↵Matti Tahvonen2009-08-201-1/+12
| | | | | | | | | | | | | | | great regression risk, blame me on new odd bugs. * default alignments/expandratios now not transported over uidl * added new map type to painttarget * rewrote UIDL with overlay type * ditched gwt JSON implementation instead of own "overlay type" altogether * using arraylist instead of vector in all places on client side * optimized a bit LocaleService * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets) svn changeset:8516/svn branch:6.1
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+382
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0