aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/DragAndDropWrapper.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-407/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-3/+3
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+18
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
* Component no longer implements PaintableArtur Signell2012-04-121-3/+6
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Split DragAndDropWrapper into widget + paintableArtur Signell2012-01-311-1/+2
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* | dragandropwrapper can now initiate html5 drags, fixes #7833Matti Tahvonen2011-11-211-4/+34
|/
* #6823: more standard method namesMatti Tahvonen2011-04-131-2/+24
* #5741 : modified stream variables so that component developers can use the s...Matti Tahvonen2010-11-111-0/+11
* removed obsolete backwards compatibility class (Html5File uploads will needs ...Matti Tahvonen2010-11-111-13/+0
* method and class renames and cleaning up TODOsMatti Tahvonen2010-11-111-21/+22
* #5743, #5742, #5741, #4275 related refactoring. Renamed com.vaadin.terminal.R...Matti Tahvonen2010-11-031-69/+79
* cleaning the receiver list when receiving is completeMatti Tahvonen2010-10-121-0/+2
* refactored handling of Receiver's lots of other upload related improvements. ...Matti Tahvonen2010-10-081-86/+122
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-2/+2
* #5286 implement Serializable where necessaryHenri Sara2010-07-011-1/+2
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ...Matti Tahvonen2010-03-241-6/+7
* Suggestive api for basic html5 data types.Matti Tahvonen2010-03-221-0/+18
* Removed extra serialVersionUIDsArtur Signell2010-03-181-9/+0
* #4365 WrapperDropDetails had null drop targetHenri Sara2010-03-181-1/+1
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-161-0/+1
* removed DragDropPane class, some cleanupMatti Tahvonen2010-03-151-10/+29
* A proper (FF36 only) file drag support, enhanced test case. Should be forward...Matti Tahvonen2010-03-121-17/+67
* Skeletons for html5 File API in DDMatti Tahvonen2010-03-111-0/+45
* small enhancements + developing web desktop test Matti Tahvonen2010-03-101-2/+13
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* Unified namingArtur Signell2010-02-221-1/+1
* removed component transferable (integrated to transferable), changed one test...Matti Tahvonen2010-02-191-6/+64
* some refactoringMatti Tahvonen2010-02-181-28/+9
* draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-0/+109