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

removed overlayplacement.js and moved it's only relevant object literal directly into overlay.js

github.com/openseadragon/site-build - 97d2f0c765e92d0aa44782cbc1577fd216a47d59 authored about 13 years ago by thatcher <[email protected]>
found local variable navControl that should have been a property of Viewer. removed getNavControl accessor in favor of direct property access

github.com/openseadragon/openseadragon - 7cac08a2f45840a097318911170aa847fb2a12bd authored about 13 years ago by thatcher <[email protected]>
found local variable navControl that should have been a property of Viewer. removed getNavControl accessor in favor of direct property access

github.com/openseadragon/site-build - 7cac08a2f45840a097318911170aa847fb2a12bd authored about 13 years ago by thatcher <[email protected]>
simplified beforeOpen, open, close in Viewer

github.com/openseadragon/site-build - 3e39bccbbe8d9b5ce532a9270c7ccc1a11fe0740 authored about 13 years ago by thatcher <[email protected]>
simplified beforeOpen, open, close in Viewer

github.com/openseadragon/openseadragon - 3e39bccbbe8d9b5ce532a9270c7ccc1a11fe0740 authored about 13 years ago by thatcher <[email protected]>
removing all get_x set_x patterns from constructor. just access (ie get/set) the property directly.

github.com/openseadragon/openseadragon - 3c310945149c6d81b099410431e4ac4ae61fe1ae authored about 13 years ago by thatcher <[email protected]>
removing all get_x set_x patterns from constructor. just access (ie get/set) the property directly.

github.com/openseadragon/site-build - 3c310945149c6d81b099410431e4ac4ae61fe1ae authored about 13 years ago by thatcher <[email protected]>
found reference to this._innerTracker so made actually put innerTrack as Viewer property in constructor. it was just a local variable. made _innerTracker use innerTrack since it isnt really private.

github.com/openseadragon/openseadragon - 760d89a1b1df4cb49358a82b4562913c996e4f47 authored about 13 years ago by thatcher <[email protected]>
found reference to this._innerTracker so made actually put innerTrack as Viewer property in constructor. it was just a local variable. made _innerTracker use innerTrack since it isnt really private.

github.com/openseadragon/site-build - 760d89a1b1df4cb49358a82b4562913c996e4f47 authored about 13 years ago by thatcher <[email protected]>
moved examples folder to gh-pages branch. fixed some refactor bugs that affected fullpage toggle. added copy to folder spcific in build.properties as WWW so the distributable openseadragon.js can be copied to gh-pages branch running locally. unearthed the ability to make controls fade (which apparently they were supposed to do by default)

github.com/openseadragon/openseadragon - d4740545c520a97ecdd0fed3a5f4cebd5d8e5a0c authored about 13 years ago by thatcher <[email protected]>
moved examples folder to gh-pages branch. fixed some refactor bugs that affected fullpage toggle. added copy to folder spcific in build.properties as WWW so the distributable openseadragon.js can be copied to gh-pages branch running locally. unearthed the ability to make controls fade (which apparently they were supposed to do by default)

github.com/openseadragon/site-build - d4740545c520a97ecdd0fed3a5f4cebd5d8e5a0c authored about 13 years ago by thatcher <[email protected]>
this is a weird one, enjoy... duplicate method and implementations

github.com/openseadragon/site-build - 5dd00910f8743b4ad1d0e40c9fc2ca0f910d5d75 authored about 13 years ago by thatcher <[email protected]>
this is a weird one, enjoy... duplicate method and implementations

github.com/openseadragon/openseadragon - 5dd00910f8743b4ad1d0e40c9fc2ca0f910d5d75 authored about 13 years ago by thatcher <[email protected]>
moving many psuedo private methods to actual closure private methods. moving many psuedo private properties and public accessors to simple public properties. see changeset for details.

github.com/openseadragon/site-build - 1726a878c136d0a1b1d0dca86c18928c0d170ca1 authored about 13 years ago by thatcher <[email protected]>
moving many psuedo private methods to actual closure private methods. moving many psuedo private properties and public accessors to simple public properties. see changeset for details.

github.com/openseadragon/openseadragon - 1726a878c136d0a1b1d0dca86c18928c0d170ca1 authored about 13 years ago by thatcher <[email protected]>
modified Viewer constructor to accept idiomatic options argument while still supporting backward compatible positional args. documented positional args and options arg. Remove Config function allowing all configuration to occur via Viewer options (which is the only place Config was called directly). removed several pointless get_x set_x function in place of direct property access.

github.com/openseadragon/openseadragon - 193ed954353e6c51a9bae1d9aa832b4381967299 authored about 13 years ago by thatcher <[email protected]>
modified Viewer constructor to accept idiomatic options argument while still supporting backward compatible positional args. documented positional args and options arg. Remove Config function allowing all configuration to occur via Viewer options (which is the only place Config was called directly). removed several pointless get_x set_x function in place of direct property access.

github.com/openseadragon/site-build - 193ed954353e6c51a9bae1d9aa832b4381967299 authored about 13 years ago by thatcher <[email protected]>
cleaning up button group internal api. use options object to configure and avoid private methods and using the OpenSeaDragon delegate pattern where possible.

github.com/openseadragon/site-build - e830ec6567aaf8f9d4523d6590d5db306af5c858 authored about 13 years ago by thatcher <[email protected]>
cleaning up button group internal api. use options object to configure and avoid private methods and using the OpenSeaDragon delegate pattern where possible.

github.com/openseadragon/openseadragon - e830ec6567aaf8f9d4523d6590d5db306af5c858 authored about 13 years ago by thatcher <[email protected]>
changed default image path to correspond to shorter /images instead of /Scripts/images

github.com/openseadragon/openseadragon - 531f73356b94fe83e02905fa6b893302cb3fd5eb authored about 13 years ago by thatcher <[email protected]>
changed default image path to correspond to shorter /images instead of /Scripts/images

github.com/openseadragon/site-build - 531f73356b94fe83e02905fa6b893302cb3fd5eb authored about 13 years ago by thatcher <[email protected]>
removed OpenSeadragon.format because it was only called once in the entire codebase, and didnt actually format a string. Instead just be direct and return string. corrected treatment of prefixUrl at that location since it was ignored otherwise.

github.com/openseadragon/site-build - 38a89c451b9d687d5690f3d9f9c1356fcc8f3614 authored about 13 years ago by thatcher <[email protected]>
removed OpenSeadragon.format because it was only called once in the entire codebase, and didnt actually format a string. Instead just be direct and return string. corrected treatment of prefixUrl at that location since it was ignored otherwise.

github.com/openseadragon/openseadragon - 38a89c451b9d687d5690f3d9f9c1356fcc8f3614 authored about 13 years ago by thatcher <[email protected]>
removed global variable SIGNAL. moved it into OpenSeadragon namespace

github.com/openseadragon/openseadragon - b871f6c2bf966dc57e9df9d6905b9d53ea60b466 authored about 13 years ago by thatcher <[email protected]>
removed global variable SIGNAL. moved it into OpenSeadragon namespace

github.com/openseadragon/site-build - b871f6c2bf966dc57e9df9d6905b9d53ea60b466 authored about 13 years ago by thatcher <[email protected]>
Added simple ant build. Broke main file into composite parts in src directory. Concatenated release is still included in the project as a release artifact.

github.com/openseadragon/openseadragon - 916ada5f023e5dc059638e9eb653c481f12661cb authored about 13 years ago by thatcher <[email protected]>
Added simple ant build. Broke main file into composite parts in src directory. Concatenated release is still included in the project as a release artifact.

github.com/openseadragon/site-build - 916ada5f023e5dc059638e9eb653c481f12661cb authored about 13 years ago by thatcher <[email protected]>
modified local functions delegate and EventHandlerList to be static namespace functions on OpenSeadragon namespace

github.com/openseadragon/site-build - deaabc6a91091c466b16ff589510ffca9f6f73a1 authored about 13 years ago by thatcher <[email protected]>
modified local functions delegate and EventHandlerList to be static namespace functions on OpenSeadragon namespace

github.com/openseadragon/openseadragon - deaabc6a91091c466b16ff589510ffca9f6f73a1 authored about 13 years ago by thatcher <[email protected]>
removed notes in preparation for new build

github.com/openseadragon/openseadragon - 95cd02ac401b531385377c9b93e6cab2c9254578 authored about 13 years ago by thatcher <[email protected]>
removed notes in preparation for new build

github.com/openseadragon/site-build - 95cd02ac401b531385377c9b93e6cab2c9254578 authored about 13 years ago by thatcher <[email protected]>
adding images for controls

github.com/openseadragon/site-build - e21026d8929018687394a5bba9ae7f4232745d47 authored about 13 years ago by thatcher <[email protected]>
adding images for controls

github.com/openseadragon/openseadragon - e21026d8929018687394a5bba9ae7f4232745d47 authored about 13 years ago by thatcher <[email protected]>
adding licenses directory and new bsd text to comply with new bsd requirement

github.com/openseadragon/openseadragon - e1bbab01eff104ff21843266fd15c557fb133d6e authored about 13 years ago by thatcher <[email protected]>
adding licenses directory and new bsd text to comply with new bsd requirement

github.com/openseadragon/site-build - e1bbab01eff104ff21843266fd15c557fb133d6e authored about 13 years ago by thatcher <[email protected]>
adding an example to demonstrate we havent broken core functionality.

github.com/openseadragon/site-build - 3d243330a24991eb6e667dda3f33e06ce96335b6 authored about 13 years ago by thatcher <[email protected]>
adding an example to demonstrate we havent broken core functionality.

github.com/openseadragon/openseadragon - 3d243330a24991eb6e667dda3f33e06ce96335b6 authored about 13 years ago by thatcher <[email protected]>
inital sweep includes notes for further refactoring

github.com/openseadragon/openseadragon - f73e52a02a85b74eac5e98475aa61a80f86072a6 authored about 13 years ago by thatcher <[email protected]>
inital sweep includes notes for further refactoring

github.com/openseadragon/site-build - f73e52a02a85b74eac5e98475aa61a80f86072a6 authored about 13 years ago by thatcher <[email protected]>
initial commit

github.com/openseadragon/site-build - 6e4dbd19cfeae27068b42cb4814c98204d8df1b5 authored about 13 years ago by thatcher <[email protected]>