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