Ventero
9b6de523c7
Add TODO comment about magic number
2013-01-25 19:56:07 +01:00
iangilman
1c577ec40a
Merge pull request #14 from Ventero/navimages
...
Allow overriding the default navImages prefix url
2013-01-25 10:55:15 -08:00
Ventero
9620272ebb
Make sure navigator has non-negative width/height
...
Older versions of IE throw if we try to assign a negative width/height.
Fixes #24 .
2013-01-25 14:17:35 +01:00
iangilman
718082998b
Merge pull request #16 from Ventero/disprect
...
Use correct option name (displayRects, not dispRects) in DziTileSource.
2013-01-24 10:38:01 -08:00
thatcher
77e146f9ce
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
2013-01-24 00:11:32 -05:00
thatcher
1017045e7a
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
2013-01-23 23:43:57 -05:00
thatcher
215395abb4
merged build.xml
2013-01-23 23:03:00 -05:00
thatcher
15c35c93fd
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
2013-01-23 23:00:11 -05:00
Ian Gilman
e52c9f8e0f
Removed bad "workspace-dzi" reference in www build target
2013-01-17 12:48:53 -08:00
Ian Gilman
b64af4138f
Changed Ant default to "build"
2013-01-17 11:31:28 -08:00
iangilman
1331530cb6
Merge pull request #13 from Ventero/fixes
...
Allow different Deep Zoom schema namespaces.
2013-01-16 13:31:00 -08:00
thatcher
ab35e86776
bug patches for lazy load on image reference strip
2012-10-13 02:39:42 -04:00
thatcher
46a499baed
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
2012-10-13 00:02:17 -04:00
thatcher
8fab8b5051
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
2012-10-12 23:40:59 -04:00
Ventero
31716bf56d
Use correct option name (displayRects, not dispRects) in DziTileSource.
2012-09-29 14:20:20 +02:00
Ventero
bb0ac1f9d1
Pass the correct object to image load callbacks.
...
Previously, the image object was passed on to onTileLoad regardless
if it loaded successfully or not. In case an image failed to load,
this would result in trying to draw a non-existing image onto the
canvas, which (at least in Firefox) throws a DOM exception and results
in the drawer being stuck mid-update.
2012-09-29 12:31:51 +02:00
Ventero
5c74c7b415
Always clear the image load timeout job.
2012-09-29 12:31:46 +02:00
Ventero
197244e185
Allow different Deep Zoom XML namespaces.
...
While the official XML namespace according to the xsd is
http://schemas.microsoft.com/deepzoom/2008 , DZIs generated with the
Deep Zoom Composer use http://schemas.microsoft.com/deepzoom/2009 ,
so this should be supported as well.
2012-09-28 20:07:05 +02:00
Ventero
0aba38c88c
Fix a typo in the documentation for options.prefixUrl.
2012-09-28 20:06:14 +02:00
Ventero
76a16464a2
Allow overriding the default navImages prefix url.
2012-09-28 20:06:02 +02:00
thatcher
bebc7a64ff
overflow was rendering scroll bar in IE for navigator and imagereference strip
2012-09-11 12:31:42 -04:00
thatcher
e7785fe636
found error related to minPixelWidth being set incorrectly for navigator and image reference strip so it loaded too many level which hurt performance
2012-09-07 08:55:19 -04:00
thatcher
79d048ac81
add lazy load to drag too, not just scroll
2012-09-05 11:35:42 -04:00
thatcher
85ed579e6c
incrementing build number. implemented lazy loading for image reference strip
2012-09-05 10:54:36 -04:00
thatcher
1c200aca9c
finished lazy loading implementation of image reference strip, really helps initial render time with large image sets
2012-09-05 10:52:57 -04:00
thatcher
989f383308
forgot to build before committing, doh
2012-08-29 21:39:27 -04:00
thatcher
a638076c76
custom tile source should pass whole object to constructor to allow idiomatic pattern of extension of tile source with arbitrary properties
2012-08-29 20:55:36 -04:00
thatcher
1d1cbc6f56
custom tile source should pass whole object to constructor to allow idiomatic pattern of extension of tile source with arbitrary properties
2012-08-29 20:53:42 -04:00
thatcher
ddedd35db9
patch for substantial error in computing boundary and home poisition when width is greater that height
2012-08-29 20:48:45 -04:00
thatcher
104a814af0
adding prototype image reference strip, fixing IE error related to checking for instanceof XMLDocument, fixing aspect ratio error when image is wider than tall
2012-08-29 14:46:34 -04:00
thatcher
c41f6a464e
Substantial rework of TileSource and Viewer.openTileSource to allow simpler introspect of the intended TileSource implementation based on the configuration object details. Also major www updates to simplify and unify the informational site by building it via simple templates. Improved examples and documentation. Added support for xml, json, jsonp, and inline configuration of supported tile sources.
2012-06-05 07:52:00 -04:00
thatcher
107a5efabf
patch for recursive function call causing ie8 errors - oops. Also completed support for jsonp dzi format/protocol which is useful for running openseadragon from the filesystem as well, see main gh-pages index.html for example
2012-04-12 13:20:24 -04:00
thatcher
e595ad2381
Adding ability to bind to buttons to custom interface elements, also use screen size detection to avoid using canvas on small devices since is more cpu intensive. Added version check for IE specific implementations to avoid using them for IE 9 and made most IE implementation differences a one-time process instead of an if/else which is evaulated on every call to the function.
2012-04-10 17:02:24 -04:00
thatcher
05f3c1d811
several bug fixes and enhancements. legacy tile source issue discovered and corrected for images with width greater than height. adding basic support for sequenced tile sources including previous and next buttons. added mouse drag and scroll interactions for viewport navigator.
2012-04-03 03:08:27 -04:00
thatcher
94247b7225
Additional patches for keyboard accessibility
2012-03-20 21:58:23 -04:00
thatcher
825023aaf6
IE specific patch for navigator (styleFloat), also keyboard accessibility patches for firefox
2012-03-20 15:30:29 -04:00
thatcher
2e821a7dc6
IE specific patches
2012-03-20 15:00:25 -04:00
thatcher
10a0db14f7
thanks to josh1093 for finally translating the typo I couldn't make sense of when refactoring. 1 less TODO in the code base, thanks josh.
2012-03-20 03:38:27 -04:00
thatcher
75c3e02b9e
missing reference to closure level object VIEWERS, blame me, editor issue
2012-03-20 02:44:31 -04:00
thatcher
8509811c38
added correct float css syntax for navigator in firefox and older IE
2012-03-20 02:26:34 -04:00
thatcher
6443d57e09
corrected major performance issue discovered in navigator becuase minPixelRatio was set to Zero. This caused images to be loaded ad infinitum in the navigator, oops.
2012-03-19 19:03:58 -04:00
thatcher
ddaddb7f42
keyboard accessibile buttons finally
2012-03-16 11:36:28 -04:00
thatcher
4ddab463e6
error in restore from fullpagemode when toolbar option is not used. sorry, should have noticed...
2012-03-09 21:44:14 -05:00
thatcher
4b81b64fc6
Added support for specifying arbitrary element (by id) to serve as a docking 'toolbar' for navigation buttons. Added example. Also avoids loading nav images if navigation is not enabled. 0.9.25
2012-03-09 11:04:28 -05:00
thatcher
8883e358de
0.9.21 adds support for optional viewport navigator feature. see new example page
2012-03-06 22:20:00 -05:00
thatcher
3f6e8abbfc
Significant improvments to API documentation. Allow what was an object literal OpenSeadragon to be used a function which provides a simplified interface for constructing a Viewer and TileSource by simple, documented configuration settings. Major performance improvements for touch on iPhone, hopefully all mobile devices.
2012-03-01 08:38:15 -05:00
thatcher
32c950e661
more normalizing of where configurable options are located.
2012-02-28 10:01:45 -05:00
thatcher
c610a9239b
Several issues with button and buttongroup states likely a result of the refactoring were flushed out and corrected.
2012-02-28 08:07:56 -05:00
thatcher
8dc4c63f64
cleaning up config related strategies. still not happy with current implementation, though now only Viewer and Viewport directly reference a .config
2012-02-27 18:29:00 -05:00
thatcher
e73ed421e4
prefixUrl configuration option was mangled as prefixURL in OpenSeadragon.Button leading to general inconsistency.
2012-02-27 16:50:22 -05:00