Ian Gilman
8b30e7a307
Changelog for #2657
2025-01-10 09:34:25 -08:00
Ian Gilman
306adb9b6a
Merge pull request #2657 from cff29546/master
...
use unique hash for MouseTracker
2025-01-10 09:32:12 -08:00
Ian Gilman
9b8b4c2728
Changelog for #2652
2025-01-09 10:06:05 -08:00
Ian Gilman
d6740dab25
Merge branch 'master' of github.com:openseadragon/openseadragon
2025-01-09 10:04:58 -08:00
Ian Gilman
003dd3a9da
Merge pull request #2652 from pearcetm/fix-2651
...
Mark tiled image as needing update when opacity changes
2025-01-09 10:02:35 -08:00
Ian Gilman
a1fa790e19
Changelog for #2649
2025-01-09 09:45:33 -08:00
Ian Gilman
3aaa8fa721
Merge pull request #2649 from Seafret/master
...
Fixed issue with MouseTracker where hasGestureHandlers and hasScrollHandler values were not getting updated upon dynamically adding/removing handlers.
2025-01-09 09:42:51 -08:00
Min Xiang
39671f4d78
use unique hash for MouseTracker
2025-01-09 07:53:05 +08:00
Ian Gilman
e193557e56
Changelog for #2636
2025-01-06 09:45:36 -08:00
Ian Gilman
b8b6a9656a
Merge pull request #2636 from pcram-techcyte/v5.0.1-hasTransparency-fix
...
Typo in hasTransparency check in webgldrawer
2025-01-06 09:42:55 -08:00
Tom
f5f9eab200
mark tiled image as needing an update when opacity changes
2025-01-06 09:40:23 -05:00
Tom
3f22b6aa3a
mark tiled image as needing an update when opacity changes
2025-01-06 09:39:28 -05:00
Jessica R.
641e085259
Updated MouseTracker's hasGestureHandlers and hasScrollHandler to be getters
2025-01-02 23:07:13 -07:00
Jessica R.
9527f15f52
Changed hasScrollHandler to be a function to better work with dynamically added handlers
...
Previously, we were setting hasScrollHandler once in the constructor and never re-assigning it after the initial creation. Changing hasScrollHandler to a function better accommodates dynamically added/removed handlers. See previous commit for change to hasGestureHandlers for further details and reasoning.
2025-01-01 22:45:12 -07:00
Jessica R.
865c3884b2
Changed hasGestureHandlers to be a function to better work with dynamically added handlers
...
Previously, we were setting hasGestureHandlers once in the constructor and never re-assigning it after the initial creation. This resulted in MouseTrackers created without gesture handlers never updating its hasGestureHandlers values, even when gesture handlers were dynamically added after creation. By changing this to a function, our MouseTrackers' hasGestureHandlers value should always be in the proper state, even if handlers are dynamically created or removed.
2025-01-01 22:38:48 -07:00
Ian Gilman
56d0d982da
Changelog for #2640
2024-12-20 09:32:24 -08:00
Ian Gilman
58f4e6a36e
Merge pull request #2640 from harshkg23/master
...
Refactor assessNumericValue for improved clarity and debugging
2024-12-20 09:28:11 -08:00
Paul Cram
ef0f14a03d
Revert "Add useTwoPassRendering as an option to the webgl drawer"
...
This reverts commit 55f53e8369629c2dd490040bce44abea0961310a.
2024-12-19 15:32:00 -05:00
Harsh Kumar Gupta
d31562e34f
Fix the function arguments for the required file
2024-12-20 00:31:40 +05:30
Harsh Kumar Gupta
8fdd639bf0
Rename parameters in helper functions for clarity and consistency
2024-12-19 16:30:04 +05:30
Harsh Kumar Gupta
a0fcfc20ad
Correct function names in test helpers for consistency
2024-12-19 16:12:27 +05:30
Harsh Kumar Gupta
15627ee18e
Bump version to 5.0.1 and update argument names for clarity in helper functions
2024-12-19 15:52:14 +05:30
Harsh Kumar Gupta
33c3d4b380
Corrected arguments name and fixed the identation issue
2024-12-19 15:24:34 +05:30
Harsh Kumar Gupta
74ffb66f40
Refactor test helper functions for improved readability and consistency
2024-12-18 00:53:44 +05:30
Paul Cram
55f53e8369
Add useTwoPassRendering as an option to the webgl drawer
2024-12-17 10:36:31 -05:00
pcram-techcyte
acb7563257
Merge branch 'openseadragon:master' into v5.0.1-hasTransparency-fix
2024-12-17 09:01:36 -05:00
Ian Gilman
c06e719198
Changelog for #2407
2024-12-16 09:30:47 -08:00
Ian Gilman
64bb7e25c7
Merge pull request #2407 from RationAI/cache-overhaul-reviewed
...
Cache Overhaul for OpenSeadragon (reviewed).
2024-12-16 09:26:13 -08:00
Aiosa
c392f2d205
Change location of logos, add link
2024-12-12 19:28:58 +01:00
pcram-techcyte
45bd3f48f9
Typo in hasTransparency check
2024-12-10 09:12:39 -05:00
Aiosa
bee3c243fb
Delete demos with old plugins.
2024-12-10 14:38:34 +01:00
Aiosa
563c7674c7
Add sponsors section to README.
2024-12-10 14:37:30 +01:00
Aiosa
fec033f9d2
Clear up few todos, introduce tile processing promise to await single tiles.
2024-12-10 14:16:19 +01:00
Aiosa
e12a349f52
Merge branch 'temporary-merge' into cache-overhaul-reviewed
2024-12-10 13:51:56 +01:00
Aiosa
bee5cb2471
Merge conflicts from master.
2024-12-10 13:50:41 +01:00
Ian Gilman
c8c7b481b8
Started on version 6
2024-12-09 09:37:19 -08:00
Ian Gilman
480de92d0a
Version 5.0.1
v5.0.1
2024-12-09 09:31:27 -08:00
Ian Gilman
e9dd9e9dfc
Changelog for #2627
2024-12-06 09:32:44 -08:00
Ian Gilman
07502e6d58
Merge pull request #2627 from pearcetm/pixel-density-change
...
Fix #2623
2024-12-06 09:30:41 -08:00
Tom
1843bbd89c
update docs
2024-12-04 16:42:25 -05:00
Tom
a5987db8d5
fix #2623
2024-12-04 16:41:24 -05:00
Aiosa
039ffbd37a
Fix typo
2024-12-04 09:16:04 +01:00
Aiosa
1a7a5ee1d6
Respect tainted() when uploading a texture.
2024-12-04 09:08:00 +01:00
Ian Gilman
9b96707dec
Changelog for #2620
2024-12-02 09:51:24 -08:00
Ian Gilman
3ce307f309
Merge pull request #2620 from sbarex/master
...
Update webgldrawer.js
2024-12-02 09:48:24 -08:00
Aiosa
d6bb8d3bd1
Fix typo. Remove tileSource prototype extension - adds implementation for methods that throw exceptions.
2024-11-30 10:03:39 +01:00
Aiosa
271f437568
Force prototype extension on inlined tile source. Ensure zombies are processed with invalidation before restored in the system. WebGL drawer can use canvas drawer. Add changelog updates.
2024-11-30 09:52:27 +01:00
sbarex
5438fd65e1
Update webgldrawer.js
...
Fixed a bug that caused a completely white image to be rendered when two-pass rendering mode was requested (required when multiple images, using transparency, or in debug mode).
2024-11-26 23:38:13 +01:00
Aiosa
85e8b381b8
Add cache clear on viewer.clear(). Add tile and viewer state checks to invalidation. Fix IIF test (timer is now built-in).
2024-11-26 15:24:51 +01:00
Aiosa
ef7628f098
Fix bug: webgl 'manual instanced rendering' return -> continue, do not count as drawn index.
2024-11-26 14:08:32 +01:00