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

viewer.js: fix typos in variable declarations

f8c77f65d788f6828364cd8879de708a93a00518 authored over 11 years ago by Chris Adams <[email protected]>
Remove unused variables

Mostly unused function arguments but there were also a fair number
of legacy names which are now...

643ee211cad542a7f58116367f9793cb272d2b16 authored over 11 years ago by Chris Adams <[email protected]>
Upgrade to current JSHint

This also allows us to move our settings to .jshintrc for better IDE &
command-line integration ...

6a214347d6c9480287529cc70a1fdefc4088308b authored over 11 years ago by Chris Adams <[email protected]>
Replace gnarly ternary expression with if statement

e2bea810e383ea4c78d929c78785b8de4bf030ed authored over 11 years ago by Chris Adams <[email protected]>
Grunt: stricter JSHint settings

dc81cde4ab31c42f358d054548c9fccb3d70b7fc authored over 11 years ago by Chris Adams <[email protected]>
Updated changelog for #51

e8b7b2375e61fe56eb49b94656252d9005ab5b47 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #133 from iangilman/raf

Improved requestAnimationFrame polyfill; fixed timer leaks; added tests

6e9a300d1af10f7b604b4d10445becf7d7a4d0f3 authored over 11 years ago by iangilman <[email protected]>
Merge pull request #140 from felizuno/now

Added OpenSeadragon.now() (#138)

2e49d793e825c6ec952a7502a24845aefee893e6 authored over 11 years ago by iangilman <[email protected]>
Merge pull request #51 from acdha/generate-source-maps

Generate source maps

57d438cf888d704560bcfd03cf7c6ee5c5d75266 authored over 11 years ago by iangilman <[email protected]>
Added missing semicolon

0984106983ba34fa90d3eeaf72032e2e55c6da37 authored over 11 years ago by Kevin Ewing <[email protected]>
Merge branch 'master' into now

a469a1dae7050ffae7c66f6d0d1a217fde452645 authored over 11 years ago by Kevin Ewing <[email protected]>
Responding to feedback

Function now re-assigns itself on the first go round to avoid doing the
check every time it is c...

2f8a26fda0d25184f28afff485f328a8d0c680f1 authored over 11 years ago by Kevin Ewing <[email protected]>
Stripped whitespace

e0282a3c868b6483d550ac074dd2034f441b1987 authored over 11 years ago by Ian Gilman <[email protected]>
Merge branch 'master' into raf

0b5ddd0d55b84146e8d9fcae71317f2eefefad25 authored over 11 years ago by Ian Gilman <[email protected]>
Added trim_trailing_white_space_on_save to Sublime project

91c733551fe18a691ca785b2a35aba4208dfc76b authored over 11 years ago by Ian Gilman <[email protected]>
Update to grunt-contrib-uglify 0.2.2

3c66c3b8e2a65efffad00cc8eeb41fd38dab2485 authored over 11 years ago by Chris Adams <[email protected]>
Grunt: normalize build paths

The sourcemaps included build/openseadragon/ in the paths. Since grunt
lacks a standard way to r...

b87de8e6c612ce2b68f53e357df65cf405fc0770 authored over 11 years ago by Chris Adams <[email protected]>
Grunt: generate source maps when compressing

6e074188d4aadfe02e428a365f628f4d2e871327 authored over 11 years ago by Chris Adams <[email protected]>
Strip build prefix from sourceMappingURL (see #51)

Previously the sourceMappingURL would be prefixed with
"build/openseadragon/"

ae881689ec72b244129acfe58a98a1456dceb8f0 authored over 11 years ago by Chris Adams <[email protected]>
Merge branch 'master' into now

ebffea5a343a0293d34d9286a82a0446e7764980 authored over 11 years ago by Kevin Ewing <[email protected]>
Merge branch 'master' into raf

Fixed Conflicts:
src/viewer.js

8e88f360981666bc696448a537d5beffa075d528 authored over 11 years ago by Ian Gilman <[email protected]>
Moved to better location

e8408c131347df920f0057b9697ad25bec6cdc47 authored over 11 years ago by Kevin Ewing <[email protected]>
Merge pull request #139 from acdha/whitespace-eradication

Strip trailing whitespace (see #136)

b7eec5d60a0d080840c0d5ffb386c9abddbfcb0d authored over 11 years ago by iangilman <[email protected]>
Added OpenSeadragon.now()

6a3b7cfb2f93a75a0e7204e90deec8b653043644 authored over 11 years ago by Kevin Ewing <[email protected]>
Remove all whitespace

The results of running this command::

find . -name \*.js -print0 | xargs -0 perl -p -i -e "...

9f6f164d9f9acafbb9f57a3963ce25d3274a50c0 authored over 11 years ago by Chris Adams <[email protected]>
Added changelog for #133

2c2d1486cd1099fcdc374a0bdb6bd949965e514c authored over 11 years ago by Ian Gilman <[email protected]>
Merge branch 'master' into raf

beadcdcc89c02af0edf8fb60b78f5d55d9776f7e authored over 11 years ago by Ian Gilman <[email protected]>
Updated changelog for #135

91e4edafd010301737b001b9aea682c20bf9700d authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #135 from robhobbes/master

Only disable the previous button if the navPrevNextWrap option is not set

c14467afa4ee5936bccf493563c8641c7b7561a8 authored over 11 years ago by iangilman <[email protected]>
Removed the parens around new Date call, for consistency

4022206261fd0ec5890443edac47940463ee3c37 authored over 11 years ago by Ian Gilman <[email protected]>
Addressing code review comments

2e48239056462ba4ce1da96da4b363c916875b5b authored over 11 years ago by Ian Gilman <[email protected]>
Cleaned out dead code in scheduleUpdate and updateMulti

… as pointed out by @ventero

dbc8a59ae8c05d51d533d83aee242bb0171c8ec8 authored over 11 years ago by Ian Gilman <[email protected]>
Only disable the previous button if the navPrevNextWrap option is not set.

ade93ffc5ed1acdc9a9af880857481643115a784 authored over 11 years ago by Robert Hickman <[email protected]>
Testing closing one image and opening another in navigator suite

b38e319f2c12e2539445ed6b2234b6fc8a0e6498 authored over 11 years ago by Ian Gilman <[email protected]>
Testing source and timer management in basic test

9a28793e6455954f5f47bcebafd93df00d39239c authored over 11 years ago by Ian Gilman <[email protected]>
Basic test no longer uses navigator since we have a suite for that

862b560cb46f95349b5d70ca27b61fa4504642e8 authored over 11 years ago by Ian Gilman <[email protected]>
Exposing _updateRequestId as a semi-private member for testing purposes

713fad4224ed4ac04c51fed76842d4807b527162 authored over 11 years ago by Ian Gilman <[email protected]>
Navigator now updates properly when reopening a viewer

Before, if you closed a viewer and then opened a new tilesource into
it, the navigator would sti...

e99c126a85c2b61fa9819ec0f401fc772bedce8e authored over 11 years ago by Ian Gilman <[email protected]>
Now closing the navigator when the viewer closes

At the very least this was causing the navigator to continue to request
and process frames even ...

c6a38dd80280f13b47dae71ceb391c884d846739 authored over 11 years ago by Ian Gilman <[email protected]>
Fixed another potential timer leak when closing a viewer

If the viewer was closed in response to an event raised during the
update function, the timer wo...

42249602520c0ba0f0f82f7e5fb4d856c2f03983 authored over 11 years ago by Ian Gilman <[email protected]>
Improved requestAnimationFrame polyfill

Processes all outstanding frame requests per frame, rather than one at
a time.

0112f6a4ea0b156e2644da5965e3a65aed7747e0 authored over 11 years ago by Ian Gilman <[email protected]>
Started next version in changelog

ccbef38297487fed72a37858a3bef8d4be6cefcd authored over 11 years ago by Ian Gilman <[email protected]>
Changed version number to 0.9.128

2103121209394f6a3259e55ab29c3732c74472ba authored over 11 years ago by Ian Gilman <[email protected]>
Updated changelog for #123

2360c6490c94786e748ca2a08ceabe51896f059e authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #123 from Ventero/opacity

Simplify setting element opacity.

2a11c209c461866b0a5edf11b179cad297b845be authored over 11 years ago by iangilman <[email protected]>
Simplify setting element opacity.

This simplifies setElementOpacity by removing support for the
obsolete, IE-only element.filters ...

0093153e4e7ad646074b335ba3d9d513cefc22bd authored over 11 years ago by Ventero <[email protected]>
Updated changelog for recent merges, and reorganized it a little

e5643bf22f427bd8b0e206e42381616f3b5c59ab authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #116 from openseadragon/ratio

Reverting minPixelRatio to 0.5 for better quality

dd01c9b9d0c62495b42cbe8d7a04cc34b6501551 authored over 11 years ago by iangilman <[email protected]>
Merge branch 'master' into ratio

300167bcf136b46bcc7b5ce1bc54a743d2178522 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #121 from houseofyin/issue37-navigator

Issue37 navigator / Issue101 navigator follow-up / Issue102 navigator default

f412d07237b4f06f301e58365a630ecb156a514c authored over 11 years ago by iangilman <[email protected]>
Implemented fix for a test failure that shows up on Firefox in some situtions

1833f85232ae338f9b2443d208a18a3268b47081 authored over 11 years ago by houseofyin <[email protected]>
Removing the navigator demo files now that we have reasonable tests and examples for the navigator

af1f1b64af8ff9eb9293e1c9900135f34fb9f216 authored over 11 years ago by houseofyin <[email protected]>
Tweaked how the deprecated API element has handled

e9587808ecc3568d1947b8e39beb12d863931690 authored over 11 years ago by houseofyin <[email protected]>
Making the basic demo a little more useful for debugging

29f3d80249cf6ce577b0453edfb7ce028ca304fd authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #122 from Ventero/drawhtmlperformance

Improve performance of Tile#drawHTML.

395a238df2bd7f4ff3c557e919662848c7b1ffef authored over 11 years ago by iangilman <[email protected]>
Updated to turn on the navigator, since the navigator is no longer on my default

9edd6ec1315b43720ad641568b50d2578e233962 authored over 11 years ago by houseofyin <[email protected]>
Fixed a test that would fail if not scrolled to the top. Improved test speed. Changed some variables to better echo corresponding variables in the application code

867e6de85ab15f510b7cb331d8ee0d096fbf4985 authored over 11 years ago by houseofyin <[email protected]>
Implemented and documented fallback behavior

8a3ec975961ab421d4165e454226dfb6c1f24330 authored over 11 years ago by houseofyin <[email protected]>
Improve performance of Tile#drawHTML.

By specifying the tile size in absolute pixel values instead of
percentages, we can save the cal...

a18f0e0efb3e19a36ddd1fd4a19bdec0cba33c40 authored over 11 years ago by Ventero <[email protected]>
More reasonable handling of the navigator when interacting outside the bounds of the display region

7a8ebd7d4c754f9d91eef0e4b55268f2031bad3e authored over 11 years ago by houseofyin <[email protected]>
Updating the documentation

dc7bc6920cbf3c721fc47159decada6fee7524af authored over 11 years ago by houseofyin <[email protected]>
Speeding up the tets

aca25d19793cdc7cd7ac7ab1646f9ba87bf74e82 authored over 11 years ago by houseofyin <[email protected]>
Merge branch 'master' of github.com:openseadragon/openseadragon into issue37-navigator

3e24be12e0b79fed6b9912cef9d03247b610f13c authored over 11 years ago by houseofyin <[email protected]>
Trying to remove the selector element

e36f7ed41400a7b88c6115501b2bc5bd35d5f773 authored over 11 years ago by houseofyin <[email protected]>
Merge branch 'master' into ratio

83060156a6bc47ea5f245990d3213fab3958bc68 authored over 11 years ago by Ian Gilman <[email protected]>
Added pull number to changelog item

c1f0b384c896ba913b2154f874663e8e892b54f6 authored over 11 years ago by Ian Gilman <[email protected]>
Merge branch 'master' of github.com:robhobbes/openseadragon into robhobbes-master

Fixed Conflicts:
changelog.txt

9c60b28ec3a88ef6da402e381be7351b54e6bd9e authored over 11 years ago by Ian Gilman <[email protected]>
Adding documentation about navPrevNextWrap.

699a5dd101e0dbbe99c6e915b8855e87057e2618 authored over 11 years ago by Robert Hickman <[email protected]>
Reverting minPixelRatio to 0.5 for better quality

b34f460fb0f326e691962029b43f15b3e7ce6351 authored over 11 years ago by Ian Gilman <[email protected]>
Update changelog for recent fixes

a551922537ef92c172966a028a4a9cd02934b349 authored over 11 years ago by Ian Gilman <[email protected]>
Removed changelog recommendation from readme as per discussion in #90

498d972ef82e2e9cc0805d78f87db23c3de05600 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #112 from openseadragon/blur

Fixed blendTile()-related blurriness issue (for #95)

b754ea834f335ed030ba5b8ae8de596c5484398a authored over 11 years ago by iangilman <[email protected]>
Merge pull request #115 from Ventero/navigatortilesource

Don't load the tile source again when creating a navigator.

481cbef2bfcfdc8888d6671ea029a828524af345 authored over 11 years ago by iangilman <[email protected]>
Don't load the tile source again when creating a navigator.

Previously, when showNavigator was set to true when creating the
viewer, the navigator would unn...

b66dd7bed026d19d3f388a99bc35227cdad4f972 authored over 11 years ago by Ventero <[email protected]>
Adding an option that allows the previous and next buttons to wrap around past the end or beginning images.

b5d977d593557cfffda139a1035b1e7a6b218bca authored over 11 years ago by Robert Hickman <[email protected]>
Fixed blendTile()-related blurriness issue

We were setting drawer.updateAgain to the result of each blendTile(),
which meant it was keeping...

1d51b72785f4d14ca0e26fd1d1f69c25f9deb2e7 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #110 from dsteinbrunner/patch-2

domn to down typo fixes

96d8cae6e2bd62d0be05ec5b35d1f8879b0c677d authored over 11 years ago by iangilman <[email protected]>
domn to down typo fixes

91da6af39293505be2f265116a0bba1631300c82 authored over 11 years ago by David Steinbrunner <[email protected]>
Additional doc comments for setControlsEnabled()

b7eb78a57ac10d4c96e0d7eea340fa4458caaad0 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #108 from dsteinbrunner/patch-1

Correction to setControlsEnabled function name in comments

c08724caa141cb04662b5eaf8a3663a302d13fba authored over 11 years ago by iangilman <[email protected]>
Correction to setControlsEnabled function name in comments

7330b4a7262732e095a6215ac5e28e8912420fdf authored over 11 years ago by David Steinbrunner <[email protected]>
Merge branch 'master' of github.com:openseadragon/openseadragon into issue37-navigator

6385b0a29612e7824d494f848371cf006602a356 authored over 11 years ago by houseofyin <[email protected]>
Working on follow-up on the initial pull request. Changing the default navigator display property, and starting work on the docs

f632d9873062f15b23b5581662783ddbbcca4aed authored over 11 years ago by houseofyin <[email protected]>
Merge pull request #104 from openseadragon/raf

Our requestAnimationFrame no longer changes the global window object

e5187e4864593f00040aa8c4843aab3e0856297c authored over 11 years ago by iangilman <[email protected]>
Whitespace nits

8e37633c49acbc286b309ab84024539f3ff4ab42 authored over 11 years ago by Ian Gilman <[email protected]>
Tests for requestAnimationFrame and cancelAnimationFrame

1c60f90ee5ec6b5872b35749fc2b978862b7c3f0 authored over 11 years ago by Ian Gilman <[email protected]>
Our requestAnimationFrame no longer changes the global window object

8f53c564dab2858e9acd5faa747a5566a58edd0b authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #103 from acdha/paranoid-requestanimationframe-polyfill

Paranoid requestAnimationFrame for antique Firefox

86a908a4deb9dc42dc810c13674fe5742466f9ff authored over 11 years ago by iangilman <[email protected]>
Paranoid requestAnimationFrame for antique Firefox

Very old versions of Firefox - e.g. Firefox 7 - have
window.requestAnimationFrame but not cancel...

568d6a1c6b139353846bb75a58de887ad2c0cc59 authored over 11 years ago by Chris Adams <[email protected]>
Minor fixes to basic demo

673f881d52cc5bd3914bde6d6c88ee8f55842cef authored over 11 years ago by Ian Gilman <[email protected]>
Added test for makeAjaxRequest

e4993700af5120f9abe061f007e1ff67935a15e8 authored over 11 years ago by Ian Gilman <[email protected]>
Now trying standard path first in createAjaxRequest

As suggested by @cskwg in #98

c3772df011889cc0b9a7a4b3c173b0c58be74e6a authored over 11 years ago by Ian Gilman <[email protected]>
Updated changelog for #48

3b93032d7167078da026a0b4c68981845b4e50d0 authored over 11 years ago by Ian Gilman <[email protected]>
Added a demo of the basic default viewer

7fc55d8a1f44535c86b7a0f71abe4716247e92ef authored over 11 years ago by Ian Gilman <[email protected]>
Changelog updates for #46

c198954df7109507964b2a86dcef530fee214322 authored over 11 years ago by Ian Gilman <[email protected]>
Updated changelog

45a21c45ec712e4e8081aadbf787b83cf14935dd authored over 11 years ago by Ian Gilman <[email protected]>
Fixed typos in comments

674c0a069d9aab1059b563631e05607acc4a7b94 authored over 11 years ago by Ian Gilman <[email protected]>
Merge pull request #46 from houseofyin/issue37-navigator

Issue37 navigator

da86ca2e38b641b43d2a26f8bfd9654d9628bdcc authored over 11 years ago by iangilman <[email protected]>
Merge pull request #94 from bgilbert/drawer-events

Fix Drawer event emission

096ba80d736db6f3133400aa79e2cd804767f57f authored over 11 years ago by iangilman <[email protected]>
Bringing back in sync with the latest baseline

bb4a8a0b4f9e58185da8d8487f106955692bdb25 authored over 11 years ago by houseofyin <[email protected]>