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

Add unit tests for multi-touch

7935ab82d4bbd7f26fcfb7acaed8fa85fa90f3d9 authored over 8 years ago
Enforce html element width and height to 100% when going full page.

32f993f862bf465fa06999478372cbb1c8d74081 authored over 8 years ago
Changelog for #935

6ab3d5b33cb9f1357f6b4ddaa3f0f810ae960b8c authored over 8 years ago
Merge pull request #935 from leesei/master

feat(navigator): add option autoFade

ea32e1b0900585f4b39b3f1efb80f64339a6ad00 authored over 8 years ago
Correctly handle touch PointerEvents

`onPointerDown/Up` may call `capture/releasePointer`
with `"touch"` as the pointerType, which wo...

c25bf0a2398abc95fec5fdead07ceac33aa14dfc authored over 8 years ago
Handle simultaneous touch events

Found and tested on an iPhone 5s w/ iOS 9.2.
Not sure about other devices.

Fixes #877

a4dbae07545aecf978b7a4f12b1356abfd1bd4fb authored over 8 years ago
Fix jshint.

b11edddf68ba999350fdf9a729b457c1fe7b75e3 authored over 8 years ago
Avoid loading clipped out tiles. Fix #889.

352bfbc3a513476b4f12696f29c473d754fb4ccb authored over 8 years ago
Changelog for #934

6099962e408a8e62a068b2c23fd85e69a88e3f40 authored over 8 years ago
Merge pull request #934 from avandecreme/fitBounds

Take rotation into account in viewport getBounds and fitBounds methods

c5fc9a6922ed4f277f73fd296b1d79c62704a91c authored over 8 years ago
Using more interesting image for test

44874b25b14b9b6307f02f92a0a903be671f100f authored over 8 years ago
Fix resize handling.

1014d5767cdc50b080ec4d5c3271874cd9c95ff2 authored over 8 years ago
Fix applyConstraints with rotation.

14069a64e1ab20bc6dcf92bb25a50cb1dbec55fb authored over 8 years ago
Restore applyConstraints to avoid panning when clicking at max zoom.

07d66ce655a1ac33398d359d928b6c63f86457e5 authored over 8 years ago
Add test for fitBounds with a rotated rectangle.

0c398eacdbb5f95116cdb56d23aae8e9f44d5f32 authored over 8 years ago
Remove code duplication in Viewport.applyConstraints.

e4c29d649b5b1752c9eca86eb2051859a2722a37 authored over 8 years ago
feat(navigator): add option autoFade

7ea8733e5b83a7120d4b60617c6a2c45a9b147fb authored over 8 years ago
Viewport getBounds and fitBounds methods now take rotation into account. Fix #924

521e020b9a1e927ab4e62d9a4fc46bb9f7789df3 authored over 8 years ago
Changelog for #927

1d02ba7853e8f272872d39ea0b6b1365924bf7be authored almost 9 years ago
Merge pull request #927 from avandecreme/perf

Optimize sketch canvas clearing and blending.

07429f589079ffb80d348732f7e570dd75b8a691 authored almost 9 years ago
Take pixelDensityRatio into account.

cac7052bf850b185bd4e2e49a2c75c6592f228d4 authored almost 9 years ago
Optimize sketch canvas clearing and blending.

684029bc791a8a3bce2bb3e78f7b3f7f093bac1e authored almost 9 years ago
Fix viewport.fitBounds tests.

3106d8f85b49a2e74e00bbe614b0a47428f79fb9 authored almost 9 years ago
Merge pull request #923 from avandecreme/fitbounds

Fix Viewport.update with zoomPoint.

66ffa0313220635767c0c78d236cd03dc6184b9b authored almost 9 years ago
Changelog for #910 and #923

b2dbf35dcb9e7888f056924e82fe3c248d1fbb01 authored almost 9 years ago
Merge pull request #910 from avandecreme/home-clip

Fix home bounds with clipping. Fix #891

5785d10cbb4b7ac0bd0d8a56f0d88a049b375e30 authored almost 9 years ago
Merge pull request #922 from avandecreme/master

Fix getScaleForEdgeSmoothing with image tile source.

1b391677806a58e71c33dd71e990f0b5370f67cd authored almost 9 years ago
Fix Viewport.update with zoomPoint.

79977b09a0162896d4a3bdb703fa78ec947dfe21 authored almost 9 years ago
Add asserts on this.viewer.

65a95d4a4988a33f9cb6f27cee5bdabec4cc4afb authored almost 9 years ago
Fix getScaleForEdgeSmoothing with image tile source.

f8de9b33b023bb0dff51dc69cd37851f76e04108 authored almost 9 years ago
Remove trailing spaces.

3775a877e2a3571c6b20f20edf1d5ff930140cdd authored almost 9 years ago
Add this.viewer test.

b1a0abd1041682a9d852c48139e63981f3da2aa5 authored almost 9 years ago
Merge pull request #902 from avandecreme/dead-code

Remove dead code.

766e2b0e1f0effbb0d45413ed4339f4ea3e7424c authored almost 9 years ago
Merge pull request #905 from avandecreme/doc

Fix JSDoc.

b9df7f3cde0e4fc8f02f37d9f72b6dcb6ac9183e authored almost 9 years ago
Fix enums doc.

4bf7b629398b0e79da8efc247396facb87811b61 authored almost 9 years ago
Merge remote-tracking branch 'upstream/master' into doc

55e0811294ac619e073d5e1185694e7c83b1b4ee authored almost 9 years ago
Add unit tests for home bounds with clip.

e0e6ce9b65662528fb743c8edc4adf0ce751599c authored almost 9 years ago
Use Util.assertRectangleEquals

b8c87ddb61ea0943bc9a54c8019bc53cbcaa2db4 authored almost 9 years ago
Add TiledImage.getClippedBounds test.

686176f82159e44b4496b2d2f48f5d2c4957dab8 authored almost 9 years ago
Fix test.

e436fc93fd2e66c1fe2687d4c41faf7a2b4fee66 authored almost 9 years ago
Merge branch 'master' of https://github.com/openseadragon/openseadragon into home-clip

ea86237a4a79f2098b4168124b0d2de4e7353949 authored almost 9 years ago
Adapt doc to new version of JSDoc.

4fa7ed159000db58d9e9cf15b177bbd1c3ce1353 authored almost 9 years ago
Fix typo in doc.

5ebf84a580c4af1b6e84ecf523911e481818c8ac authored almost 9 years ago
Merge pull request #896 from avandecreme/overlays

Overlays improvements

eec0d4c9ff4a5f0d30c46e0593c12f742f8997c0 authored almost 9 years ago
Fix doc and debug message.

cd7bb8a8c4a5e4c52327e6b977aba5d514623933 authored almost 9 years ago
Document the viewport parameter as mandatory in Overlay.getBounds.

81f439d43070fba72010b0ce2e20595aa8fde5c2 authored almost 9 years ago
Fix JSDoc.

bd4cabaec2f0e965e6601b44af1ebf14aa6394bf authored almost 9 years ago
Fix home bounds with clipping. Fix #891

9e68f6c27b72d611fb8991bc568a9a6223f05612 authored almost 9 years ago
Add old properties for backward compatibility.

53d1534cc220a39f046c746c96fd6f38fd71c73f authored almost 9 years ago
Update changelog

96a032164f285f110cdd480dabf6269633378fd7 authored almost 9 years ago
Remove dead code.

55dfc146c9c9d2c33d213c333cd417b0a28d3555 authored almost 9 years ago
Add unit tests for overlays with rotation mode EXACT

824dc192bcb92edf15eb381e2586a8eee8fe63d0 authored almost 9 years ago
Fix Overlay.getBounds with BOUNDING_BOX rotation mode.

5f9053fb6eecf35025b395fd45146f8b618e447b authored almost 9 years ago
Readd blank lines.

fafb7f8db649369340db6a18c266905ae22ddb02 authored almost 9 years ago
Fix Overlays.getBounds with rotation.

bd62d56a37c4d9f73e4266af6b2e59a20329a27d authored almost 9 years ago
Use outline instead of border in overlay demo.

0685d8a3a4a4ef1b4e4756c13bb527a227c9cba4 authored almost 9 years ago
Fix method name.

c8ed3893ad854d35c01beb8d384612d06fc2204c authored almost 9 years ago
Fix bounding box rotation mode with placement other than top left.

05a7e5e46708df75c99cb6a49518dbbc38183685 authored almost 9 years ago
Fix changelog and add comments.

15a0db045e0b6a991c49c20cf87a467424e17b17 authored almost 9 years ago
Fix viewer.addOverlay and Overlay.getBounds

70b39d681b5a73be170a79c9720a1113f2988159 authored almost 9 years ago
Change overlays to now always having Point location.

577327a6291e762dafc615cceb7bb9364d86a91a authored almost 9 years ago
Add support of overlays rotation on IE9.

ffbb8b2cfe6444f7c4427a4c8b5c4a77fd278837 authored almost 9 years ago
Set overlays position and size with floating point values.

33bd943b7a5bad0f34edcee0982349dff8515e5e authored almost 9 years ago
Add viewport.viewportToViewerElementRectangle

f6c09ca7165d289317305461e131072db829b4f0 authored almost 9 years ago
Add overlays rotation support.

cac5f6dec3d86fa6972434e75b113f4d65262a12 authored almost 9 years ago
Add scaleWidth and scaleHeight options to overlays.

3e3ce188b1b032d11162a1d08cab160e888faddd authored almost 9 years ago
Changelog for #887 and #888

d631d975459c9a2ab2d00879e6779e5471a44172 authored almost 9 years ago
Merge pull request #888 from avandecreme/fit-in-bounds

Add TiledImage.fitInBounds method.

430804ef16128dba5083add15ce138026f3203ba authored almost 9 years ago
Merge pull request #887 from avandecreme/eventsource

Add addOnceHandler method to EventSource.

24f552c1fbfd85dd8f2779510998ae1e3e2a2d46 authored almost 9 years ago
Fix TiledImage.fitBounds with clipping.

a52f4cadc5b41443b2588f3a1207b0310ba4e860 authored almost 9 years ago
Add fitBounds option to TiledImage constructor.

3cacc8edcf96d318e85b88cde91b9dadaf8936b1 authored almost 9 years ago
Update OpenSeadragon.Placement to be serializable.

9c461824b3b038e855efd4567fa3e6a7d1f29498 authored almost 9 years ago
Add times parameter to addOnceHandler.

0f82eed0dbdd85124e23272c732a9c11302e81ed authored almost 9 years ago
Merge pull request #884 from avandecreme/master

Fix flick gesture with rotation. Fix #869

55cf2bd6b9e38936d1b648be5c033a3b93bf3e2e authored almost 9 years ago
Use variable instead of function name.

fddf0fb938a0371dc09fe27e8211fc5a469025bb authored almost 9 years ago
Add TiledImage.fitInBounds method.

e4fca14c33331b8dcde54501f4d253345aa3a18e authored almost 9 years ago
Add addOnceHandler method to EventSource.

d3b027bade8497a68eb6202d899d3a2d73b5669c authored almost 9 years ago
Fix drag with panHorizontal/panVertical set to false.

2386900e29d315ef7ee7b350d1b69a23ecf2a8f3 authored almost 9 years ago
Merge branch 'master' of https://github.com/avandecreme/openseadragon

43a9c14d3b3ad833bb8e47e3ccd82cbc0bc304dc authored almost 9 years ago
Fix flick gesture with rotation. Fix #869

2740792df3144e205dc84f71dd0db1b04479ead3 authored almost 9 years ago
Merge pull request #873 from openseadragon/ian

Really no tabIndex if you pass "".

030fec590eaa398b1dcf4b1f64c819bf7b98f0a1 authored almost 9 years ago
Really no tabIndex if you pass "".

66f99a1d39ea8b7ccf44c246b39547658ce80607 authored almost 9 years ago
Changelog for #872

5ca04c56f70e8d958730b5eca4a6e4a9180bfa53 authored almost 9 years ago
Merge pull request #872 from rvdb/fix-page-jump

removed automatic focus from reference strip, which caused HTML pages…

7c5e7bf093da781e28c84bfeddb69d7b094f9918 authored almost 9 years ago
Merge pull request #871 from fs-webdev/master

Added note about locations being viewport relative for overlays.

37dcb6947bd1272b2fe619c344b13941e0050f3b authored almost 9 years ago
removed automatic focus from reference strip, which caused HTML pages to jump unwantedly to the reference strip upon loading

ef1e5c7d06262b68eb1de9ffaed8e392bda1dbe6 authored almost 9 years ago
Added note about locations being viewport relative for overlays.

a54d896a45dac120c44a2192bcfb3a0f73337fa7 authored almost 9 years ago
Removing unneccessary blank lines

e993297f6071af0168ddba2713729556b8090e27 authored almost 9 years ago
Changelog for #861

0fdebe052c0e9552cd669fb05dec0f6ab31f36a1 authored almost 9 years ago
Merge pull request #861 from avandecreme/transparency

Fix transparent images clearing the images in background. Fix #849

4e1a56472c458eafa8c3c7928691aecfc5afcec5 authored almost 9 years ago
Adding missing newline at the end of the file

c9144c0add5df9a0842ecfcde3099cfd65e5483f authored almost 9 years ago
Adding test for zoomify format

044a5b6794a6fb75234b5b5c2dc3c44a2c8f11ef authored almost 9 years ago
Respecting hints from jslint

8637388cab1f065fc87e30a31b9c23b2403afeb6 authored almost 9 years ago
Adding zoomifytilesource to gruntfile so it is considered in build job

e670ad6e1fbf990a7348d6c15dd8529b2f334a8d authored almost 9 years ago
Adding zoomify format example

75e5365ecdbe5c1255e38f1c667edb2ea447f053 authored almost 9 years ago
Fixing intendation

e54f1a24f00aaf81226cd09ee3773f8daada5a8c authored almost 9 years ago
Minor style fixes

7d4eff0bb881a3fa5110c5b3ef253a69464fc0fd authored almost 9 years ago
Add missing parenthesis.

963986d1874bd1a5089a1cb7e94e3a189e3fa7c9 authored almost 9 years ago
Fix crash and improve tests..

d18485844dc5d23aaa45127fcacadd5102165f97 authored almost 9 years ago
Changelog for #860

510c8c2b97af4dd1edf459a6a5d47b26a8548603 authored almost 9 years ago