Daniel Zimmermann
7935ab82d4
Add unit tests for multi-touch
2016-05-17 11:29:42 +10:00
Daniel Zimmermann
c25bf0a239
Correctly handle touch PointerEvents
...
`onPointerDown/Up` may call `capture/releasePointer`
with `"touch"` as the pointerType, which would result
in a bug as `touchCount` would be `undefined`.
`capture/releasePointer` should just default to a
count of `1` if not specified. This properly retains
the existing behaviour for non-TouchEvent handling.
2016-05-16 06:26:52 +10:00
Daniel Zimmermann
a4dbae0754
Handle simultaneous touch events
...
Found and tested on an iPhone 5s w/ iOS 9.2.
Not sure about other devices.
Fixes #877
2016-05-16 06:26:52 +10:00
Ian Gilman
6099962e40
Changelog for #934
2016-05-13 11:24:15 -07:00
Ian Gilman
c5fc9a6922
Merge pull request #934 from avandecreme/fitBounds
...
Take rotation into account in viewport getBounds and fitBounds methods
2016-05-13 11:21:40 -07:00
Antoine Vandecreme
1014d5767c
Fix resize handling.
2016-05-12 19:23:09 -04:00
Antoine Vandecreme
14069a64e1
Fix applyConstraints with rotation.
2016-05-12 18:47:35 -04:00
Antoine Vandecreme
07d66ce655
Restore applyConstraints to avoid panning when clicking at max zoom.
2016-05-12 18:01:18 -04:00
Antoine Vandecreme
0c398eacdb
Add test for fitBounds with a rotated rectangle.
2016-05-10 21:19:33 -04:00
Antoine Vandecreme
e4c29d649b
Remove code duplication in Viewport.applyConstraints.
2016-05-10 18:49:55 -04:00
Antoine Vandecreme
521e020b9a
Viewport getBounds and fitBounds methods now take rotation into account. Fix #924
2016-05-04 22:26:33 -04:00
Ian Gilman
1d02ba7853
Changelog for #927
2016-04-29 10:11:15 -07:00
Ian Gilman
07429f5890
Merge pull request #927 from avandecreme/perf
...
Optimize sketch canvas clearing and blending.
2016-04-29 10:08:47 -07:00
Antoine Vandecreme
cac7052bf8
Take pixelDensityRatio into account.
2016-04-28 11:26:09 -04:00
Antoine Vandecreme
684029bc79
Optimize sketch canvas clearing and blending.
2016-04-27 11:08:44 -04:00
Antoine Vandecreme
3106d8f85b
Fix viewport.fitBounds tests.
2016-04-23 08:29:32 -04:00
Ian Gilman
66ffa03132
Merge pull request #923 from avandecreme/fitbounds
...
Fix Viewport.update with zoomPoint.
2016-04-22 11:10:34 -07:00
Ian Gilman
b2dbf35dcb
Changelog for #910 and #923
2016-04-22 11:09:27 -07:00
Ian Gilman
5785d10cbb
Merge pull request #910 from avandecreme/home-clip
...
Fix home bounds with clipping. Fix #891
2016-04-22 11:01:05 -07:00
Ian Gilman
1b39167780
Merge pull request #922 from avandecreme/master
...
Fix getScaleForEdgeSmoothing with image tile source.
2016-04-22 10:15:01 -07:00
Antoine Vandecreme
79977b09a0
Fix Viewport.update with zoomPoint.
2016-04-21 16:06:07 -04:00
Antoine Vandecreme
65a95d4a49
Add asserts on this.viewer.
2016-04-21 10:57:39 -04:00
Antoine Vandecreme
f8de9b33b0
Fix getScaleForEdgeSmoothing with image tile source.
2016-04-21 10:31:49 -04:00
Antoine Vandecreme
3775a877e2
Remove trailing spaces.
2016-04-21 10:02:02 -04:00
Antoine Vandecreme
b1a0abd104
Add this.viewer test.
2016-04-19 18:13:12 -04:00
Ian Gilman
766e2b0e1f
Merge pull request #902 from avandecreme/dead-code
...
Remove dead code.
2016-04-15 16:55:57 -07:00
Ian Gilman
b9df7f3cde
Merge pull request #905 from avandecreme/doc
...
Fix JSDoc.
2016-04-14 16:38:36 -07:00
Antoine Vandecreme
4bf7b62939
Fix enums doc.
2016-04-10 19:01:30 -04:00
Antoine Vandecreme
55e0811294
Merge remote-tracking branch 'upstream/master' into doc
2016-04-10 18:37:11 -04:00
Antoine Vandecreme
e0e6ce9b65
Add unit tests for home bounds with clip.
2016-04-09 18:13:37 -04:00
Antoine Vandecreme
b8c87ddb61
Use Util.assertRectangleEquals
2016-04-09 11:56:34 -04:00
Antoine Vandecreme
686176f821
Add TiledImage.getClippedBounds test.
2016-04-09 11:37:05 -04:00
Antoine Vandecreme
e436fc93fd
Fix test.
2016-04-09 11:23:59 -04:00
Antoine Vandecreme
ea86237a4a
Merge branch 'master' of https://github.com/openseadragon/openseadragon into home-clip
2016-04-09 11:16:16 -04:00
Antoine Vandecreme
4fa7ed1590
Adapt doc to new version of JSDoc.
2016-04-09 10:15:02 -04:00
Antoine Vandecreme
5ebf84a580
Fix typo in doc.
2016-04-09 10:14:09 -04:00
Ian Gilman
eec0d4c9ff
Merge pull request #896 from avandecreme/overlays
...
Overlays improvements
2016-04-08 10:42:05 -07:00
Antoine Vandecreme
cd7bb8a8c4
Fix doc and debug message.
2016-04-06 12:55:50 -04:00
Antoine Vandecreme
81f439d430
Document the viewport parameter as mandatory in Overlay.getBounds.
2016-04-06 09:10:51 -04:00
Antoine Vandecreme
bd4cabaec2
Fix JSDoc.
2016-04-05 20:00:35 -04:00
Antoine Vandecreme
9e68f6c27b
Fix home bounds with clipping. Fix #891
2016-04-05 17:51:50 -04:00
Antoine Vandecreme
53d1534cc2
Add old properties for backward compatibility.
2016-04-05 13:05:32 -04:00
Antoine Vandecreme
96a032164f
Update changelog
2016-04-04 13:59:51 -04:00
Antoine Vandecreme
55dfc146c9
Remove dead code.
2016-04-03 07:59:10 -04:00
Antoine Vandecreme
824dc192bc
Add unit tests for overlays with rotation mode EXACT
2016-04-01 16:54:29 -04:00
Antoine Vandecreme
5f9053fb6e
Fix Overlay.getBounds with BOUNDING_BOX rotation mode.
2016-04-01 15:46:43 -04:00
Antoine Vandecreme
fafb7f8db6
Readd blank lines.
2016-04-01 13:31:36 -04:00
Antoine Vandecreme
bd62d56a37
Fix Overlays.getBounds with rotation.
2016-04-01 13:29:09 -04:00
Antoine Vandecreme
0685d8a3a4
Use outline instead of border in overlay demo.
2016-04-01 09:19:40 -04:00
Antoine Vandecreme
c8ed3893ad
Fix method name.
2016-03-31 16:59:26 -04:00