24 Commits (90b4c678d139fc4927811cdcad87d0b91eca98b6)

Author SHA1 Message Date
  Artur Signell 90b4c678d1 Separate server message sending to its own class (#11733) 9 years ago
  Teemu Suo-Anttila 24d1e8e4d2 Add missing @since to VDragAndDropManager 9 years ago
  Denis Anisimov 7afa802ba1 Customizable DnD preview handle strategy in Dnd manager (#10377,#14880). 9 years ago
  Maciej Przepióra 722072bb53 Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163) 9 years ago
  Anna Miroshnik f18a9642b7 Fix Table column header sorting on Chrome (#14796) 9 years ago
  Artur Signell bf8836bb56 Separate pure client side util methods to a new class (#15553, #15544) 9 years ago
  Teemu Suo-Anttila 77a08ca0f9 Add missing @sinces to JavaDoc 10 years ago
  Teemu Suo-Anttila 67dd382e61 Ignore PointerEvents in VDragAndDropManager (#13720) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Teemu Suo-Anttila 7e5d44d19b Introduce a drag threshold for Drag and Drop (#13381) 10 years ago
  Leif Åstrand a9845c9c10 Refactor to use the right Element class (#13287) 10 years ago
  Henri Sara e45294f717 Revert "Preventing premature start of drag due to Chrome move event #13381" 10 years ago
  Fabian Lange 7112abe944 Preventing premature start of drag due to Chrome move event #13381 10 years ago
  Matti Tahvonen 8ce6565b3e Fixes normal drag and drop events (regression since 7.1) and html5 style 10 years ago
  John Ahlroos 7220ca8758 Fixed DragAndDropWrapper using wrong drop target in IE8 #12406 10 years ago
  Marc Englund 08ba394b11 Disable drag&drop when source or target component is disabled, re-implementation of 6.8 fix for #11801 11 years ago
  Leif Åstrand 34096d1784 Add lightweight profiling (#10961) 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Anna Koskinen 8eb5267681 Merge of (#9885) to Vaadin 7. 11 years ago
  Leif Åstrand 2a475b4bcc Avoid attempting to use a DOM node as an element (#10480) 11 years ago
  Artur Signell 2ba840711a Attach drag'n'drop drag image to overlay container (#10384) 11 years ago
  Artur Signell bfbfdd51a0 Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) 11 years ago
  Artur Signell 8d0c857382 Replaced license place holder with actual license (#8955) 12 years ago
  Artur Signell eb51296d21 Removed depdencies from server to client (#9279) 12 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 12 years ago
  Leif Åstrand 7f75d0f4cf Move classes common to client and server to com.vaadin.shared.* (#8934) 12 years ago
  Leif Åstrand 3604bf01de Add Java 6 @Override annotations to all methods from interfaces 12 years ago
  Artur Signell db2e473d6d Removed unnecessary deprecated getConnectorId methods. 12 years ago
  Automerge 483df08ee0 [merge from 6.7] Fixed #8524 - properly update currentDrag elementOver in all cases 12 years ago
  Artur Signell 36dca64414 Moved Connector -> Connector Id mapping to AbstractComponent 12 years ago
  Artur Signell c7ffbcb9cc Separated construction of MouseEventDetails (depends on GWT classes) to 12 years ago
  Artur Signell 6cf9afc850 Organized imports and formatted all java files 12 years ago
  Artur Signell de73abe459 #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap 12 years ago
  Artur Signell 9cda1cc5ca getWidgetForPaintable -> getWidget 12 years ago
  Artur Signell 70173cfc6e Split Paintable from Widget so we have VPaintable (paintable without any 12 years ago
  Artur Signell 3b0da56451 #7354 IT Mill -> Vaadin find and replace 12 years ago
  Matti Tahvonen 010423b4b8 fixes #6956 13 years ago
  Matti Tahvonen 3f614c0e99 fixes #6661 13 years ago
  Matti Tahvonen d6337e5602 #6813: cleanup: renamed a helper method to be symmetric to adder. 13 years ago
  Matti Tahvonen ab638f468b merged [18283] from 6.5 13 years ago
  Matti Tahvonen 50b4cf4c75 VDragAndDropManager now replacable via deferred binding 13 years ago
  Matti Tahvonen f14a066a28 #6813: VDragAndDropManager now marks the source Paintable with a class name during a drag and drop procedure 13 years ago
  Matti Tahvonen 833b1b8a2a some work towards touch UI support 13 years ago
  John Alhroos 6da6f37502 NPE fix. 13 years ago
  Artur Signell 789c80e253 Formatted using Eclipse Helios / Windows XP 14 years ago
  Matti Tahvonen 8495306dba fixes #4559. Sanity checks for event target + cleanup. 14 years ago
  Artur Signell 26d3c1eaeb Merged remaining 6.3.1 fixes 14 years ago
  Matti Tahvonen 495f9cdc3a fixes #4556 14 years ago
  Matti Tahvonen 85f778b0f7 cleaning up dd related debug code, fixes #4468 14 years ago
  Matti Tahvonen 9a552d520d fixes #4392 14 years ago