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

cant set blendTime to 0, causes strange behavior in navigator and lip tile sources. should have made the basic config changes in #2 and #3 in a diferent branch related to #4. will do before pulling

807cdd337cb64fe312c662694be1a270e0918754 authored almost 12 years ago by thatcher <[email protected]>
addressing venturo's review notes

5dd8798f7fb9c3da3f8067acd5803b2c6ffa927d authored almost 12 years ago by thatcher <[email protected]>
better encapsulation of native fullscreen api

a4477cd7657293ec2b5a314439a13288f5be53e2 authored almost 12 years ago by thatcher <[email protected]>
reverting a couple changes to core openseadragon options unrelated to issue #3 . will explore these in #4 were they have already been referenced.

a18460a3107e14bb4c4f1034d59347bb4bdcd0ff authored almost 12 years ago by thatcher <[email protected]>
managed to get a more complete, though hacky, implementation of #3. the big sticky point was how firefox and safari beahved when switching between applications when already in full screen mode. because we didnt have an event listener for fullscreenchange, and because those browsers released full screen on application or window change (think alt+tab or cmd+tab), you would come back to a empty document. more work left here to make this worth merging into master

d4b02e1abaaf43716b75d11d9125401551b2efb9 authored almost 12 years ago by thatcher <[email protected]>
removing unneccessary if

d6cdd4028cfb4868f7d4c8429601723da3567062 authored almost 12 years ago by thatcher <[email protected]>
basic implementation of enhancement request from issue #3

f602a682f75907c7a4ce2d172de92873c6e533ef authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon

2f938766b3654423f88496c15c4910d3f525ee8a authored almost 12 years ago by thatcher <[email protected]>
found typo in source, thie was supposed to be this

015e94efa4353f772b4ccddf46550d9e77068f5b authored almost 12 years ago by thatcher <[email protected]>
Upped version number to 0.9.121

6723450a9a2f902c6435462cc644f8a4ce6fcb49 authored almost 12 years ago by Ian Gilman <[email protected]>
Fixed a bug with "grunt publish"; was using the wrong paths

6b492f395d04ba5f512abbc195d19da72862e481 authored almost 12 years ago by Ian Gilman <[email protected]>
Added "grunt publish" command for copying to site-build

d2b9257bc46ee187bdca58203c56489ec27c0958 authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #21 from openseadragon/pinchzoompoint

patch for pinch zoom point.

65cc3f55e9aa4d62d9c5d69a9886859ea323a72a authored almost 12 years ago by Chris Thatcher <[email protected]>
patch for pinch zoom point. initial two point touch midpoint is used for duration of pinch-zoom operation. references #17

361052656c401b91b42ce0f3ef50b81df6758262 authored almost 12 years ago by thatcher <[email protected]>
refs #4 - have noticed navigator is often blurry when rendered. changing blendTime can alleviate or worsen this issue if it is more or less than the animationTime (respectively). Im setting this to the value equal to animationTime as a hot patch while we figure out why these two variables are coupled.

23729685184bf70597c607bab59f95be80336830 authored almost 12 years ago by thatcher <[email protected]>
Merge pull request #19 from h4l/android-compat

Fix handling of touchmove events on Android

72d5ee8fb89cefaec44877068d778c04f9c08e7a authored almost 12 years ago by iangilman <[email protected]>
Fix handling of touchmove events on Android

Dragging the canvas did not work on Android devices as the === check for
lastTouch and the curre...

3eac183d8cb1d00d59dc4a7ebf6c472f8db23e86 authored almost 12 years ago by Hal Blackburn <[email protected]>
Updated build instructions

6b0cb75ed45bd4f1a9170d744aa5caf188668712 authored almost 12 years ago by Ian Gilman <[email protected]>
Limiting Travis badge to just the master branch

10f2bbe535cf7f6bdf0e4e4f64c9de3f60a144b5 authored almost 12 years ago by Ian Gilman <[email protected]>
Grunt fix for Travis

fda4f1767518e08eb8d62bf67c5a035325d32ae9 authored almost 12 years ago by Ian Gilman <[email protected]>
Fixed compress and moved build to build/openseadragon

The zip and tar now go into build next to build/openseadragon

8074b338d1a2129c8faedcf7729dda6eb8662143 authored almost 12 years ago by Ian Gilman <[email protected]>
Test now works again

98e8289c9ba9f1796bdbff45a582f8487c182ce4 authored almost 12 years ago by Ian Gilman <[email protected]>
Fixed banned and changed quote style

34e55d86d56f7b0ebacef259c8957dcd4b854a6b authored almost 12 years ago by Ian Gilman <[email protected]>
Updated gruntfile and package.json for grunt 0.4.0

d6dfc15351fd46809e55a456ba33d8e23aff67ca authored almost 12 years ago by Ian Gilman <[email protected]>
Renamed gruntfile

347fbfd596af23c570b98d6b021335737f62df27 authored almost 12 years ago by Ian Gilman <[email protected]>
undo change to base value for server, breaks tests obviously sorry

c2e0e41a6dc74ef26a81e73df326b2945834634f authored almost 12 years ago by thatcher <[email protected]>
fixing jsdocs that caused recursion

070a48f6c89cf7ab60ab2cb0610e24b19595d32c authored almost 12 years ago by thatcher <[email protected]>
Added Travis build badge

6e99a5dd4237d1ff37e4bce536fd756d17ea9ec4 authored almost 12 years ago by Ian Gilman <[email protected]>
Added grunt package to readme

e584911baba2f1fa7fb192d781d162970575312c authored almost 12 years ago by Ian Gilman <[email protected]>
Now zipping and taring ("grunt package")

2d78e012a05c691ab1f2eca9b7c46a27a13dfc71 authored almost 12 years ago by Ian Gilman <[email protected]>
Added .travis.yml file

d179325f71b942e1cb78d6f79b03699ab8d78a72 authored almost 12 years ago by Ian Gilman <[email protected]>
Kicking off a Travis build

792d51de8caa2ad3b10531d0857cb62d034cc27e authored almost 12 years ago by Ian Gilman <[email protected]>
Excluding sublime text docs from sublime text project

05affbc7fc760b414abc369480ec48d83281ee53 authored almost 12 years ago by Ian Gilman <[email protected]>
Better links in readme

1ed32a0d5d779ca5800ca974b3187131191c483a authored almost 12 years ago by Ian Gilman <[email protected]>
Updated readme with correct build and test info

145164eb84085ef96822799b2e330a1b6869c2a9 authored almost 12 years ago by Ian Gilman <[email protected]>
Grunt now copies the images into the build folder

cd765581e6fd13842c745d8f318909edc23c05fb authored almost 12 years ago by Ian Gilman <[email protected]>
Removing built openseadragon.js from repo

75bb765ca0668e960db3e576c5d3056045f46de1 authored almost 12 years ago by Ian Gilman <[email protected]>
Removed JS Hint globals comment, since it's now in grunt

9569ff1215d4929f91c2c3ae7f11e093ff6c7837 authored almost 12 years ago by Ian Gilman <[email protected]>
Now properly setting version in build

4e51b642ef16579021dcee02f0856100cc3a9c98 authored almost 12 years ago by Ian Gilman <[email protected]>
Added min, qunit, server, and watch tasks to grunt

d3b010d26ef3622769c3b7abb26718165ee75621 authored almost 12 years ago by Ian Gilman <[email protected]>
First version of test files

607a4af86037343aca73c1d40cdc9b5860b0a154 authored almost 12 years ago by Ian Gilman <[email protected]>
Added dependencies to package.json

88b1cbf8c7fde4560bc07c54b1673229d9aabd8d authored almost 12 years ago by Ian Gilman <[email protected]>
Added gitignore

4606ddb2ce410a8ad4a9cdf6c40849778eb73372 authored almost 12 years ago by Ian Gilman <[email protected]>
Added project file for Sublime Text 2

964962a204a6f3b0a80ab686cd78d559a001bb9a authored almost 12 years ago by Ian Gilman <[email protected]>
removing code specific to site-build

b4f041b9ab08b6a591e826a26c8c34bf6a0d036e authored almost 12 years ago by thatcher <[email protected]>
added dozens of event hooks based on input from macreery's branch

fda24f343a2eae50aa5cd266ff57cd79fdd598b1 authored almost 12 years ago by thatcher <[email protected]>
dont compute NaN for opacity because FF doesnt like that, per macreery's branch, thanks

d8a3ccf5e862411ac34ab39cc59c0f135acb2af3 authored almost 12 years ago by thatcher <[email protected]>
added removeAllHandlers per macreery's branch, finally implemented removeHandler

27d28988187f43f2f57ff458af964e9b82a34754 authored almost 12 years ago by thatcher <[email protected]>
added class names to viewer canvas and container per macreery's branch

e851de80b810dec3f6ad616eceac983f78684123 authored almost 12 years ago by thatcher <[email protected]>
adding support for positional arguments for minLevel and maxLevel in DziTileSource per macreery's branch

685f58d66393ed87d67e1af14edd8601a7c5c9dd authored almost 12 years ago by thatcher <[email protected]>
refactoring after lint left an error related to drawer and overlays

0540e834b4c5c8be24f8f1ff39757778cf5432d5 authored almost 12 years ago by thatcher <[email protected]>
added inital support for moving to a nodejs build with grunt. build only includes concant and lint. fixed all lint warning where appropriate and added lint inline ignores where appropriate. when build script is complete we will start transition to new repo. also currently researching how to prune unfriendly portion of history that make repo large due to large binary files in web app. I like git well enough but using branches for web apps unrelated to code base has made me weary once again of social web fads that force convention without long term consideration of cost.

a0fd2b33241023f7a35cd82e65205e27d068345f authored almost 12 years ago by thatcher <[email protected]>
some overlays work that had be be completed before finishing tile layers. added brief example of how to how host tiles of zoom.it

855e75322543001c1b46f528095be4c8dfc32be3 authored almost 12 years ago by thatcher <[email protected]>
finished initial development of iiif info xml and json support, added example to site

aecf576c061bfc6a7bec2de908300135af026378 authored almost 12 years ago by thatcher <[email protected]>
correction for recent change which computed a highestLevel for drawer with max instead of min operation

3f20018c75efdb459ec71426063c1831940bb035 authored almost 12 years ago by thatcher <[email protected]>
adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project)

26f83e283a909eb03c62632650cd5118ed47dc89 authored almost 12 years ago by thatcher <[email protected]>
adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project)

d2d5828d8fb6d698ccc895f71edfabc873820ece authored almost 12 years ago by thatcher <[email protected]>
adding support for several new tile sources including iiif, osm and tms (osm and tms are thanks to seajax-utils project)

576c00b37dd0bc8ae6487ba33d60286ad07e669d authored almost 12 years ago by thatcher <[email protected]>
accidently left alwaysBlend global defaul set to true during development. Looking forward to our new org based repo where I'll be constrained more than my current wild-west repo, sorry. corrections also to pan constrainment details which came to the forefront while working on collections zoom and panconstraints. Added new ui feature page to demo basics.

792165fdf997b570700b38f71ccfcdd5a4e2b638 authored almost 12 years ago by thatcher <[email protected]>
found an IE specific error in some styles set for collections visualizations

b1cdaaa845bb448bf6c5e7569417a4924eb690f4 authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' of github.com:thatcher/openseadragon

808354dd6fcefd85d12f2c2f54772f2caeaeb392 authored almost 12 years ago by thatcher <[email protected]>
changing drawHTML routine to avoid ie rendering issue

f863f5fcae48f903d6e82de1a78d678a0b0278d2 authored almost 12 years ago by thatcher <[email protected]>
Build

cd32f1d2bdea7b50ad0bcb3d9401d979b5bd19ce authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #27 from ygra/patch-1

Fixed a few comment typos

1136dc403c3de3f50e09464e303e85400414f4e7 authored almost 12 years ago by iangilman <[email protected]>
Fixed comment typos

354c0f8d578dff41461f1c7e200c621bca3807ef authored almost 12 years ago by ygra <[email protected]>
finished collection support for html drawers

163879037018b092bebf802fd3670b45ac53195f authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' of github.com:thatcher/openseadragon

bd135904b6e855f97fee4df6e3c38e5508605aff authored almost 12 years ago by thatcher <[email protected]>
finished collection support for html drawers

6efc348b8aa63b6812e70bbd6338362fe6108c5c authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' into lint

Fixed Conflicts:
openseadragon.js
src/drawer.js

527682d5a616cc91ff62bf08f5216fe12f9a0712 authored almost 12 years ago by Ian Gilman <[email protected]>
fixing some work in progress for collections visualizations

063bce81718c1f2a451289362c9067cbbb43f098 authored almost 12 years ago by thatcher <[email protected]>
fixing example image paths with prefixUrl

ae30208b36c485a3390ed533ca7e76ffd037f612 authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' of github.com:thatcher/openseadragon

9fc4388ac911bf302dfd3d60ec339e14e43ecdd4 authored almost 12 years ago by thatcher <[email protected]>
improving custom tile source examples are work for layers begins being supported

f6ee93b70cae5e4fbf10235113860b59580b164c authored almost 12 years ago by thatcher <[email protected]>
Build

5d84d3156fb855f019aeac40a2b1d9133cd0c8ab authored almost 12 years ago by Ian Gilman <[email protected]>
Using square bracket notation for keyword

c6597213a1c98e39aa6f22b4da9a8cda4f2b79ef authored almost 12 years ago by Ian Gilman <[email protected]>
Built recent commit

bd474d32a7522741a3828919f829d8f31134464a authored almost 12 years ago by Ian Gilman <[email protected]>
JS Hint work (mostly semicolons at this point)

7a55b6cf77e63048c936f925819e5824bdfdfc3b authored almost 12 years ago by Ian Gilman <[email protected]>
Comment typo

624fbd97b955de9e493d2804b96676f9c6cc61cb authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #15 from Ventero/imageload

Pass the correct object to image load callbacks.

d23851d5e59a694930924b35f2f749433456a079 authored almost 12 years ago by iangilman <[email protected]>
Built latest

cb6234e37c3cf74ea802ed292bbd52280ab65a04 authored almost 12 years ago by Ian Gilman <[email protected]>
Comment tweak

5e2443234909bac42d347e19ebb94696af5bd134 authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #26 from Ventero/patch-1

Make sure navigator has non-negative width/height

0fddd1a61db5c5ace7fe9926be5e1df2c64996c5 authored almost 12 years ago by iangilman <[email protected]>
Update documentation for Drawer#loadImage.

Additionally, improve name of the parameter passed to the complete
listener.

8f085c83ca6be8b54bb2db66023450fc8020c3c2 authored almost 12 years ago by Ventero <[email protected]>
Add TODO comment about magic number

9b6de523c716a77ef43b98503ef8dd2f89ecadde authored almost 12 years ago by Ventero <[email protected]>
Merge pull request #14 from Ventero/navimages

Allow overriding the default navImages prefix url

1c577ec40a12b6e6e4d270d6b28df2d9d944665c authored almost 12 years ago by iangilman <[email protected]>
Make sure navigator has non-negative width/height

Older versions of IE throw if we try to assign a negative width/height.

Fixes #24.

9620272ebb571064527a55b5b04b93b0baa16e9c authored almost 12 years ago by Ventero <[email protected]>
Merge pull request #16 from Ventero/disprect

Use correct option name (displayRects, not dispRects) in DziTileSource.

718082998b99d3aa867f3be68c7dd53a8eca5e0b authored almost 12 years ago by iangilman <[email protected]>
Adding ling to current sample site. 0.9.90 adds support for a debug mode and real heterogeneous collection visualizations. straight html div/image support for both features is in process but incomplete

77e146f9cee4f8c5c12f40edc9f5e499a16cc357 authored almost 12 years ago by thatcher <[email protected]>
0.9.90 adds support for a debug mode and real heterogeneous collection visualizations. straight html div/image support for both features is in process but incomplete

1017045e7a69cb14efc6aefcf60459e26703ceff authored almost 12 years ago by thatcher <[email protected]>
merged build.xml

215395abb4ac63da36a0f69c6af0ac84e47c5ba9 authored almost 12 years ago by thatcher <[email protected]>
0.9.90 adds support for a debug mode and real heterogeneous collection visualizations. straight html div/image support for both features is in process but incomplete

15c35c93fd458085ae65c995ba56c7ca595aa95a authored almost 12 years ago by thatcher <[email protected]>
Removed bad "workspace-dzi" reference in www build target

e52c9f8e0f22e663e338f8445828c51b4922c813 authored almost 12 years ago by Ian Gilman <[email protected]>
Changed Ant default to "build"

b64af4138fa19e5bae8b7dab54dcb4d0a92c56bf authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #13 from Ventero/fixes

Allow different Deep Zoom schema namespaces.

1331530cb639e0b379544b311bda7bb00a888aa4 authored almost 12 years ago by iangilman <[email protected]>
bug patches for lazy load on image reference strip

ab35e867763fba263d6a27e479b0f16e55f023d9 authored about 12 years ago by thatcher <[email protected]>
better lazy loading for image reference strip and more options for managing additional html content that is available in full page mode and normal mode

46a499baedebc5036635eccfde08f5d44712ea4d authored about 12 years ago by thatcher <[email protected]>
better lazy loading for image reference strip and more options for managing additional html content that is available in full page mode and normal mode

8fab8b5051bb4c1250e0debd9a6f2904f06cea58 authored about 12 years ago by thatcher <[email protected]>
Use correct option name (displayRects, not dispRects) in DziTileSource.

31716bf56d2082b6deeb33fe19dc4a4abb84d017 authored over 12 years ago by Ventero <[email protected]>
Pass the correct object to image load callbacks.

Previously, the image object was passed on to onTileLoad regardless
if it loaded successfully or...

bb0ac1f9d1e8401b19900973ea001d2d7cc0dacc authored over 12 years ago by Ventero <[email protected]>
Always clear the image load timeout job.

5c74c7b415f3077528290a4a35b660db932072a6 authored over 12 years ago by Ventero <[email protected]>