Ecosyste.ms: OpenCollective

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

github.com/openseadragon/openseadragon

An open-source, web-based viewer for zoomable images, implemented in pure JavaScript.
https://github.com/openseadragon/openseadragon

Fixed problem with missing .length in for loop of raiseAddItemFailed event.

Added viewer._cancelPendingImages method that clears the loadQueue.
Added call to _cancelPendingI...

c4aa3715a70e28d5c681fcdcd7496aaa95da7b48 authored over 9 years ago by Grant Echols <[email protected]>
Changelog for #730

13d7e697f6b814cae37eb08797ec941f0d8926c8 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #730 from LarissaSmith/master

Fix for Chrome (v 45) issue...

459044844af35643cd21a93cd0f03fc776750fea authored over 9 years ago by Ian Gilman <[email protected]>
Fix for Chrome (v 45) issue that key is sometimes undefined outside of the for-in loop.

fc8b4db796de852d67ad9df9a007adab42775ec2 authored over 9 years ago by Larissa Smith <[email protected]>
Added grunt dev

bb2910673a1c60b0731f1d25163a8d0cf4de37f8 authored over 9 years ago by Ian Gilman <[email protected]>
Changelog for #727

ab5bd6f4809b73987c6da11cdfa1fbd06a1b69dd authored over 9 years ago by Ian Gilman <[email protected]>
Merge branch 'master' of github.com:openseadragon/openseadragon

451acdd792f4c689c91e411c22cd5d4fc55ae7ba authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #727 from TMUND/toni

Fixed placeholderFillStyle flicker

0003b1c1937da597a9b41ea55a6722d0ba078864 authored over 9 years ago by Ian Gilman <[email protected]>
Changelog for #728

00835e137e10d08f658232f8d52ab8cbabff2f65 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #728 from LarissaSmith/master

Fix for issue with tiledImages loading tiles at every level instead of just the best level:

0126f588a7ef54542c1d2be163b95df2298757f5 authored over 9 years ago by Ian Gilman <[email protected]>
Fixed some code

a2ee81d7cbd6d36e08245595dac9a757730e46d7 authored over 9 years ago by Toni Munder <[email protected]>
Fix for issue with tiledImages loading tiles at every level instead of just the best level: using && instead of || means the tiledImage's longest side is used for comparison instead of the shortest side.

418e21e9f4f6d9116c752ab1d5ae38c116c0c56b authored over 9 years ago by Larissa Smith <[email protected]>
Changelog for #715 and #725

aa83e019fd6a73eaf78b348c49ce45ad4867a563 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #725 from fs-webdev/master

Added 'tile-load-failed' event

e4b33623faeac5991ffe452a1cc080c06e15f9b5 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #715 from LarissaSmith/master

Added autoRefigureSizes flag for disabling calls to _figureSizes …

4ac34b11906dec79b4c0d09a8e5ad7151ed14e7c authored over 9 years ago by Ian Gilman <[email protected]>
Made some changes to flickering code

484ae63db13c6bf0d267fa8938c222fca0034348 authored over 9 years ago by Toni Munder <[email protected]>
Updated comments on setAutoRefigureSizes to eliminate reference to private variables and functions.

3fd51d81d7b60fce3d58f215870b5aabd95c7c19 authored over 9 years ago by Larissa Smith <[email protected]>
Cleaned up comments and renamed the event as per Ian's request to 'tile-load-failed'

4b3bfcb7037e4e163d48b30192f296ce8bfa0150 authored over 9 years ago by Grant Echols <[email protected]>
Changelog for #719

1e44820cb50316234e88cdbfa6d3025cbd7ecb67 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #719 from Emigre/umd

registers an AMD module if possible

b07e4b200ab4bf919b6fef7953ce7deb2d459b54 authored over 9 years ago by Ian Gilman <[email protected]>
Code for flickering tile

561d091005a2ab10801c0a564c7806fab1bf619a authored over 9 years ago by Toni Munder <[email protected]>
Merge pull request #1 from openseadragon/master

test

55cc86e040018092c32f7db0866ba12aa3be6bc2 authored over 9 years ago by tmund <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon

f4be8f859e88fe28afdc34dde1d5d4590af7435e authored over 9 years ago by Larissa Smith <[email protected]>
If autoRefigureSizes is set to true and bounds-change events have been skipped, call _figureSizes automatically.

60f114daf1892341d32d2d4c16b81ad9845fa752 authored over 9 years ago by Larissa Smith <[email protected]>
Added 'tile-open-failed' event to notify the app when a tile fails to load.

This can happen when the image has authentication or other restrictions.

dd8baa16398309b5315a91ea569a2bfe718c53c1 authored over 9 years ago by Grant Echols <[email protected]>
Merge branch 'master' of github.com:openseadragon/openseadragon

63c066b6e5383d2cb25c26d06774b2ae576e2482 authored over 9 years ago by Ian Gilman <[email protected]>
Changelog for #711

9f2a2f361d65f6cf0d14f1ab3ec44f557b22ba90 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #711 from AlbinoShaun/master

Change resize behaviour to prevent "snapping" to world bounds

19f35c293bdafb04097de514ca3bd5a817c528bb authored over 9 years ago by Ian Gilman <[email protected]>
Revert "Fixed navigator resize"

- This reverts commit c8254383394c5e824ebaadabffa849fb5ad3feae.
- Made navigator always use a mi...

59a6a4337950e5d8897426a1cba417186f723a9d authored over 9 years ago by Shaun Whitely <[email protected]>
Add 'define' as a global in JSHint

f799a1fe86766cea621f655d7b17d1081fcafa0a authored over 9 years ago by Gaspar Rey <[email protected]>
Fixed navigator resize

- Added navigatorMinZoomImageRatio with default of 1

c8254383394c5e824ebaadabffa849fb5ad3feae authored over 9 years ago by Shaun Whitely <[email protected]>
Define as an AMD module if available

00459189b107361faaaede8f961495ee39f87d9f authored over 9 years ago by Gaspar Rey <[email protected]>
Changed this to _this and added documentation on setAutoRefigureSizes.

2c6dfb1b0b0eb56cdbe67d0e5f8a10ceccc445b9 authored over 9 years ago by Larissa Smith <[email protected]>
Removed allowZoomToConstraintsOnResize and made the new resize behaviour

the default

6d3b582e5898623c4eeb0993967b77150eb20187 authored over 9 years ago by Shaun Whitely <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon

913844b82b852cb193057102908f5b8da970f1e1 authored over 9 years ago by Larissa Smith <[email protected]>
Added autoRefigureSizes flag for disabling calls to _figureSizes during bounds-change event handlers. This improves performance when a lot of bounds-change events are fired in quick succession. Used flag to optimize world._arrange.

24be6a52edb0bc375f935c0e4891b56b32a68526 authored over 9 years ago by Larissa Smith <[email protected]>
Revert experimental changes in basic.html

4d6e730ab18263c3fea40dbd90a168b7198a240f authored over 9 years ago by Shaun Whitely <[email protected]>
Changelog for #706

5c518621b11924fe2f2b7c514db09cb07a8098d2 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #706 from LarissaSmith/master

Added option in addTiledImage to replace tiledImage at index.

d673a453c68bf16cd0e05e1c1ebc1883995f2a19 authored over 9 years ago by Ian Gilman <[email protected]>
Added option to avoid image from snapping to home bounds on resize.

bd4921c2856c14049aae57c2d67bd809af51c62d authored over 9 years ago by Shaun Whitely <[email protected]>
Fixed race condition for replacing a tiledImage where the world may have changed before the new tiledImage loads. Added test for replacing with addTiledImage.

7076d64b1b6c0f8cbaad44cca4d89a808dbe0cd7 authored over 9 years ago by Larissa Smith <[email protected]>
changelog for #708

ba80561e7680b07277e771bc479e7255fdeb4d56 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #708 from GeoICON/hires_rotation

FIXED: Rotation works improperly on retina display #683

1762baa4dbbd4765859ea42e0f3cd9e62dd665cc authored over 9 years ago by Ian Gilman <[email protected]>
FIXED: Rotation works improperly on retina display #683

11024f44f22d84329c99d1d261c2e8c43e857968 authored over 9 years ago by Serge Markin <[email protected]>
Added option in addTiledImage to replace tiledImage at index.

f13691f60d0205a5b08abf42bb48b2c75ee05951 authored over 9 years ago by Larissa Smith <[email protected]>
Merge pull request #702 from fs-webdev/master

Added small checks around code to make m2 sample work locally.

5a2733bbc1dd8e11b1681bb40f20fbf433256de2 authored over 9 years ago by Ian Gilman <[email protected]>
Added small checks around code to make m2 sample work locally.

9e142313d6b7e7da45c410fb387640a770fcb15d authored over 9 years ago by Grant Echols <[email protected]>
Changelog for #696

1aacf69e76e2f8ba51a528137e6830d1f12a8a14 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #696 from avandecreme/master

Avoid using eval when JSON.parse is available.

bc6759e7fb6e8dda30f78b65f7677fa9561a98c5 authored over 9 years ago by Ian Gilman <[email protected]>
Replace eval call when passing a Json string.

d960c69b3478ab3b2dac1cd624c8a8bac57375cf authored over 9 years ago by Antoine Vandecreme <[email protected]>
Avoid using eval when JSON.parse is available.

4bb80067f79f063e98295f712eebf5283f5a60ee authored over 9 years ago by Antoine Vandecreme <[email protected]>
Changelog for #693

81e24e6ba229fcd96fd0966d6acbe98b14d944fc authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #693 from O-Zone/master

Added XDomainRequest as fallback method for ajax, if XMLHttpRequest f…

537eb83e34d9c90871e88e5a56defbe50948dcf8 authored over 9 years ago by Ian Gilman <[email protected]>
Renamed ambiguous event label.

8e591d1108ae5841b75f93c6cbe871b196becc1e authored over 9 years ago by Hasse Feldthaus <[email protected]>
Added some missing semicolons.

29d5401eed77ee25d84df8f404f464db418582ec authored over 9 years ago by Hasse Feldthaus <[email protected]>
Added XDomainRequest as fallback method for ajax, if XMLHttpRequest fails.

565e7cd097cf0aabb8bae8ad7c84d470b2ff906e authored over 9 years ago by Hasse Feldthaus <[email protected]>
Tweaks for #673

1c17374de1cd7b9e0b0b5e5c8e37e663c0351485 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #673 from ConnerMan/master

Add support for non-square tiles (#670)

c7b66b3e0ad189607e53b632ccdc0fe569345fd4 authored over 9 years ago by Ian Gilman <[email protected]>
Fix typo in changelog.txt

5633c3fe48e3e0e4ee81830bf5319ea2b72335e7 authored over 9 years ago by Conner Wingard <[email protected]>
Fix merge conflict in upstream changelog.txt

b687332c9e8dc440e5cd2f00a0943ceb1a0ff561 authored over 9 years ago by Conner Wingard <[email protected]>
Update changelog for non-square tiles #673

fc545ded4185d3786061da406f560a007e2c7a89 authored over 9 years ago by Conner Wingard <[email protected]>
Clean up TileSource object when provided tileWidth/tileHeight for clarity. Add basic TileSource tests.

e1e345a4bc753ea80f4d761c223cdc893ed81975 authored over 9 years ago by Conner Wingard <[email protected]>
Respect non-square tiles if available from IIIFTileSources

df7bd2e5ced7a6c9ca576292ba3e28368536dfd8 authored over 9 years ago by Conner Wingard <[email protected]>
Changelog for #680

8508c2c4509177372026f1b0afbe002d179945af authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #680 from LarissaSmith/master

Adds collectionColumns as a configuration parameter

35c7a30dc2d048419a3bf5b0669f3fa689f73d96 authored over 9 years ago by Ian Gilman <[email protected]>
Added tests for collectionColumns use by world.arrange.

57e6fdde900c08fc442e323e87d2117deba6cc6c authored over 9 years ago by Larissa Smith <[email protected]>
Changelog for #679

c1d4652eee21dd7b9cba161df15d23a21a1df1ce authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #679 from fs-webdev/master

Added error message tracking into the tile loading mechanism. This ex…

b56c99d36713969b1d2f821b4a80693de9a70de4 authored over 9 years ago by Ian Gilman <[email protected]>
Added error message tracking into the tile loading mechanism. This exposes the reason for the error in the console.log message

553948781486bed2e2a6cef046e56be78f4855fc authored over 9 years ago by Grant Echols <[email protected]>
Added error message tracking into the tile loading mechanism. This exposes the reason for the error in the console.log message

9629f47c2c1adbcf7d59d5872e2d8a32b9578b2d authored over 9 years ago by Grant Echols <[email protected]>
Added error message tracking into the tile loading mechanism. This exposes the reason for the error in the console.log message

8b71876c37d99953475d64cf12c972c4d8d7182a authored over 9 years ago by Grant Echols <[email protected]>
Merge pull request #677 from openseadragon/ian

Added demo for TileSource swapping

5991b21cb9b82ef32c46d9c96246155d2449e6c1 authored over 9 years ago by Ian Gilman <[email protected]>
Added demo for TileSource swapping

e93a0862bd442a1a923383cd7ff667487f0d2bd8 authored over 9 years ago by Ian Gilman <[email protected]>
Added configuration parameter to allow a horizontal layout that has a fixed number of columns or a vertical layout that has a fixed number of rows.

339401683f50dc679fa0d0e9be87b3510ed8290c authored over 9 years ago by Larissa Smith <[email protected]>
Fix calling the wrong function in IIIFTileSource to retrieve tile width

c27a43e49e81c937d08e781f33daeaac1567ca45 authored over 9 years ago by Conner Wingard <[email protected]>
Remove TileSource.tileSize. Convert IIIFTileSource to override TileSource.getTileWidth and TileSource.getTileHeight.

d11c4fe1070e32560dc1a2d1345d5a006843645a authored over 9 years ago by Conner Wingard <[email protected]>
Overlay doc fixes

6db00ad2865c6ac5c115ff9b57645e83c07b3030 authored over 9 years ago by Ian Gilman <[email protected]>
Newer versions of qunit and qunit-istanbul

c25f3e374b1298825a9515859dc0d8114729c68f authored over 9 years ago by Ian Gilman <[email protected]>
Added changelog for #666

b09897dbf1352d91439b5e65c8e0276ed44eff4e authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #666 from fs-webdev/master

Added code to handle the case where autoResize=true. In this mode th…

769221f659e11ff1bdc15ef3dbdb905fbf60b1b8 authored over 9 years ago by Ian Gilman <[email protected]>
Revert changes to IIIFTileSource. Changes no longer needed for non square tiles

201ca8a422c952f884b95f7a9a4a1f1cb31bb879 authored over 9 years ago by Conner Wingard <[email protected]>
Deprecate TileSource.getTileSize(), add TileSource.getTileWidth() and TileSource.getTileHeight()

827fe4e8362c9ff4bd23e022fc0f3089c4fecee5 authored over 9 years ago by Conner Wingard <[email protected]>
Fix for maintaining IIIFTileSource support while implementing #670. Change docs to reflect that TileSource.prototype.tileSize is now an OpenSeadragon.Point

85241b124926c329c61497aa0bca25cbf7e77434 authored over 9 years ago by Conner Wingard <[email protected]>
Add support for viewing custom tile sources with non-square tiles

7e950fda2bece4698d5b9080fa1d33a44edc6703 authored over 9 years ago by Conner Wingard <[email protected]>
Fixed comment regarding autoResize.

0806e4d4ed445fbef748c68b62bf9c678e46a4b1 authored over 9 years ago by Grant Echols <[email protected]>
Changed preserveImageSizeOnResize to require autoResize=true.

Refactored resizing code to share more code.
Removed preserveImageSizeOnResize parameter from vie...

df878f6f82a77081671eeab50aca9e23437d6e85 authored over 9 years ago by Grant Echols <[email protected]>
Changelog for #668

ad2940d8976b89ae73999ddcb2477434dbb4341d authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #668 from ricochet2200/hidden-overlay

Hidden overlay

5d61bcedd3f044deed56194a78c88222661e761e authored over 9 years ago by Ian Gilman <[email protected]>
Use spaces not tabs

Phew...flame war averted. ;)

d2f1e432cdb0b622e0dba9e7b49ee7b897b7a177 authored over 9 years ago by Rick Smith <[email protected]>
When overlays are hidden, keep them that way

Overlays previously had their display set to 'block' each time they were drawn. Now if their di...

b1c6a75c494228c0c42d632f2bb218e4268089cb authored over 9 years ago by Rick Smith <[email protected]>
Create demo for creating an overlay

cdf19422029f4001176f0dbaef01a2709cf6bee8 authored over 9 years ago by Rick Smith <[email protected]>
Added configuration parameter: preserveImageSizeOnResize to preserve the default behavior.

Changed fitBounds to fitBoundsWithConstraints as per Ian's instructions.

fb21dabd7687c4d0ba80252025328e0644d04cec authored over 9 years ago by Grant Echols <[email protected]>
Fixed problem with build complaining about variable name reuse.

57c06a9a199ae85b5dd3a8275bc133339297ce08 authored over 9 years ago by Grant Echols <[email protected]>
Added code to handle the case where autoResize=false. In this mode the image size is preserved and the center is maintained.

This may be considered changing the default behavior so I'd welcome a suggestion to add a configu...

1c14f5cc9430b060a152a92a40e2c43b938e7dd9 authored over 9 years ago by Grant Echols <[email protected]>
Changelog for #662

470afb1b7ff1a3949aea817b32a3763cc29d790e authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #662 from avandecreme/coordinates

Add coordinates conversion methods to TiledImage.

6ffc81760c12af1d0aef7c8886cb1ea14cbc4ef8 authored over 9 years ago by Ian Gilman <[email protected]>
Merge pull request #664 from avandecreme/master

Fix assert in cacheTile.

2aa5053961c44130d5de1ce88204e246b1581396 authored over 9 years ago by Ian Gilman <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon

c652bf257817eacd0bf40189564d6101219baf98 authored over 9 years ago by Antoine Vandecreme <[email protected]>
Fix assert in cacheTile.

5e653b4796056bdd816f73e76b94b0a1b3490487 authored over 9 years ago by Antoine Vandecreme <[email protected]>
Merge pull request #659 from avandecreme/master

Move tile caching code inside tilecache.js.

a3183183b2ffb2ea5af72e609b6ee7f61770e46f authored over 9 years ago by Ian Gilman <[email protected]>