Commit Graph

  • 0aba38c88c Fix a typo in the documentation for options.prefixUrl. Ventero 2012-09-28 20:03:45 +0200
  • 76a16464a2 Allow overriding the default navImages prefix url. Ventero 2012-09-28 20:02:22 +0200
  • bebc7a64ff overflow was rendering scroll bar in IE for navigator and imagereference strip thatcher 2012-09-11 12:31:42 -0400
  • e7785fe636 found error related to minPixelWidth being set incorrectly for navigator and image reference strip so it loaded too many level which hurt performance thatcher 2012-09-07 08:55:19 -0400
  • 79d048ac81 add lazy load to drag too, not just scroll thatcher 2012-09-05 11:35:42 -0400
  • 85ed579e6c incrementing build number. implemented lazy loading for image reference strip thatcher 2012-09-05 10:54:36 -0400
  • 1c200aca9c finished lazy loading implementation of image reference strip, really helps initial render time with large image sets thatcher 2012-09-05 10:52:57 -0400
  • 989f383308 forgot to build before committing, doh thatcher 2012-08-29 21:39:27 -0400
  • a638076c76 custom tile source should pass whole object to constructor to allow idiomatic pattern of extension of tile source with arbitrary properties thatcher 2012-08-29 20:55:36 -0400
  • 1d1cbc6f56 custom tile source should pass whole object to constructor to allow idiomatic pattern of extension of tile source with arbitrary properties thatcher 2012-08-29 20:53:42 -0400
  • ddedd35db9 patch for substantial error in computing boundary and home poisition when width is greater that height thatcher 2012-08-29 20:48:45 -0400
  • 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 thatcher 2012-08-29 14:46:34 -0400
  • 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. thatcher 2012-06-05 07:52:00 -0400
  • 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 thatcher 2012-04-12 13:20:24 -0400
  • 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. thatcher 2012-04-10 17:02:24 -0400
  • 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. thatcher 2012-04-03 03:08:27 -0400
  • 94247b7225 Additional patches for keyboard accessibility thatcher 2012-03-20 21:58:23 -0400
  • 825023aaf6 IE specific patch for navigator (styleFloat), also keyboard accessibility patches for firefox thatcher 2012-03-20 15:30:29 -0400
  • 2e821a7dc6 IE specific patches thatcher 2012-03-20 15:00:25 -0400
  • 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. thatcher 2012-03-20 03:38:27 -0400
  • 75c3e02b9e missing reference to closure level object VIEWERS, blame me, editor issue thatcher 2012-03-20 02:44:31 -0400
  • 8509811c38 added correct float css syntax for navigator in firefox and older IE thatcher 2012-03-20 02:26:34 -0400
  • 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. thatcher 2012-03-19 19:03:58 -0400
  • ddaddb7f42 keyboard accessibile buttons finally thatcher 2012-03-16 11:36:28 -0400
  • 4ddab463e6 error in restore from fullpagemode when toolbar option is not used. sorry, should have noticed... thatcher 2012-03-09 21:44:14 -0500
  • 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 thatcher 2012-03-09 11:04:28 -0500
  • 8883e358de 0.9.21 adds support for optional viewport navigator feature. see new example page thatcher 2012-03-06 22:20:00 -0500
  • 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. thatcher 2012-03-01 08:38:15 -0500
  • 32c950e661 more normalizing of where configurable options are located. thatcher 2012-02-28 10:01:45 -0500
  • c610a9239b Several issues with button and buttongroup states likely a result of the refactoring were flushed out and corrected. thatcher 2012-02-28 08:07:56 -0500
  • 8dc4c63f64 cleaning up config related strategies. still not happy with current implementation, though now only Viewer and Viewport directly reference a .config thatcher 2012-02-27 18:29:00 -0500
  • e73ed421e4 prefixUrl configuration option was mangled as prefixURL in OpenSeadragon.Button leading to general inconsistency. thatcher 2012-02-27 16:50:22 -0500
  • 26fb61cc65 Expanding support for improved simple configuration options. Allows OpenSeadragon Viewer to be more flexibly created without direct use of API, rather focuses more on inversion of control by introspection of options passed to OpenSeadragon constructor. thatcher 2012-02-27 06:56:29 -0500
  • 1a7c96732f Fixed issued that caused flicker when using the new LegacyTileSource! Also improves performance for dzi's and other tiled images since the issue was actually in the Drawer and a result of a mistake during the refactor. This is awesome imho! Please check out the new example page to see it in action. thatcher 2012-02-23 07:18:28 -0500
  • 3619ff7930 Thanks to josh1093 @ github for this one. see ticket https://github.com/thatcher/openseadragon/issues/1 thatcher 2012-02-22 23:43:00 -0500
  • 7255b0c594 Added support for legacy tile sources. A legacy tile source is a simple image pyramid that is created from a set of image derivatives of a while image that are increasing in size. Currently there is a modest issue that is unresolved when zooming out, the viewer has a small range in between tile source levels which appears blank. The issue is being worked on but this progress point is still worth saving. thatcher 2012-02-22 23:02:54 -0500
  • 5a4e19dc1f config option urlBase was never used. Connected it to image buttons so entire button image path didnt need to be configured. See example on http://thatcher.github.com/openseadragon/ to see how this simplified setup. thatcher 2012-02-18 13:13:05 -0500
  • 14708326a0 0.9.3 includes complete skeletal jsdoc annotation, still only about 70-75% coverage in terms of complete and useful documentation for general API thatcher 2012-02-15 14:50:27 -0500
  • 5245698864 removed window.location.hash debug message accidently left when committing touch event support thatcher 2012-02-09 22:54:27 -0500
  • 05b8cb82fd finished support for touch events, works great on the ipad, a little slow on iphone (I think we can scale drag and zoom better based on viewport size). Awesome thatcher 2012-02-09 22:16:09 -0500
  • 1739294700 Cleaned up more of MouseTracker making properties intended to be private, private, and similarly with methods. saved documentation on meaning of private properties and methods where it was already done. MouseTracker api is proably clean enough to try to add touch screen event support now. thatcher 2012-02-02 19:12:45 -0500
  • ec77bb2a78 finally managed to clean up MouseTracker, actually uses the prototype pattern. probably too many public methods but that can be cleaned up later. thatcher 2012-02-01 16:56:04 -0500
  • 5cba11c91c replaced all references of elmt with element ( or Elmt with Element ) thatcher 2012-01-31 21:01:37 -0500
  • 2410b01943 finsihed removing psuedo private methods from Drawer and added many jsdoc strings, labeled 0.8.26 thatcher 2012-01-31 15:59:09 -0500
  • 012255d622 added jsdoc some files to project, added 'doc' task to build, started to annotate code with docs thatcher 2012-01-25 14:14:02 -0500
  • 0b09cc8859 found some variables leaked globally in viewer.js - continued very minor formatting clean up in preperation of adding docs thatcher 2012-01-24 08:03:50 -0500
  • a8730a9f00 mostly superficial formating. removing $.Strings and putting it directly in $. more clean up of the Drawer update related functions thatcher 2012-01-23 22:48:45 -0500
  • bc50a7df04 finally managed to untie the knot that was Drawer _updateActual. incremented build to 0.8.20 thatcher 2012-01-18 21:52:22 -0500
  • f325804ff6 work-in-progress refactor of Drawer.prototype._updateActual thatcher 2012-01-18 20:15:54 -0500
  • b3d1fcdbb4 0.8.19 - missing comment commit thatcher 2012-01-17 23:13:29 -0500
  • d38bc75180 moved all functions in OpenSeadragon.Utils to OpenSeadragon object literal to remove 'utility' anti-pattern. removed src/utils.js from build and deleted physical file. added important TODO notes to avoid overhead from browser vendor/version checks in functions, defining them once instead. incremented build id to 0.8.18 thatcher 2012-01-17 18:30:41 -0500
  • 3bfb693872 incremented build thatcher 2012-01-11 23:58:30 -0500
  • 8424c78c4b renamed psuedo-private accessor _getNumTiles to actual private numberOfTiles thatcher 2012-01-11 18:32:17 -0500
  • c8b4197f79 removed duplicate definition of Drawer.prototype._compareTiles thatcher 2012-01-11 18:25:35 -0500
  • 0041e32cbb removed all psuedo-private properties from Drawer instance in favor of direct access. thatcher 2012-01-11 18:22:13 -0500
  • 4eba38dd86 imcrementing build id thatcher 2012-01-04 19:46:46 -0500
  • 8f67eb6f14 finished cleaning up Viewport methods thatcher 2012-01-04 19:45:47 -0500
  • 21753e6800 removed psuedo private accessors and properties in favor of direct access. cleaned up some formatting for readability thatcher 2012-01-04 18:14:20 -0500
  • 878269e0e9 modifying public property names in spring.js, currentValue and currentTime are now current.point and current.time thatcher 2012-01-03 17:54:20 -0500
  • 55f1e47156 removed remaining psuedo-private properties from spring.js thatcher 2012-01-03 17:44:52 -0500
  • 3bff4fe532 removing psuedo-private accessors from Spring class thatcher 2011-12-29 18:18:09 -0500
  • 1e21c898bf removing psuedo-private accessors from Spring class thatcher 2011-12-29 18:16:51 -0500
  • dc841a6294 commented out unreported profiling code. removed psuedo private properties and accessors of Profiler preferring direct property access. will eventuall reconnect profiler via AOP and include 'profile' option in Viewer which is false by default thatcher 2011-12-29 17:14:42 -0500
  • 2b8fd1941d 0.8.16 thatcher 2011-12-27 20:58:43 -0500
  • 27189ae583 removed identity assignment thatcher 2011-12-27 20:58:16 -0500
  • 3d08482144 removed identity assignment thatcher 2011-12-27 18:23:07 -0500
  • d145c129a0 removed null method Drawer.prototype.idle thatcher 2011-12-27 18:20:45 -0500
  • 8ba072a1a9 removed ImageLoader abstraction (loadImage is noe method of Drawer) since its constructor was only called once and the resulting object was kept psuedo-private. thatcher 2011-12-27 18:17:24 -0500
  • e591acfadb removed Job abstraction since it's constructor was only called in one place internally and the resulting object was private. removed file and reference in build. thatcher 2011-12-27 18:01:20 -0500
  • 7854e14257 removed unused closure private methods. thatcher 2011-12-27 16:54:01 -0500
  • 8e7973c094 removed now empty NavControl class and file. thatcher 2011-12-27 16:38:56 -0500
  • 6769432851 incremented release build counter. 0.8.15 thatcher 2011-12-22 20:48:27 -0500
  • 103c545beb finally managed to remove final psuedo-private method _multiUpdate from Viewer, moving it into private closure scope. thatcher 2011-12-22 20:47:21 -0500
  • 4d4016dbea moved psuedo private method _updateOnce of Viewer in closure scoped private function thatcher 2011-12-22 20:36:17 -0500
  • 44a997b03b removed NavControl abstraction since it is only applied in Viewer. Made all psuedo-private _methods closure private functions which still use $.delegate ( $.delegate is a pattern I still dislike and eventually hope to remove if possible ). thatcher 2011-12-22 20:08:06 -0500
  • b061a4d830 removed initialize anti pattern from constructor in favor of doing initialization in constructor in navcontrol.js thatcher 2011-12-22 19:30:52 -0500
  • 114a26b1a9 found some lingering references to 'this' in private closure methods. thatcher 2011-12-20 07:44:33 -0500
  • 345e5f3e6c completed first pass at refactor of buttons.js, next will be mousetracker so we can attack some significant anti-patterns that spill over into places like buttons.js because the MouseTracker doesnt have an idiomatic constructor. It may also be worth applying the MouseTracker as a mixin to avoid the extra .tracker property indirection. thatcher 2011-12-20 07:39:02 -0500
  • 381763c19e doh! had changed file name and class name of eventhandlerlist to just eventhandler and guess to forgot to add it back to git. plus other commits including version build id increment thatcher 2011-12-16 22:14:10 -0500
  • acfd3d0280 removed more psuedo-private methods and properties in favor of direct accessors or closure private methods. moved raiseEvent to EventHandler interface thatcher 2011-12-16 18:29:16 -0500
  • 1395157adf removed this._button from Button and renamed it to this.element since thats what this.get_element returned. may eventually move to a more jquery like pattern of extending the element with the methods of Button. thatcher 2011-12-16 17:56:38 -0500
  • 661eb225f9 should have incremented patch build number thatcher 2011-12-14 23:39:49 -0500
  • 7d4ffaa769 refactored EventHandlerList to just EventHandler and am prefering a mix-in on the prototype to avoid excess indirection via psuedo-private properties. thatcher 2011-12-14 18:22:02 -0500
  • 01153bcb91 remove add_foo remove_foo methods in favor of adding them directly via this._events.addHandler etc. made some notes on how to replace this._events in general by mixing-in EventHandlerList to the object prototype so this.addHandler can be used directly. thatcher 2011-12-14 17:54:42 -0500
  • d7de748434 removed initialize anti-pattern in favor of using constructor. combined Button constructor arguments into idiomatic single options object thatcher 2011-12-14 17:40:22 -0500
  • 7f7589e939 minor refactor of mousetracker.js thatcher 2011-12-13 20:04:38 -0500
  • f482c0fb56 removed psuedo-privacy anti-patterns from job.js in favor of simple pinning and public properties. thatcher 2011-12-13 19:10:27 -0500
  • de14271399 removed psuedo-privacy anti-patterns from imageloader.js in favor of simple pinning and public properties. thatcher 2011-12-13 18:51:35 -0500
  • c7706ba66c removed initialize anti-pattern from dzitilesource constructor. thatcher 2011-12-13 18:34:12 -0500
  • a7050af619 removed super class prototype extension patterns from DziTileSource in favor of more concise $.extend thatcher 2011-12-13 18:29:25 -0500
  • f1882259e2 removed _DziTileSourceHelper anti-pattern in favor of direct object literal containing helper methods thatcher 2011-12-13 18:24:04 -0500
  • 9642ca18e7 removed DziError from codebase. It provided no functionality not inherent in the javascript built-in Error. thatcher 2011-12-13 18:17:46 -0500
  • ced59b9827 removed empty dzi.js from src directory thatcher 2011-12-13 18:06:06 -0500
  • 9b5cf799bf removed _init anti-pattern from drawer constructor thatcher 2011-12-13 18:01:43 -0500
  • c35ee2bca9 moved only relevant object literal from controlanchor.js into control.js, deleted controlanchor.js and removed it from the build thatcher 2011-12-13 17:57:40 -0500
  • c9034f3f96 removed now empty config.js from the build thatcher 2011-12-13 17:49:59 -0500
  • dc29100f67 removed identity assignment, strange. thatcher 2011-12-13 17:43:29 -0500
  • d702810ae7 removed overlayplacement.js from the build thatcher 2011-12-13 17:40:52 -0500
  • 97d2f0c765 removed overlayplacement.js and moved it's only relevant object literal directly into overlay.js thatcher 2011-12-13 17:38:36 -0500
  • 7cac08a2f4 found local variable navControl that should have been a property of Viewer. removed getNavControl accessor in favor of direct property access thatcher 2011-12-13 07:24:34 -0500