gtk2/gtk
Matthias Clasen 785bffff68 Only use the results of find_menu/toolbar_position() if they succeed. May
2006-12-28  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkuimanager.c (update_node): Only use the results
        of find_menu/toolbar_position() if they succeed. May fix
        bug #388041.
2006-12-28 21:23:17 +00:00
..
stock-icons Cleaned up icons by Diana Fong. 2006-05-26 16:34:05 +00:00
theme-bits Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
xdgmime Check for getc_unlocked. 2006-12-22 16:13:49 +00:00
.cvsignore Ignore files added by make check 2006-10-25 16:05:01 +00:00
abicheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
aliasfilescheck.sh Propagate srcdir into the test correctly. (#359845) 2006-10-05 15:51:45 +00:00
circles.xbm
fnmatch.c
gen-paper-names.c Fix a thinko in the suffix calculation. (#382369, Christian Persch) 2006-12-23 21:00:53 +00:00
gtk-win32.rc.in
gtk.h
gtk.symbols Add gtk_status_icon_get_screen and gtk_status_icon_set_screen. 2006-12-27 18:20:10 +00:00
gtkaboutdialog.c Set the HIG spacings directly instead of using style-set handlers. Fix the 2006-12-25 12:21:16 +00:00
gtkaboutdialog.h
gtkaccelgroup.c More of the same 2006-05-14 04:25:34 +00:00
gtkaccelgroup.h
gtkaccellabel.c Improve translators comments. (#389298, Christian Persch) 2006-12-24 22:12:13 +00:00
gtkaccellabel.h
gtkaccelmap.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkaccelmap.h
gtkaccessible.c More of the same 2006-05-14 04:25:34 +00:00
gtkaccessible.h
gtkaction.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkaction.h
gtkactiongroup.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkactiongroup.h
gtkadjustment.c More of the same 2006-05-14 04:25:34 +00:00
gtkadjustment.h
gtkalignment.c More of the same 2006-05-14 04:25:34 +00:00
gtkalignment.h
gtkarrow.c added GtkArrow::arrow-scaling style property to control the arrow/border 2006-09-19 15:51:19 +00:00
gtkarrow.h
gtkaspectframe.c More of the same 2006-05-14 04:25:34 +00:00
gtkaspectframe.h Documentation additions and fixes. 2006-06-29 09:18:07 +00:00
gtkassistant.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkassistant.h
gtkbbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkbbox.h
gtkbin.c More of the same 2006-05-14 04:25:34 +00:00
gtkbin.h
gtkbindings.c document gtk_binding_entry_skip(). 2006-10-11 12:32:26 +00:00
gtkbindings.h added new scanner token "unbind" which gets rid of a key binding (in fact, 2006-10-05 14:48:57 +00:00
gtkbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkbox.h
gtkbutton.c When shift-clicking, keep the larger part of the selection selected. 2006-12-24 06:32:07 +00:00
gtkbutton.h Add a GtkButton::image-position property with getter and setter, to allow 2006-05-31 00:22:19 +00:00
gtkcalendar.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtkcalendar.h
gtkcelleditable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkcelleditable.h
gtkcelllayout.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkcelllayout.h
gtkcellrenderer.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrenderer.h Undo bogus commit. 2006-12-14 18:33:43 +00:00
gtkcellrendereraccel.c Add new infrastructure for notifications of failed keyboard navigation and 2006-11-16 12:56:30 +00:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c Make sure [xy]_offset are always being initialized, fix pixbuf renderer 2006-12-03 20:02:04 +00:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c do not use xthickness/ythickness, they aren't used any longer for drawing. 2006-12-07 15:56:03 +00:00
gtkcellrendererprogress.h
gtkcellrendererspin.c More of the same 2006-05-14 04:25:34 +00:00
gtkcellrendererspin.h
gtkcellrenderertext.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c Make sure [xy]_offset are always being initialized, fix pixbuf renderer 2006-12-03 20:02:04 +00:00
gtkcellrenderertoggle.h
gtkcellview.c Accept NULL. 2006-12-27 07:17:53 +00:00
gtkcellview.h Undo bogus commit. 2006-12-14 18:33:43 +00:00
gtkcheckbutton.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkcheckbutton.h
gtkcheckmenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkcheckmenuitem.h
gtkclipboard-quartz.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkclipboard.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkclipboard.h
gtkclist.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkclist.h
gtkcolorbutton.c fix the build 2006-05-31 04:38:16 +00:00
gtkcolorbutton.h
gtkcolorsel.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkcolorsel.h
gtkcolorseldialog.c More of the same 2006-05-14 04:25:34 +00:00
gtkcolorseldialog.h
gtkcombo.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkcombo.h
gtkcombobox.c Accept NULL. 2006-12-27 07:17:53 +00:00
gtkcombobox.h
gtkcomboboxentry.c Fix typos in the docs. 2006-07-17 03:59:17 +00:00
gtkcomboboxentry.h
gtkcontainer.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkcontainer.h
gtkctree.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkctree.h
gtkcurve.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkcurve.h
gtkdebug.h Apply a patch by John Palmieri to use buffered io using GIOChannels, clean 2006-06-21 18:16:58 +00:00
gtkdialog.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkdialog.h removed forgotten declaration of _gtk_dialog_get_response_for_widget(), 2006-05-29 15:07:35 +00:00
gtkdnd-quartz.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkdnd.c Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. 2006-12-28 16:38:49 +00:00
gtkdnd.h
gtkdndcursors.h
gtkdrawingarea.c More of the same 2006-05-14 04:25:34 +00:00
gtkdrawingarea.h
gtkeditable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkeditable.h
gtkentry.c Use gtk_border_free when freeing border. 2006-12-24 09:54:56 +00:00
gtkentry.h Export privately. Adjust all callers. 2006-08-15 18:52:14 +00:00
gtkentrycompletion.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkentrycompletion.h
gtkentryprivate.h Export privately. Adjust all callers. 2006-08-15 18:52:14 +00:00
gtkenums.h Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. 2006-12-28 16:38:49 +00:00
gtkeventbox.c Fix typos 2006-09-25 14:48:31 +00:00
gtkeventbox.h
gtkexpander.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkexpander.h
gtkfilechooser.c Add a file-set signal to the filechooser button. Bug 353196. 2006-12-26 22:20:06 +00:00
gtkfilechooser.h
gtkfilechooserbutton.c Add a file-set signal to the filechooser button. Bug 353196. 2006-12-26 22:20:06 +00:00
gtkfilechooserbutton.h Add a file-set signal to the filechooser button. Bug 353196. 2006-12-26 22:20:06 +00:00
gtkfilechooserdefault.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkfilechooserdefault.h
gtkfilechooserdialog.c Set the HIG spacings directly instead of using style-set handlers. Fix the 2006-12-25 12:21:16 +00:00
gtkfilechooserdialog.h
gtkfilechooserembed.c Typo fix. (#388123, Murray Cumming) 2006-12-21 16:41:11 +00:00
gtkfilechooserembed.h
gtkfilechooserentry.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkfilechooserentry.h
gtkfilechooserprivate.h change file_exists_and_is_not_folder checks to get the file info for the 2006-09-03 20:47:54 +00:00
gtkfilechoosersettings.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkfilechoosersettings.h
gtkfilechooserutils.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkfilechooserutils.h
gtkfilechooserwidget.c More of the same 2006-05-14 04:25:34 +00:00
gtkfilechooserwidget.h
gtkfilefilter.c More of the same 2006-05-14 04:25:34 +00:00
gtkfilefilter.h
gtkfilesel.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkfilesel.h
gtkfilesystem.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkfilesystem.h
gtkfilesystemmodel.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkfilesystemmodel.h
gtkfilesystemunix.c Return FALSE. (#389623, Carlos Garnacho Parro) 2006-12-26 06:57:50 +00:00
gtkfilesystemunix.h
gtkfilesystemwin32.c Fix typo. (#390035, Kazuki Iwamoto) 2006-12-27 15:40:37 +00:00
gtkfilesystemwin32.h
gtkfixed.c More of the same 2006-05-14 04:25:34 +00:00
gtkfixed.h
gtkfontbutton.c Add a missing initialization. (#348787, Leonardo Boshell) 2006-08-06 04:25:57 +00:00
gtkfontbutton.h
gtkfontsel.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkfontsel.h
gtkframe.c Restored the / at the start of the comment block, to fix the build. 2006-05-14 17:35:53 +00:00
gtkframe.h
gtkgamma.c Use serialized pixbufs instead of xpms 2006-07-04 03:50:37 +00:00
gtkgamma.h
gtkgc.c
gtkgc.h
gtkhandlebox.c Draw the handle with the right orientation, depending on the position of 2006-12-24 05:34:38 +00:00
gtkhandlebox.h
gtkhbbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkhbbox.h
gtkhbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkhbox.h
gtkhpaned.c More of the same 2006-05-14 04:25:34 +00:00
gtkhpaned.h
gtkhruler.c More of the same 2006-05-14 04:25:34 +00:00
gtkhruler.h
gtkhscale.c More of the same 2006-05-14 04:25:34 +00:00
gtkhscale.h
gtkhscrollbar.c More of the same 2006-05-14 04:25:34 +00:00
gtkhscrollbar.h
gtkhseparator.c More of the same 2006-05-14 04:25:34 +00:00
gtkhseparator.h
gtkhsv.c More of the same 2006-05-14 04:25:34 +00:00
gtkhsv.h
gtkiconcache.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkiconcache.h
gtkiconfactory.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkiconfactory.h
gtkicontheme.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkicontheme.h Export this privately. 2006-07-20 18:07:21 +00:00
gtkiconview.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtkiconview.h
gtkimage.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkimage.h
gtkimagemenuitem.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkimagemenuitem.h
gtkimcontext.c More of the same 2006-05-14 04:25:34 +00:00
gtkimcontext.h
gtkimcontextsimple.c Allow composing l with stroke. (#349638, Daniel Lublin) 2006-12-23 21:08:45 +00:00
gtkimcontextsimple.h
gtkimmodule.c More of the same 2006-05-14 04:25:34 +00:00
gtkimmodule.h
gtkimmulticontext.c Be careful to not override GTK+ translations with the translations of the 2006-12-23 21:25:16 +00:00
gtkimmulticontext.h
gtkinputdialog.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkinputdialog.h
gtkintl.h
gtkinvisible.c Make GTK+ work as an untrusted X client. (#136571, Ed Catmur) 2006-05-25 05:30:14 +00:00
gtkinvisible.h
gtkitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkitem.h
gtkitemfactory.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkitemfactory.h Cleanups 2006-06-28 16:09:17 +00:00
gtkkeyhash.c
gtkkeyhash.h
gtklabel.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtklabel.h Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and a 2006-06-19 14:27:50 +00:00
gtklayout.c gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.c 2006-05-15 19:17:30 +00:00
gtklayout.h
gtklinkbutton.c Don't leak PangoAttributes. (#352391, Paolo Borelli) 2006-08-26 06:15:40 +00:00
gtklinkbutton.h
gtklist.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtklist.h
gtklistitem.c
gtklistitem.h
gtkliststore.c Fix a typo in the docs. (#349501, Carlos GUSLiBu) 2006-08-15 15:46:24 +00:00
gtkliststore.h
gtkmain.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtkmain.h
gtkmarshal.list
gtkmarshalers.list Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. 2006-12-28 16:38:49 +00:00
gtkmenu.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkmenu.h
gtkmenubar.c Treat "" like NULL when parsing the menu-bar-accel setting. Here too. 2006-07-03 00:25:06 +00:00
gtkmenubar.h
gtkmenuitem.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkmenuitem.h
gtkmenushell.c Add new infrastructure for notifications of failed keyboard navigation and 2006-11-16 12:56:30 +00:00
gtkmenushell.h
gtkmenutoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtkmenutoolbutton.h
gtkmessagedialog.c Fix an a11y regression 2006-12-04 17:56:30 +00:00
gtkmessagedialog.h
gtkmisc.c More of the same 2006-05-14 04:25:34 +00:00
gtkmisc.h
gtkmnemonichash.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkmnemonichash.h
gtkmodules.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkmodules.h
gtknotebook.c Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. 2006-12-28 16:38:49 +00:00
gtknotebook.h Add a destroy notify for the callback data. (#344209, Murray Cumming) 2006-06-08 00:17:00 +00:00
gtkobject.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkobject.h
gtkoldeditable.c More of the same 2006-05-14 04:25:34 +00:00
gtkoldeditable.h
gtkoptionmenu.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkoptionmenu.h
gtkpagesetup.c Don't leak the old page size when 2006-12-04 17:54:48 +00:00
gtkpagesetup.h
gtkpagesetupunixdialog.c Fix mem leaks. Bug #389194. 2006-12-25 12:03:44 +00:00
gtkpagesetupunixdialog.h
gtkpaned.c Avoid warnings if a child is NULL. (#342007, Patrick Monnerat) 2006-05-19 20:32:28 +00:00
gtkpaned.h
gtkpapersize.c Fix a typo in the docs. (#347041, Kouhei Sutou) 2006-07-10 16:36:10 +00:00
gtkpapersize.h
gtkpathbar.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkpathbar.h Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkpixmap.c More of the same 2006-05-14 04:25:34 +00:00
gtkpixmap.h
gtkplug-stub.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkplug-win32.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkplug-x11.c Make it possible to track the embeddedness of statusicon (#387215, Martyn 2006-12-22 07:18:21 +00:00
gtkplug.c Notify the "embedded" property also on normal construction and when 2006-12-25 12:29:35 +00:00
gtkplug.h
gtkplugprivate.h
gtkpreview.c More of the same 2006-05-14 04:25:34 +00:00
gtkpreview.h
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c Fix some typos with inline property docs. (#347065, John Finlay) 2006-07-10 16:59:43 +00:00
gtkprintbackend.h Apply a patch by John Palmieri to use buffered io using GIOChannels, clean 2006-06-21 18:16:58 +00:00
gtkprintcontext.c Fix a typo in the docs. (#347032, Kouhei Sutou) 2006-07-10 16:30:47 +00:00
gtkprintcontext.h Add gtkprintoperationpreview.[ch] Set default preview command. Hardcoded 2006-06-02 15:16:13 +00:00
gtkprinter-private.h Make gtk_printer_list_papers public. Bug #345587. 2006-12-24 13:16:05 +00:00
gtkprinter.c Make gtk_printer_list_papers public. Bug #345587. 2006-12-24 13:16:05 +00:00
gtkprinter.h Make gtk_printer_list_papers public. Bug #345587. 2006-12-24 13:16:05 +00:00
gtkprinteroption.c add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, 2006-07-18 18:26:51 +00:00
gtkprinteroption.h add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD, 2006-07-18 18:26:51 +00:00
gtkprinteroptionset.c
gtkprinteroptionset.h
gtkprinteroptionwidget.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkprinteroptionwidget.h fix printer options 2006-08-23 19:31:56 +00:00
gtkprintjob.c Fix a typo in the docs. (#347211, Kouhei Sutou) 2006-07-17 03:06:24 +00:00
gtkprintjob.h Add a preview capability 2006-06-30 10:32:56 +00:00
gtkprintoperation-private.h forgotten file 2006-06-08 16:53:26 +00:00
gtkprintoperation-unix.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkprintoperation-win32.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkprintoperation.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkprintoperation.h remove an extra comma 2006-06-11 02:45:49 +00:00
gtkprintoperationpreview.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkprintoperationpreview.h Add missing G_END_DECLS (#343838) 2006-06-04 18:15:13 +00:00
gtkprintsettings.c fix a typo 2006-10-03 18:01:33 +00:00
gtkprintsettings.h Convert input to filename encoding and construct an URI from that. Add 2006-06-20 17:36:55 +00:00
gtkprintunixdialog.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkprintunixdialog.h Add gtk_print_unix_dialog_set_manual_capabilities that controls what 2006-05-24 10:50:57 +00:00
gtkprintutils.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkprintutils.h
gtkprivate.h
gtkprogress.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkprogress.h Bill Skaggs <weskaggs@primate.ucdavis.edu> 2006-06-29 16:23:10 +00:00
gtkprogressbar.c Be more careful when overdrawing antialiased text. (#352435, Alex Jones, 2006-12-11 15:35:25 +00:00
gtkprogressbar.h Fix #344543 2006-06-12 01:54:54 +00:00
gtkquartz.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkquartz.h
gtkradioaction.c More of the same 2006-05-14 04:25:34 +00:00
gtkradioaction.h
gtkradiobutton.c don't use gtk_widget_keynav_failed(). Instead, look at 2006-11-16 14:32:47 +00:00
gtkradiobutton.h
gtkradiomenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkradiomenuitem.h
gtkradiotoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtkradiotoolbutton.h
gtkrange.c Avoid spurious redraws. 2006-12-26 06:53:57 +00:00
gtkrange.h added properties "fill-level", "show-fill-level" and 2006-11-15 12:23:10 +00:00
gtkrbtree.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkrbtree.h
gtkrc.c Fix accelerator clipping 2006-12-07 14:45:04 +00:00
gtkrc.default
gtkrc.h added new scanner token "unbind" which gets rid of a key binding (in fact, 2006-10-05 14:48:57 +00:00
gtkrc.key.default
gtkrc.key.emacs
gtkrecentchooser.c fix recent files issues 2006-08-18 15:30:57 +00:00
gtkrecentchooser.h
gtkrecentchooserdefault.c Set the HIG spacings directly instead of using style-set handlers. Fix the 2006-12-25 12:21:16 +00:00
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c Set the HIG spacings directly instead of using style-set handlers. Fix the 2006-12-25 12:21:16 +00:00
gtkrecentchooserdialog.h
gtkrecentchoosermenu.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkrecentchoosermenu.h
gtkrecentchooserprivate.h
gtkrecentchooserutils.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c Allow NULL to mean the default manager. (#344530, John Finlay) 2006-06-11 03:13:50 +00:00
gtkrecentchooserwidget.h
gtkrecentfilter.c Add since tags 2006-08-16 03:42:23 +00:00
gtkrecentfilter.h
gtkrecentmanager.c Fix typo (s/expansive/expensive) (#389183) 2006-12-24 15:57:01 +00:00
gtkrecentmanager.h Don't mask "time" with the "time" argument. 2006-05-22 17:02:54 +00:00
gtkruler.c Don't leak no_gr_exp_gc. (#350050, Chris Wilson) 2006-08-15 17:12:23 +00:00
gtkruler.h
gtkscale.c More of the same 2006-05-14 04:25:34 +00:00
gtkscale.h
gtkscrollbar.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtkscrollbar.h
gtkscrolledwindow.c Fixed a bug in set_property() (setting "window-placement-set" could result 2006-12-16 20:34:48 +00:00
gtkscrolledwindow.h
gtkselection.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkselection.h
gtkseparator.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparator.h
gtkseparatormenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparatormenuitem.h
gtkseparatortoolitem.c More of the same 2006-05-14 04:25:34 +00:00
gtkseparatortoolitem.h
gtksequence.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksequence.h
gtksettings.c Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). 2006-12-27 19:52:25 +00:00
gtksettings.h
gtksignal.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksignal.h
gtksizegroup.c Make sure that the quarks are initialized before using them. (#353736) 2006-10-02 05:22:27 +00:00
gtksizegroup.h
gtksocket-stub.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksocket-win32.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtksocket-x11.c Cleanups 2006-10-08 05:32:07 +00:00
gtksocket.c More of the same 2006-05-14 04:25:34 +00:00
gtksocket.h
gtksocketprivate.h
gtkspinbutton.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkspinbutton.h
gtkstatusbar.c Don't assume statusbar->label is the statusbar's frame's child when 2006-12-25 12:12:10 +00:00
gtkstatusbar.h
gtkstatusicon-quartz.c Added gtkstatusicon-quartz.c Implements the quartz backend for the status 2006-12-20 13:24:05 +00:00
gtkstatusicon.c Don't leak HICONs on Win32. (#364868, Hiroyuki Yamamoto) 2006-12-28 16:50:35 +00:00
gtkstatusicon.h Fixes bug #376502 - multi-screen support for GtkStatusIcon 2006-11-19 16:22:23 +00:00
gtkstock.c Add labels for page orientations, also add the fourth one. (#339589) 2006-05-16 15:23:01 +00:00
gtkstock.h Add labels for page orientations, also add the fourth one. (#339589) 2006-05-16 15:23:01 +00:00
gtkstyle.c Use gslice for GtkBorder (#383557). 2006-12-24 05:32:38 +00:00
gtkstyle.h
gtktable.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtktable.h
gtktearoffmenuitem.c More of the same 2006-05-14 04:25:34 +00:00
gtktearoffmenuitem.h
gtktext.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtktext.h
gtktextbtree.c avoid memory corruption (#357050). 2006-11-07 15:41:42 +00:00
gtktextbtree.h
gtktextbuffer.c Add signal documentation. (#317064, Søren Wedel Nielsen) 2006-12-20 21:18:27 +00:00
gtktextbuffer.h
gtktextbufferrichtext.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktextbufferrichtext.h
gtktextbufferserialize.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktextbufferserialize.h
gtktextchild.c More of the same 2006-05-14 04:25:34 +00:00
gtktextchild.h
gtktextchildprivate.h
gtktextdisplay.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtktextdisplay.h
gtktextiter.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktextiter.h
gtktextiterprivate.h
gtktextlayout.c Bug 340141 – Update to Pango 1.16 API 2006-12-24 05:29:25 +00:00
gtktextlayout.h
gtktextmark.c More of the same 2006-05-14 04:25:34 +00:00
gtktextmark.h
gtktextmarkprivate.h
gtktextsegment.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktextsegment.h
gtktexttag.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktexttag.h
gtktexttagprivate.h
gtktexttagtable.c More of the same 2006-05-14 04:25:34 +00:00
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c Remove debug output. 2006-12-25 03:57:39 +00:00
gtktextutil.h
gtktextview.c Remove debug output. 2006-12-25 03:57:39 +00:00
gtktextview.h
gtkthemes.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtkthemes.h
gtktipsquery.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktipsquery.h
gtktoggleaction.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktoggleaction.h
gtktoggleactionprivate.h
gtktogglebutton.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktogglebutton.h
gtktoggletoolbutton.c More of the same 2006-05-14 04:25:34 +00:00
gtktoggletoolbutton.h
gtktoolbar.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtktoolbar.h
gtktoolbutton.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktoolbutton.h
gtktoolitem.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtktoolitem.h
gtktooltips.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtktooltips.h
gtktrayicon-win32.c More of the same 2006-05-14 04:25:34 +00:00
gtktrayicon-x11.c Fix the ClientMessages we are sending to the notification area to be more 2006-08-17 17:35:55 +00:00
gtktrayicon.h
gtktree.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtktree.h
gtktreedatalist.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktreedatalist.h
gtktreednd.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtktreednd.h
gtktreeitem.c
gtktreeitem.h
gtktreemodel.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtktreemodel.h
gtktreemodelfilter.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtktreemodelfilter.h report status in return value instead of spewing assertions. (#335729, 2006-06-12 14:48:43 +00:00
gtktreemodelsort.c ref count nodes the proper way, (gtk_tree_model_sort_ref_node), 2006-09-27 12:08:12 +00:00
gtktreemodelsort.h
gtktreeprivate.h Another fix for #164884. 2006-07-18 12:33:25 +00:00
gtktreeselection.c Set model in all cases. (#357791, Andreas Köhler) 2006-10-02 01:29:24 +00:00
gtktreeselection.h
gtktreesortable.c Apply a patch by Behdad Esfahbod to reduce relocations. (#359053) 2006-10-03 15:54:52 +00:00
gtktreesortable.h
gtktreestore.c Improve consistency of signal and property names 2006-07-06 05:14:03 +00:00
gtktreestore.h
gtktreeview.c fix typo causing the search dialog timeout never to be refreshed. 2006-12-26 18:17:36 +00:00
gtktreeview.h add getter/setter for show-expanders property, queue a redraw when this 2006-10-08 14:36:20 +00:00
gtktreeviewcolumn.c Support inverting arrows via XSetting. (#377979, Yevgen Muntyan). 2006-12-27 19:52:25 +00:00
gtktreeviewcolumn.h
gtktypeutils.c
gtktypeutils.h
gtkuimanager.c Only use the results of find_menu/toolbar_position() if they succeed. May 2006-12-28 21:23:17 +00:00
gtkuimanager.h
gtkvbbox.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkvbbox.h Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkvbox.c More of the same 2006-05-14 04:25:34 +00:00
gtkvbox.h
gtkversion.h.in
gtkviewport.c always update the bin_window position and size in size_allocate, even if 2006-09-20 15:02:01 +00:00
gtkviewport.h
gtkvpaned.c More of the same 2006-05-14 04:25:34 +00:00
gtkvpaned.h
gtkvruler.c More of the same 2006-05-14 04:25:34 +00:00
gtkvruler.h
gtkvscale.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
gtkvscale.h
gtkvscrollbar.c More of the same 2006-05-14 04:25:34 +00:00
gtkvscrollbar.h
gtkvseparator.c More of the same 2006-05-14 04:25:34 +00:00
gtkvseparator.h
gtkwidget.c Make GtkNotebook able to drop detached tabs anywhere. Bug #360225. 2006-12-28 16:38:49 +00:00
gtkwidget.h Add new infrastructure for notifications of failed keyboard navigation and 2006-11-16 12:56:30 +00:00
gtkwin32embed.c Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
gtkwin32embed.h
gtkwin32embedwidget.c Make sure grab-notify is emitted on toplevels as well as child widgets. 2006-05-22 17:19:10 +00:00
gtkwin32embedwidget.h Make sure grab-notify is emitted on toplevels as well as child widgets. 2006-05-22 17:19:10 +00:00
gtkwindow-decorate.c
gtkwindow-decorate.h
gtkwindow.c Replace a lot of idle and timeout calls by the new gdk_threads api. 2006-12-22 19:10:43 +00:00
gtkwindow.h
gtkxembed.c
gtkxembed.h
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am Added gtkstatusicon-quartz.c Implements the quartz backend for the status 2006-12-20 13:24:05 +00:00
makefile.msc.in
makegtkalias.pl Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
paper_names_offsets.c Fix a thinko in the suffix calculation. (#382369, Christian Persch) 2006-12-23 21:00:53 +00:00
paper_names.c
pltcheck.sh Commit a patch by Behdad to fix typos, omissions and other errors in the 2006-09-10 06:39:16 +00:00
queryimmodules.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
updateiconcache.c Apply a cleanup patch by Kjartan Maraas (#341812) 2006-10-08 05:07:55 +00:00
xembed.h