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
Merge pull request #26 from openseadragon/memoizelevelscale
memoize default implementation of getLevelScale
github.com/openseadragon/openseadragon - fc479b5ecb0b933c5a39f94e1bf8f194bce56932 authored almost 12 years ago by Chris Thatcher <[email protected]>
Merge pull request #25 from openseadragon/requestanimationframe
Requestanimationframe
github.com/openseadragon/openseadragon - 3d424075b9f159530fae5ac79e6449a0c9badc63 authored almost 12 years ago by Chris Thatcher <[email protected]>
refs #22 use Math.pow per houseofyin and memoize implementation of getLevelScale per acdha
github.com/openseadragon/openseadragon - 274df71c0ad12628df89f9a8cf39c76c366072f1 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 274df71c0ad12628df89f9a8cf39c76c366072f1 authored almost 12 years ago by thatcher <[email protected]>
niave implementation of prerender for canvas, the first optimization discussed here: http://www.html5rocks.com/en/tutorials/canvas/performance/
github.com/openseadragon/openseadragon - 6d4d7cc8c6bc74c28d0a98cc863718d91b9bb229 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 6d4d7cc8c6bc74c28d0a98cc863718d91b9bb229 authored almost 12 years ago by thatcher <[email protected]>
correcting comment per ventero's review
github.com/openseadragon/openseadragon - b560a06c3087fa1749318c961306e399ba5c36a6 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - b560a06c3087fa1749318c961306e399ba5c36a6 authored almost 12 years ago by thatcher <[email protected]>
blendTime needs to be equal to animationTime to avoid blurred images
github.com/openseadragon/openseadragon - e56632c96fe71d27729856a4741525c8ca9d3076 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - e56632c96fe71d27729856a4741525c8ca9d3076 authored almost 12 years ago by thatcher <[email protected]>
basic implementation of issue #2
github.com/openseadragon/openseadragon - 5b6a2f5873b9fe584e86c83065aefb27d7d22b8f authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 5b6a2f5873b9fe584e86c83065aefb27d7d22b8f authored almost 12 years ago by thatcher <[email protected]>
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
github.com/openseadragon/openseadragon - 807cdd337cb64fe312c662694be1a270e0918754 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 807cdd337cb64fe312c662694be1a270e0918754 authored almost 12 years ago by thatcher <[email protected]>
by feel, best performance, changed immediateRender to true, springStiffness to 7 - issue #2
github.com/openseadragon/openseadragon - 6d3ddd809576aca5611d998da10b38f1df8be2a0 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 6d3ddd809576aca5611d998da10b38f1df8be2a0 authored almost 12 years ago by thatcher <[email protected]>
reverting a couple changes to core openseadragon options unrelated to issue #2 . will explore these in #4 were they have already been referenced.
github.com/openseadragon/openseadragon - 2819ff14e52b4187fd0e76a5561489d9e2fd25e4 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 2819ff14e52b4187fd0e76a5561489d9e2fd25e4 authored almost 12 years ago by thatcher <[email protected]>
better encapsulation of native fullscreen api
github.com/openseadragon/openseadragon - a4477cd7657293ec2b5a314439a13288f5be53e2 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - a4477cd7657293ec2b5a314439a13288f5be53e2 authored almost 12 years ago by thatcher <[email protected]>
addressing venturo's review notes
github.com/openseadragon/openseadragon - 5dd8798f7fb9c3da3f8067acd5803b2c6ffa927d authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 5dd8798f7fb9c3da3f8067acd5803b2c6ffa927d authored almost 12 years ago by thatcher <[email protected]>
removing unneccessary if
github.com/openseadragon/openseadragon - d6cdd4028cfb4868f7d4c8429601723da3567062 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - d6cdd4028cfb4868f7d4c8429601723da3567062 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
github.com/openseadragon/openseadragon - d4b02e1abaaf43716b75d11d9125401551b2efb9 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - d4b02e1abaaf43716b75d11d9125401551b2efb9 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.
github.com/openseadragon/openseadragon - a18460a3107e14bb4c4f1034d59347bb4bdcd0ff authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - a18460a3107e14bb4c4f1034d59347bb4bdcd0ff authored almost 12 years ago by thatcher <[email protected]>
basic implementation of enhancement request from issue #3
github.com/openseadragon/openseadragon - f602a682f75907c7a4ce2d172de92873c6e533ef authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - f602a682f75907c7a4ce2d172de92873c6e533ef authored almost 12 years ago by thatcher <[email protected]>
Merge branch 'master' of https://github.com/openseadragon/openseadragon
github.com/openseadragon/openseadragon - 2f938766b3654423f88496c15c4910d3f525ee8a authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 2f938766b3654423f88496c15c4910d3f525ee8a authored almost 12 years ago by thatcher <[email protected]>
found typo in source, thie was supposed to be this
github.com/openseadragon/openseadragon - 015e94efa4353f772b4ccddf46550d9e77068f5b authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 015e94efa4353f772b4ccddf46550d9e77068f5b authored almost 12 years ago by thatcher <[email protected]>
New build (0.9.121)
github.com/openseadragon/site-build - 2be146a962e03fb4d24c31159bd54e9db707edba authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 2be146a962e03fb4d24c31159bd54e9db707edba authored almost 12 years ago by Ian Gilman <[email protected]>
Build no longer pulls from openseadragon/openseadragon
github.com/openseadragon/site-build - 10860af15343fb62ec9151d300fb0159cd2b70c4 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 10860af15343fb62ec9151d300fb0159cd2b70c4 authored almost 12 years ago by Ian Gilman <[email protected]>
Upped version number to 0.9.121
github.com/openseadragon/site-build - 45dd3f0a64ca5d45982dc7047dec7b32d741fc2a authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 45dd3f0a64ca5d45982dc7047dec7b32d741fc2a authored almost 12 years ago by Ian Gilman <[email protected]>
Latest build
github.com/openseadragon/site-build - 799275b1842dfe3d8a5d37a818f4de5de75e633f authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 799275b1842dfe3d8a5d37a818f4de5de75e633f authored almost 12 years ago by Ian Gilman <[email protected]>
Upped version number to 0.9.121
github.com/openseadragon/openseadragon - 6723450a9a2f902c6435462cc644f8a4ce6fcb49 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 6723450a9a2f902c6435462cc644f8a4ce6fcb49 authored almost 12 years ago by Ian Gilman <[email protected]>
Latest build (0.9.121)
github.com/openseadragon/openseadragon.github.com - b8d6de796974f0faf63e9d45139136b620f69542 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - b8d6de796974f0faf63e9d45139136b620f69542 authored almost 12 years ago by Ian Gilman <[email protected]>
Fixed a bug with "grunt publish"; was using the wrong paths
github.com/openseadragon/openseadragon - 6b492f395d04ba5f512abbc195d19da72862e481 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 6b492f395d04ba5f512abbc195d19da72862e481 authored almost 12 years ago by Ian Gilman <[email protected]>
Added "grunt publish" command for copying to site-build
github.com/openseadragon/openseadragon - d2b9257bc46ee187bdca58203c56489ec27c0958 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - d2b9257bc46ee187bdca58203c56489ec27c0958 authored almost 12 years ago by Ian Gilman <[email protected]>
Merge pull request #21 from openseadragon/pinchzoompoint
patch for pinch zoom point.
github.com/openseadragon/openseadragon - 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
github.com/openseadragon/openseadragon - 361052656c401b91b42ce0f3ef50b81df6758262 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 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.
github.com/openseadragon/openseadragon - 23729685184bf70597c607bab59f95be80336830 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 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
github.com/openseadragon/openseadragon - 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...
Updated build instructions
github.com/openseadragon/openseadragon - 6b0cb75ed45bd4f1a9170d744aa5caf188668712 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 6b0cb75ed45bd4f1a9170d744aa5caf188668712 authored almost 12 years ago by Ian Gilman <[email protected]>
Limiting Travis badge to just the master branch
github.com/openseadragon/openseadragon - 10f2bbe535cf7f6bdf0e4e4f64c9de3f60a144b5 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 10f2bbe535cf7f6bdf0e4e4f64c9de3f60a144b5 authored almost 12 years ago by Ian Gilman <[email protected]>
Grunt fix for Travis
github.com/openseadragon/openseadragon - fda4f1767518e08eb8d62bf67c5a035325d32ae9 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 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
github.com/openseadragon/openseadragon - 8074b338d1a2129c8faedcf7729dda6eb8662143 authored almost 12 years ago by Ian Gilman <[email protected]>
Test now works again
github.com/openseadragon/openseadragon - 98e8289c9ba9f1796bdbff45a582f8487c182ce4 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 98e8289c9ba9f1796bdbff45a582f8487c182ce4 authored almost 12 years ago by Ian Gilman <[email protected]>
Fixed banned and changed quote style
github.com/openseadragon/openseadragon - 34e55d86d56f7b0ebacef259c8957dcd4b854a6b authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 34e55d86d56f7b0ebacef259c8957dcd4b854a6b authored almost 12 years ago by Ian Gilman <[email protected]>
Updated gruntfile and package.json for grunt 0.4.0
github.com/openseadragon/openseadragon - d6dfc15351fd46809e55a456ba33d8e23aff67ca authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - d6dfc15351fd46809e55a456ba33d8e23aff67ca authored almost 12 years ago by Ian Gilman <[email protected]>
Renamed gruntfile
github.com/openseadragon/openseadragon - 347fbfd596af23c570b98d6b021335737f62df27 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 347fbfd596af23c570b98d6b021335737f62df27 authored almost 12 years ago by Ian Gilman <[email protected]>
typo correction
github.com/openseadragon/site-build - 445b735230f891140f87472d05addf738cb01f31 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 445b735230f891140f87472d05addf738cb01f31 authored almost 12 years ago by thatcher <[email protected]>
added a grunt.js so you can run 'grunt server watch' to work with the site locally if you want
github.com/openseadragon/openseadragon.github.com - 05176ac1182ed3544d69b75cb468a77c629778f1 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon.github.com - 05176ac1182ed3544d69b75cb468a77c629778f1 authored almost 12 years ago by thatcher <[email protected]>
instead of having copy of zip, tar, and latest js and image files in site-build, get them from core project locally. added publish task to do www and doc tasks in that order
github.com/openseadragon/site-build - 5594284a59733bbabf8565ed668945792fa3dcec authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 5594284a59733bbabf8565ed668945792fa3dcec authored almost 12 years ago by thatcher <[email protected]>
undo change to base value for server, breaks tests obviously sorry
github.com/openseadragon/openseadragon - c2e0e41a6dc74ef26a81e73df326b2945834634f authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - c2e0e41a6dc74ef26a81e73df326b2945834634f authored almost 12 years ago by thatcher <[email protected]>
copied latest build into openseadragon folder, should add a copy to ant so ensures latest build is moved from core to site-build before running doc
github.com/openseadragon/site-build - 06683df82cb676ed1a19077e43b9ccf889611c91 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 06683df82cb676ed1a19077e43b9ccf889611c91 authored almost 12 years ago by thatcher <[email protected]>
removing bin directory
github.com/openseadragon/site-build - 5b0c6f68fe2033a6979c7e4b0f1cce34b5d418bc authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 5b0c6f68fe2033a6979c7e4b0f1cce34b5d418bc authored almost 12 years ago by thatcher <[email protected]>
fixing jsdocs that caused recursion
github.com/openseadragon/openseadragon - 070a48f6c89cf7ab60ab2cb0610e24b19595d32c authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 070a48f6c89cf7ab60ab2cb0610e24b19595d32c authored almost 12 years ago by thatcher <[email protected]>
initial reconnect of jsdoc task to generate some api docs. Not sure if current build of this project is ready for release but at least its a step closer.
github.com/openseadragon/openseadragon.github.com - 872ccf6c5284f5993cdfd184133a10a295b510be authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon.github.com - 872ccf6c5284f5993cdfd184133a10a295b510be authored almost 12 years ago by thatcher <[email protected]>
initial reconnect of jsdoc task to generate some api docs. Not sure if current build of this project is ready for release but at least its a step closer.
github.com/openseadragon/site-build - 5553a9934528b3e67bbfd7c3abef745fe7951ac0 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 5553a9934528b3e67bbfd7c3abef745fe7951ac0 authored almost 12 years ago by thatcher <[email protected]>
Added Travis build badge
github.com/openseadragon/openseadragon - 6e99a5dd4237d1ff37e4bce536fd756d17ea9ec4 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 6e99a5dd4237d1ff37e4bce536fd756d17ea9ec4 authored almost 12 years ago by Ian Gilman <[email protected]>
Build 02/15/13
github.com/openseadragon/openseadragon.github.com - e72c0924ea5d684ca9bf5004e2b91c6c50f32012 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - e72c0924ea5d684ca9bf5004e2b91c6c50f32012 authored almost 12 years ago by Ian Gilman <[email protected]>
Using the new min, zip, and tar
github.com/openseadragon/site-build - 107b443564a8a0e0436431889228505817bb77ac authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 107b443564a8a0e0436431889228505817bb77ac authored almost 12 years ago by Ian Gilman <[email protected]>
Copying over min, zip, tar
github.com/openseadragon/site-build - 53a6c30f072bdcad35d9e9e78cb593496a40c70b authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 53a6c30f072bdcad35d9e9e78cb593496a40c70b authored almost 12 years ago by Ian Gilman <[email protected]>
Latest built version
github.com/openseadragon/site-build - ec46f4a02cda4181f19733ae3574a7972e43c374 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - ec46f4a02cda4181f19733ae3574a7972e43c374 authored almost 12 years ago by Ian Gilman <[email protected]>
Added grunt package to readme
github.com/openseadragon/openseadragon - e584911baba2f1fa7fb192d781d162970575312c authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - e584911baba2f1fa7fb192d781d162970575312c authored almost 12 years ago by Ian Gilman <[email protected]>
Now zipping and taring ("grunt package")
github.com/openseadragon/openseadragon - 2d78e012a05c691ab1f2eca9b7c46a27a13dfc71 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 2d78e012a05c691ab1f2eca9b7c46a27a13dfc71 authored almost 12 years ago by Ian Gilman <[email protected]>
Added .travis.yml file
github.com/openseadragon/openseadragon - d179325f71b942e1cb78d6f79b03699ab8d78a72 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - d179325f71b942e1cb78d6f79b03699ab8d78a72 authored almost 12 years ago by Ian Gilman <[email protected]>
Kicking off a Travis build
github.com/openseadragon/openseadragon - 792d51de8caa2ad3b10531d0857cb62d034cc27e authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 792d51de8caa2ad3b10531d0857cb62d034cc27e authored almost 12 years ago by Ian Gilman <[email protected]>
Excluding sublime text docs from sublime text project
github.com/openseadragon/site-build - ac2793fb45a1f46f311afb68f35f712b47debc3b authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - ac2793fb45a1f46f311afb68f35f712b47debc3b authored almost 12 years ago by Ian Gilman <[email protected]>
Excluding sublime text docs from sublime text project
github.com/openseadragon/openseadragon - 05affbc7fc760b414abc369480ec48d83281ee53 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 05affbc7fc760b414abc369480ec48d83281ee53 authored almost 12 years ago by Ian Gilman <[email protected]>
Better links in readme
github.com/openseadragon/openseadragon - 1ed32a0d5d779ca5800ca974b3187131191c483a authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 1ed32a0d5d779ca5800ca974b3187131191c483a authored almost 12 years ago by Ian Gilman <[email protected]>
Updated readme with correct build and test info
github.com/openseadragon/openseadragon - 145164eb84085ef96822799b2e330a1b6869c2a9 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 145164eb84085ef96822799b2e330a1b6869c2a9 authored almost 12 years ago by Ian Gilman <[email protected]>
Readme fixes
github.com/openseadragon/site-build - a1009b5e5cb586c95bbe7e00e59733e43a9da339 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - a1009b5e5cb586c95bbe7e00e59733e43a9da339 authored almost 12 years ago by Ian Gilman <[email protected]>
Tweaked readme
github.com/openseadragon/openseadragon.github.com - ca52c3314ee26d8f070335be6a146bb1d6ed6f4f authored almost 12 years ago by iangilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - ca52c3314ee26d8f070335be6a146bb1d6ed6f4f authored almost 12 years ago by iangilman <[email protected]>
Excluding example-images via .gitignore
github.com/openseadragon/openseadragon.github.com - aa4b81fd337ac92fb85a3d794cc698cc7873f163 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - aa4b81fd337ac92fb85a3d794cc698cc7873f163 authored almost 12 years ago by Ian Gilman <[email protected]>
Updated readme
github.com/openseadragon/openseadragon.github.com - aaaf99ecaf0880ef43326232f10d271d9546a3cb authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - aaaf99ecaf0880ef43326232f10d271d9546a3cb authored almost 12 years ago by Ian Gilman <[email protected]>
Grunt now copies the images into the build folder
github.com/openseadragon/openseadragon - cd765581e6fd13842c745d8f318909edc23c05fb authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - cd765581e6fd13842c745d8f318909edc23c05fb authored almost 12 years ago by Ian Gilman <[email protected]>
Removing built openseadragon.js from repo
github.com/openseadragon/openseadragon - 75bb765ca0668e960db3e576c5d3056045f46de1 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 75bb765ca0668e960db3e576c5d3056045f46de1 authored almost 12 years ago by Ian Gilman <[email protected]>
Removed JS Hint globals comment, since it's now in grunt
github.com/openseadragon/openseadragon - 9569ff1215d4929f91c2c3ae7f11e093ff6c7837 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 9569ff1215d4929f91c2c3ae7f11e093ff6c7837 authored almost 12 years ago by Ian Gilman <[email protected]>
Now properly setting version in build
github.com/openseadragon/openseadragon - 4e51b642ef16579021dcee02f0856100cc3a9c98 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 4e51b642ef16579021dcee02f0856100cc3a9c98 authored almost 12 years ago by Ian Gilman <[email protected]>
First built version of site
github.com/openseadragon/openseadragon.github.com - 4dc6e58baea9f93621876cbc8bec8c53d1f8344b authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - 4dc6e58baea9f93621876cbc8bec8c53d1f8344b authored almost 12 years ago by Ian Gilman <[email protected]>
Updated for built OpenSeadragon folder
github.com/openseadragon/site-build - 4363e05f0f4af59eeaf2bbca55a2894f7beaae0a authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 4363e05f0f4af59eeaf2bbca55a2894f7beaae0a authored almost 12 years ago by Ian Gilman <[email protected]>
Putting built OpenSeadragon in its own folder
github.com/openseadragon/site-build - d8e4a0c3d25f46e91a5b7cf0bc01a7b61a1b1183 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - d8e4a0c3d25f46e91a5b7cf0bc01a7b61a1b1183 authored almost 12 years ago by Ian Gilman <[email protected]>
Additional path fixes
github.com/openseadragon/site-build - fdfa8118bf0207865d6bc395e3470a3665397bbe authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - fdfa8118bf0207865d6bc395e3470a3665397bbe authored almost 12 years ago by Ian Gilman <[email protected]>
Updated image paths
github.com/openseadragon/site-build - 7fc4b95310975f44548f196cd12de5d14032fb61 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 7fc4b95310975f44548f196cd12de5d14032fb61 authored almost 12 years ago by Ian Gilman <[email protected]>
Updated build script to include images and css
github.com/openseadragon/site-build - 146629f5a1b88c7dd6a88b61583e158a149f9c67 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 146629f5a1b88c7dd6a88b61583e158a149f9c67 authored almost 12 years ago by Ian Gilman <[email protected]>
Added Sublime Text 2 project file
github.com/openseadragon/site-build - c908b02a597ecaf00a1f163421e8bfb05adc507d authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - c908b02a597ecaf00a1f163421e8bfb05adc507d authored almost 12 years ago by Ian Gilman <[email protected]>
Added built OpenSeadragon
github.com/openseadragon/site-build - a03de7b4bc4ce771329acead877a6738720db0ff authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - a03de7b4bc4ce771329acead877a6738720db0ff authored almost 12 years ago by Ian Gilman <[email protected]>
Added OpenSeadragon images
github.com/openseadragon/site-build - ce8571d5298501daf6b00241b4074103d57adf59 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - ce8571d5298501daf6b00241b4074103d57adf59 authored almost 12 years ago by Ian Gilman <[email protected]>
Added site images
github.com/openseadragon/site-build - fad2f327894c758fb9e777c5f9b2d3b74037442d authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - fad2f327894c758fb9e777c5f9b2d3b74037442d authored almost 12 years ago by Ian Gilman <[email protected]>
Added site css
github.com/openseadragon/site-build - 9dd90720b6b2e1a11914cce07de282ebb94f0631 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - 9dd90720b6b2e1a11914cce07de282ebb94f0631 authored almost 12 years ago by Ian Gilman <[email protected]>
Updated gitignore
github.com/openseadragon/site-build - e747b103f8f684141619801bab6bd9265a1e6a0d authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/site-build - e747b103f8f684141619801bab6bd9265a1e6a0d authored almost 12 years ago by Ian Gilman <[email protected]>
Added min, qunit, server, and watch tasks to grunt
github.com/openseadragon/openseadragon - d3b010d26ef3622769c3b7abb26718165ee75621 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - d3b010d26ef3622769c3b7abb26718165ee75621 authored almost 12 years ago by Ian Gilman <[email protected]>
First version of test files
github.com/openseadragon/openseadragon - 607a4af86037343aca73c1d40cdc9b5860b0a154 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 607a4af86037343aca73c1d40cdc9b5860b0a154 authored almost 12 years ago by Ian Gilman <[email protected]>
Added dependencies to package.json
github.com/openseadragon/openseadragon - 88b1cbf8c7fde4560bc07c54b1673229d9aabd8d authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 88b1cbf8c7fde4560bc07c54b1673229d9aabd8d authored almost 12 years ago by Ian Gilman <[email protected]>
Added gitignore
github.com/openseadragon/openseadragon - 4606ddb2ce410a8ad4a9cdf6c40849778eb73372 authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 4606ddb2ce410a8ad4a9cdf6c40849778eb73372 authored almost 12 years ago by Ian Gilman <[email protected]>
Added project file for Sublime Text 2
github.com/openseadragon/openseadragon - 964962a204a6f3b0a80ab686cd78d559a001bb9a authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/openseadragon - 964962a204a6f3b0a80ab686cd78d559a001bb9a authored almost 12 years ago by Ian Gilman <[email protected]>
removing sources specific to core openseadragon.js build
github.com/openseadragon/site-build - 435b02476146c276b9dc21c3d873e58a06127d3d authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 435b02476146c276b9dc21c3d873e58a06127d3d authored almost 12 years ago by thatcher <[email protected]>
removing code specific to site-build
github.com/openseadragon/openseadragon - b4f041b9ab08b6a591e826a26c8c34bf6a0d036e authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - b4f041b9ab08b6a591e826a26c8c34bf6a0d036e authored almost 12 years ago by thatcher <[email protected]>
Updated readme
github.com/openseadragon/example-images - 27c910c5701d79d3da0de1740d2fbb51d4f199fd authored almost 12 years ago by Ian Gilman <[email protected]>
github.com/openseadragon/example-images - 27c910c5701d79d3da0de1740d2fbb51d4f199fd authored almost 12 years ago by Ian Gilman <[email protected]>
Initial commit
github.com/openseadragon/example-images - e51bcc70fba770a855e5155a9c2c3aa72a7d4fdc authored almost 12 years ago by iangilman <[email protected]>
github.com/openseadragon/example-images - e51bcc70fba770a855e5155a9c2c3aa72a7d4fdc authored almost 12 years ago by iangilman <[email protected]>
Initial commit
github.com/openseadragon/openseadragon.github.com - 79295214eb7352ac97fad20a865c5e803f375e4f authored almost 12 years ago by iangilman <[email protected]>
github.com/openseadragon/openseadragon.github.com - 79295214eb7352ac97fad20a865c5e803f375e4f authored almost 12 years ago by iangilman <[email protected]>
added dozens of event hooks based on input from macreery's branch
github.com/openseadragon/openseadragon - fda24f343a2eae50aa5cd266ff57cd79fdd598b1 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - fda24f343a2eae50aa5cd266ff57cd79fdd598b1 authored almost 12 years ago by thatcher <[email protected]>
added dozens of event hooks based on input from macreery's branch
github.com/openseadragon/site-build - fda24f343a2eae50aa5cd266ff57cd79fdd598b1 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 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
github.com/openseadragon/site-build - d8a3ccf5e862411ac34ab39cc59c0f135acb2af3 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - d8a3ccf5e862411ac34ab39cc59c0f135acb2af3 authored almost 12 years ago by thatcher <[email protected]>
dont compute NaN for opacity because FF doesnt like that, per macreery's branch, thanks
github.com/openseadragon/openseadragon - d8a3ccf5e862411ac34ab39cc59c0f135acb2af3 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - d8a3ccf5e862411ac34ab39cc59c0f135acb2af3 authored almost 12 years ago by thatcher <[email protected]>
added removeAllHandlers per macreery's branch, finally implemented removeHandler
github.com/openseadragon/openseadragon - 27d28988187f43f2f57ff458af964e9b82a34754 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 27d28988187f43f2f57ff458af964e9b82a34754 authored almost 12 years ago by thatcher <[email protected]>
added removeAllHandlers per macreery's branch, finally implemented removeHandler
github.com/openseadragon/site-build - 27d28988187f43f2f57ff458af964e9b82a34754 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 27d28988187f43f2f57ff458af964e9b82a34754 authored almost 12 years ago by thatcher <[email protected]>
added class names to viewer canvas and container per macreery's branch
github.com/openseadragon/site-build - e851de80b810dec3f6ad616eceac983f78684123 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - e851de80b810dec3f6ad616eceac983f78684123 authored almost 12 years ago by thatcher <[email protected]>
added class names to viewer canvas and container per macreery's branch
github.com/openseadragon/openseadragon - e851de80b810dec3f6ad616eceac983f78684123 authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/openseadragon - 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
github.com/openseadragon/site-build - 685f58d66393ed87d67e1af14edd8601a7c5c9dd authored almost 12 years ago by thatcher <[email protected]>
github.com/openseadragon/site-build - 685f58d66393ed87d67e1af14edd8601a7c5c9dd authored almost 12 years ago by thatcher <[email protected]>