gtk2/gtk
Federico Mena Quintero d955928bd5 Merged the federico-filename-entry branch, to fix bug #136541. Combined
2006-05-03  Federico Mena Quintero  <federico@novell.com>

	Merged the federico-filename-entry branch, to fix bug #136541.
	Combined ChangeLogs:

	2006-04-17  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
	Oops, we *do* need to check that we are in OPEN mode before
	selecting the first row in the file list.  See
	https://bugzilla.novell.com/show_bug.cgi?id=166906
	(gtk_file_chooser_default_get_paths): If we are in the case for
	the file list, and the list has no selected rows, jump to the case
	for the filename entry.  This is so that

	       1. The user types a filename in the SAVE filename entry
	          ("foo.txt").

	       2. He then double-clicks on a folder ("bar") in the file
		  list.

	will yield the expected "bar/foo.txt" selection.

	2006-03-29  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkpathbar.c (gtk_path_bar_init): Reduce the inter-button
	spacing to 0.

	* gtk/gtkfilechooserdefault.c (browse_widgets_create): Make the
	location label bold.

	2006-03-29  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkfilechooserdefault.c (location_mode_set): Just change the
	location_mode field if we are in SAVE/CREATE_FOLDER modes.
	(gtk_file_chooser_default_get_paths): Get the path based on the
	currently focused widget, or the last-focused widget.  This is
	what we should have been doing in the beginning, but it worked out
	fine because we didn't have the possibility of a filename entry in
	OPEN mode.
	(gtk_file_chooser_default_should_respond): Handle the case where
	the last focused widget is the location_entry.

	2006-03-28  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkfilechoosersettings.[ch]: New files with a simple
	framework for saving/loading settings from the file chooser in
	$XDG_CONFIG_HOME/gtk-2.0/gtkfilechooser.

	* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_unmap):
	Save the current settings.
	(settings_save): New helper function.  We save the location_mode
	and show_hidden flags.
	(gtk_file_chooser_default_map): Load the settings.
	(settings_load): New helper function.

	* gtk/gtkfilechooserentry.c
	(_gtk_file_chooser_entry_set_file_part): Oops, don't modify
	in_change.  Our handlers are what set the file_part, so they
	*must* be run when we modify the text.

	2006-03-27  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
	Removed the save_file_name_entry.  We'll make this be the same as
	the location_entry widget.
	(struct _GtkFileChooserDefault): Leave only location_button,
	location_entry_box, location_label, location_entry.  We'll use a
	single toggle button for the location entry, which will appear
	below the path bar.
	(struct _GtkFileChooserDefault): Added a
	processing_pending_selections flag.

	* gtk/gtkfilechooserdefault.c (save_widgets_create): Destroy the
	old location_entry if necessary, and hide the location toggle
	widgets.
	(update_chooser_entry): In multiple selection mode, just clear the
	location_entry.
	(check_save_entry): Allow running in OPEN or SELECT_FOLDER modes
	if we are in LOCATION_MODE_FILENAME_ENTRY.
	(gtk_file_chooser_default_should_respond): Switch to a folder if
	the location_entry contains a folder name in OPEN and SAVE mode,
	not just SAVE mode.  If the entry doesn't contain a folder name,
	but is otherwise well-formed, and we are in OPEN mode, return that
	we should respond with that filename.
	(gtk_file_chooser_default_initial_focus): Focus the location_entry
	if appropriate.
	(browse_widgets_create): Create the location_entry_box and the
	location_label here.
	(update_appearance): Call location_mode_set() when switching back
	to OPEN/SELECT_FOLDER mode.  Hide the location_button when
	switching to SAVE/CREATE_FOLDER mode.
	(pending_select_paths_process): Turn the
	processing_pending_selections flag on and off around changes to
	the current selection.  Don't special-case OPEN mode anymore,
	since the new flag will take care of things in
	update_chooser_entry().
	(update_chooser_entry): Don't do anything if
	processing_pending_selections is TRUE.  This keeps the entry from
	being polluted when changing folders.
	(location_popup_handler): In OPEN/SELECT_FOLDER modes, toggle
	between the path bar and the entry.  In SAVE/CREATE_FOLDER modes, simply focus the
	location_entry.
	(update_from_entry): Removed.
	(location_entry_create): Removed.
	(open_location_cb): Removed.
	(file_list_build_popup_menu): Don't add an "Open _Location" menu item.
	(location_entry_set_initial_text): Don't do anything if
	current_folder is NULL.

	* gtk/gtkfilechooserentry.c
	(_gtk_file_chooser_entry_set_file_part): Turn in_change on and off
	around the call to gtk_entry_set_text().  This makes completion
	not happen when the caller has explicitly set a name.

	2006-03-24  Federico Mena Quintero  <federico@novell.com>

	* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
	Added fields location_mode_box, location_pathbar_radio,
	location_filename_radio, location_widget_box, location_label,
	location_entry.  The radio buttons will switch between the pathbar
	and the location entry; the other boxes are for layout purposes.
	(enum LocationMode): New enum.
	(struct _GtkFileChooserDefault): Added a location_mode field.

	* gtk/gtkfilechooserdefault.c (browse_widgets_create): Create the
	location radio buttons to switch between the pathbar and the
	location entry.  Pack the browse_path_bar in the new
	location_widget_box instead of a generic hbox.
	(location_buttons_create): New function.
	(gtk_file_chooser_default_init): Initialize impl->location_mode.
	(location_switch_to_path_bar): New function.
	(location_switch_to_filename_entry): New function.

	* gtk/gtkfilechooserbutton.c (model_add_special): The display_name
	should not be const.
2006-05-03 22:30:52 +00:00
..
stock-icons Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
theme-bits If major.minor of required and available glib versions are the same, add 2006-01-29 04:00:45 +00:00
xdgmime Move a constant string to rodata 2006-04-04 03:49:32 +00:00
.cvsignore Added: ? gtk/gtkbuiltincache.h ? gtk/stock-icons/icon-theme.cache 2005-11-23 16:49:59 +00:00
abicheck.sh Make this work on more platforms. 2006-01-14 04:45:22 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
fnmatch.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gen-paper-names.c Add prefixes to msgids for paper sizes 2006-04-25 03:44:57 +00:00
gtk-win32.rc.in Look for windres on Win32. 2005-07-09 00:10:12 +00:00
gtk.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtk.symbols Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkaboutdialog.c Use g types, add documentation, and some stylistic fixups. 2006-04-24 03:47:22 +00:00
gtkaboutdialog.h Add a GtkAboutDialog::wrap-license property 2005-07-05 14:53:37 +00:00
gtkaccelgroup.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkaccelgroup.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkaccellabel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkaccellabel.h Provide access to the string representation of accelerators used in 2004-10-05 05:17:22 +00:00
gtkaccelmap.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtkaccelmap.h gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c 2004-12-12 21:09:13 +00:00
gtkaccessible.c More G_DEFINE_TYPE conversion. 2006-05-03 17:07:09 +00:00
gtkaccessible.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkaction.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkaction.h New function to get the action for a proxy. (#326288) 2006-01-09 18:07:14 +00:00
gtkactiongroup.c Fix up compiler warnings 2006-03-16 15:53:36 +00:00
gtkactiongroup.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkadjustment.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkadjustment.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkalignment.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkalignment.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkarrow.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkarrow.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkaspectframe.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkaspectframe.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkassistant.c Actually implement visibility handling, and add 2006-01-31 16:57:18 +00:00
gtkassistant.h 2006-02-10 Murray Cumming <murrayc@murrayc.com 2006-02-10 12:59:19 +00:00
gtkbbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkbbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkbin.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkbin.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkbindings.c Support subclasses in RC files. (#142417, Todd Berman, patch based on a 2006-03-23 23:21:30 +00:00
gtkbindings.h Revert questionable changes. 2006-01-05 04:21:09 +00:00
gtkbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkbox.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkbutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcalendar.c Avoid a possible array overrun. (Coverity) 2006-04-16 05:01:46 +00:00
gtkcalendar.h Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to 2005-05-11 19:16:19 +00:00
gtkcelleditable.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkcelleditable.h Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference 2002-01-09 06:52:19 +00:00
gtkcelllayout.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkcelllayout.h Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) 2005-03-08 05:52:55 +00:00
gtkcellrenderer.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellrenderer.h Fix #145463, reported by Michael Natterer. 2004-12-09 17:55:58 +00:00
gtkcellrendereraccel.c Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with 2005-09-22 16:33:50 +00:00
gtkcellrendereraccel.h Renamed GtkCellRendererKeys to GtkCellRendererAccel to be consistent with 2005-09-22 16:33:50 +00:00
gtkcellrenderercombo.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkcellrenderercombo.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcellrendererpixbuf.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellrendererpixbuf.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellrendererprogress.c This commit includes a fix for #169463, Stefan Kost. 2005-06-19 12:44:12 +00:00
gtkcellrendererprogress.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkcellrendererspin.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellrendererspin.h Add a cell renderer which uses a spinbutton to edit the value of a cell. 2006-03-22 15:28:16 +00:00
gtkcellrenderertext.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellrenderertext.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellrenderertoggle.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellrenderertoggle.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkcellview.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcellview.h Use _gtk_menu_item_popup_submenu() to make keynav into submenus work 2004-12-15 16:27:30 +00:00
gtkcheckbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcheckbutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcheckmenuitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcheckmenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkclipboard-quartz.c Make the poll func work with real file descriptors. We do this by creating 2006-03-27 18:46:38 +00:00
gtkclipboard.c More G_DEFINE_TYPE conversion. 2006-05-03 17:07:09 +00:00
gtkclipboard.h Match parameter names with the headers. 2006-04-24 05:42:12 +00:00
gtkclist.c Update class_n_properties after installing color-hash, since other classes 2005-12-21 21:05:22 +00:00
gtkclist.h Use g_slice instead of mem chunks. 2005-12-05 21:28:32 +00:00
gtkcolorbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcolorbutton.h Fix #105497; constify uses of GdkColor. 2004-01-26 20:21:09 +00:00
gtkcolorsel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcolorsel.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcolorseldialog.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcolorseldialog.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcombo.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcombo.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcombobox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcombobox.h Add a tearoff-title property, with getter and setter. (#316482, Olexiy 2005-11-21 16:01:56 +00:00
gtkcomboboxentry.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkcomboboxentry.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkcontainer.c Skip unrealized children when doing focus sorting. (#323995, Dan Winship) 2005-12-14 19:39:44 +00:00
gtkcontainer.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkctree.c delete GtkCTreeRow as GtkCTreeRow, not clist rows which crashes in gslice 2005-12-27 23:46:28 +00:00
gtkctree.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkcurve.c Various cleanups. (#315360, Kjartan Maraas) 2005-09-13 19:57:42 +00:00
gtkcurve.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkdebug.h Implement icon theme caching. (#154034, Martijn Vernooij, caching schema 2004-10-19 18:45:41 +00:00
gtkdialog.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkdialog.h gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker 2005-07-25 13:34:24 +00:00
gtkdnd-quartz.c Add -xobjective-c to cflags. (#335956, Lllian Angel) 2006-03-27 11:34:43 +00:00
gtkdnd.c fix late setting of dnd icons 2006-04-27 05:16:43 +00:00
gtkdnd.h Improved DND support for GtkNotebook (#332991, Carlos Garnacho) 2006-03-22 20:17:23 +00:00
gtkdndcursors.h Use named cursors for the DND cursors, the names are "dnd-none", 2005-06-14 19:58:10 +00:00
gtkdrawingarea.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkdrawingarea.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkeditable.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkeditable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkentry.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkentry.h applied refactored patch from maemo-gtk that replaces the INNER_BORDER 2006-03-10 10:30:36 +00:00
gtkentrycompletion.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkentrycompletion.h Add declarations for gtk_entry_completion_{get,set}_popup_single_match. 2005-05-26 23:43:44 +00:00
gtkentryprivate.h Add a property to suppress the popup for single matches. (#154711) 2005-05-26 20:36:36 +00:00
gtkenums.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkeventbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkeventbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkexpander.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkexpander.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilechooser.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilechooser.h Add ALREADY_EXISTS error code. Return an error code when the shortcut 2005-10-10 14:29:03 +00:00
gtkfilechooserbutton.c Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilechooserbutton.h Add a focus-on-click property with setter and getter. (#318945, Christian 2005-11-07 15:57:19 +00:00
gtkfilechooserdefault.c Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
gtkfilechooserdefault.h Mark as const. 2004-11-28 07:02:27 +00:00
gtkfilechooserdialog.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilechooserdialog.h Use G_GNUC_NULL_TERMINATED where appropriate. (#165682, Marc Meissner) 2005-03-08 05:52:55 +00:00
gtkfilechooserembed.c Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilechooserembed.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilechooserentry.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilechooserentry.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilechooserprivate.h Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
gtkfilechoosersettings.c Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
gtkfilechoosersettings.h Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
gtkfilechooserutils.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkfilechooserutils.h Add overwrite confirmation for SAVE mode. Fixes bug #152850: 2005-07-15 04:55:56 +00:00
gtkfilechooserwidget.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilechooserwidget.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilefilter.c More G_DEFINE_TYPE conversion. 2006-05-03 17:07:09 +00:00
gtkfilefilter.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilesel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilesel.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkfilesystem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilesystem.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilesystemmodel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilesystemmodel.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkfilesystemunix.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfilesystemunix.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkfilesystemwin32.c Don't hide dotfiles, no such convention on Win32. Just hide files with the 2005-11-12 01:12:08 +00:00
gtkfilesystemwin32.h Add -lole32, needed for CoTaskMemFree in get_special_folder() below. 2005-01-02 23:15:21 +00:00
gtkfixed.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfixed.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkfontbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfontbutton.h Doc formatting tweaks. 2003-09-30 22:48:10 +00:00
gtkfontsel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkfontsel.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkframe.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkframe.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkgamma.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkgamma.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkgc.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtkgc.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhandlebox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhandlebox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhbbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhbbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhbox.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhpaned.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhpaned.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhruler.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhruler.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhscale.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhscale.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhscrollbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhscrollbar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkhseparator.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhseparator.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkhsv.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkhsv.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkiconcache.c Don't leak the keyfile parser in the error case. 2006-03-31 05:17:56 +00:00
gtkiconcache.h Store builtin stock icons in an icon cache, instead of populating a hash 2005-11-04 15:43:40 +00:00
gtkiconfactory.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkiconfactory.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkicontheme.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkicontheme.h add declaration for _gtk_icon_theme_check_reload. 2005-08-22 20:51:56 +00:00
gtkiconview.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkiconview.h Add a function to determine what parts of the model are visible. (#306726, 2005-06-11 05:15:10 +00:00
gtkimage.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkimage.h Make this function public. (#64792, Havoc Pennington) 2005-06-19 02:02:09 +00:00
gtkimagemenuitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkimagemenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkimcontext.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkimcontext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkimcontextsimple.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkimcontextsimple.h Forgotten file 2005-09-03 03:29:04 +00:00
gtkimmodule.c More G_DEFINE_TYPE conversion. 2006-05-03 17:07:09 +00:00
gtkimmodule.h Set interface age to 0. 2005-07-14 13:12:05 +00:00
gtkimmulticontext.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkimmulticontext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkinputdialog.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkinputdialog.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkintl.h Keep track of cursor position also in root window coordinates. Prune out 2005-09-02 01:54:45 +00:00
gtkinvisible.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkinvisible.h Deprecation cleanup 2002-10-10 22:00:09 +00:00
gtkitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkitemfactory.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkitemfactory.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkkeyhash.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtkkeyhash.h We need to pass the unmasked state to 2003-05-21 17:49:49 +00:00
gtklabel.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtklabel.h Shrink the private structs of these a bit. 2006-01-08 07:54:43 +00:00
gtklayout.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtklayout.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtklinkbutton.c Make the default colors const. 2006-04-03 15:06:41 +00:00
gtklinkbutton.h Allow to set a global hook function thats called whenever a link button is 2006-01-28 06:20:30 +00:00
gtklist.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtklist.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtklistitem.c Various cleanups. (#315360, Kjartan Maraas) 2005-09-13 19:57:42 +00:00
gtklistitem.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkliststore.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkliststore.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkmain.c More accidental commits 2006-04-06 03:29:48 +00:00
gtkmain.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmarshal.list Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; 2001-11-17 23:28:51 +00:00
gtkmarshalers.list Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkmenu.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmenu.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmenubar.c More G_DEFINE_TYPE conversion. 2006-05-03 17:07:09 +00:00
gtkmenubar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkmenuitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmenuitem.h Create 'composited' label. 2006-04-25 14:27:32 +00:00
gtkmenushell.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmenushell.h Allow to pop up menus without grabbing the keyboard. Useful for stuff like 2005-03-31 17:02:19 +00:00
gtkmenutoolbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmenutoolbutton.h Mark as const. 2004-11-23 20:02:15 +00:00
gtkmessagedialog.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmessagedialog.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmisc.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkmisc.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkmnemonichash.c Check that the widget is viewable. (#336200, Bastian Nocera) 2006-03-27 18:30:22 +00:00
gtkmnemonichash.h Support no-Alt mnemnonics in menu bars (#101309, Owen Taylor) 2004-12-10 22:09:22 +00:00
gtkmodules.c Use G_MODULE_BIND_LAZY when opening modules. 2005-12-16 19:06:09 +00:00
gtkmodules.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtknotebook.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtknotebook.h Fix the doc comment format. 2006-03-30 21:30:37 +00:00
gtkobject.c move the floating flag from the GInitiallyUnowned bit to GTK_FLOATING. 2006-03-09 13:33:46 +00:00
gtkobject.h renamed GUnowned to GInitiallyUnowned. 2005-12-22 17:58:40 +00:00
gtkoldeditable.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkoldeditable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkoptionmenu.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkoptionmenu.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkpagesetup.c Add gtkprintutils.[hc] 2006-04-23 05:48:04 +00:00
gtkpagesetup.h Add gtkprintutils.[hc] 2006-04-23 05:48:04 +00:00
gtkpagesetupunixdialog.c Beautify the custom paper size dialog. (#339590, patch by Christian 2006-05-03 17:09:39 +00:00
gtkpagesetupunixdialog.h Fix includes (#338665) 2006-04-24 19:08:47 +00:00
gtkpaned.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkpaned.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkpapersize.c Add prefixes to msgids for paper sizes 2006-04-25 03:44:57 +00:00
gtkpapersize.h Use g types, add documentation. 2006-04-23 06:26:10 +00:00
gtkpathbar.c Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
gtkpathbar.h Merge of the GTK+ asynchronous file chooser branch. Please see the 2006-05-01 21:41:12 +00:00
gtkpixmap.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkpixmap.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkplug-stub.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gtkplug-win32.c Declare GetAncestor() and define GA_PARENT if missing (MSVC6). (#311633) 2005-07-26 20:42:18 +00:00
gtkplug-x11.c Various cleanups. (#315360, Kjartan Maraas) 2005-09-13 19:57:42 +00:00
gtkplug.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkplug.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkplugprivate.h gtk/gtksocket.c Splice out backend-dependend parts to separate files, see 2005-07-21 13:31:03 +00:00
gtkpreview.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkpreview.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkprint-win32.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprint-win32.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprintbackend.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprintbackend.h Use g types, add documentation, and some stylistic fixups. 2006-04-24 03:47:22 +00:00
gtkprintcontext.c Use a priv variable when accessing priv multiple times in the same 2006-05-02 12:48:52 +00:00
gtkprintcontext.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinter-private.h Don't declare GtkPrintJob here. Instead include gtkprintjob.h. 2006-04-24 04:38:08 +00:00
gtkprinter.c broken pipe 2006-05-02 13:12:11 +00:00
gtkprinter.h broken pipe 2006-05-02 13:12:11 +00:00
gtkprinteroption.c Improve the print dialog layout, mark some more strings for translation. 2006-04-30 05:31:14 +00:00
gtkprinteroption.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinteroptionset.c Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinteroptionset.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprinteroptionwidget.c Use a priv variable when accessing priv multiple times in the same 2006-05-02 12:48:52 +00:00
gtkprinteroptionwidget.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkprintjob.c Use a priv variable when accessing priv multiple times in the same 2006-05-02 12:48:52 +00:00
gtkprintjob.h Declare GtkPrintJob. 2006-04-24 09:27:40 +00:00
gtkprintoperation-private.h Refactor the gtk_print_operation_run() code and add an _async version. 2006-04-24 17:00:44 +00:00
gtkprintoperation-unix.c Don't use gtk_dialog_run for the error dialog, and improve the dialog in 2006-05-03 17:34:55 +00:00
gtkprintoperation-win32.c Refactor the gtk_print_operation_run() code and add an _async version. 2006-04-24 17:00:44 +00:00
gtkprintoperation.c Use a priv variable when accessing priv multiple times in the same 2006-05-02 12:48:52 +00:00
gtkprintoperation.h forgotten files 2006-04-24 20:44:22 +00:00
gtkprintsettings.c Match parameter names with the headers. 2006-04-24 05:42:12 +00:00
gtkprintsettings.h Declare in a way grokked by gtk-doc. 2006-04-24 18:31:48 +00:00
gtkprintunixdialog.c Replace the xpm collate icons by cairo drawing that respects themes. 2006-05-03 20:18:38 +00:00
gtkprintunixdialog.h Fix includes (#338665) 2006-04-24 19:08:47 +00:00
gtkprintutils.c Add gtkprintutils.[hc] 2006-04-23 05:48:04 +00:00
gtkprintutils.h Add gtkprintutils.[hc] 2006-04-23 05:48:04 +00:00
gtkprivate.h Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE 2005-03-22 02:14:55 +00:00
gtkprogress.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkprogress.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkprogressbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkprogressbar.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkquartz.c Add new files. 2006-03-21 16:50:47 +00:00
gtkquartz.h Add new files. 2006-03-21 16:50:47 +00:00
gtkradioaction.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkradioaction.h Add a current-value property and a setter for it. (#322735, Jorn Baayen) 2006-01-16 19:07:13 +00:00
gtkradiobutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkradiobutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkradiomenuitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkradiomenuitem.h Corrected the group_changed signal vfunc declaration, adding the first 2004-03-03 15:06:49 +00:00
gtkradiotoolbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkradiotoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtkrange.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkrange.h Added per-stepper API for GtkRange's stepper sensitivity as discussed in 2005-11-11 12:48:29 +00:00
gtkrbtree.c Fix several g_new() calls which were using extra indirections or pointless 2006-01-18 05:23:24 +00:00
gtkrbtree.h get rid of GAllocator usage, allocate and free nodes via the g_slice_*() 2005-11-01 18:10:51 +00:00
gtkrc.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkrc.default Fix use of ! in shell. 2002-02-02 01:00:42 +00:00
gtkrc.h Support subclasses in RC files. (#142417, Todd Berman, patch based on a 2006-03-23 23:21:30 +00:00
gtkrc.key.default Add a function to delete all bindings add by gtk_binding_parse_binding() 2002-02-09 00:19:29 +00:00
gtkrc.key.emacs Add C-n/C-p/C-f/C-b as alternatives to the arrow keys for menu navigation. 2005-08-30 03:52:56 +00:00
gtkrecentchooser.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkrecentchooser.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserdefault.c Fix some symbol aliasing glitches 2006-03-29 21:08:06 +00:00
gtkrecentchooserdefault.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserdialog.c Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserdialog.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchoosermenu.c Add missing break. (#336769, Morten Welinder) 2006-04-01 00:28:27 +00:00
gtkrecentchoosermenu.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserprivate.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserutils.c Fix some symbol aliasing glitches 2006-03-29 21:08:06 +00:00
gtkrecentchooserutils.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserwidget.c Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentchooserwidget.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentfilter.c Fix the doc comment format. 2006-03-30 21:30:37 +00:00
gtkrecentfilter.h Import GtkRecent* from libegg. 2006-03-29 20:16:44 +00:00
gtkrecentmanager.c Fix 336772 2006-04-16 03:55:07 +00:00
gtkrecentmanager.h Fix the doc comment format. 2006-03-30 21:30:37 +00:00
gtkruler.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkruler.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscale.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkscale.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscrollbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkscrollbar.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkscrolledwindow.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkscrolledwindow.h Add a window-placement-set property and a gtk-scrolled-window-placement 2006-03-20 19:17:59 +00:00
gtkselection.c Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtkselection.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtkseparator.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkseparator.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkseparatormenuitem.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkseparatormenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkseparatortoolitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkseparatortoolitem.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtksequence.c Assign an arbitrary, but consistent, order to nodes that the user function 2004-11-30 22:58:10 +00:00
gtksequence.h New function. 2004-08-14 15:59:39 +00:00
gtksettings.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtksettings.h Rework the way the color scheme setting is inherited. Now the overriding 2005-12-16 18:45:31 +00:00
gtksignal.c Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtksignal.h Fix prepending at the start of the list. (#56349, Thomas Leonard.) 2002-05-14 22:15:48 +00:00
gtksizegroup.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtksizegroup.h Add gtk_size_group_get_widgets, fixes #326324. Also mark all fields of 2006-01-09 19:18:14 +00:00
gtksocket-stub.c Add quartz backend. 2005-11-22 10:03:32 +00:00
gtksocket-win32.c gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.c 2005-07-21 13:26:27 +00:00
gtksocket-x11.c Prevent overflow when storing size hints in an unsigned short variable. 2005-09-30 14:57:02 +00:00
gtksocket.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtksocket.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtksocketprivate.h gtk/gtksocket.c Splice out backend-dependend parts to separate files, see 2005-07-21 13:31:03 +00:00
gtkspinbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkspinbutton.h Add a wrapped signal. (#322933, Carlos Garnacho Parro) 2006-01-30 17:35:49 +00:00
gtkstatusbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkstatusbar.h Forgotten file 2005-12-05 21:33:05 +00:00
gtkstatusicon.c fix the build 2006-04-30 05:08:06 +00:00
gtkstatusicon.h Add a menu position function for use with popups on status icons. 2006-04-29 06:34:14 +00:00
gtkstock.c Construct the "Select All" menuitem from stock. 2005-08-29 20:01:28 +00:00
gtkstock.h Merge the gtk-printing branch. For more detailed ChangeLog entries, see 2006-04-21 15:09:32 +00:00
gtkstyle.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkstyle.h Added symbolic themable colors. Patch is a merged version of proposals 2005-11-23 10:33:58 +00:00
gtktable.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktable.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktearoffmenuitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktearoffmenuitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktext.c Avoid relocations. 2006-04-03 04:41:05 +00:00
gtktext.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextbtree.c Fix a warning. 2006-04-03 15:50:30 +00:00
gtktextbtree.h back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned out 2006-03-24 14:03:45 +00:00
gtktextbuffer.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktextbuffer.h count down from G_MAXUINT to avoid clashes with application-added DND 2006-03-22 10:39:51 +00:00
gtktextbufferrichtext.c Match parameter names with the headers. 2006-04-24 05:42:12 +00:00
gtktextbufferrichtext.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextbufferserialize.c Fix a warning. 2006-04-03 15:50:30 +00:00
gtktextbufferserialize.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextchild.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktextchild.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextchildprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktextdisplay.c Applied patch from maemo-gtk that addresses many issues wrt display 2005-11-10 12:09:42 +00:00
gtktextdisplay.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextiter.c handle the case of \r and \n split across lines. Bug #337022. add unit 2006-04-05 18:30:46 +00:00
gtktextiter.h Make invisible text work a bit better (#66194, patch by Jeroen 2005-06-13 05:15:10 +00:00
gtktextiterprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktextlayout.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktextlayout.h Allow setting paragraph background. (#81045, Gustavo Carneiro, patch by 2005-06-10 20:05:08 +00:00
gtktextmark.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktextmark.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktextmarkprivate.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gtktextsegment.c Fix a warning. 2006-04-03 15:50:30 +00:00
gtktextsegment.h Fix a warning. 2006-04-03 15:50:30 +00:00
gtktexttag.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktexttag.h Change header too 2005-09-28 20:28:54 +00:00
gtktexttagprivate.h Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktexttagtable.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktexttagtable.h Add Copyright/License information. 2005-07-12 05:09:13 +00:00
gtktexttypes.c Add Copyright/License information. 2005-07-13 05:44:22 +00:00
gtktexttypes.h Fix a warning. 2006-04-03 15:50:30 +00:00
gtktextutil.c Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextutil.h Add infrastructure for copy/paste and DND of rich text for GtkTextBuffer. 2006-03-07 13:46:11 +00:00
gtktextview.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktextview.h If the horizontal adjustment changes because of a change in the layout 2005-05-18 17:10:46 +00:00
gtkthemes.c Use G_MODULE_BIND_LAZY when opening modules. 2005-12-16 19:06:09 +00:00
gtkthemes.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktipsquery.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtktipsquery.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktoggleaction.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktoggleaction.h Mark as const. 2004-11-23 20:02:15 +00:00
gtktoggleactionprivate.h Changes to make cross-process merging feasible: 2003-09-21 22:04:48 +00:00
gtktogglebutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktogglebutton.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktoggletoolbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktoggletoolbutton.h Fix #150738, Tomislav Jonjic. 2004-08-22 03:38:42 +00:00
gtktoolbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktoolbar.h changed two private guint that used to hold signal handler IDs to two 2005-11-24 16:51:22 +00:00
gtktoolbutton.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktoolbutton.h Support named icons in tool buttons by adding a icon-name property. 2005-05-18 05:38:50 +00:00
gtktoolitem.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktoolitem.h Mark as const. 2004-11-23 20:02:15 +00:00
gtktooltips.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktooltips.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktrayicon-win32.c now handling events by hard-coded g_signal_emit_by_name() - will break 2005-09-18 21:36:05 +00:00
gtktrayicon-x11.c Fix symbol lists for make check. 2006-02-27 16:48:34 +00:00
gtktrayicon.h Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIcon 2005-08-29 17:47:10 +00:00
gtktree.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtktree.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktreedatalist.c Use the slice allocater for GtkTreeDataSortHeader. 2005-12-29 05:26:09 +00:00
gtktreedatalist.h Use the slice allocater for GtkTreeDataSortHeader. 2005-12-29 05:26:09 +00:00
gtktreednd.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreednd.h Small cleanups. 2005-05-06 03:12:33 +00:00
gtktreeitem.c deprecated floating/sink API and implemented it in terms of the GObject 2005-11-23 18:06:58 +00:00
gtktreeitem.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtktreemodel.c Document GtkTreeModel signals. 2006-05-01 02:05:20 +00:00
gtktreemodel.h back out G_GNUC_WARN_UNUSED_RESULT on iterator functions which turned out 2006-03-24 14:03:45 +00:00
gtktreemodelfilter.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreemodelfilter.h Mark as const. 2004-11-23 20:02:15 +00:00
gtktreemodelsort.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreemodelsort.h Deprecation cleanup 2002-10-07 19:10:39 +00:00
gtktreeprivate.h (broken pipe) 2006-04-26 12:39:25 +00:00
gtktreeselection.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreeselection.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtktreesortable.c Use the slice allocator for many small allocations. 2006-01-04 07:06:12 +00:00
gtktreesortable.h Allow sorting of tree models to be turned off again. (#151139, Torsten 2004-09-05 05:06:05 +00:00
gtktreestore.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreestore.h Fixes #324099, Tommi Komulainen. 2006-01-15 20:12:49 +00:00
gtktreeview.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreeview.h #322591, Jonathan Blandford. 2006-01-24 10:49:29 +00:00
gtktreeviewcolumn.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtktreeviewcolumn.h new function (fixes #169961, reported by Morten Welinder). 2005-07-14 00:05:49 +00:00
gtktypeutils.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtktypeutils.h Mark as const. 2004-11-28 07:02:27 +00:00
gtkuimanager.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkuimanager.h gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c 2004-12-12 21:09:13 +00:00
gtkvbbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvbbox.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvbox.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvbox.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkversion.h.in [ Patch from Sebastian Wilhelmi, 52790 ] 2001-08-23 15:27:21 +00:00
gtkviewport.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkviewport.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvpaned.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvpaned.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvruler.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvruler.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvscale.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvscale.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvscrollbar.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvscrollbar.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkvseparator.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkvseparator.h Trivial cleanups. (#169647, #303455, Fabricio Barros Cabral, Benoit 2005-06-21 05:35:43 +00:00
gtkwidget.c Make GtkWidget abstract again. 2006-05-03 16:04:07 +00:00
gtkwidget.h Create 'composited' label. 2006-04-25 14:27:32 +00:00
gtkwin32embed.c gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.c 2005-07-21 13:26:27 +00:00
gtkwin32embed.h gtk/gtksocket-stub.c gtk/gtkplug-stub.c gtk/gtksocket-x11.c 2005-07-21 13:26:27 +00:00
gtkwindow-decorate.c Intern some more strings. 2005-09-01 05:11:46 +00:00
gtkwindow-decorate.h Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
gtkwindow.c Boilerplate reduction 2006-05-02 23:56:43 +00:00
gtkwindow.h Create 'composited' label. 2006-04-25 14:27:32 +00:00
gtkxembed.c Reduce size of static buffer. 2006-04-03 04:50:18 +00:00
gtkxembed.h gtk/gtkxembed.h New function, used in error messages and debugging output. 2005-07-21 13:20:06 +00:00
line-arrow.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
line-wrap.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
makeenums.pl use more elaborate variable names. 2001-04-03 04:29:58 +00:00
Makefile.am Merged the federico-filename-entry branch, to fix bug #136541. Combined 2006-05-03 22:30:52 +00:00
makefile.msc.in updated 2006-04-07 17:18:08 +00:00
makegtkalias.pl Make PLT-reduction work with gcc4, and don't include everything in 2005-03-20 07:01:23 +00:00
paper_names_offsets.c Add prefixes to msgids for paper sizes 2006-04-25 03:44:57 +00:00
paper_names.c Add prefixes to msgids for paper sizes 2006-04-25 03:44:57 +00:00
queryimmodules.c print out the version and binary name in the header comment. Problem 2004-12-22 06:26:57 +00:00
tree_minus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_minus.xpm gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c 2005-03-01 06:25:55 +00:00
tree_plus.xbm Data constness fixes. (#75754) 2002-12-10 21:39:53 +00:00
tree_plus.xpm gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c 2005-03-01 06:25:55 +00:00
updateiconcache.c Don't create a big string, since Visual C++ doesn't like strings longer 2005-11-23 15:09:47 +00:00
xembed.h Send the focus on to the parent when there was no focus widget before and 2003-08-25 21:46:57 +00:00