aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/ui/TouchScrollDelegate.java
Commit message (Expand)AuthorAgeFilesLines
* Moved client files to a client src folder (#9299)Artur Signell2012-08-131-657/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+2
* #8763 Re-added TouchScrollDelegate#setElements()Johannes Dahlström2012-05-151-4/+6
* #8763 Removed debug messages, added Javadoc to TouchScrollHandlerJohannes Dahlström2012-05-141-16/+45
* camelCasify CSS property namesJohannes Dahlström2012-05-111-4/+4
* TouchScrollHandler: added debug info, restored setElements()Johannes Dahlström2012-05-091-0/+29
* #8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic add...Johannes Dahlström2012-05-071-11/+16
* Improved TouchScrollHandler helperJohannes Dahlström2012-05-041-15/+8
* New helper class handling touch scrolling either natively or with TouchScroll...Johannes Dahlström2012-05-031-1/+46
* Removed duplicate code for broken Android detection (#8716)Artur Signell2012-04-261-3/+2
* [merge from 6.7] Fix #8550 in 6.7 after allAutomerge2012-04-231-101/+167
* [merge from 6.7] Moved Mattis touchscroll fixes to 6.8Automerge2012-04-201-167/+101
* [merge from 6.7] * fixed timing issue that might leave scroll "outside" of th...Automerge2012-04-191-44/+46
* [merge from 6.7] Quickly typed in touch scroll related changes due to ridicul...Automerge2012-04-181-81/+145
* Reverted accidental commitJohannes Dahlström2012-04-131-7/+1
* Blocked merge of revisions related to 6.7.7 releaseJohannes Dahlström2012-04-131-1/+7
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-6/+9
* small tuning to what kind of touch gesture is used as a scroll Matti Tahvonen2011-04-131-1/+1
* some tunings to "bouncing" and reacting to events while doing animation with ...Matti Tahvonen2011-03-101-19/+30
* some work towards touch UI supportMatti Tahvonen2011-02-281-0/+473