Skip to content
  • Jody Goldberg's avatar
    Add some signals to clarify the useful events. Remove the useless hash. · aac51864
    Jody Goldberg authored
    2001-10-04  Jody Goldberg <jgoldberg@home.com>
    
    	* gnumeric-combo-text.c : Add some signals to clarify the useful
    	  events.  Remove the useless hash.  Search the displayed list
    	  directly.  Add some control on where to start searching the list.
    	  Provide feedback on whether an item is in the list.  Return a handle
    	  to list items.  Rewrite a big chunk.
    
    2001-10-02  Jody Goldberg <jgoldberg@home.com>
    
    	* gnumeric-combo-text.c (scroll_size_request_cb) : size the popup to
    	  match the entry.
    	(gnm_combo_text_construct) : hook up the size-allocate callback.
    	  always wrap things in a scrolled window.
    	(gnm_combo_text_add_item) : rename 'value' -> 'key' to be clearer that
    	  it is not displayed.
    2001-10-04  Jody Goldberg <jgoldberg@home.com>
    
    	* dialog-graph-guru.c (graph_guru_select_series) : adjust to changes
    	  in the combo_text.
    	(graph_guru_select_plot) : ditto.  Use gnm_combo_text_clear.
    	  Store the xmlNode for the series with its combo item.
    	(graph_guru_init_data_page) : Stre the xmlNode for the plot
    	  with its combo item.
    	(cb_series_selection_changed) : have this do something.
    	(cb_plot_entry_changed) : ditto.
    	(graph_guru_selector_init) : adjsut to changes in the combo_text.
    2001-10-04  Jody Goldberg <jgoldberg@home.com>
    
    	* src/workbook-control-gui.c (zoom_changed) : Start searching for the
    	  assigned text at the current list item.
    	(cb_change_zoom) : adjust to new signal from the gnm_combo_text.
    	  Make more error resistant.  Don't reset the content twice.
    	(workbook_create_standard_toolbar) : adjsut to new signals from the
    	  gnm_combo_text and use the simplified interface.
    
    	* src/clipboard.c (paste_link) : adjust this to link a region not just
    	  a single cell so that we can link all the cells, even the blanks.
    	(clipboard_paste_region) : simplify and change link handling to ignore
    	  the content.
    aac51864