Skip to content
  • JodyGoldberg's avatar
    Dump in some pending changes so that I can sync things to the laptop · c3eb2bbc
    JodyGoldberg authored
    2004-10-08  Jody Goldberg <jody@gnome.org>
    
    	* ms-obj.c (ms_obj_read_biff8_obj) : some simple mapping from Forms
    	  objects to things we understand.  No properties imported yet.
    
    	http://bugzilla.gnome.org/show_bug.cgi?id=154734
    	* ms-chart.c (BC_R(end)) : cheesy swapping of the formatting
    	  associated with X and Y axes for bar plots.
    
    2004-10-08  Jody Goldberg <jody@gnome.org>
    
    	* graph/gog-object.c (gog_object_dup) : copy the position.
    
    2004-10-06  Jody Goldberg <jody@gnome.org>
    
    	* graph/gog-control-foocanvas.c (gog_control_foocanvas_update) : Fix
    	  redraw.  There were two bugs.
    	  1) foocanvas_group_update was wiping tbe bounds (things always look
    	     like they move)
    	  2) We were not requesting a redraw for the old position before
    	     moving.
    
    2004-10-08  Jody Goldberg <jody@gnome.org>
    
    	* src/gnumeric-canvas.c (gnm_canvas_key_mode_object) : throw in
    	  support for tabbing fwd/back through the list of objects.
    
    	* src/sheet-object-widget.c (sheet_widget_checkbox_create_widget) :
    	  Tweak to support toggle buttons too
    
    2004-10-08  Jody Goldberg <jody@gnome.org>
    
    	* src/sheet-object.c : Add a SheetObjectView interface and use it to
    	  give us more control over things.
    
    	* src/workbook-control-gui.c (wbcg_zoom_feedback) : no need to
    	  reposition objects manually here.
    
    	* src/print.c (print_sheet_objects) : Use sheet_object_can_print.
    
    	* src/gutils.c : Clean up the name spacing
    
    	* src/sheet-filter.c : Support the new SheetObjectView interface
    	* src/sheet-object-cell-comment.c : ditto
    	* src/sheet-object-graph.c : ditto
    	* src/sheet-object-image.c : ditto
    	* src/sheet-object-widget.c : ditto
    
    	* src/gnumeric-canvas.c (gnm_canvas_key_mode_object) :
    	  - arrow moves the objects
    	  - ctrl arrow expands an edge
    	  - shift ctrl arrow shrinks an edge
    
    	* src/commands.c (CmdObjectInsert) : delete
    	(CmdObjectDelete) : Rename to CmdObjectsDelete and handle multiples
    	(CmdObjectMove) : Rename to CmdObjectsMove and handle multiples
    
    	* src/application.c (gnm_app_clipboard_cut_copy_obj) : handle multiple
    	  objects.
    	* src/gnumeric-pane.c : ditto.
    	* src/sheet-control-gui.c : ditto.
    	* src/item-grid.c : ditto.  Also there is no need to handle object
    	  creation here as a special case just use the object editing
    	  directly.
    
    	* src/sheet-object.c (sheet_object_anchor_init) : pick a default that
    	  we've actually implemented.
    c3eb2bbc