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

update doc comments

github.com/openseadragon/openseadragon - 795e85bebb8d15fbc65f319b4e4e8ebf086c6876 authored almost 2 years ago by Mohit Bansal <[email protected]>
ThreeJSRenderer nearly complete, starting refactor of core to support plugin drawers.

github.com/openseadragon/openseadragon - 376ee38d3c8120cffe9074f895c479c9527278f9 authored almost 2 years ago by Tom <[email protected]>
Clarify advanced data model documentation and fix error in example code rendering.

github.com/openseadragon/site-build - f528ab2bd18ccbad4c8bb27f4c4b3af4a75f63e1 authored almost 2 years ago by Aiosa <[email protected]>
add focus and blur event

github.com/openseadragon/openseadragon - c05af1d38b32c02a2a09896b3fc9300634f37185 authored almost 2 years ago by Mohit Bansal <[email protected]>
Add a lint script

Make it easy to lint in stand-alone fashion.

Note that I'm going with a direct call to ESLint, ...

github.com/openseadragon/openseadragon - ab0ddcae3d5b08777e8ad9a29a155fa024f2f342 authored almost 2 years ago by Andrew A <[email protected]>
Add ESLint plugin for ES API linting

Adding [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) to check for us...

github.com/openseadragon/openseadragon - 09a119afe3b44bc511b0d80e5981fb42f7efc3d1 authored almost 2 years ago by Andrew A <[email protected]>
Merge pull request #2298 from MohitBansal321/npmOutdated

some npm packages outdated

github.com/openseadragon/openseadragon - 25aabbe7665d39e1c089ff718e4fd06cf2b11c53 authored almost 2 years ago by Ian Gilman <[email protected]>
Changelog for #2297

github.com/openseadragon/openseadragon - f2fa9dbb415fb521861699e736285df6ad7a2708 authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #272 from KevinBritten/copy/custom-buttons-type

update copy to include passing element for custom ui buttons

github.com/openseadragon/site-build - 48e749c995f7f05e017d7d1d85c6871ba1c83941 authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2297 from KevinBritten/docs/button-type-fix

2087 add type Element to documentation for custom ui buttons

github.com/openseadragon/openseadragon - 9026c3a71d60dab091add7ff8cab0f60b0307a31 authored almost 2 years ago by Ian Gilman <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon into npmOutdated

github.com/openseadragon/openseadragon - e765860aebe61c8d1dd6830d68428f270a4a2c6d authored almost 2 years ago by Mohit Bansal <[email protected]>
Merge branch 'openseadragon:master' into docs/button-type-fix

github.com/openseadragon/openseadragon - 8ec6e5530463d6fd3de43a2ea09d19f688b2c5ad authored almost 2 years ago by Kevin Britten <[email protected]>
Changelog for #2291

github.com/openseadragon/openseadragon - 5a5420972cce16300eab81a6d2bf2699c3d61f65 authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2291 from MohitBansal321/keyboardHandling

Consolidate viewer keyboard handling into keydown handler

github.com/openseadragon/openseadragon - c7992411a552b4a473b9d23deba8718227d20837 authored almost 2 years ago by Ian Gilman <[email protected]>
add body paragraph to explain passing elements directly

github.com/openseadragon/site-build - 50e645c05b8f3dfe38ab047310c3b988f3ac4a81 authored almost 2 years ago by Kevin Britten <[email protected]>
change introduction paragraph to include passing elements

github.com/openseadragon/site-build - 19b148d1e214adebefaf319a79cc0c47bb8c7d9f authored almost 2 years ago by Kevin Britten <[email protected]>
add type Element to documentation for custom ui buttons

github.com/openseadragon/openseadragon - cf3bf91b8d44000190dbbace4153b89aa96b48ab authored almost 2 years ago by Kevin Britten <[email protected]>
update npm packages

github.com/openseadragon/openseadragon - 8442cc2b2beecf6a930d6e494c26c84db24111cb authored almost 2 years ago by Mohit Bansal <[email protected]>
remove unwanted property

github.com/openseadragon/openseadragon - 0ab81df9b8cbcf872e9b66d56fb2675960831b82 authored almost 2 years ago by Mohit Bansal <[email protected]>
add comment

github.com/openseadragon/openseadragon - 78928e351058636138e1a73956b203e680972a5f authored almost 2 years ago by Mohit Bansal <[email protected]>
correction of keyCode

github.com/openseadragon/openseadragon - 49093200897fc998a11e0167f6f1281485a4058c authored almost 2 years ago by Mohit Bansal <[email protected]>
spacing && documentation

github.com/openseadragon/openseadragon - 3a8738fd4397ddce725b12c25eb27397ccce45f3 authored almost 2 years ago by Mohit Bansal <[email protected]>
add keypress handler's event

github.com/openseadragon/openseadragon - 4bc9ea4573e47e22460f301d29e0e47cabc3a2e3 authored almost 2 years ago by Mohit Bansal <[email protected]>
replace canvasKeyPressEventArgs to canvasKeyDownEventArgs

github.com/openseadragon/openseadragon - cfa88b701fec9a9ccafdd6afe390593b349885eb authored almost 2 years ago by Mohit Bansal <[email protected]>
Take zoom constraint into account within _fitBounds when constraints = true and immediately = false

github.com/openseadragon/openseadragon - 16fc72d8fbc16ea69ad8738eeb6b6920cb5110ae authored almost 2 years ago by Tom <[email protected]>
Consolidate viewer keyboard handling into keydown handler

github.com/openseadragon/openseadragon - f36d44dc6781a92339382181968db2b275125b25 authored almost 2 years ago by Mohit Bansal <[email protected]>
Changelog for #2282

github.com/openseadragon/openseadragon - ead728dc3519bc578a0e29642445a6ca8837431f authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2282 from RationAI/master

Ensure tile-loaded event completionCallback is called only once.

github.com/openseadragon/openseadragon - 3cf3fb50b25d5c499934bd0e0256654087e166b6 authored almost 2 years ago by Ian Gilman <[email protected]>
Remove discouraging note on getCompletionCallback use docs.

github.com/openseadragon/openseadragon - 37d4f62ce9ffd773d755d9ade6f42fa972368e64 authored almost 2 years ago by Aiosa <[email protected]>
Prevent early tile completion with call order instead of guard flag. Improve getCompletionCallback docs.

github.com/openseadragon/openseadragon - 57486732b102d68a83f525394f1b27d561b2a42f authored almost 2 years ago by Aiosa <[email protected]>
Change completionCallback with 'tile-loaded' event to support original scenario of async completion notification with additional guarding flags.

github.com/openseadragon/openseadragon - 55e7d2439a2891e8fddca9bf3bd2ecf3f17bc2e1 authored almost 2 years ago by Aiosa <[email protected]>
Typo in the stopping comparison condition.

github.com/openseadragon/openseadragon - 81d86570da2c184a528f3f9d5862c560885a57f8 authored almost 2 years ago by Aiosa <[email protected]>
Ensure tile-loaded event completionCallback is called only once. Check when context2D used after cache creation.

github.com/openseadragon/openseadragon - 947109718cb9c6c317da1dfa16ed5550584230de authored almost 2 years ago by Aiosa <[email protected]>
Changelog for #2280 and #2238

github.com/openseadragon/openseadragon - ca5cc849880c1df887c057e416fa51b821c27e1b authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2280 from damonsson/patch-1

fix problem with click precision on ReferenceStrip

github.com/openseadragon/openseadragon - dbb60cf02661b4d8d41dffa27135474d16dce568 authored almost 2 years ago by Ian Gilman <[email protected]>
remove trailing space

github.com/openseadragon/openseadragon - 2484de5010ba73c21db9cb04db3c9a22ee1f40e6 authored almost 2 years ago by Damian Murawski <[email protected]>
fix problem with click precision on ReferenceStrip

temporary fix for #1992 . Just adding 4px which works in all use cases.

github.com/openseadragon/openseadragon - 8550b4fea51429e2060c47696c1fe31041ac5aad authored almost 2 years ago by Damian Murawski <[email protected]>
Merge pull request #2238 from Ughuuu/pr-1386-3

add loop for re-trying failed tiles [Take 3]

github.com/openseadragon/openseadragon - 6f7e8c7a4999174efaa63a65041807a5f14ac2a2 authored almost 2 years ago by Ian Gilman <[email protected]>
Changelog for #2273

github.com/openseadragon/openseadragon - e6f7c78626e3d2fb67e40b9c790364608f010cec authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2273 from RationAI/master

EventSource: promises, priorities and execution breaks

github.com/openseadragon/openseadragon - d22eceed66aad4d69444f300595923ed5b151a35 authored almost 2 years ago by Ian Gilman <[email protected]>
Also add documentation for tileRetryDelay

github.com/openseadragon/openseadragon - b4700d28bda8ac551e9372302f4a8a40604c235c authored almost 2 years ago by Dragos Daian <[email protected]>
try fix with check for null and undefined

github.com/openseadragon/openseadragon - f0f12c459e678a36fb8364c6bf1e19181b19ced6 authored almost 2 years ago by Dragos Daian <[email protected]>
fix build error

github.com/openseadragon/openseadragon - 5d70a807da2814456dabc0159ad9c8b7c6a649ba authored almost 2 years ago by Dragos Daian <[email protected]>
Add tileRetryMax documentation.

github.com/openseadragon/openseadragon - 77bc130636ab01246739f1d92f93b710eed8002c authored almost 2 years ago by Dragos Daian <[email protected]>
Merge branch 'master' of github.com:RationAI/openseadragon

github.com/openseadragon/openseadragon - 377f2bd04f1d486d64e6cb150116c732e6009ca3 authored almost 2 years ago by Aiosa <[email protected]>
Merge branch 'openseadragon:master' into master

github.com/openseadragon/openseadragon - 7a7acdbe57b057cd49ed5488c1c7c39c0a9247e0 authored almost 2 years ago by Aiosa <[email protected]>
Revert async support and event breaking support in EventSource.

github.com/openseadragon/openseadragon - de00939d8d23ce1fbfa5d21492217991aad84bcb authored almost 2 years ago by Aiosa <[email protected]>
Changelog for #2276

github.com/openseadragon/openseadragon - a1004bac868dc7144f849ec74d52b10c56d9113b authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2276 from ambujsahu81/patch-1

Fix #2264: Navigator display rectangle is off when the page has box-sizing: border-box

github.com/openseadragon/openseadragon - 5a8e7ddcf854c59e366b2c56258ea42f5231896a authored almost 2 years ago by Ian Gilman <[email protected]>
add box-sizing property to the navigator display region

github.com/openseadragon/openseadragon - f3a76a267cd0cc630716752f9eef517a5b752b3e authored almost 2 years ago by ambujsahu81 <[email protected]>
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.

github.com/openseadragon/openseadragon - c8dbb2c7575b38f0ab66dafc34922ec3422dcd3c authored almost 2 years ago by Aiosa <[email protected]>
Changelog for #2270

github.com/openseadragon/openseadragon - d80b6ad4ced3ae3fe47924a17e31f1d47c9d538e authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2270 from hrghauri/issue-2192

issues/2192 fix - Introduced canvas-key-press for keypress.

github.com/openseadragon/openseadragon - 3d9ae49948107d2c5404978eccc7207a0342dd26 authored almost 2 years ago by Ian Gilman <[email protected]>
issues/2192 fix.

github.com/openseadragon/openseadragon - a9f0523b628c05ab76fc2597d6f10b991efd0a9d authored almost 2 years ago by Haris Ghauri <[email protected]>
Merge pull request #271 from jmlatgpixel/patch-2

Update in-the-wild.html

github.com/openseadragon/site-build - 5c80a1f91d134d40123c4c1b680f68e89f9c4336 authored almost 2 years ago by Ian Gilman <[email protected]>
Update in-the-wild.html

github.com/openseadragon/site-build - 692a91bb3deceef290df81ee82205cae2c08b9c8 authored almost 2 years ago by jmlatgpixel <[email protected]>
Update in-the-wild.html

github.com/openseadragon/site-build - 809e32e5ba39fd25f26d9350ea7e467fefce48e1 authored almost 2 years ago by jmlatgpixel <[email protected]>
Updated overlay documentation

github.com/openseadragon/openseadragon.github.com - 7e387455c0a7f2023eae95740e7f55a7dffd5cdb authored almost 2 years ago by Ian Gilman <[email protected]>
Merge pull request #269 from Aiosa/master

Documment events in overlays.

github.com/openseadragon/site-build - 6f240274e09aaa107b27bde5ad225221d5f077ec authored almost 2 years ago by Ian Gilman <[email protected]>
Fix wording and description consistency

github.com/openseadragon/site-build - ae46ebbfb95bf7915f8c682a0736e6cee3cac969 authored almost 2 years ago by Aiosa <[email protected]>
Documment events in overlays.

github.com/openseadragon/site-build - 87e134cdf5f8f30c08bcf7bafd36e98c35d5c20e authored almost 2 years ago by Aiosa <[email protected]>
4.0.0 for real

github.com/openseadragon/site-build - 1673b74386494891a9f916d0ccce70a0f3c9c9d8 authored about 2 years ago by Ian Gilman <[email protected]>
Starting 4.0.1

github.com/openseadragon/openseadragon - a111d0f616c85bae377aca191ff44ec8261f7285 authored about 2 years ago by Ian Gilman <[email protected]>
Version 4.0.0

github.com/openseadragon/site-build - bf7b82276901b12b53aff70b3c7927360e5b8eee authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #258 from Aiosa/master

Documentation on advanced data model in OSD.

github.com/openseadragon/site-build - e27c429fd11ebbe4f168f20b104c1161178eda8a authored about 2 years ago by Ian Gilman <[email protected]>
Changelog for #2256

github.com/openseadragon/openseadragon - 574f37546721bef9fe09a02669f1e4116303d77d authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2256 from pearcetm/resize-listener

work in progress about viewer resize behavior

github.com/openseadragon/openseadragon - 1351ac018ac8786627aba4219cc14e8b89c3ab18 authored about 2 years ago by Ian Gilman <[email protected]>
Changelog for #2249

github.com/openseadragon/openseadragon - c5588a2313cf562d28c2a7fc1e9e583b61ce59f5 authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2249 from pearcetm/rotated-constraints-fix

fixed viewport constraint behavior when viewer is rotated

github.com/openseadragon/openseadragon - 3342b7880de1201569f631f179381fbf5ba45717 authored about 2 years ago by Ian Gilman <[email protected]>
removed polling vs resizeviewer option from demo

github.com/openseadragon/openseadragon - 564121428cfed6fadfd09839ed157aee126f78c1 authored about 2 years ago by Tom <[email protected]>
disabled autoResize for navigator

github.com/openseadragon/openseadragon - 67fc9eafe88037edb08f030a61c3ce091a946bc1 authored about 2 years ago by Tom <[email protected]>
cleaning up changes; modified demo

github.com/openseadragon/openseadragon - 9daa8feec128559a7ed8f811e8d3de785f224a4a authored about 2 years ago by Tom <[email protected]>
Merge branch 'master' into resize-listener

github.com/openseadragon/openseadragon - 9048abb05e1049e74ba84b9c1c1b6929dc67264d authored about 2 years ago by Tom <[email protected]>
Updated resize behavior

github.com/openseadragon/openseadragon - 69297c01815723f8b4927c0cc808fcecccd85e92 authored about 2 years ago by Tom <[email protected]>
Merge pull request #2259 from openseadragon/ig-test

Fixed fullyLoaded test when run in browser

github.com/openseadragon/openseadragon - ae70c88e52b5845d9b34d1dbbb4ef430676eeec0 authored about 2 years ago by Ian Gilman <[email protected]>
Fixed fullyLoaded test when run in browser

github.com/openseadragon/openseadragon - e6341ac1e0ac883229c75694328d27a00df0eb85 authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2257 from pearcetm/fix-navigator-tests

Fix navigator tests

github.com/openseadragon/openseadragon - 2d713783baef9466ceb19672227f0493206022dc authored about 2 years ago by Ian Gilman <[email protected]>
fixed logic of dragNavigatorBackToCenter method

github.com/openseadragon/openseadragon - 48bcd75f1a76d84a72ed7dfbdba44a50219b26e1 authored about 2 years ago by Tom <[email protected]>
bugfix in getCenter during zoom animation

github.com/openseadragon/openseadragon - 37a024f023605f57ae20b77202ec6c98bcf9754f authored about 2 years ago by Tom <[email protected]>
bugfix in getCenter during zoom animation

github.com/openseadragon/openseadragon - 86c105beaa0881be8160bc93bdf7108e4901bee1 authored about 2 years ago by Tom <[email protected]>
updates to work in progress

github.com/openseadragon/openseadragon - 2afd61b05d2067648ac1e36dba489f8c4dea5485 authored about 2 years ago by Tom <[email protected]>
fixed typo in documentation

github.com/openseadragon/openseadragon - 7e1b5c56658b1fc9982654a69cb67b38d1400f5b authored about 2 years ago by Tom <[email protected]>
work in progress about viewer resize behavior

github.com/openseadragon/openseadragon - 54af53cf4e86091d0ab50e5f192f06b8bbd174c1 authored about 2 years ago by Tom <[email protected]>
Changelog for #2206

github.com/openseadragon/openseadragon - dd2f132577dc313d7df7269c9f16be547f423aee authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2206 from filak/master

Update iiiftilesource.js

github.com/openseadragon/openseadragon - de4eac5a0665f8ac91d972f743470984c4e3f2a0 authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #267 from openseadragon/dependabot/npm_and_yarn/markdown-it-and-jsdoc-12.3.2

Bump markdown-it and jsdoc

github.com/openseadragon/site-build - 9790233c22b303497d70856914d9fdbaed3f8cf0 authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #266 from openseadragon/dependabot/npm_and_yarn/minimatch-3.0.8

Bump minimatch from 3.0.4 to 3.0.8

github.com/openseadragon/site-build - 3cd5b90f1f20a3ae61d67b24adb9a936cb0d7cbb authored about 2 years ago by Ian Gilman <[email protected]>
Bump markdown-it and jsdoc

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [jsdoc](https://github.com/j...

github.com/openseadragon/site-build - f0b01377034ea68f75fbecc2eec4aa67f82b77bc authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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](ht...

github.com/openseadragon/site-build - 24d848fba30a0a0d0e38fef0bf8ad45f4efbbd0b authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #265 from openseadragon/dependabot/npm_and_yarn/qs-6.11.0

Bump qs from 6.9.4 to 6.11.0

github.com/openseadragon/site-build - 0adb9f9438fd8b11d482cd3b180e6d3ae6edd3fc authored about 2 years ago by Ian Gilman <[email protected]>
Merge pull request #2254 from openseadragon/dependabot/npm_and_yarn/qs-6.11.0

Bump qs from 6.9.4 to 6.11.0

github.com/openseadragon/openseadragon - 15b3e10727895bd308f56d6dafd32b18830f87a8 authored about 2 years ago by Ian Gilman <[email protected]>