]> git.cworth.org Git - acre/commit
Keep track of data ranges as data is added
authorCarl Worth <cworth@cworth.org>
Wed, 6 Nov 2013 22:00:34 +0000 (14:00 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Nov 2013 22:00:34 +0000 (14:00 -0800)
commitc04dc4e942a60d51a540c32e5b0e574be609e49a
tree030560ec5d1b858f996ce0ba89ac623f3541634d
parentb567abf31026b4a6ddc2c19f2deb6eb2fb248685
Keep track of data ranges as data is added

This avoids the need to loop over the data to find its range just
before drawing. This is in preparation for code that will allow for a
custom viewing range (such as for zooming) rather than always
displaying all available data.
acre.c