aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/dd/VDragAndDropManager.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-738/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-5/+2
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+4
* Removed unnecessary deprecated getConnectorId methods. Artur Signell2012-03-271-1/+1
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-0/+4
|\
| * [merge from 6.7] Fixed #8524 - properly update currentDrag elementOver in all...Automerge2012-03-221-0/+4
* | Moved Connector -> Connector Id mapping to AbstractComponentArtur Signell2012-03-211-1/+1
* | Separated construction of MouseEventDetails (depends on GWT classes) toArtur Signell2012-03-021-2/+4
* | Organized imports and formatted all java filesArtur Signell2012-02-281-3/+2
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMapArtur Signell2012-02-271-5/+5
* | getWidgetForPaintable -> getWidgetArtur Signell2012-02-271-2/+2
* | Split Paintable from Widget so we have VPaintable (paintable without anyArtur Signell2012-01-221-9/+10
|/
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* fixes #6956Matti Tahvonen2011-05-101-0/+1
* fixes #6661Matti Tahvonen2011-04-191-1/+3
* #6813: cleanup: renamed a helper method to be symmetric to adder.Matti Tahvonen2011-04-181-3/+3
* merged [18283] from 6.5Matti Tahvonen2011-04-141-1/+2
* #6813: VDragAndDropManager now marks the source Paintable with a class name d...Matti Tahvonen2011-04-131-2/+48
* some work towards touch UI supportMatti Tahvonen2011-02-281-7/+16
* NPE fix.John Alhroos2010-12-091-5/+8
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-3/+3
* fixes #4559. Sanity checks for event target + cleanup.Matti Tahvonen2010-05-031-19/+24
* fixes #4556Matti Tahvonen2010-04-261-2/+1
* cleaning up dd related debug code, fixes #4468Matti Tahvonen2010-04-071-45/+24
* fixes #4392Matti Tahvonen2010-03-301-21/+43
* fixes #4391 + optimization (store only one pending criteria check)Matti Tahvonen2010-03-231-9/+10
* cross plat improvementes for html5 dragsMatti Tahvonen2010-03-161-16/+15
* IE now behaves with its text selection during drag and dropMatti Tahvonen2010-03-151-0/+6
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
* VScrollTable: If multiple rows selected and drag starts on selected row, clie...Matti Tahvonen2010-03-091-0/+4
* changesMatti Tahvonen2010-03-041-0/+3
* removed component transferable (integrated to transferable), changed one test...Matti Tahvonen2010-02-191-2/+1
* wrapper enhancements + rulesMatti Tahvonen2010-02-171-0/+4
* draft of DragAndDropWrapper + small changesMatti Tahvonen2010-02-161-7/+7
* styles, table drop handler, small changesMatti Tahvonen2010-02-161-24/+28
* small changesMatti Tahvonen2010-02-151-4/+1
* n:th protoMatti Tahvonen2010-02-121-12/+62
* Cleanup, removing some obsolete methodsMatti Tahvonen2010-02-091-87/+97
* clicklisteners now work better with default drag and drop event handler mecha...Matti Tahvonen2010-02-081-13/+30
* more robust drag start on IEMatti Tahvonen2010-02-051-0/+1
* better cleanup when not starting dragMatti Tahvonen2010-02-041-0/+2
* fixed typo affecting extra enter eventsMatti Tahvonen2010-02-021-2/+9
* clean up the event preview used by deferred startMatti Tahvonen2010-02-021-0/+2
* fixes issue when drag image is under cursor and using lazy startMatti Tahvonen2010-02-021-7/+42
* Transferrable -> TransferableArtur Signell2010-02-021-6/+6
* fix position on initial eventMatti Tahvonen2010-02-021-1/+2
* Helpers, IE fixes, possibility to align proxy image below cursorMatti Tahvonen2010-02-021-11/+82
* The default drag and drop event handler provided by dd manager now starts the...Matti Tahvonen2010-02-011-87/+142
* Prefixed client side classes with VArtur Signell2010-02-011-0/+393