gtk2/gtk
Owen Taylor caf8ebc6f1 Reference count the fonts used in the text widget.
Mon Aug 24 18:37:15 1998  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtktext.c: Reference count the fonts used in
	the text widget.

	* gdk/gdk.h gdk/gdkcolor.c: Rename the color allocation
	freeing functions to be more consistent, and more
	convenient; leave the old names in for backwards compatibility.

	* gdk/gdkcolor.c gdk/gdkprivate.h: Reference count the
	allocations in pseudo-color colormaps to greatly reduce
	calls to XAllocColor. Keep a per-colormap hashtable to
	speed up finding if there is an already-allocated matching
	color.

	* gdk/gdkcolor.c: Don't just match read the system colormap
	when the colormap is created, but synchronize our copy
	with the system colormap periodically.

	* gdk/gdk.c gdk/gdktypes.h gtk/gtkentry.c gtk/gtktext.c:
	Change XIM constants names to match GDK conventions

	* gtk/testinput.c: Allow the drawing area to get the focus.

	* gtk/testgtk.c: Change around the Text test to demonstrates
	multiple fonts, use more colors.

	* gtk/gtkwidget.c: Improve gtk_widget_get_colormap()/visual()
	so they work after a widget is unrealized.

	* gtk/gtktext.[ch]: Remove the requirement that the text
	widget be realized before adding text (!) Allocate colors
	ourself, instead of requiring the caller allocate them.
	Allow changing styles to work properly by keeping track
	of the values for a certain property are default or
	set explicitely.

	* gtk/gtkmenu.h: Added some comments.

	* gtk/gtkentry.c: Changes to match XIM constants.

	* gtk/gdk.h gdk/gdkwindow.c: Add gdk_drawable_set_data(),
	for adding keyed data to drawables. (Uses g_dataset
	internally)

	* gdk/gdkpixmap.c: Keep track of the colors we allocate,
	when creating an XPM - store them as user data for the GdkPixmap,
	so we don't leak colors when we create pixmaps from XPM's.

	Allocate memory for color information in large blocks instead of
	as many little pieces.
1998-08-25 00:06:38 +00:00
..
.cvsignore Added maintainer-rule autogened files 1998-06-16 01:17:43 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
fnmatch.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
genmarshal.pl genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtk-boxed.defs s/GkWidget/GtkWidget/ 1998-06-24 05:23:19 +00:00
gtk.defs Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtk.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkaccelgroup.c removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkaccelgroup.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkaccellabel.c removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkaccellabel.h yeppers, accelerator changes to fix the gimp. commit message dedicated to 1998-06-18 03:22:09 +00:00
gtkadjustment.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkadjustment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkalignment.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkalignment.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkarg.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkarg.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkargcollector.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkarrow.c use misc->xpad for x calculation instead of ypad (typo). (gtk_arrow_set): 1998-07-17 00:03:35 +00:00
gtkarrow.h GtkType and macro fixups. widget argument implementation: 1998-06-29 11:41:46 +00:00
gtkaspectframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkaspectframe.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkbbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkbbox.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkbin.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkbin.h GtkType and macro fixups. 1998-06-28 10:07:37 +00:00
gtkbindings.c fixup, so that enum values are looked up. 1998-07-27 01:50:16 +00:00
gtkbindings.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkbutton.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkbutton.h totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkcheckbutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkcheckmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkcheckmenuitem.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkclist.c removed some unused variables 1998-08-24 18:13:08 +00:00
gtkclist.h new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkcolorsel.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcolorsel.h wrapped enum definitions with glib macros. 1998-06-08 03:38:24 +00:00
gtkcombo.c reset drag_pos after abort removed a few unneeded lines fixed compiler 1998-08-02 22:18:20 +00:00
gtkcombo.h Allow the user to use the popup list like a menu. 1998-04-30 15:18:19 +00:00
gtkcontainer.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkcontainer.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkctree.c new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkctree.h new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtkcurve.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkcurve.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkdata.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkdata.h reimplemented the signal storage system to use a linear array rather than 1998-05-06 01:43:56 +00:00
gtkdebug.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkdialog.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdialog.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkdrawingarea.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkdrawingarea.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkeditable.c removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkeditable.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkentry.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtkentry.h signdness corrections all ove the place. implementation of object 1998-07-16 20:23:12 +00:00
gtkenums.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkeventbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkeventbox.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkfeatures.h.in added GTK_HAVE_FEATURES_1_1_2 1998-08-21 17:07:11 +00:00
gtkfilesel.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkfilesel.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfixed.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkfixed.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkfontsel.c restricted the --g*fatal-* arguments to --g-fatal-warnings again. this 1998-08-18 03:59:41 +00:00
gtkfontsel.h removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkframe.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkframe.h added a frame with radio buttons to select the resize_mode for the 1998-06-24 06:25:14 +00:00
gtkgamma.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkgamma.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkgc.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
gtkgc.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhandlebox.c Do not do anything if the event's window is not the bin window. 1998-08-20 16:55:16 +00:00
gtkhandlebox.h Removed the fleur_cursor field. Now the cursor is created/destroyed on 1998-06-09 21:01:45 +00:00
gtkhbbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhbbox.h fixed an #include statement (reported by Eric Kidd). 1998-08-10 10:52:08 +00:00
gtkhbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkhpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkhscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhscrollbar.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkhscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkhseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkhseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkimage.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkimage.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkinputdialog.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkinputdialog.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkitem.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkitemfactory.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkitemfactory.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtklabel.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtklabel.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtklist.c new class methods: (sort_list) (insert_row) (remove_row) 1998-08-17 23:48:04 +00:00
gtklist.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklistitem.c Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtklistitem.h Few fixes for column resize. Store resize column in clist->drag_pos. 1998-07-31 20:48:06 +00:00
gtkmain.c removed some unused variables 1998-08-24 18:13:08 +00:00
gtkmain.h added a function to perform a binary version check, returning a static 1998-08-21 02:22:06 +00:00
gtkmarshal.c genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.h genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshal.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmarshalers.list genmarshal.pl: Handle complex types, and functions with a return value but 1998-07-21 18:49:53 +00:00
gtkmenu.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenu.h Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtkmenubar.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenubar.h further additions to fit the gimp's code. additions to the dumping code to 1998-06-07 12:22:45 +00:00
gtkmenufactory.c fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenufactory.h fixed an assertment. 1998-06-07 06:48:56 +00:00
gtkmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenushell.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmenushell.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtkmisc.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkmisc.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtknotebook.c fix for sigsegv in case of show_tabs == NULL 1998-08-18 15:31:49 +00:00
gtknotebook.h export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkobject.c removed some unused variables 1998-08-24 18:13:08 +00:00
gtkobject.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkoptionmenu.c totaly binary incomnpatible change: 1998-07-07 01:25:27 +00:00
gtkoptionmenu.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpacker.c removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtkpacker.h new function gtk_container_child_arg_set, similar to 1998-06-24 12:22:23 +00:00
gtkpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpaned.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkpixmap.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkpixmap.h Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
gtkpreview.c Minor fixes that were needed for the Gimp/GdkRgb integration. 1998-08-20 06:52:52 +00:00
gtkpreview.h Minor fixes that were needed for the Gimp/GdkRgb integration. 1998-08-20 06:52:52 +00:00
gtkprivate.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtkprogress.c Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkprogress.h Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkprogressbar.c Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkprogressbar.h Fixed wrong size of activity indicator. It is settable now as a fraction 1998-07-21 04:49:01 +00:00
gtkradiobutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiobutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkradiomenuitem.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkradiomenuitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtkrange.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkrange.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkrc.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtkrc.h introduce testbindings on C-1 for buttons, to check out binding 1998-07-22 22:29:10 +00:00
gtkruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkruler.h A few more GPOINTER_TO_UINT fixes. 1998-05-13 04:59:38 +00:00
gtkscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrollbar.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkscrolledwindow.c handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkscrolledwindow.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkselection.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtkselection.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtkseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtksignal.c begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtksignal.h missed this 1998-07-21 05:01:37 +00:00
gtkspinbutton.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkspinbutton.h - Bug fix for precision problem causing occasional double emission of 1998-06-19 17:33:51 +00:00
gtkstatusbar.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtkstatusbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkstyle.c export gtk_binary_age and gtk_interface_age. 1998-07-19 19:09:27 +00:00
gtkstyle.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktable.c removed gtk_input_add_interp. 1998-08-17 14:48:51 +00:00
gtktable.h Empty rows/columns of the table should not have been marked as being able 1998-08-04 14:55:04 +00:00
gtktearoffmenuitem.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktearoffmenuitem.h Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktext.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktext.h Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktipsquery.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktipsquery.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
gtktogglebutton.c Use common marshalling routines instead of having widget-private ones. It 1998-07-21 04:13:42 +00:00
gtktogglebutton.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktoolbar.c Added gdk_text/string_extents() - too calculate all the metrics at once of 1998-08-12 16:49:13 +00:00
gtktoolbar.h gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
gtktooltips.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtktooltips.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtktree.c restricted the --g*fatal-* arguments to --g-fatal-warnings again. this 1998-08-18 03:59:41 +00:00
gtktree.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktreeitem.c restricted the --g*fatal-* arguments to --g-fatal-warnings again. this 1998-08-18 03:59:41 +00:00
gtktreeitem.h boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
gtktypebuiltins_evals.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypebuiltins_ids.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypebuiltins_vars.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypebuiltins.h Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtktypeutils.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtktypeutils.h Changed GtkSignalFunc back to () from (void). (again!) 1998-08-13 21:00:43 +00:00
gtkvbbox.c Fixed wrong allocation for GTK_BUTTONBOX_END. 1998-07-26 14:44:36 +00:00
gtkvbbox.h (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) 1998-05-12 21:30:52 +00:00
gtkvbox.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvbox.h new function gdk_window_at_pointer() to retrive the current GdkWindow the 1998-06-17 08:48:22 +00:00
gtkviewport.c Introduced generic GtkProgress widget. Derived GtkProgressBar from 1998-07-19 10:35:39 +00:00
gtkviewport.h handle negative values similar to gtk_widget_set_uposition(). that is: 1998-07-16 02:47:15 +00:00
gtkvpaned.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvpaned.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvruler.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvruler.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscale.c changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. 1998-07-04 15:31:30 +00:00
gtkvscale.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvscrollbar.c Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
gtkvscrollbar.h Changed LGPL address for FSF in all .h and .c files 1998-04-13 02:02:47 +00:00
gtkvseparator.c macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkvseparator.h macro and GtkType fixups. 1998-07-14 16:34:48 +00:00
gtkwidget.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
gtkwidget.h begin the parameter elipsis (...) after the first argument name. this 1998-08-24 05:27:29 +00:00
gtkwindow.c use g_get_current_dir() instead of getcwd(). 1998-08-18 16:58:09 +00:00
gtkwindow.h Removed has_cursor, set the cursor beginning of Text when creating the 1998-08-11 19:06:18 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h new functions gtk_selection_data_copy and gtk_selection_data_free. 1998-06-09 07:11:55 +00:00
makeenums.pl boy! did i really modify that many files? 1998-06-16 05:20:05 +00:00
Makefile.am fatal warning option is split up now, "--g-fatal-warnings" causes fatal 1998-08-16 21:15:11 +00:00
Makefile.in Define GTK_HAVE_RC_SET_IMAGE_LOADER, to be used in gnome-libs 1998-05-22 23:43:03 +00:00
maketypes.awk gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl 1998-06-15 21:27:17 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
simple.c configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on 1998-05-03 22:41:32 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testgtkrc Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testgtkrc2 fixed lookup order for rc styles. the latest defined rc set pattern is 1998-06-30 12:34:36 +00:00
testinput.c Reference count the fonts used in the text widget. 1998-08-25 00:06:38 +00:00
testselection.c Warning cleanups.. cvsignore stuff 1998-06-09 10:33:56 +00:00
testthreads.c Remove --g-fatal-warnings flag from argv. 1998-06-19 01:26:24 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00