Skip to content
  • JodyGoldberg's avatar
    simple wrapper to enable windowless operation. (font_init) : move the · a2fa7dd3
    JodyGoldberg authored
    
    2003-09-25  Jody Goldberg <jody@gnome.org>
    
    	* src/style.c (gnm_pango_context_get) : simple wrapper to enable
    	  windowless operation.
    	(font_init) : move the global_font crap here temporarily to enable
    	  windowless operation.
    	(font_shutdown) :  new merged in global_font_shutdown.
    
    	* src/ssconvert.c : stick this ins CVS as an incentive to someone to
    	  polish it up a bit and finish it.
    
    	* src/sheet.c (sheet_new) : Use the new gnm_pango_context_get.
    
    	* src/libgnumeric.c (gnm_common_init) : global_gnome_font_init is gone
    	(gnm_shutdown) : ditto global_gnome_font_shutdown.
    
    	* src/global-gnome-font.c : rip the init and shutdown logic out of here
    
    	* src/style-color.c (gnumeric_color_init) : allow this to work with no
    	  display.
    
    	* src/command-context-stderr.c (command_context_stderr_new) : change
    	  return type to the more useful and popular base class.
    
    2003-09-25  Jody Goldberg <jody@gnome.org>
    
    	http://bugzilla.gnome.org/show_bug.cgi?id=123226
    	* gnumeric.spec.in : patch the bugs mentioned and some general cleanup
    
    2003-09-23  Jody Goldberg <jody@gnome.org>
    
    	* src/str.h : Start of the big renaming s/String/GnmString/
    
    2003-09-24  Jody Goldberg <jody@gnome.org>
    
    	Christian Neumair <chris@gnome-de.org>
    	* view.glade : Add some atk relations
    	* autofilter-top10.glade : ditto
    	* autoformat.glade : ditto
    	* variance-tests.glade : ditto
    	* anova-two.glade : ditto
    	* anova-one.glade : ditto
    
    2003-09-25  Jody Goldberg <jody@gnome.org>
    
    	* ms-escher.c (ms_escher_read_OPT) : dump the complex data too so that
    	  we don't forget it exists.
    
    	* ms-chart.c (excel_chart_series_new) : init style.
    	(excel_chart_series_delete) : unref style if necessary.
    	(BC_R(color)) : DOH!  they use bgr no rgb.
    	(BC_R(areaformat)) : handle none, and start work on pattern map.
    	(BC_R(begin)) : make prettier with newline.
    	(BC_R(dataformat)) : don't create the style here.  Do it on demand in
    	  {area,line,marker}format.
    	(BC_R(frame)) : notice the difference between a chart and a grid.
    	(BC_R(markerformat)) : create the styles on demand.
    	(conditional_set_double) : prep for importing manual axis bounds.
    	(BC_R(valuerange)) : ditto.  Still need a static GOData.
    	(BC_R(end)) : hook the series and plot default styles in.
    	  Enable styles for charts and grids.
    
    2003-09-23  Jody Goldberg <jody@gnome.org>
    
    	* ms-chart.c (BC_R(lineformat)) : fix import of axis line styles.
    
    2003-09-23  Jody Goldberg <jody@gnome.org>
    
    	* graph/gog-axis.h : delete unused enum GogAxisTickLevel.
    	  Publicize the data elements.
    	(gog_axis_update) : Manually handle the epsilon shifts so that we can
    	  ignore sign.
    a2fa7dd3