Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

OpenSeadragon

An open-source, web-based viewing technology for high-resolution zoomable images.
Collective - Host: opensource - https://opencollective.com/openseadragon - Website: https://openseadragon.github.io - Code: https://github.com/openseadragon

Changelog for #2468

github.com/openseadragon/openseadragon - 59645e3a0dbc321be0f503df4e6fb4b156c3fbba authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2468 from thec0keman/fix-this-scoping

Fix `this` scoping

github.com/openseadragon/openseadragon - 4c331a20004f098b258f070fd157fdd57571df9d authored 11 months ago by Ian Gilman <[email protected]>
Changelog for #2469

github.com/openseadragon/openseadragon - b62fba80d678c7fefd7e818c6f06458d764ac5e1 authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2469 from pearcetm/placeholder-for-webgl

Support placeholderFillStyle in WebGLDrawer, and other fixes

github.com/openseadragon/openseadragon - 1c60e45a7f2d4b8a858c871cbf5dd5278e9c7197 authored 11 months ago by Ian Gilman <[email protected]>
clean up code added for testing

github.com/openseadragon/openseadragon - 3f21f84df436fde7bbd435a8602856ceea0f9d8e authored 11 months ago by Tom <[email protected]>
fix placeholder positioning for canvas drawer

github.com/openseadragon/openseadragon - c734de531fd94cbbd912f96be046b953ccf65399 authored 11 months ago by Tom <[email protected]>
account for viewport rotation in addition to tiledImage rotation

github.com/openseadragon/openseadragon - d4e82d374e3633190ed618e434d0bba9fe7e8137 authored 11 months ago by Tom <[email protected]>
add support for placeholderFillStyle to webgl drawer. fix spring logic to avoid getting stuck updating due to floating point math. update tilesource-swap demo.

github.com/openseadragon/openseadragon - 5b2c6d7ed9448ff431e3857074bf8afffcdd9687 authored 11 months ago by Tom <[email protected]>
Fix this scoping

github.com/openseadragon/openseadragon - 8f483a3ba000c6a1a0bbcca2aa66529f4d552cf1 authored 11 months ago by John Ratcliff <[email protected]>
Changelog for #2466

github.com/openseadragon/openseadragon - f7d86ac244826416d3090fbef86968f17fc40fe8 authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2466 from pearcetm/fix-docs

fix jsdoc formatting for drawer classes

github.com/openseadragon/openseadragon - e3c3634266ad613c21d0bdd41742926b659bdaf4 authored 11 months ago by Ian Gilman <[email protected]>
fix jsdoc formatting for drawer classes

github.com/openseadragon/openseadragon - 3ced918fb480d8445424add177bd98c07cbcbffe authored 11 months ago by Tom <[email protected]>
fix jsdoc formatting for drawer classes

github.com/openseadragon/openseadragon - 23e50b60386e81e11f5ff10974df5d98847f5236 authored 11 months ago by Tom <[email protected]>
Changelog for #2464, #2462

github.com/openseadragon/openseadragon - fdaa3e2f16c8de350a4ead5f6813b2db21a984ac authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2464 from jonasengelmann/fix/touch-gesture-dragToPan

Fix dragToPan when flickEnabled is activated

github.com/openseadragon/openseadragon - 2e0868023afc7665ec9dceba81a38dc6c838c771 authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2462 from pearcetm/fix-zero-opacity-case

Fix zero opacity case

github.com/openseadragon/openseadragon - 98769af678f1c95245d6b4908fe047d4e64161d4 authored 11 months ago by Ian Gilman <[email protected]>
fix dragToPan when flickEnabled is activated #2463

github.com/openseadragon/openseadragon - e08274e2b05431b29aaff596745a3e7e9548f060 authored 11 months ago by jonasengelmann <[email protected]>
skip drawing zero-opacity images for webgl drawer. remove checks for preload in html and canvas drawers since that is done in tiledimage.

github.com/openseadragon/openseadragon - 68623ace26a90470eac969d8b42638f479775c6a authored 11 months ago by Tom <[email protected]>
move logic about zero opacity case into getDrawArea

github.com/openseadragon/openseadragon - 921171ed2bb1afe3529426a7cdc8b7a73e62636b authored 11 months ago by Tom <[email protected]>
Allow preloading of tiles for zero opacity tiled images

github.com/openseadragon/openseadragon - 84a55968ee2c5e0c886458b1c51565123d33e4ed authored 11 months ago by Tom <[email protected]>
Stop tiles from loading if opacity of tiled image is 0

github.com/openseadragon/openseadragon - 1b44de3b68d254bc5a8773f3b9e6e99956f7bf23 authored 11 months ago by Tom <[email protected]>
Changelog for #2310

github.com/openseadragon/openseadragon - f9a8b97cf965f4625977021859d7aaa0cb6a272f authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2310 from pearcetm/rotation-seams

Refactor drawing code, add WebGL drawer, and enable plugin renderers

github.com/openseadragon/openseadragon - 52fc10ffa21d07f4552beb81a3c9592818c5c096 authored 11 months ago by Ian Gilman <[email protected]>
expand event validation logic

github.com/openseadragon/openseadragon - d490592b99fb12c9cdd6f5580deceb20e84f92f3 authored 11 months ago by Tom <[email protected]>
make event handler validation private

github.com/openseadragon/openseadragon - 024cee42f503aa0886cc685a94d3441d5527f1b5 authored 11 months ago by Tom <[email protected]>
fix documentation for rejectEventHandler

github.com/openseadragon/openseadragon - a55071f67b5c04b6b8f5bab1ab208cc3b3058f48 authored 11 months ago by Tom <[email protected]>
reject adding handlers for certain event names

github.com/openseadragon/openseadragon - 2add1085399db993354e1ef9eef9771c3a1a2347 authored 11 months ago by Tom <[email protected]>
add validation at time of binding event handlers

github.com/openseadragon/openseadragon - c0104c74807da3750716bd19495b6047048f1b2e authored 11 months ago by Tom <[email protected]>
Changelog for #2455

github.com/openseadragon/openseadragon - 5be1ab6f7d759e9db3693cc43430f768edd8f9bb authored 11 months ago by Ian Gilman <[email protected]>
Merge pull request #2455 from BeebBenjamin/webp-support

Fix #2454, add webp to supported image formats

github.com/openseadragon/openseadragon - 4811dd032087eb03bd4b83197d5b7ce4d4eea714 authored 11 months ago by Ian Gilman <[email protected]>
Fix, change set supported format example

github.com/openseadragon/openseadragon - 362a0605124baa90b8ca2bdba477d9b36da48371 authored 11 months ago by Richard Benjamin Allen <[email protected]>
clean up comments and error logging

github.com/openseadragon/openseadragon - d2376b571f4b921cbd95126e6ad86fbd4c3999a9 authored 11 months ago by Tom <[email protected]>
Fix #2454, add webp to supported image formats

github.com/openseadragon/openseadragon - 4e9134f66aea9b3b82cdfbeb3b660f3ab5934d9b authored 11 months ago by Richard Benjamin Allen <[email protected]>
throw error if MAX_TEXTURE_IMAGE_UNITS is a bad value

github.com/openseadragon/openseadragon - dc03989bbe61bf62d1945f43bdac842ad126bce5 authored 11 months ago by Tom <[email protected]>
throw error if MAX_TEXTURE_IMAGE_UNITS is a bad value

github.com/openseadragon/openseadragon - 3cdd5fd711fe8063780d0d7f47c58cda7d8cb566 authored 11 months ago by Tom <[email protected]>
move qunit.starTest log message to test.js

github.com/openseadragon/openseadragon - f6c35b44ed8399741222874d8628b705e18ef411 authored 11 months ago by Tom <[email protected]>
clean up code from testing the MAX_TEXTURE_IMAGE_UNITS error issue

github.com/openseadragon/openseadragon - 43de595c2450068773d6e59ad481bf0f02956239 authored 11 months ago by Tom <[email protected]>
cleaned up additional viewers in tests

github.com/openseadragon/openseadragon - a2d31e961036d66baa79df0a52b2e5c76c22b8a8 authored 11 months ago by Tom <[email protected]>
add test info to console.log

github.com/openseadragon/openseadragon - bb676a8699f2af901174fdb98c1f106abe4ec67b authored 11 months ago by Tom <[email protected]>
add logging directly to webgl drawer

github.com/openseadragon/openseadragon - fd648c26e9b45ab39be320a6106f9880d4dcb07c authored 11 months ago by Tom <[email protected]>
remove additional test logging for testing travis ci

github.com/openseadragon/openseadragon - f6c67b2159b71806f2fe2adc6d0e938eaf121a47 authored 11 months ago by Tom <[email protected]>
additional test logging for testing travis ci

github.com/openseadragon/openseadragon - 0a2657cb5bff0ff9b2a0ee64cab1d56f26f4eee6 authored 11 months ago by Tom <[email protected]>
add logging of gl max_texture_image_units errors to multi-image test

github.com/openseadragon/openseadragon - db11611d7d8d997fa34c3903ed28402654d6654a authored 11 months ago by Tom <[email protected]>
clean up comments. modify tests. add check for max textures in webgldrawer

github.com/openseadragon/openseadragon - b902256a597d2e6b9079ef810798ca04b8c73d59 authored 11 months ago by Tom <[email protected]>
test canvas and webgl drawers in multi-image

github.com/openseadragon/openseadragon - f563600635b786bcc4d2fce76782440a8714e911 authored 12 months ago by Tom <[email protected]>
add description of WebGLDrawer drawing pipeline

github.com/openseadragon/openseadragon - e0fd78344bbdb2e90c6ed83c695031049b5a75c1 authored 12 months ago by Tom <[email protected]>
consolidate tiled-image-drawn event description and firing code

github.com/openseadragon/openseadragon - 500c22feb1927f08b36e81c8c152340fbf86e97a authored 12 months ago by Tom <[email protected]>
update tiled-image-drawn event description

github.com/openseadragon/openseadragon - 9725ac0398bdcae8d68def23372007404bed223e authored 12 months ago by Tom <[email protected]>
fix viewport.update so tests don't stall

github.com/openseadragon/openseadragon - 1a1e2c20c0c20a1b3891b3e588f87dd816ad1dd8 authored about 1 year ago by Tom <[email protected]>
fix documentation for viewport.update

github.com/openseadragon/openseadragon - 22ecdfd75dddca2ebe73728be2e97406a3ee35dc authored about 1 year ago by Tom <[email protected]>
update animating logic

github.com/openseadragon/openseadragon - bbee6e96057e2af16245e38c098bf57c16b79e89 authored about 1 year ago by Tom <[email protected]>
make reference strip always use the canvas drawer

github.com/openseadragon/openseadragon - 40a4e428358aceaa6143a8eee593a6a666ab2cae authored about 1 year ago by Tom <[email protected]>
add documentation; rename parameters for clarity

github.com/openseadragon/openseadragon - 1588f6b715ba0bd7634c535d70a30ed1b62c95c5 authored about 1 year ago by Tom <[email protected]>
fix docs. rename matrix.js to matrix3.js

github.com/openseadragon/openseadragon - 55882b9215c92c30a99b8dc57838893b9c5f9036 authored about 1 year ago by Tom <[email protected]>
updates in drawers and tiled image

github.com/openseadragon/openseadragon - 9616e26dd2a59cac291e816f74da1be1e9b177c4 authored about 1 year ago by Tom <[email protected]>
clean up comments and small fixes

github.com/openseadragon/openseadragon - 074b65bfcda25aa8b0f82848d22ef15a5a1ba2b1 authored about 1 year ago by Tom <[email protected]>
fixes from review of drawerbase.js

github.com/openseadragon/openseadragon - 3f7e7141b924c1f5d15905de877b16e14ca45a88 authored about 1 year ago by Tom <[email protected]>
bugfix in canvasdrawer tiled-image-drawn event

github.com/openseadragon/openseadragon - e50d3639ce5215aa7ec7ce1e9445d15cba7935d3 authored about 1 year ago by Tom <[email protected]>
clean up outdated code; add tiled-image-drawn event to canvasdrawer so tests work with this viewer

github.com/openseadragon/openseadragon - 1200f0b0819030f924530dac1ad85a6de02ad2f2 authored about 1 year ago by Tom <[email protected]>
check for valid ASSERT in tilesource-dynamic-url test

github.com/openseadragon/openseadragon - 32f12b3ba53a8e58506f8c7f739569c32c214c65 authored about 1 year ago by Tom <[email protected]>
update tests to skip fullscreen and certain drawer-related events

github.com/openseadragon/openseadragon - 9dc96390fc9b3a96f88aa410d7a2ec798ca35280 authored about 1 year ago by Tom <[email protected]>
re-enable html drawer in drawer comparison demo; deal with merge conflict resolution issues

github.com/openseadragon/openseadragon - 6b995c018b01a8ae06685e78b2761390851109e8 authored about 1 year ago by Tom <[email protected]>
Merge branch 'master' into rotation-seams

github.com/openseadragon/openseadragon - 36d8b3d9adc5cacb81d09e2b4193b759a7504cf2 authored about 1 year ago by pearcetm <[email protected]>
Merge pull request #5 from Aiosa/rotation-seams

Small rendering bugfixes, URL params in demo pages.

github.com/openseadragon/openseadragon - a578b97d96571431405d993a027492f818bfcd3b authored about 1 year ago by pearcetm <[email protected]>
Remove demo references to the modular renderer.

github.com/openseadragon/openseadragon - 191ba39cbb8fe7baf5b21a80cf61f22fbd6a6179 authored about 1 year ago by Aiosa <[email protected]>
Remove also file references.

github.com/openseadragon/openseadragon - 23496cb049ddc8b8a858e0f142091addc3d20aba authored about 1 year ago by Aiosa <[email protected]>
Remove modular implementation -> will be introduced in subsequent PR.

github.com/openseadragon/openseadragon - f4efe2970a79e07f83af2a36fe1e8c63b3e07d76 authored about 1 year ago by Aiosa <[email protected]>
Changelog for #2431

github.com/openseadragon/openseadragon - 6abcc76a93ee3369267908f0a80641dc171440ed authored about 1 year ago by Ian Gilman <[email protected]>
Merge pull request #2431 from cavenel/master

Fix zoom out when wheel event.deltaY is zero

github.com/openseadragon/openseadragon - c92f8ad65d0ef02cd3f4fb242c44e794f2fb8381 authored about 1 year ago by Ian Gilman <[email protected]>
Revert "Add debounce of pan events"

This reverts commit e836ffcc61b50c5142c237f3a5522797929c1eaa.

github.com/openseadragon/openseadragon - c1038af37d11ca2811aab4bf3869499ddfdc2e41 authored about 1 year ago by Christophe Avenel <[email protected]>
Changelog for #2416

github.com/openseadragon/openseadragon - 89ae9c1376ebb86142283472bd4be8bcc102fd11 authored about 1 year ago by Ian Gilman <[email protected]>
Merge pull request #2416 from lutzhelm/2415-iiif-tiling-error-for-descending-sizes

Fix #2415, order IIIF sizes on tile source init

github.com/openseadragon/openseadragon - a8d37d892ef5977c490631a3d016afa44e8a64eb authored about 1 year ago by Ian Gilman <[email protected]>
Add debounce of pan events

Group pan events together if needed, in order to avoid lag if drawing of layers takes more time ...

github.com/openseadragon/openseadragon - e836ffcc61b50c5142c237f3a5522797929c1eaa authored about 1 year ago by Christophe Avenel <[email protected]>
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....

github.com/openseadragon/openseadragon - 810987210c069876d2ba98a603086affc3244710 authored about 1 year ago by Christophe Avenel <[email protected]>
Merge pull request #282 from zfox23/patch-2

Remove defunct link to "Zoosphere" from in-the-wild

github.com/openseadragon/site-build - 7e4f07ad8d45edfa8e106390428c1682d480119f authored about 1 year ago by Ian Gilman <[email protected]>
Remove blend time from comparison demo (not functional).

github.com/openseadragon/openseadragon - 6447009c18170eedd8d19e3ac588cb9e1317ee3e authored about 1 year ago by Aiosa <[email protected]>
Removed date loader (will be handled by future OSD cache system). Attempt to use instanced rendering. Refactoring of the module.

github.com/openseadragon/openseadragon - cd9d340038afc889dcf7c9af197d0cf19901e658 authored about 1 year ago by Aiosa <[email protected]>
Remove defunct link to "Zoosphere" from in-the-wild

"Zoosphere" redirects to a gambling site now, so it shouldn't be included in the in-the-wild lin...

github.com/openseadragon/site-build - 2244031fb37ca2d7b87b6d0f9882ca70b0731e6f authored about 1 year ago by Zach Fox <[email protected]>
Ensure descending size order also works for level 0

github.com/openseadragon/openseadragon - 5272cf092cc2bc3a9d875935a6f0caa44941328e authored about 1 year ago by Lutz Helm <[email protected]>
Sort levelSizes instead of sizes

github.com/openseadragon/openseadragon - b92a428e88730546058bf9890aa44061ca370eb5 authored about 1 year ago by Lutz Helm <[email protected]>
Working tiledimage-level transparency in a single pass.

github.com/openseadragon/openseadragon - 31f9a7110918b667932d4c28d8a4fee69d9390ca authored about 1 year ago by Aiosa <[email protected]>
Remove logs from debugging.

github.com/openseadragon/openseadragon - 174c4c709ab60e2b9c4ebeec2e01e59ea0a52f4e authored about 1 year ago by Aiosa <[email protected]>
Modular webgl2 drawer: fix small bugs. Add drawer IDs to demo page urls to allow refreshing/direct running

github.com/openseadragon/openseadragon - e3024deb4661d1d236bf15ef16e1d39dc9223e98 authored about 1 year ago by Aiosa <[email protected]>
Fix #2415, order IIIF sizes on tile source init

github.com/openseadragon/openseadragon - 5542ead48b5a5daf64839af384a5656a0ac0fa7b authored over 1 year ago by Lutz Helm <[email protected]>