Skip to content
  • JodyGoldberg's avatar
    if nothing matches for numbers use the first fmt, other types == general. · 35571faa
    JodyGoldberg authored
    2004-05-15  Jody Goldberg <jody@gnome.org>
    
    	* src/format.c (format_value_gstring) : if nothing matches for numbers
    	  use the first fmt, other types == general.
    	(style_format_condition) : errors do not match strings, but bools do
    	(format_compile) : assign std conditions to any element without one,
    	  even the last.
    
    2004-05-15  Jody Goldberg <jody@gnome.org>
    
    	* ms-excel-write.c (excel_write_BOF) : init the len for bifftypes
    	  before biff8.
    	http://bugzilla.gnome.org/show_bug.cgi?id=103054
    	(write_sheet_head) : put externsheet tables in every sheet for biff7
    	(excel_write_externsheets_v8) : The self reference is for the addin,
    	  not the others.  Fixes 103054 for XL97
    	(excel_write_workbook) : NAME records start at 0, not at the end of
    	  the externname table
    
    	* boot.c (excel_file_open) : 95 in should export as 95
    	(find_content_stream) : keep track of what type of stream this is.
    
    	* ms-chart.c (BC_R(axislineformat)) : deleted axis still exist, and
    	  they hide their labels here rather than in tick.  Don't apply grid
    	  line styles to the axis.
    
    
    2004-05-13  Jody Goldberg <jody@gnome.org>
    
    	* graph/gog-renderer-svg.c (gog_renderer_svg_measure_text) : use
    	  logical rather than ink extents.
    	(gog_renderer_pixbuf_draw_text) : ditto.
    	* graph/gog-renderer-pixbuf.c (gog_renderer_pixbuf_draw_text) : ditto.
    	(gog_renderer_pixbuf_draw_text) : ditto.
    
    	* graph/gog-axis.c (gog_axis_view_size_request) : tick labels for
    	  discrete axes are below the line not the major tick marks.
    	(gog_axis_view_render) : ditto
    
    	* graph/gog-renderer-svg.c (make_layout) : cache the context.
    	(gog_renderer_pixbuf_finalize) : unref cached contexts.
    	(gog_renderer_pixbuf_class_init) : connect the new finalize.
    
    	* graph/gog-style.c (gog_style_is_different_size) : line width change
    	  for axis changes size.
    
    	* graph/gog-axis.c (gog_axis_view_render) : don't allocate size for
    	  ticks if the lines are invisible.
    
    	* graph/gog-plot.c (gog_plot_get_axis_bounds) : add some safety.
              This will be called for things like a pie when adding one while
    	  something with an still exists.
    
    	* graph/gog-guru.c (cb_attr_tree_selection_change) : be more forgiving
    	  about when a user can go back to select a plot.  If there is only
    	  one chart, or one plot things are unambiguous.
    
    	* drawing/god-property-table.h : sync with the extensions in the xls
    	  importer to handle gradients and richtext.
    
    	* drawing/god-property-table.c (god_property_table_get_markup) : new.
    	(god_property_table_set_markup) : ditto.
    35571faa