Mark Salsbery
e0f9c94bb5
Merge branch 'master' into ms-reference-strip
...
* master: (276 commits)
Changelog for #2280 and #2238
remove trailing space
fix problem with click precision on ReferenceStrip
Changelog for #2273
Also add documentation for tileRetryDelay
try fix with check for null and undefined
fix build error
Add tileRetryMax documentation.
Revert async support and event breaking support in EventSource.
Changelog for #2276
add box-sizing property to the navigator display region
Implement support for async function and promise type recognition with $.type. Add $.Promise proxy. Implement support for promises in EventSource. Implement ability to abort events as well as prioritize events.
Changelog for #2270
issues/2192 fix.
Starting 4.0.1
Version 4.0.0
JSDoc fixes
Changelog for #2256
Changelog for #2249
removed polling vs resizeviewer option from demo
...
2023-02-01 09:26:49 -08:00
Ian Gilman
ca5cc84988
Changelog for #2280 and #2238
2023-01-26 14:13:52 -08:00
Ian Gilman
dbb60cf026
Merge pull request #2280 from damonsson/patch-1
...
fix problem with click precision on ReferenceStrip
2023-01-26 14:11:16 -08:00
Damian Murawski
2484de5010
remove trailing space
2023-01-26 11:44:39 +01:00
Damian Murawski
8550b4fea5
fix problem with click precision on ReferenceStrip
...
temporary fix for #1992 . Just adding 4px which works in all use cases.
2023-01-25 23:15:12 +01:00
Ian Gilman
6f7e8c7a49
Merge pull request #2238 from Ughuuu/pr-1386-3
...
add loop for re-trying failed tiles [Take 3]
2023-01-24 15:15:58 -08:00
Ian Gilman
e6f7c78626
Changelog for #2273
2023-01-24 14:58:13 -08:00
Ian Gilman
d22eceed66
Merge pull request #2273 from RationAI/master
...
EventSource: promises, priorities and execution breaks
2023-01-24 14:53:07 -08:00
Dragos Daian
b4700d28bd
Also add documentation for tileRetryDelay
2023-01-23 22:16:05 +01:00
Dragos Daian
f0f12c459e
try fix with check for null and undefined
2023-01-23 22:10:23 +01:00
Dragos Daian
5d70a807da
fix build error
2023-01-23 19:54:51 +01:00
Dragos Daian
77bc130636
Add tileRetryMax documentation.
2023-01-23 19:49:43 +01:00
Aiosa
377f2bd04f
Merge branch 'master' of github.com:RationAI/openseadragon
2023-01-21 09:00:58 +01:00
Aiosa
7a7acdbe57
Merge branch 'openseadragon:master' into master
2023-01-21 08:00:29 +00:00
Aiosa
de00939d8d
Revert async support and event breaking support in EventSource.
2023-01-21 09:00:24 +01:00
Ian Gilman
a1004bac86
Changelog for #2276
2023-01-20 13:53:46 -08:00
Ian Gilman
5a8e7ddcf8
Merge pull request #2276 from ambujsahu81/patch-1
...
Fix #2264 : Navigator display rectangle is off when the page has box-sizing: border-box
2023-01-20 13:51:52 -08:00
ambujsahu81
f3a76a267c
add box-sizing property to the navigator display region
2023-01-20 18:26:54 +05:30
Aiosa
c8dbb2c757
Implement support for async function and promise type recognition with $.type. Add $.Promise proxy. Implement support for promises in EventSource. Implement ability to abort events as well as prioritize events.
2023-01-17 11:13:48 +01:00
Ian Gilman
d80b6ad4ce
Changelog for #2270
2023-01-12 13:57:44 -08:00
Ian Gilman
3d9ae49948
Merge pull request #2270 from hrghauri/issue-2192
...
issues/2192 fix - Introduced canvas-key-press for keypress.
2023-01-12 13:54:50 -08:00
Haris Ghauri
a9f0523b62
issues/2192 fix.
2023-01-11 23:15:24 -05:00
Ian Gilman
a111d0f616
Starting 4.0.1
2022-12-16 14:22:50 -08:00
Ian Gilman
8e6196a3f3
Version 4.0.0
2022-12-16 14:17:28 -08:00
Ian Gilman
c93df98363
JSDoc fixes
2022-12-16 14:14:40 -08:00
Ian Gilman
574f375467
Changelog for #2256
2022-12-16 13:57:02 -08:00
Ian Gilman
1351ac018a
Merge pull request #2256 from pearcetm/resize-listener
...
work in progress about viewer resize behavior
2022-12-16 13:48:45 -08:00
Ian Gilman
c5588a2313
Changelog for #2249
2022-12-15 14:03:46 -08:00
Ian Gilman
3342b7880d
Merge pull request #2249 from pearcetm/rotated-constraints-fix
...
fixed viewport constraint behavior when viewer is rotated
2022-12-15 13:57:44 -08:00
Tom
564121428c
removed polling vs resizeviewer option from demo
2022-12-14 11:31:12 -05:00
Tom
67fc9eafe8
disabled autoResize for navigator
2022-12-14 10:53:40 -05:00
Tom
9ccf93d767
cleaning up changes
2022-12-14 09:25:23 -05:00
Tom
9daa8feec1
cleaning up changes; modified demo
2022-12-14 09:21:52 -05:00
Tom
9048abb05e
Merge branch 'master' into resize-listener
2022-12-13 18:31:42 -05:00
Tom
69297c0181
Updated resize behavior
2022-12-13 16:49:23 -05:00
Ian Gilman
ae70c88e52
Merge pull request #2259 from openseadragon/ig-test
...
Fixed fullyLoaded test when run in browser
2022-12-12 15:26:44 -08:00
Ian Gilman
e6341ac1e0
Fixed fullyLoaded test when run in browser
2022-12-12 15:21:56 -08:00
Ian Gilman
2d713783ba
Merge pull request #2257 from pearcetm/fix-navigator-tests
...
Fix navigator tests
2022-12-12 14:44:03 -08:00
Tom
e122f372ba
enable all tests
2022-12-11 15:07:43 -05:00
Tom
48bcd75f1a
fixed logic of dragNavigatorBackToCenter method
2022-12-11 14:47:52 -05:00
Tom
37a024f023
bugfix in getCenter during zoom animation
2022-12-10 07:02:16 -05:00
Tom
86c105beaa
bugfix in getCenter during zoom animation
2022-12-10 06:57:53 -05:00
Tom
2afd61b05d
updates to work in progress
2022-12-08 23:12:28 -05:00
Tom
7e1b5c5665
fixed typo in documentation
2022-12-07 18:03:59 -05:00
Tom
54af53cf4e
work in progress about viewer resize behavior
2022-12-07 17:46:25 -05:00
Ian Gilman
dd2f132577
Changelog for #2206
2022-12-07 14:27:43 -08:00
Ian Gilman
de4eac5a06
Merge pull request #2206 from filak/master
...
Update iiiftilesource.js
2022-12-07 14:21:47 -08:00
Ian Gilman
15b3e10727
Merge pull request #2254 from openseadragon/dependabot/npm_and_yarn/qs-6.11.0
...
Bump qs from 6.9.4 to 6.11.0
2022-12-07 13:59:18 -08:00
Tom
524b42c778
demo update
2022-12-06 17:21:03 -05:00
dependabot[bot]
44431beb13
Bump qs from 6.9.4 to 6.11.0
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.9.4 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.4...v6.11.0 )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 21:57:23 +00:00