Skip to content
  • Tim Janik's avatar
    documented necessary changes for 1.4 transition. · 9595c551
    Tim Janik authored
    Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
    
    	* docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
    
    	* gtk/gtktext.c: made the adjustments no-construct args, simply
    	provide default adjustments.
    	(gtk_text_destroy): release adjustments.
    
    	* gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
    	adjustment argument non-construct.
    
    	* gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
    	instead of in finalize.
    	(gtk_progress_get_text_from_value):
    	(gtk_progress_get_current_text):
    	(gtk_progress_set_value):
    	(gtk_progress_get_percentage_from_value):
    	(gtk_progress_get_current_percentage):
    	(gtk_progress_set_percentage):
    	(gtk_progress_configure): ensure an adjustment is present.
    
    Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
    
    	* gtk/gtkcolorsel.[hc]:
    	* gtk/gtkcolorseldialog.[hc]:
    	* gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
    	their parent implementation, use bit fields for boole...
    9595c551