Antoine Vandecreme
a9f5e7ec73
Add unit test and fix code review comments.
2016-08-21 12:54:33 +02:00
Antoine Vandecreme
65b59c08d6
First draft of tiled image rotation.
2016-08-17 15:43:08 +02:00
VoidVolker
41c82c88a9
[-] remove ref to getTileAtPoint - becasue this are subclass of TileSource
2016-07-29 20:45:57 +03:00
VoidVolker
eb799bdc70
[=] fix for image source type image and in legacytilesource
2016-07-29 20:36:05 +03:00
VoidVolker
ecebc3305f
[=] Dropped useless calculations
2016-07-29 12:41:25 +03:00
VoidVolker
2bcc1aa0f4
[=] Wrap fix for #555
...
1. Fix for horizontal and vertical wrap. Problem was in
`getTileAtPoint`: it was working only for points inside viewer - thanks
to @avandecreme for finding this.
2. Was small bug in not rendering top row and left column - after scroll
there are empty space and need some time for rendering.
2016-07-29 01:33:48 +03:00
Ian Gilman
469341094d
Merge pull request #981 from LarissaSmith/master
...
Added an option to addTiledImage to change the crossOriginPolicy.
2016-07-28 10:15:25 -07:00
Larissa Smith
4ccabe78de
Passed options.crossOriginPolicy into getTileSource. Also changed checks on crossOriginPolicy to compare to undefined, and added tests for the addTiledImage crossOriginPolicy api.
2016-07-28 09:35:43 -06:00
Artem Kozlov
9ef153ca53
Add support for commonjs.
2016-07-25 20:35:49 +02:00
Larissa Smith
1e0ddcedc1
Added an option to addTiledImage to change the crossOriginPolicy. addTiledImage will also check the tileSource for crossOriginPolicy.
2016-07-21 10:26:02 -06:00
Sebastian Öberg
fb5e628add
Moved setting of withCredentials to after the request is opened to fix IE 10 bug.
2016-06-22 14:34:21 +02:00
plougsgaard
e9a0bbc8d9
Document effect on smoothTileEdgesMinZoom referencing #952 .
2016-06-17 19:16:08 +02:00
plougsgaard
b3a10aca3b
Introduce variable iOSDevice
that disables 8c4fcc9
when running on an iOS device.
2016-06-17 16:37:30 +02:00
Victor Rodriguez Gil
36264c44ef
simplified constraint code
2016-06-14 17:31:21 +00:00
Victor Rodriguez Gil
c91039b545
Code that fixes #890 , new test passes. Events.js test needed fixing with good value, unrelated to actual test.
2016-06-13 23:07:17 +00:00
A
033b650c29
Fix #946
...
Fix for https://github.com/openseadragon/openseadragon/issues/946
2016-05-26 13:24:03 -04:00
Ian Gilman
bd743d688a
Merge pull request #939 from avandecreme/perf
...
Avoid loading clipped out tiles. Fix #889 .
2016-05-19 09:46:33 -07:00
Antoine Vandecreme
8951ac3f5b
Fix fitBounds with extreme zoom values.
2016-05-17 14:27:28 -04:00
Ian Gilman
436ff0d086
Merge pull request #930 from dlukez/master
...
Handle simultaneous touch events
2016-05-17 10:44:46 -07:00
Ian Gilman
ebf7cbf918
Merge pull request #940 from avandecreme/fullpage
...
Enforce html element width and height to 100% when going full page.
2016-05-17 09:51:08 -07:00
Antoine Vandecreme
32f993f862
Enforce html element width and height to 100% when going full page.
2016-05-16 13:08:17 -04:00
Ian Gilman
ea32e1b090
Merge pull request #935 from leesei/master
...
feat(navigator): add option autoFade
2016-05-16 09:40:23 -07: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
Antoine Vandecreme
b11edddf68
Fix jshint.
2016-05-13 15:35:33 -04:00
Antoine Vandecreme
352bfbc3a5
Avoid loading clipped out tiles. Fix #889 .
2016-05-13 15:18:37 -04: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
e4c29d649b
Remove code duplication in Viewport.applyConstraints.
2016-05-10 18:49:55 -04:00
leesei
7ea8733e5b
feat(navigator): add option autoFade
2016-05-07 17:16:59 +08:00
Antoine Vandecreme
521e020b9a
Viewport getBounds and fitBounds methods now take rotation into account. Fix #924
2016-05-04 22:26:33 -04: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
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
5785d10cbb
Merge pull request #910 from avandecreme/home-clip
...
Fix home bounds with clipping. Fix #891
2016-04-22 11:01:05 -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
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
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
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