1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
2009-01-21 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.5 ========================
*
2008-11-26 Andreas Kupries <andreask@activestate.com>
* canvas_zoom.man: Fixed syntax error in manpage I forgot to
validate.
2008-11-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* ../../examples/canvas/osm_zoom.tcl: Removed zoom control and
* ../../examples/canvas/tiles_xy_store_http.tcl: tile fetching.
* ../../examples/canvas/osm.tcl: The former is now canvas::zoom,
the latter has been replaced by the map::slippy::* packages in
Tcllib. Updated the OSM example application to use these
packages now. Reordered its innards a bit as well.
* canvas_zoom.tcl: Converted the zoom control in the canvas example
* canvas_zoom.man: into a regular widget, and fixed a problem with
* pkgIndex.tcl: viewport calculations (div-by-zero) in sqmap.
* canvas_sqmap.tcl: Bumped version the of sqmap to 0.2
* canvas_sqmap.man:
2008-11-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* canvas_sqmap.tcl (Reconfigure): Streamline internal operations a
bit ... I.e. no redraw before the viewport is stabilized, and
done only if not already done through the viewport move. Further
no irrelevant redraw request when forced through undefined
pixelview. At last, do never drop free items. As we configure
them to show no image even those not immediately reused are
effectively invisible and stay around until needed. This reduces
item destroy/create churn rate when we are forcing a full reload.
2008-11-23 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* canvas_sqmap.tcl: Removed guards from tilecache invokations in
the image methods. Could have prevented insertion of new image
into the cache, keeping an old image and making cache
inconsistent with the display. This needs cache::async 0.3 to
prevent a blow-up in the recursive call to the cache due to
recursive call and cleanup of notifications causding failure in
the outer call later. This was fixed in v0.3 of the cache::async.
2008-11-22 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* New module for extended canvas widgets.
* canvas_sqmap.man: Extended canvas for map display, based on
* canvas_sqmap.tcl: square image tiles. Plus examples.
* pkgIndex.tcl:
|