Tom
a0bcbc4d21
fix clip behavior with webgl drawer
2024-02-21 17:49:46 -05:00
Tom
c6e3e06194
Merge branch 'master' into canvas-fallback
2024-02-21 16:13:36 -05:00
Tom
99c35aa3cb
consolidate drawer creation into viewer api. add drawer-error event
2024-02-21 16:01:18 -05:00
Tom
02898cfc17
clean up bound event handlers in webgldrawer.destroy
2024-02-12 18:05:33 -05:00
Ian Gilman
4c331a2000
Merge pull request #2468 from thec0keman/fix-this-scoping
...
Fix `this` scoping
2024-02-12 09:52:01 -08:00
Tom
6e4914ada3
better cleanup for html drawer in destroy
2024-02-12 09:32:17 -05:00
Tom
8967e2bb03
support hot-swapping drawers with viewer.setDrawer()
2024-02-12 09:30:26 -05:00
Tom
0a154a3b21
In webgl drawer, fall back to canvas drawer for tiled images with tainted data
2024-02-11 11:51:38 -05:00
Tom
3f21f84df4
clean up code added for testing
2024-02-09 18:16:30 -05:00
Tom
c734de531f
fix placeholder positioning for canvas drawer
2024-02-09 17:18:54 -05:00
Tom
d4e82d374e
account for viewport rotation in addition to tiledImage rotation
2024-02-09 15:19:40 -05:00
Tom
5b2c6d7ed9
add support for placeholderFillStyle to webgl drawer. fix spring logic to avoid getting stuck updating due to floating point math. update tilesource-swap demo.
2024-02-09 15:06:52 -05:00
John Ratcliff
8f483a3ba0
Fix this scoping
2024-02-09 11:23:38 -08:00
Ian Gilman
e3c3634266
Merge pull request #2466 from pearcetm/fix-docs
...
fix jsdoc formatting for drawer classes
2024-02-02 09:26:43 -08:00
Tom
3ced918fb4
fix jsdoc formatting for drawer classes
2024-02-01 14:29:10 -05:00
Tom
23e50b6038
fix jsdoc formatting for drawer classes
2024-02-01 14:24:25 -05:00
Ian Gilman
2e0868023a
Merge pull request #2464 from jonasengelmann/fix/touch-gesture-dragToPan
...
Fix dragToPan when flickEnabled is activated
2024-02-01 09:38:28 -08:00
jonasengelmann
e08274e2b0
fix dragToPan when flickEnabled is activated #2463
2024-02-01 18:01:21 +01:00
Tom
68623ace26
skip drawing zero-opacity images for webgl drawer. remove checks for preload in html and canvas drawers since that is done in tiledimage.
2024-02-01 10:46:45 -05:00
Tom
921171ed2b
move logic about zero opacity case into getDrawArea
2024-02-01 08:47:03 -05:00
Tom
84a55968ee
Allow preloading of tiles for zero opacity tiled images
2024-01-31 15:40:47 -05:00
Tom
1b44de3b68
Stop tiles from loading if opacity of tiled image is 0
2024-01-31 15:37:09 -05:00
Ian Gilman
52fc10ffa2
Merge pull request #2310 from pearcetm/rotation-seams
...
Refactor drawing code, add WebGL drawer, and enable plugin renderers
2024-01-31 09:38:56 -08:00
Tom
59519e0e96
fix docs
2024-01-30 13:14:54 -05:00
Tom
d490592b99
expand event validation logic
2024-01-29 13:12:01 -05:00
Tom
024cee42f5
make event handler validation private
2024-01-29 13:01:44 -05:00
Tom
a55071f67b
fix documentation for rejectEventHandler
2024-01-29 11:25:36 -05:00
Tom
2add108539
reject adding handlers for certain event names
2024-01-29 10:39:55 -05:00
Tom
c0104c7480
add validation at time of binding event handlers
2024-01-26 12:23:02 -05:00
Richard Benjamin Allen
362a060512
Fix, change set supported format example
2024-01-25 16:47:51 +00:00
Tom
d2376b571f
clean up comments and error logging
2024-01-24 13:02:50 -05:00
Richard Benjamin Allen
4e9134f66a
Fix #2454 , add webp to supported image formats
2024-01-22 09:43:02 +00:00
Tom
dc03989bbe
throw error if MAX_TEXTURE_IMAGE_UNITS is a bad value
2024-01-19 14:42:34 -05:00
Tom
3cdd5fd711
throw error if MAX_TEXTURE_IMAGE_UNITS is a bad value
2024-01-19 13:19:43 -05:00
Tom
43de595c24
clean up code from testing the MAX_TEXTURE_IMAGE_UNITS error issue
2024-01-18 16:20:28 -05:00
Tom
aae82ab16a
more test details logged
2024-01-18 15:34:14 -05:00
Tom
525d9b52fe
more test details logged
2024-01-18 13:47:14 -05:00
Tom
fd648c26e9
add logging directly to webgl drawer
2024-01-18 13:17:35 -05:00
Tom
f6c67b2159
remove additional test logging for testing travis ci
2024-01-18 12:56:03 -05:00
Tom
0a2657cb5b
additional test logging for testing travis ci
2024-01-18 12:45:27 -05:00
Tom
db11611d7d
add logging of gl max_texture_image_units errors to multi-image test
2024-01-17 16:13:34 -05:00
Tom
b902256a59
clean up comments. modify tests. add check for max textures in webgldrawer
2024-01-15 14:39:15 -05:00
Tom
e0fd78344b
add description of WebGLDrawer drawing pipeline
2024-01-11 13:54:01 -05:00
Tom
3bab3c2190
small cleanups
2024-01-11 13:29:59 -05:00
Tom
500c22feb1
consolidate tiled-image-drawn event description and firing code
2024-01-10 18:00:01 -05:00
Tom
9725ac0398
update tiled-image-drawn event description
2024-01-10 12:21:05 -05:00
Tom
58f918aaa1
clean up tests
2024-01-10 12:13:00 -05:00
Tom
f3a90159c1
cleaning up webgldrawer
2024-01-08 19:18:58 -05:00
Tom
1239b22c30
updates to viewer
2023-12-22 13:46:36 -05:00
Tom
1a1e2c20c0
fix viewport.update so tests don't stall
2023-12-21 16:31:23 -05:00
Tom
22ecdfd75d
fix documentation for viewport.update
2023-12-21 16:12:19 -05:00
Tom
bbee6e9605
update animating logic
2023-12-21 16:09:45 -05:00
Tom
40a4e42835
make reference strip always use the canvas drawer
2023-12-21 15:29:25 -05:00
Tom
1588f6b715
add documentation; rename parameters for clarity
2023-12-21 15:10:23 -05:00
Tom
55882b9215
fix docs. rename matrix.js to matrix3.js
2023-12-19 15:57:15 -05:00
Tom
d5a3cabf13
fixing jsdocs
2023-12-18 17:01:17 -05:00
Tom
9616e26dd2
updates in drawers and tiled image
2023-12-15 13:13:40 -05:00
Tom
074b65bfcd
clean up comments and small fixes
2023-12-14 20:59:55 -05:00
Tom
3f7e7141b9
fixes from review of drawerbase.js
2023-12-14 19:14:05 -05:00
Tom
2d8c6fe4c3
cleaning up docs
2023-12-13 18:11:09 -05:00
Tom
a364c3f168
responding to review
2023-12-12 21:45:24 -05:00
Tom
e50d3639ce
bugfix in canvasdrawer tiled-image-drawn event
2023-12-02 15:47:01 -05:00
Tom
1200f0b081
clean up outdated code; add tiled-image-drawn event to canvasdrawer so tests work with this viewer
2023-12-02 15:40:47 -05:00
Tom
6b995c018b
re-enable html drawer in drawer comparison demo; deal with merge conflict resolution issues
2023-11-29 17:35:49 -05:00
pearcetm
36d8b3d9ad
Merge branch 'master' into rotation-seams
2023-11-29 17:28:42 -05:00
Tom
c86158f0ca
cleaning up changes
2023-11-29 16:46:14 -05:00
Aiosa
f4efe2970a
Remove modular implementation -> will be introduced in subsequent PR.
2023-11-21 12:54:09 +01:00
Ian Gilman
c92f8ad65d
Merge pull request #2431 from cavenel/master
...
Fix zoom out when wheel event.deltaY is zero
2023-11-13 09:53:42 -08:00
Christophe Avenel
c1038af37d
Revert "Add debounce of pan events"
...
This reverts commit e836ffcc61
.
2023-11-08 18:52:05 +01:00
Christophe Avenel
e836ffcc61
Add debounce of pan events
...
Group pan events together if needed, in order to avoid lag if drawing of layers takes more time than it should.
2023-10-31 15:38:38 +01:00
Christophe Avenel
810987210c
Fix zoom out when wheel event.deltaY is zero
...
Don't apply zoom in or zoom out when deltaY is zero on wheel events.
Should fix https://github.com/openseadragon/openseadragon/issues/947 and not make OpenSeadragon zoom out when scrolling horizontally on a touchpad
2023-10-25 09:26:48 +02:00
Aiosa
cd9d340038
Removed date loader (will be handled by future OSD cache system). Attempt to use instanced rendering. Refactoring of the module.
2023-10-23 16:03:47 +02:00
Lutz Helm
b92a428e88
Sort levelSizes instead of sizes
2023-10-10 14:02:44 +02:00
Aiosa
31f9a71109
Working tiledimage-level transparency in a single pass.
2023-09-27 15:16:23 +02:00
Aiosa
174c4c709a
Remove logs from debugging.
2023-09-26 15:47:50 +02:00
Aiosa
e3024deb46
Modular webgl2 drawer: fix small bugs. Add drawer IDs to demo page urls to allow refreshing/direct running
2023-09-26 15:31:43 +02:00
Lutz Helm
5542ead48b
Fix #2415 , order IIIF sizes on tile source init
2023-09-19 09:55:53 +02:00
ViratSr
ed49d46237
syntax fixed and if statement amended
2023-08-17 10:39:45 +05:30
ViratSr
9b051f55de
#fix496
2023-08-16 00:10:55 +05:30
ViratSr
b15ba75551
fixed position issue
2023-08-15 16:46:10 +05:30
Ian Gilman
cca81a37d5
Merge pull request #2387 from schuefflerlab/BestTiles
...
Introduced option maxTilesPerFrame
2023-08-08 09:25:17 -07:00
Peter
0bdd807d9d
Cleaned code according to comments in PR
2023-08-08 11:05:33 +02:00
Peter
f8ad0acfa4
Sort the N tiles only once instead of when adding new indiviual tiles
2023-08-02 21:04:43 +02:00
Peter
55a05963a2
Sort N tiles always for a better look and feel.
2023-08-02 20:30:30 +02:00
pearcetm
e07745d790
Merge pull request #4 from Aiosa/rotation-seams
...
First modular webgl drawer implementation by @Aiosa
Thanks for putting this together @Aiosa! I'm going to merge it into the large refactor PR. It'd be great to have a demo page that includes all these features, for testing/debugging and to show off the capabilities.
2023-08-01 17:18:32 -04:00
Mark Salsbery
1f47f5def1
MouseTracker options docs fixes
2023-07-31 13:08:07 -07:00
Tom
c77a7e7386
enhance performance demo. rename variables for clarity.
2023-07-28 17:49:24 -04:00
Peter
17873001b8
outsourced tile sorting from tile comparing.
2023-07-28 13:15:47 +02:00
Aiosa
a907aaa160
Merge remote-tracking branch 'origin/rotation-seams' into rotation-seams
2023-07-28 12:24:15 +02:00
Aiosa
b6273b95b8
First modular webgl drawer implementation.
2023-07-28 12:23:59 +02:00
Aiosa
ca45e96142
Merge branch 'rotation-seams' into rotation-seams
2023-07-26 23:58:07 +02:00
Aiosa
046612f8da
Better drawer resolution, also supporting inline class spec. Fix minor review stuff.
2023-07-26 23:55:46 +02:00
Tom
f4ded1630f
code cleanup
2023-07-26 15:42:18 -04:00
Aiosa
3c3842bdce
Change comments TO DO -> TODO. Add automatic recognition of drawers. Matrix as an exposed class.
2023-07-26 20:01:26 +02:00
Peter
ccb4ae9f86
Fixed _updateViewport to come to a fullyLoaded state with n tiles.
...
Improved _compareTiles
2023-07-20 17:27:49 +02:00
Peter
9684a83b8c
Updated Comment
2023-07-20 15:17:02 +02:00
P. Schueffler
7ad748799e
Pr for upstream ( #3 )
...
Added maxTilesPerFrame
2023-07-20 14:45:15 +02:00
Tom
f510301922
add performance test demo page. reduce number of drawing calls drawing pipeline of webgl drawer.
2023-07-19 18:18:56 -04:00
Tom
01a4ea6f2c
Update documentation and remove commented code. Change from get type to getType().
2023-07-09 14:10:20 -04:00
Tom
6feed0a68e
Add clipping to demo. Update documentation and remove commented code. Change from get type to getType().
2023-07-09 12:05:17 -04:00