comparison src/ChangeLog @ 11900:9e07dffc8a60 release-3-0-x

generate new fractional parts for recycled graphics handles
author John W. Eaton <jwe@octave.org>
date Mon, 05 Jan 2009 08:20:15 +0100
parents bfac13fcb6fe
children 059fadc0cbc3
comparison
equal deleted inserted replaced
11899:bfac13fcb6fe 11900:9e07dffc8a60
1 2008-10-16 John W. Eaton <jwe@octave.org> 1 2008-10-16 John W. Eaton <jwe@octave.org>
2
3 * graphics.cc (make_handle_fraction): New static function.
4 (gh_manager::get_handle): Use it.
5 (gh_manager::do_free): Call make_handle_fraction to replace
6 fractional part of non-figure handles.
2 7
3 * graphics.cc (base_properties::remove_child): Handle children as 8 * graphics.cc (base_properties::remove_child): Handle children as
4 a column vector instead of a row vector. 9 a column vector instead of a row vector.
5 10
6 2008-12-08 Jaroslav Hajek <highegg@gmail.com> 11 2008-12-08 Jaroslav Hajek <highegg@gmail.com>