gtk2/gtk
Alexander Larsson c36d8f3cb3 Added new symbols
2006-05-04  Alexander Larsson  <alexl@redhat.com>

	* gtk/gtk.symbols:
	Added new symbols

	* gtk/gtkpagesetupunixdialog.c:
	* gtk/gtkprintunixdialog.c:
	Destroy backends when finalizing dialogs.
	Fix printer leak in selected_printer_changed.

	* gtk/gtkprintbackend.[ch]:
	Convert from interface to baseclass.
	Move printer hashtable here so that the baseclass can handle
	the slightly complicated ownership model.
	Add gtk_print_backend_destroy which runs the dispose method,
	causing the ref-cycles between the backend and its printers
	to be broken.
	Add gtk_print_backend_unref_at_idle().

	* gtk/gtkprinter.[ch]:
	GtkPrinter objects now ref their backend so that its always
	availible, since its needed for the printer object to work.
	This causes a reference-cycle that is broken using
	gtk_print_backend_destroy.
	Add gtk_printer_compare.

	* gtk/gtkprintoperation-private.h:
	* gtk/gtkprintoperation-unix.c:
	* gtk/gtkprintoperation.c:
	Implement !show_dialog for unix.
	Make sure the print data is fully spooled before returning
	from a sync run_dialog.


	* modules/printbackends/cups/gtkcupsutils.[ch]:
	Add gtk_cups_request_ipp_add_strings

	* modules/printbackends/cups/gtkprintbackendcups.c:
	* modules/printbackends/cups/gtkprintercups.c:
	* modules/printbackends/lpr/gtkprintbackendlpr.c:
	* modules/printbackends/pdf/gtkprintbackendpdf.c:
	Convert backends to derive instead of implementing interface.
	Move common code into baseclass.
	CUPS:
	  Remove the printer polling in dispose, not finalize.
	  In the cups watch, remove the backend at idle instead of
	  immediately, since the unref can cause the module to be unloaded.
	  Limit the number of printer attributes requested
	  Get printer uri in initial printer listing so that we can use
	  the printer object immediately.

	* tests/Makefile.am:
	* tests/testnouiprint.c:
	Add testcase for !show_dialog.
2006-05-04 13:43:32 +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
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 Added new symbols 2006-05-04 13:43:32 +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
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 Make symbol list mstch reality. 2006-05-04 13:36:30 +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 Make symbol list mstch reality. 2006-05-04 13:36:30 +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
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
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
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
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 Added new symbols 2006-05-04 13:43:32 +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 Added new symbols 2006-05-04 13:43:32 +00:00
gtkprintbackend.h Added new symbols 2006-05-04 13:43:32 +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 Added new symbols 2006-05-04 13:43:32 +00:00
gtkprinter.h Added new symbols 2006-05-04 13:43:32 +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 Added new symbols 2006-05-04 13:43:32 +00:00
gtkprintoperation-unix.c Added new symbols 2006-05-04 13:43:32 +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 Added new symbols 2006-05-04 13:43:32 +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 Added new symbols 2006-05-04 13:43:32 +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
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
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 Make symbol list mstch reality. 2006-05-04 13:36:30 +00:00
gtkrecentchooserdefault.h Make symbol list mstch reality. 2006-05-04 13:36:30 +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
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
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 Changed the language of the signals documentation slightly. Bug #340205. 2006-05-04 12:17:12 +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
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
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
line-wrap.xbm
makeenums.pl
Makefile.am Make symbol list mstch reality. 2006-05-04 13:36:30 +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 Make symbol list mstch reality. 2006-05-04 13:36:30 +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
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
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