gtk2/gtk
Owen Taylor a1a252ce46 Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
	a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().

	* gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
	since some people set $(libdir) separately. (#1290, David Kaelbling)

Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
	defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
	MAXPATHLEN, but the code here depends on a fixed value.)
	(#4524)

Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
	where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)

Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkctree.c (real_tree_move): If the node being moved isn't
	viewable there is no way that moving the node will cause the
	focus row to become not viewable, so omit check on the visibility
	of new_sibling, which is irrelevant. (Fixes #8002, David Helder)

Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
	selection before inserting new text.

Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
	Make the sensitivity of the reparented child track that of
	the original parent menu item. (#34218, David Hodson)

	* gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
	the case where the current item is destroyed properly.

	* gtk/gtkoptionmenu.c: Some additional code cleanups and fix
	some edge cases with child-less menuitems.

Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
	key pop down window. (#12074, Jon K Hellan)

Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
	toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan)
	The solution here isn't perfect - you get an extraneous
	emission of "toggle", which could conceivably confuse an app,
	but better than the current situation. LXR search seems to
	indicate that no apps in GNOME CVS connect to "toggle".

Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>

        * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
        gtk_public_h_sources to directly here to avoid warning when
        building srcdir != builddir. (#9656)

Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkrange.c: Patch from Kipp Hickman to make the event
	handlers in gtkrange.c return the proper values (TRUE == handled)
	(#10316).

	This is just the tip of the iceberg, but gtkrange.c is the
	most common place where the propagation is problematical,
	and also a place where it is almost certainly safe to change
	this in the stable branch.

	(You don't want right click popups on a range control or anything...)

Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtktext.c (clear_focus_area): We need to clear the focus
	area on focus out, even if a background pixmap isn't set.
	(#13941)

Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
	to deal with setting the shape properly when scrolling arrows are
	turned on, but not visible because there is sufficient space.
	(#13432)

Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
	items with submenus, destroy the item along with the submenu.
	(#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...'
	properly.

	* gtk/testgtk.c (menu_items): Add a dummy branch that we delete
	later.

Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
	the focus widget sometimes wasn't drawn with the default if there
	was no default widget.

	* gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
	unreference pixmaps.

	* gtk/gtkstyle.c (gtk_style_realize): Reference colormap
	for some extra safety.

Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
	the text of a cell to the old pointer value better, by
	copying the new text before freeing the old text. Some code
	cleanup. (#8079, Karl Nelson)

Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
	gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.

Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>

	* gtk/gtkmenu.c (gtk_menu_remove): When removing an
	item from a menu, check to see if it matches
	menu->old_active_menu_item, and if so, unref and clear
	old_active_menu_item (Patch from Pavel Cisler)

	* gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset
	menu_shell->active_menu_item, if it is the child being
	removed. (Patch based on that of Gene Ragan, #50337)
2001-02-02 17:53:29 +00:00
..
stock-icons doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
.cvsignore cvsignore updates 2000-11-16 16:14:17 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +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 applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
fnmatch.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
genmarshal.pl documented necessary changes for 1.4 transition. 2000-05-12 15:25:50 +00:00
gtk-boxed.defs uscore-prepend all the stuff in here. 2001-01-01 20:26:10 +00:00
gtk-win32.rc.in Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll 2000-11-14 23:07:33 +00:00
gtk.def gtk/gtkmain.c Use the new 2001-01-17 22:26:19 +00:00
gtk.h adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkaccelgroup.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkaccelgroup.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkaccellabel.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkaccellabel.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkadjustment.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkadjustment.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkalignment.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkalignment.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkarg.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarg.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkargcollector.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarrow.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarrow.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkaspectframe.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkaspectframe.h Doc comment fixing. (Mostly non-matching parameter names.) 2000-09-07 18:07:59 +00:00
gtkbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbin.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkbin.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbindings.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkbindings.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkbox.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkbutton.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gtkcalendar.c Adopt to new prototypes for unicode,locale,filename conversion functions. 2001-01-05 21:23:53 +00:00
gtkcalendar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcellrenderer.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkcellrenderer.h add this 2001-01-04 23:36:19 +00:00
gtkcellrendererpixbuf.c handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
gtkcellrendererpixbuf.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertext.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkcellrenderertext.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertextpixbuf.c handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
gtkcellrenderertextpixbuf.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertoggle.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkcellrenderertoggle.h add test stuff for CellRendererToggle 2001-01-16 03:49:24 +00:00
gtkcheckbutton.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkcheckbutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcheckmenuitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcheckmenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkclipboard.c fix constness warning 2000-10-26 23:50:57 +00:00
gtkclipboard.h Remove g_convert (moved to glib) and now useless utf_to_latin1() 2000-09-14 16:41:20 +00:00
gtkclist.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkclist.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcolorsel.c Don't leak image. Simplify using gdk_colormap_query_color(). 2001-01-23 15:28:18 +00:00
gtkcolorsel.h fix breakage here that cause a segfault on text insertion 2000-12-08 20:08:52 +00:00
gtkcolorseldialog.c Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkcolorseldialog.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcombo.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkcombo.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcompat.h.in Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkcontainer.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcontainer.h Add a function to determine if a window is the focus widget within its 2000-12-11 17:47:24 +00:00
gtkctree.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkctree.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcurve.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcurve.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkdata.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkdata.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkdebug.h adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkdialog.c handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
gtkdialog.h handle case where there are no rows in the model 2001-01-09 17:45:34 +00:00
gtkdnd.c sync to tree changes 2001-01-19 22:39:19 +00:00
gtkdnd.h sync to tree changes 2001-01-19 22:39:19 +00:00
gtkdrawingarea.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkdrawingarea.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkeditable.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkeditable.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkentry.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkentry.h adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkenums.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkeventbox.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkeventbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkfilesel.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkfilesel.h Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkfixed.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkfixed.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkfontsel.c Check for FreeType using freetype-config, since we can't rely on Xft to 2000-12-20 04:49:49 +00:00
gtkfontsel.h Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkframe.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkframe.h Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkgamma.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkgamma.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkgc.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gtkgc.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhandlebox.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkhandlebox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkhpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhruler.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkhruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhscale.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkhscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhsv.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkhsv.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkiconfactory.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkiconfactory.h Fix copyrights 2000-10-04 16:39:44 +00:00
gtkimage.c Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). 2001-01-24 08:25:41 +00:00
gtkimage.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gtkimcontext.c Adopt to new prototypes for unicode,locale,filename conversion functions. 2001-01-05 21:23:53 +00:00
gtkimcontext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimcontextsimple.c Handle chopping off \r\n and 0x2029 in addition to \n before passing to 2000-12-11 15:51:20 +00:00
gtkimcontextsimple.h add gdkkeys.[hc] 2000-12-06 05:31:30 +00:00
gtkimmodule.c Free the filename of the module file. 2000-11-13 18:49:52 +00:00
gtkimmodule.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimmulticontext.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimmulticontext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkinputdialog.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkinputdialog.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkintl.h Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4 2000-07-14 20:08:10 +00:00
gtkinvisible.c Attach the style to the window so that the style it is not leaked when 2000-12-20 16:32:41 +00:00
gtkinvisible.h Flag invisible widgets as TOPLEVEL. 2000-12-11 16:43:47 +00:00
gtkitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkitemfactory.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkitemfactory.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklabel.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtklabel.h Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtklayout.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtklayout.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklist.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtklist.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklistitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtklistitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkliststore.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtkliststore.h fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtkmain.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkmain.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkmarshal.list do begin/end user action where appropriate (gtk_text_view_commit_handler): 2000-12-18 21:01:17 +00:00
gtkmarshalers.list do begin/end user action where appropriate (gtk_text_view_commit_handler): 2000-12-18 21:01:17 +00:00
gtkmenu.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkmenu.h Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkmenubar.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkmenubar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkmenufactory.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmenufactory.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmenuitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkmenuitem.h Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkmenushell.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkmenushell.h GdkEventButton->button can occupy significantly more than 2 bits. Besides, 2000-11-22 01:00:26 +00:00
gtkmessagedialog.c Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkmessagedialog.h create some stock buttons with the default accel group (create_image): 2000-10-20 23:14:41 +00:00
gtkmisc.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmisc.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtknotebook.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtknotebook.h Add a function to determine if a window is the focus widget within its 2000-12-11 17:47:24 +00:00
gtkobject.c remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtkobject.h Doc fixups. 2001-01-09 16:23:57 +00:00
gtkoldeditable.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkoldeditable.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkoptionmenu.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkoptionmenu.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkpacker.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkpacker.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpixmap.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkpixmap.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkplug.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkplug.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpreview.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkpreview.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkprivate.h Remove a trailing comma 2000-11-28 01:01:58 +00:00
gtkprogress.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkprogress.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkprogressbar.c Add "getters" for all the non-deprecated set_foo functions. Added missing 2001-01-18 04:10:40 +00:00
gtkprogressbar.h Add "getters" for all the non-deprecated set_foo functions. Added missing 2001-01-18 04:10:40 +00:00
gtkradiobutton.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkradiobutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkradiomenuitem.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkradiomenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkrange.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkrange.h Check for bind_textdomain_codeset 2000-10-22 13:00:13 +00:00
gtkrbtree.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkrbtree.h adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtkrc.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkrc.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkruler.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscale.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscrolledwindow.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkscrolledwindow.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkselection.c Huge GtkFB patch with lots of small bugfixes and initial selections implementation. 2000-11-25 15:44:35 +00:00
gtkselection.h rename to gtk_text_mark_get_visible 2000-11-07 21:01:02 +00:00
gtkseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtksignal.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtksignal.h adapt to GSignal signature changes. 2000-10-27 16:48:59 +00:00
gtksocket.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtksocket.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkspinbutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkspinbutton.h Doc comment fixing. (Mostly non-matching parameter names.) 2000-09-07 18:07:59 +00:00
gtkstatusbar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkstatusbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkstock.c Fix copyrights 2000-10-04 16:39:44 +00:00
gtkstock.h Fix copyrights 2000-10-04 16:39:44 +00:00
gtkstyle.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkstyle.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktable.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtktable.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktearoffmenuitem.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtktearoffmenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktext.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtktext.h bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktextbtree.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextbtree.h Rearrange all the scroll-while-dragging-or-selecting code to be different, 2000-12-31 23:28:57 +00:00
gtktextbuffer.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextbuffer.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextchild.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextchild.h Get widgets working on the btree/buffer side. Display of them still 2000-11-03 20:40:57 +00:00
gtktextchildprivate.h Get widgets working on the btree/buffer side. Display of them still 2000-11-03 20:40:57 +00:00
gtktextdisplay.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextdisplay.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktextiter.c Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gtktextiter.h Add built marshaller files to support GdkPixbufLoader signals 2001-01-22 23:09:48 +00:00
gtktextiterprivate.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextlayout.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtktextlayout.h Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextmark.c offset the current invalid region, fixes redraw bug while scrolling the 2001-01-12 23:23:40 +00:00
gtktextmark.h offset the current invalid region, fixes redraw bug while scrolling the 2001-01-12 23:23:40 +00:00
gtktextmarkprivate.h fix constness warning 2000-10-26 23:50:57 +00:00
gtktextsegment.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtktextsegment.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktexttag.c rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems 2001-01-23 06:09:49 +00:00
gtktexttag.h rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems 2001-01-23 06:09:49 +00:00
gtktexttagprivate.h uscore-prepend all the stuff in here. 2001-01-01 20:26:10 +00:00
gtktexttagtable.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttagtable.h General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttypes.c change "offset" to "rise" 2000-11-15 03:41:45 +00:00
gtktexttypes.h Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtktextview.c bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktextview.h offset the current invalid region, fixes redraw bug while scrolling the 2001-01-12 23:23:40 +00:00
gtkthemes.c Point -rpath to the right install location. 2000-11-16 16:11:05 +00:00
gtkthemes.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtktipsquery.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktipsquery.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktogglebutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktogglebutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktoolbar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktoolbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktooltips.c Fix bugs Alex found: 2000-12-04 16:11:51 +00:00
gtktooltips.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktree.c bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktree.h bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreedatalist.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreedatalist.h adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtktreednd.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreednd.h fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreeitem.c bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreeitem.h bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktreemodel.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreemodel.h fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreemodelsimple.c Oops, broke some macros 2001-01-12 04:47:56 +00:00
gtktreemodelsimple.h Oops, broke some macros 2001-01-12 04:47:56 +00:00
gtktreemodelsort.c add test stuff for CellRendererToggle 2001-01-16 03:49:24 +00:00
gtktreemodelsort.h add test stuff for CellRendererToggle 2001-01-16 03:49:24 +00:00
gtktreeprivate.h add GtkTreeRowReference which holds a handle to a specific row (particular 2001-01-27 00:50:38 +00:00
gtktreeselection.c Fix stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>. 2001-01-27 20:50:52 +00:00
gtktreeselection.h add this 2001-01-04 23:36:19 +00:00
gtktreestore.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreestore.h handle case where sibling == iter (gtk_tree_store_insert_after): handle 2001-01-10 23:44:22 +00:00
gtktreeview.c fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreeview.h fix bug in here where prev pointer was set to the wrong thing 2001-01-31 00:57:49 +00:00
gtktreeviewcolumn.c adapt to handle PangoColor 2001-01-26 21:12:05 +00:00
gtktreeviewcolumn.h sync to tree changes 2001-01-19 22:39:19 +00:00
gtktypeutils.c bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
gtktypeutils.h urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkvbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkviewport.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkviewport.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkvpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvruler.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkvruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvscale.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkvscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkwidget.c Adapt to uscore-ification of gtktextiterprivate 2001-01-04 17:48:43 +00:00
gtkwidget.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkwindow-decorate.c Don't leak the PangoFontDescriptor. 2001-01-22 12:40:35 +00:00
gtkwindow-decorate.h New files. Contains an implementation of a minimal WM for linux-fb. 2001-01-08 17:04:17 +00:00
gtkwindow.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
gtkwindow.h New files. Contains an implementation of a minimal WM for linux-fb. 2001-01-08 17:04:17 +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 Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
makeenums.pl I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
Makefile.am Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
makefile.mingw.in Include <stdlib.h> for getenv(). 2001-01-15 22:12:31 +00:00
makefile.msc.in Include <stdlib.h> for getenv(). 2001-01-15 22:12:31 +00:00
maketypes.awk urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +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
oldest-source-stamp add this, it'S reall what it says 2000-10-26 01:18:15 +00:00
queryimmodules.c Make parent_class static. 2000-11-12 03:43:24 +00:00
simple.c Add call to g_type_init() - we'll need this later, and this makes sure 2000-06-06 00:56:00 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testcalendar.c Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testdnd.c documented necessary changes for 1.4 transition. 2000-05-12 15:25:50 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). 2001-02-02 17:53:29 +00:00
testgtkrc create some stock buttons with the default accel group (create_image): 2000-10-20 23:14:41 +00:00
testgtkrc2 Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testinput.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testrgb.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testselection.c bracket in #ifdef GTK_ENABLE_BROKEN. 2001-01-31 03:51:14 +00:00
testtext.c rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems 2001-01-23 06:09:49 +00:00
testtextbuffer.c Rearrange all the scroll-while-dragging-or-selecting code to be different, 2000-12-31 23:28:57 +00:00
testthreads.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +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
treestoretest.c Rename some stuff: 2001-01-04 21:33:24 +00:00