Ian Gilman
|
c25d15419c
|
Merge pull request #2233 from pearcetm/define-setRotation-axis
implemented rotation about a pivot point in viewport coordinates
|
2022-11-28 13:47:10 -08:00 |
|
Ian Gilman
|
7670892ae7
|
Just a tiny change to trigger Travis...
|
2022-11-26 18:01:44 -08:00 |
|
Tom
|
6fa8e6695d
|
viewport _applyBoundaryConstraints fix
|
2022-11-26 12:04:05 -05:00 |
|
Tom
|
27399beffe
|
banish .DS_Store
|
2022-11-23 15:33:09 -05:00 |
|
Tom
|
29384cd5ff
|
Added event for viewer destroy
|
2022-11-23 15:28:40 -05:00 |
|
Tom
|
d55ccdf557
|
resolved package-lock.json conflict
|
2022-11-22 13:01:00 -05:00 |
|
Ian Gilman
|
22d4e62198
|
Updated package lock
|
2022-11-21 17:19:23 -08:00 |
|
Ian Gilman
|
cdfd5a454b
|
Merge branch 'master' into ig-test
|
2022-11-21 17:16:45 -08:00 |
|
Dragos Daian
|
c3dec09d9c
|
add loop for re-trying failed tiles [Take 3]
|
2022-11-20 12:27:51 +01:00 |
|
Ian Gilman
|
d7cd12679c
|
Merge pull request #2235 from openseadragon/dependabot/npm_and_yarn/minimatch-3.0.8
Bump minimatch from 3.0.4 to 3.0.8
|
2022-11-18 13:48:17 -08:00 |
|
Tom
|
7454d4323d
|
updated setRotation param order to match rotateBy/rotateTo, deprecation warning for setting degrees, and private API
|
2022-11-16 18:07:56 -05:00 |
|
Ian Gilman
|
69c4b31853
|
Changelog tweak
|
2022-11-16 14:26:18 -08:00 |
|
Ian Gilman
|
89a69ee1e0
|
Changelog for #2225
|
2022-11-16 14:21:51 -08:00 |
|
dependabot[bot]
|
733f501a94
|
Bump minimatch from 3.0.4 to 3.0.8
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8)
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-16 22:20:58 +00:00 |
|
Ian Gilman
|
5bba14a763
|
Merge pull request #2225 from HamzaTatheer/master
One touch zoom in & out function #2077
|
2022-11-16 14:16:13 -08:00 |
|
Hamza Tatheer
|
7c44dc64bc
|
Update viewer.js
|
2022-11-16 15:48:45 +05:00 |
|
Tom
|
2f174ad552
|
updated rotateBy
|
2022-11-15 23:51:44 -05:00 |
|
Tom
|
7f2725ba49
|
Slight API tweaks; added checks to rotationPivot
|
2022-11-15 19:01:19 -05:00 |
|
Tom
|
aea62de752
|
.DS_Store banished!
|
2022-11-15 17:50:56 -05:00 |
|
Tom
|
84bbc27a17
|
Add rotateBy and rotateTo to the API
|
2022-11-12 18:20:26 -05:00 |
|
Tom
|
bfddf7355b
|
Add rotateBy and rotateTo to the API
|
2022-11-12 18:18:25 -05:00 |
|
Hamza Tatheer
|
6540a57aa9
|
pr changes
|
2022-11-12 16:32:45 +05:00 |
|
Tom
|
51807a77f0
|
implemented rotation about a pivot point in viewport coordinates
|
2022-11-11 22:15:52 -05:00 |
|
Hamza Tatheer
|
cb2fbe9b50
|
pr changes latest
|
2022-11-06 18:23:12 +05:00 |
|
Hamza Tatheer
|
fccab2da56
|
pr fixes
|
2022-11-03 23:55:35 +05:00 |
|
Hamza Tatheer
|
e4d9dcdd03
|
Triple Click Bug Fix
|
2022-10-30 01:27:56 +05:00 |
|
Hamza Tatheer
|
3ebc03ab3a
|
demo page fix
|
2022-10-29 21:59:29 +05:00 |
|
Hamza Tatheer
|
05b596ce32
|
space removed
|
2022-10-29 21:47:37 +05:00 |
|
Hamza Tatheer
|
ca88de8e7f
|
double click drag same position constraint removed
|
2022-10-29 21:46:12 +05:00 |
|
Hamza Tatheer
|
d44fc85582
|
pr changes
|
2022-10-29 21:22:25 +05:00 |
|
Hamza Tatheer
|
a0ac8666e0
|
Merge branch 'master' of https://github.com/HamzaTatheer/openseadragon
|
2022-10-29 20:18:23 +05:00 |
|
Hamza Tatheer
|
af3801367a
|
Merge branch 'openseadragon:master' into master
|
2022-10-26 11:03:28 +05:00 |
|
Ian Gilman
|
ed66c2d151
|
Changelog for #2212
|
2022-10-24 14:17:51 -07:00 |
|
Ian Gilman
|
af564547f0
|
Merge pull request #2212 from joedf/regression-fix-2201
Undefined check for object descriptor
|
2022-10-24 14:16:21 -07:00 |
|
Hamza Tatheer
|
89ab847ef6
|
bug fix
|
2022-10-24 23:17:03 +05:00 |
|
Hamza Tatheer
|
2f28970e32
|
zoom infinite
|
2022-10-24 11:08:37 +05:00 |
|
Hamza Tatheer
|
e12a626efb
|
hide toolbar
|
2022-10-23 23:51:27 +05:00 |
|
Hamza Tatheer
|
2f2285711d
|
Update viewer.js
|
2022-10-23 01:30:16 +05:00 |
|
Hamza Tatheer
|
9a4b802286
|
Update index.html
|
2022-10-22 21:10:01 +05:00 |
|
Hamza Tatheer
|
8336e8336b
|
test
|
2022-10-22 21:04:58 +05:00 |
|
Hamza Tatheer
|
3a0bb0cd58
|
orignal Config
|
2022-10-22 15:50:18 +05:00 |
|
Hamza Tatheer
|
41a07b2250
|
zoom equation updated
|
2022-10-22 15:47:12 +05:00 |
|
Hamza Tatheer
|
cd9c5032f8
|
functionality test
|
2022-10-22 12:15:28 +05:00 |
|
Ian Gilman
|
c470e7effd
|
Changelog for #2219
|
2022-10-20 14:29:06 -07:00 |
|
Ian Gilman
|
d5bcbcec3a
|
Merge pull request #2220 from jssullivan/master
Fixes #2219 TypeError: Cannot set property buttons of [object Object] which has only a getter when initializing OpenSeaDragon
|
2022-10-20 14:27:29 -07:00 |
|
Ian Gilman
|
38027e7588
|
Changelog for #2211
|
2022-10-20 14:23:27 -07:00 |
|
Ian Gilman
|
bbac0f0355
|
Merge pull request #2211 from openseaforce/docss
docs: change `@return` -> `@returns`
|
2022-10-20 14:21:42 -07:00 |
|
Joe DF
|
aec24d6dd7
|
add continue, update warning msg
|
2022-10-19 16:07:35 -04:00 |
|
Jimmy Sullivan
|
13330c4ede
|
Update viewer.js
Remove erroneous whitespace
|
2022-10-19 11:35:49 -04:00 |
|
Jimmy Sullivan
|
8bb600f6ae
|
Update viewer.js
Change removing buttons, to renaming it buttonGroup
|
2022-10-19 11:35:08 -04:00 |
|