src/graphics.cc
2009-07-16 graphics.cc (get_array_limits): require min_pos value to be greater than zero
2009-06-09 Update some of Advanced Plotting documentation.
2009-06-07 allow ranges and other matrices in set
2009-05-21 Use display information from the root object to compute bounding boxes
2009-05-07 check for invalid property names when setting defaults
2009-05-05 graphics.cc (array_property::validate): require value to be numeric, not necessarily double
2009-03-28 Check grammar on all .cc files
2009-03-22 Cleanup documentation file plot.texi
2009-03-12 graphics.cc: Fix default "papersize" property value.
2009-03-09 make default fontname * instead of Helvetica
2009-03-07 update copyright notices
2009-03-02 graphics.cc (Fget, F__get__): return column vector, not row vector
2009-02-19 use consistent format for doc strings of internal functions
2009-02-13 Initialize axes ticklength property.
2009-02-05 Fdrawnow: don't strip dirsep; return after errors
2009-01-29 [mq]: grfx
2009-01-27 Improve default property compatibility.
2009-01-21 get display characteristics from system
2009-01-21 better compatibility for axis label properties
2009-01-13 remove qsort in favor of sort
2009-01-08 Calculate surface normals for boundaries, use more neighboring
2008-11-24 Check validitity of handles to delete before deleting them to avoid issues with callbacks deleting the handles as well
2008-11-18 style fixes
2008-10-31 Add code to remove listeners from properties and use it with newplot
2008-10-30 Add support for left/right argument to the legend function
2008-10-22 properly update currentaxes when axes are deleted
2008-10-21 [mq]: hidden-children
2008-10-16 generate new fractional parts for recycled graphics handles
2008-10-16 graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector
2008-10-16 Preserve font and position properties when axes are replace in the handle code
2008-10-10 graphics.cc: style fix
2008-10-10 [mq]: graphics-backend
2008-10-08 Allow arrays of graphic handles to F__go_delete__
2008-10-06 Handle arrays of handles in the Fishandle function
2008-09-11 undo previous change
2008-09-11 improve speed of cell2mat
2008-09-08 MSVC compilation fix
2008-09-02 Make hggroup to react on [xyzac]liminclude changes in its children.
2008-08-29 Fix for hold with no figures/axes. Set prop/val pairs to hggroups rather than underlying objects. Fix for equality test in array_property
2008-08-26 Trigger actions/listeners only for actual property change
2008-08-26 graphics.cc (figure::properties::get_title): avoid gcc warning
2008-08-26 Auto-generate base_properties
2008-08-26 Octave to backend notification scheme
2008-08-26 [mq]: generic_octave_to_backend_nofitication
2008-08-25 Convert stem and stem3 to use stem series objects
2008-08-07 fix typo in NPOS change
2008-08-07 replace NPOS with std::string::npos
2008-08-04 make file_ops a proper singleton class
2008-07-22 Add __go_execute_callback__
2008-07-22 Use common rep/class pattern for graphics events
2008-07-17 Support for backend-to-octave event management
2008-07-11 miscellaneous cleanup
2008-06-10 graphics.cc (execute_callback, xget_ancestor): pass args by const reference and make explicit copies
2008-06-05 undo previous change
2008-06-05 style fixes
2008-06-05 properties::update_normals: eliminate unnecessary use of references
2008-04-25 Add support for hggroup
2008-04-24 Add dynamic property creation
2008-03-23 Redesign axis limit computation handling (using hidden limit properties in child objects)
2008-03-14 rudimentry (i.e. no font metrics) sync of axes.position and axes.outerposition