14 Commits (c147b5d85bca3ddf30d9adbcd268066165889f37)

Author SHA1 Message Date
  Ahmed Ashour c147b5d85b Use Collection.isEmpty() (#10172) 6 years ago
  Ahmed Ashour 763a5cbe8c First sentence of javadoc should end with a period (#10114) 6 years ago
  Ahmed Ashour 40d15b32e3 Construct array inline (#10068) 6 years ago
  Ahmed Ashour 11ddb11cbc Update modifier order to follow Java Specification suggestions (#10050) 6 years ago
  Ahmed Ashour caf41dbac4 Simplify conditional logic. 6 years ago
  Teemu Suo-Anttila 6f8518579f Picked all changes from 7.7 7 years ago
  Leif Åstrand 07d56a9ca0 Add a maven plugin for formatting according to Eclipse settings 7 years ago
  Artur Signell 504b3c4c65 Use diamond operator where it can be used 7 years ago
  Artur Signell 588f3cc7f8 Update copyright year to 2016 7 years ago
  Artur Signell eeffa805a2 Remove trailing whitespace from code and javadoc 7 years ago
  Artur Signell 6d54d78944 Format using Eclipse Neon 7 years ago
  adam ce746e0a86 Fixing drag and drop file upload issue on windows (#19809) 8 years ago
  Teemu Suo-Anttila 18fe7aa260 Build vaadin-client with maven 8 years ago
  Henri Sara 7c1223bc5f Update @since tags for 7.6.4 and related javadoc 8 years ago
  maxschuster 81aadbb9ed Fix DragAndDropWrapper update after file upload (#19616) 8 years ago
  Artur Signell 73d4e77075 Keep a reference to the file we are uploading to keep IE10 happy (#18372) 9 years ago
  denis.magdenkov bcaa4827f6 TextFields inside Drag and Drop Wrappers cannot get focus (#12838) 9 years ago
  Sebastian Nyholm 1020faa337 Fixes DragAndDropWrapper does not support choosing a custom component as the drag image (#13836) 10 years ago
  Artur Signell e77e73cf64 Update copyright year to 2014 10 years ago
  Denis Anisimov eb5ffa3a41 Start drag only when mouse left button is pressed (#9814). 10 years ago
  Leif Åstrand a9845c9c10 Refactor to use the right Element class (#13287) 10 years ago
  Leif Åstrand 2152829c65 Use FQN instead of import for the bad Element class (#13287) 10 years ago
  Matti Tahvonen 8ce6565b3e Fixes normal drag and drop events (regression since 7.1) and html5 style 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
  Anna Koskinen 80246426e6 Merge of (#10073) to Vaadin 7. 11 years ago
  Artur Signell fb68bd5303 Updated copyright notices and added missing license headers 11 years ago
  Henri Sara aa9a76317b Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) - fix 11 years ago
  Johannes Dahlström d67ed23096 Move widget classes from c.v.c.ui.<widget> to c.v.c.ui (#9392) 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) 11 years ago
  Artur Signell acf099b41f Eliminated dependencies from server to client (#9279) 11 years ago
  Artur Signell 14dd4d0b28 Moved client files to a client src folder (#9299) 11 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
  Sami Viitanen 18ac8b2550 Tooltips are now handled by the connector and not the widget (#8425) 12 years ago
  Johannes Dahlström fd7ba5323d Fix DragAndDropWrapper tooltip handling to use shared state 12 years ago
  Artur Signell fc7476c060 Fixed references in native code to old class names 12 years ago
  Artur Signell 429aeadef9 Moved each component to its own package on client side 12 years ago
  Leif Åstrand c5ab6b8c89 Add LayoutManager.setNeedsMeasure and change how layouts are started 12 years ago
  Artur Signell 226d3c79f8 Removed unused code 12 years ago
  Artur Signell db2e473d6d Removed unnecessary deprecated getConnectorId methods. 12 years ago
  Artur Signell 0158bd1291 Connector -> ServerConnector 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 e137874fd8 Removed extra "Widget" prefix from ApplicationConnection method names 12 years ago
  Leif Åstrand 87d5deac6c CustomComponent without size calculations (#8313) 12 years ago
  Artur Signell f714fead66 Split DragAndDropWrapper into widget + paintable 12 years ago
  Henri Sara 91b3084e06 Merge changes from master to rpc branch. 12 years ago