/Changelog

http://panojs.googlecode.com/ · #! · 35 lines · 32 code · 3 blank · 0 comment · 0 complexity · 0d666204783598efbe61d6c84f23bd29 MD5 · raw file

  1. PanoJS 1.0.3 (SVN):
  2. PanoJS 1.0.2 (2009-03-01):
  3. * renamed project to PanoJS
  4. * change license to Apache License 2.0
  5. * move project to Google Code
  6. * respect max zoom level when scaling to window
  7. * don't alert if max zoom size is exceeded when message is null
  8. GSIV 1.0.1 (2006-03-16):
  9. * added localization for two warning messages
  10. * fixed the TileUrlProvider checking in the constructor
  11. * added GSIV.isInstance to check for an instance of a class
  12. * fixed python script to allow for missing background color parameter
  13. GSIV 1.0.0 (2006-02-26):
  14. * completely new object-oriented design
  15. * use json options format
  16. * optimized performance (both in drag, rendering and zoom)
  17. * fixed rounding error in tile placement that lead to artifact lines
  18. * added upper zoom limit
  19. * added initial pan option
  20. * added observers that can send viewer events to listeners
  21. * double-click to recenter
  22. * smooth motion when repositioning
  23. * method to position absolutely (recenter on absolute point)
  24. * method to fit to window (resize)
  25. * additional options for file names and extensions
  26. * preloading image tiles (loading animation)
  27. * prevent from scrolling outside of original image boundary (uses blank tile)
  28. * throttle mouse move events to increase performance
  29. * cross-browser mouse cursor implementation that represent dragging
  30. * account for scroll offset of page when calculating coordinates
  31. * keyboard events for movement (initial attempt)
  32. * new tilemaker.py python script, using a cleaner design and additional options