gtk2/gtk
Cosimo Cecchi 87115e00a8 entry: never use GTK_STATE_ACTIVE to paint the background
When state-hint is TRUE, GTK_STATE_ACTIVE was used to paint the entry
background and frame, since commit
207f3f8685.

Given that everywhere else in GTK2 - including GtkEntry itself in
draw_text_with_color() - GTK_STATE_ACTIVE is used for non-toggleable
widgets to indicate selected but not focused text, this leads to the
entry painting itself with the wrong background color when focused.
This is unsolvable from the theme, as changing the ACTIVE background
color to be the same as NORMAL would give a wrong background to selected
but not focused text as per above.

This patch avoids using GTK_STATE_ACTIVE to paint GtkEntry's background,
changing the code so that the widget state is always used instead.

https://bugzilla.gnome.org/show_bug.cgi?id=692554
2013-01-25 15:02:42 -05:00
..
stock-icons Use existing mime type for GTK_FILE stock icon 2011-04-01 16:44:12 -04:00
tests recent-manager: Coalesce multiple changes 2012-09-03 13:23:56 -04:00
theme-bits Make GTK+ build against an external gdk-pixbuf 2010-06-26 02:29:29 -04:00
abicheck.sh Don't include __bss_start, _edata and _end symbols in the abichecks 2010-05-30 02:26:32 -04:00
aliasfilescheck.sh
circles.xbm
compose-parse.py Updates to the compose-parse.py script 2010-03-09 02:12:33 -05:00
fnmatch.c
gen-paper-names.c Remove obsolete translator comments 2010-03-08 20:14:37 -05:00
gtk-builder-convert Default target version of gtk-builder-convert should be 2.0 2011-01-23 16:52:40 -05:00
gtk-compose-lookaside.txt Remove conflicting legacy compose sequences in favour of X.org sequences 2010-03-09 02:26:51 -05:00
gtk-win32.rc.in Revert name change 2008-07-01 22:57:50 +00:00
gtk.h Added GtkComboBoxText api 2010-10-16 01:11:44 -04:00
gtk.symbols Add accessors for GtkRange::round-digits 2011-01-15 00:26:08 -05:00
gtkaboutdialog.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkaboutdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaccelgroup.c gtk: also define the default *virtual* accel mod mask 2011-10-07 20:13:09 +02:00
gtkaccelgroup.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaccellabel.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkaccellabel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaccelmap.c gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c 2008-08-08 03:49:18 +00:00
gtkaccelmap.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaccessible.c Use the correct guards in gtk_accessible_set_widget() 2010-06-22 21:13:41 +02:00
gtkaccessible.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaction.c gtk: ref the action around gtk_action_emit_activate() 2012-08-03 23:24:39 +02:00
gtkaction.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkactiongroup.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkactiongroup.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkactivatable.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkactivatable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkadjustment.c Forward-port a GtkAdjustment compatibility fix 2009-05-03 13:04:06 -04:00
gtkadjustment.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkalignment.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkalignment.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkarrow.c [docs] Move documentation to inline comments: GtkArrow 2010-04-18 17:59:53 +02:00
gtkarrow.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkaspectframe.c [docs] Move documentation to inline comments: GtkAspectFrame 2010-04-18 05:08:36 +02:00
gtkaspectframe.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkassistant.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkassistant.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbbox.c Miscellaneous property string fixes 2010-08-29 19:02:00 +01:00
gtkbbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbin.c [docs] Move documentation to inline comments: GtkBin 2010-04-18 05:19:21 +02:00
gtkbin.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbindings.c [GI] Add missing (transfer) annotations 2011-01-26 12:49:08 +01:00
gtkbindings.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbox.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW) 2010-03-06 11:37:06 +01:00
gtkbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbuildable.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkbuildable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbuilder.c Make GtkBuilder do not delay construct properties that can be resolved 2011-06-29 11:48:18 -03:00
gtkbuilder.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkbuilderparser.c Miscellaneous string fixes 2010-08-29 19:05:26 +01:00
gtkbuilderprivate.h Improve GtkBuilder error reporting 2009-04-06 20:13:35 -04:00
gtkbutton.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcalendar.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkcalendar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcelleditable.c Use G_DEFINE_INTERFACE macro in gtkcelleditable 2010-04-13 07:42:34 +02:00
gtkcelleditable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcelllayout.c [introspection] Merge in Gtk-custom.c annotations 2009-12-16 17:22:01 -02:00
gtkcelllayout.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrenderer.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkcellrenderer.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrendereraccel.c Implement the editing-canceled property in GtkCellEditableEventBox 2012-01-20 11:47:50 +01:00
gtkcellrendereraccel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrenderercombo.c Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox 2010-10-13 22:43:40 -04:00
gtkcellrenderercombo.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrendererpixbuf.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcellrendererpixbuf.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrendererprogress.c Don't try to keep state in a cell renderer between two paint calls. It 2008-12-13 08:18:50 +00:00
gtkcellrendererprogress.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrendererspin.c Use GtkCellEditable::editing-canceled 2009-12-04 02:50:57 +01:00
gtkcellrendererspin.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrendererspinner.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcellrendererspinner.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrenderertext.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcellrenderertext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellrenderertoggle.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcellrenderertoggle.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcellview.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkcellview.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcheckbutton.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcheckbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcheckmenuitem.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkcheckmenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkclipboard-quartz.c quartz: really don't call a NULL function in gtk_clipboard_store() 2013-01-15 11:56:22 +01:00
gtkclipboard.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkclipboard.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkclist.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtkclist.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkcolorbutton.c GtkColorButton: Don't forget to close a cairo context 2011-08-27 01:52:24 -04:00
gtkcolorbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcolorsel.c Bug 659406 - Abstract what triggers a context menu 2011-09-19 00:32:52 +02:00
gtkcolorsel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcolorseldialog.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkcolorseldialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcombo.c Fix a typo in GtkCombo 2010-12-22 14:53:13 -05:00
gtkcombo.h
gtkcombobox.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkcombobox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcomboboxentry.c Correct a deprecation note 2011-05-25 22:46:40 -04:00
gtkcomboboxentry.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcomboboxtext.c gtkcomboboxtext: Some documentation fixes 2011-09-19 13:50:11 +02:00
gtkcomboboxtext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkcontainer.c Document that gtk_container_propagate_expose is going away 2011-04-08 20:31:21 -04:00
gtkcontainer.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkctree.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtkctree.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkcurve.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtkcurve.h Deprecate GtkCurve and GtkGammaCurve 2009-10-21 18:17:32 +02:00
gtkcustompaperunixdialog.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkcustompaperunixdialog.h No need to have single-include guards in a private header 2009-07-14 01:33:52 +02:00
gtkdebug.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkdialog.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkdnd-quartz.c quartz: properly handle the given hotspot position 2012-04-22 17:15:06 +02:00
gtkdnd.c gtkdnd: Don't bind/unbind keycodes that couldn't be determined 2011-06-13 15:10:11 +01:00
gtkdnd.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkdndcursors.h
gtkdrawingarea.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) 2010-03-06 11:51:33 +01:00
gtkdrawingarea.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkeditable.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkeditable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkentry.c entry: never use GTK_STATE_ACTIVE to paint the background 2013-01-25 15:02:42 -05:00
gtkentry.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkentrybuffer.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkentrybuffer.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkentrycompletion.c gtkentrycompletion: check return value because It can be non-UTF8 2011-10-13 14:01:08 +01:00
gtkentrycompletion.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkentryprivate.h
gtkenums.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkeventbox.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) 2010-03-06 11:51:33 +01:00
gtkeventbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkexpander.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkexpander.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilechooser.c gtkfilechooser.c update to 3.0 2011-07-12 13:35:45 -05:00
gtkfilechooser.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilechooserbutton.c gtkfilechooserbutton.c update to 3.0 2011-07-12 13:32:41 -05:00
gtkfilechooserbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilechooserdefault.c GtkFileChooserButton: return correct selection for SELECT_FOLDER mode 2013-01-24 17:57:03 -06:00
gtkfilechooserdefault.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserdialog.c bgo#675421 - Set the wm_role on GtkFileChooserDialog 2012-05-07 15:43:20 -05:00
gtkfilechooserdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilechooserembed.c Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserembed.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserentry.c gtk: clean up properly in GtkFileChooserEntry's dispose() to fix crashes 2012-11-05 20:15:17 +01:00
gtkfilechooserentry.h Add a local_only property to GtkFileChooserEntry 2009-01-21 03:16:46 +00:00
gtkfilechooserprivate.h Revert "Add items to the shortcuts bar's popup menu to configure the startup mode" 2012-12-03 14:23:17 -06:00
gtkfilechoosersettings.c GtkFileChooserButton: return correct selection for SELECT_FOLDER mode 2013-01-24 17:57:03 -06:00
gtkfilechoosersettings.h GtkFileChooserButton: return correct selection for SELECT_FOLDER mode 2013-01-24 17:57:03 -06:00
gtkfilechooserutils.c Put recently-used folders in the recently-used list 2011-07-12 17:50:55 -05:00
gtkfilechooserutils.h Put recently-used folders in the recently-used list 2011-07-12 17:50:55 -05:00
gtkfilechooserwidget.c Use "Deprecated:" gtk-doc symbol corrently 2009-11-06 03:03:40 +01:00
gtkfilechooserwidget.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilefilter.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkfilefilter.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfilesel.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkfilesel.h gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkfilesystem.c Use bookmarks file from gtk-3.0 XDG config dir if present 2012-10-29 09:52:26 -04:00
gtkfilesystem.h Fix file chooser refcounting issues 2010-03-08 23:56:43 -05:00
gtkfilesystemmodel.c Ensure we always grab the gdk lock in async callbacks 2011-03-28 14:00:31 +02:00
gtkfilesystemmodel.h s/get_is_visible/iter_is_visible for clarity 2009-10-15 22:06:17 +02:00
gtkfixed.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED) 2010-03-06 11:51:33 +01:00
gtkfixed.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfontbutton.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkfontbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkfontsel.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkfontsel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkframe.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkframe.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkgamma.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) 2010-03-02 07:58:05 +01:00
gtkgamma.h Deprecate GtkCurve and GtkGammaCurve 2009-10-21 18:17:32 +02:00
gtkgc.c Deprecated all GdkGC functions 2010-08-07 22:08:21 +02:00
gtkgc.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhandlebox.c Use gdk_window_ accessors instead of gdk_drawable_ accessors if possible 2010-10-19 10:37:15 +02:00
gtkhandlebox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhbbox.c Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkhbbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhbox.c Move documentation to inline comments: GtkHBox 2010-04-28 04:29:41 +02:00
gtkhbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhpaned.c Bug 553586 – Add orientation API to GtkPaned 2008-11-07 16:39:50 +00:00
gtkhpaned.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhruler.c gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkhruler.h gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkhscale.c Bug 553765 – Add orientation API to GtkRange 2008-11-11 17:47:13 +00:00
gtkhscale.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhscrollbar.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkhscrollbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhseparator.c Bug 553582 – Add orientation API to GtkSeparator 2008-09-30 14:20:30 +00:00
gtkhseparator.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkhsv.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkhsv.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkiconcache.c Use g_mapped_file_unref() 2009-06-18 15:11:57 -04:00
gtkiconcache.h
gtkiconcachevalidator.c
gtkiconcachevalidator.h
gtkiconfactory.c Use the right icon-name for missing images 2012-01-05 14:30:48 -05:00
gtkiconfactory.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkicontheme.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkicontheme.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkiconview.c iconview: Fix autoscroll 2012-03-03 21:12:19 +01:00
gtkiconview.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkimage.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkimage.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkimagemenuitem.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkimagemenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkimcontext.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkimcontext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkimcontextsimple.c gtk: convert keyvals to unicode before committing to the imcontext 2012-11-30 15:06:48 +01:00
gtkimcontextsimple.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkimcontextsimpleseqs.h Remove conflicting legacy compose sequences in favour of X.org sequences 2010-03-09 02:26:51 -05:00
gtkimmodule.c Allow fallback for input method modules 2012-06-05 17:03:42 -04:00
gtkimmodule.h Revert name change 2008-07-01 22:57:50 +00:00
gtkimmulticontext.c immulticontext: Always check if the global context id changed 2012-09-09 20:06:38 -04:00
gtkimmulticontext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkinfobar.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkinfobar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkinputdialog.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT) 2010-03-02 07:58:05 +01:00
gtkinputdialog.h Deprecate GtkInputDialog 2009-10-16 16:05:13 +02:00
gtkintl.h
gtkinvisible.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkinvisible.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkitem.c Build fixes after GtkItem deprecation 2010-09-10 22:33:58 -04:00
gtkitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkitemfactory.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkitemfactory.h gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkkeyhash.c Bug 663856 - Make option-foo accelerators use the right symbol 2011-11-18 12:25:03 +01:00
gtkkeyhash.h Revert name change 2008-07-01 22:57:50 +00:00
gtklabel.c Bug 659406 - Abstract what triggers a context menu 2011-09-19 00:32:52 +02:00
gtklabel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtklayout.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtklayout.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtklinkbutton.c GtkLinkButton: forgot to #include "gtkprivate.h" 2011-09-20 08:58:03 +02:00
gtklinkbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtklist.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtklist.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtklistitem.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtklistitem.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkliststore.c Gtk{List,Tree}Store: Fix GI array annotations 2011-01-15 15:34:00 -06:00
gtkliststore.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmain.c gtk: fix scrolling in modal dialogs when event_widget is insensitive 2012-12-14 14:30:31 +01:00
gtkmain.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmarshal.list
gtkmarshalers.list Add support for 'auth-info' attribute to the CUPS backend 2009-09-24 15:34:56 +02:00
gtkmenu.c Bug 663856 - Make option-foo accelerators use the right symbol 2011-11-18 12:25:03 +01:00
gtkmenu.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmenubar.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkmenubar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmenuitem.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkmenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmenushell.c Make menu scrolling work with auto mnemonics 2010-03-17 21:18:31 -04:00
gtkmenushell.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmenutoolbutton.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkmenutoolbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmessagedialog.c Fix GtkMessageDialog annotations 2011-01-09 21:39:15 -06:00
gtkmessagedialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmisc.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkmisc.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmnemonichash.c Deprecate widget flag: GTK_WIDGET_MAPPED 2010-03-03 20:19:03 +01:00
gtkmnemonichash.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmodules.c modules: Fix memleak 2012-01-24 17:46:22 +01:00
gtkmodules.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmountoperation-stub.c Miscellaneous string fixes 2010-08-29 19:05:26 +01:00
gtkmountoperation-x11.c gtkmountoperation-x11: unbreak compilation on OpenBSD. 2011-11-08 12:31:46 -05:00
gtkmountoperation.c Bug 659406 - Abstract what triggers a context menu 2011-09-19 00:32:52 +02:00
gtkmountoperation.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkmountoperationprivate.h Bug 587485 – GMountOperation::show-processes support 2009-07-06 14:23:03 -04:00
gtknotebook.c Fix a critical warning in notebook dnd with rgba colormaps 2013-01-20 22:07:14 -05:00
gtknotebook.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkobject.c Fix warning: cast to gint* 2009-10-30 18:34:35 +01:00
gtkobject.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkoffscreenwindow.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkoffscreenwindow.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkoldeditable.c Deprecate widget flag: GTK_WIDGET_REALIZED 2010-03-03 20:41:05 +01:00
gtkoldeditable.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkoptionmenu.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkoptionmenu.h Revert name change 2008-07-01 22:57:50 +00:00
gtkorientable.c Fixed build failure for gtkorientable 2010-04-13 11:22:45 +01:00
gtkorientable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpagesetup.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkpagesetup.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpagesetupunixdialog.c [GI] Add missing (transfer) annotations 2011-01-26 12:49:08 +01:00
gtkpagesetupunixdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpaned.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkpaned.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpango.c label: Draw all text using PangoCairo 2010-08-07 15:35:49 +02:00
gtkpango.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpapersize.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkpapersize.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkpathbar.c Fix file chooser refcounting issues 2010-03-08 23:56:43 -05:00
gtkpathbar.h
gtkpixmap.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtkpixmap.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkplug-stub.c Revert name change 2008-07-01 22:57:50 +00:00
gtkplug-win32.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkplug-x11.c Use more gdk_window_ accessors instead of gdk_drawable_ accessors 2010-11-10 09:09:38 -05:00
gtkplug.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkplug.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkplugprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkpreview.c gdk: Deprecate GdkRGB functions 2010-08-08 02:59:21 +02:00
gtkpreview.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkprint-win32.c gtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic fixups after patch 2008-08-02 09:31:01 +00:00
gtkprint-win32.h Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows 2008-08-02 09:27:47 +00:00
gtkprintbackend.c Fix declaration of gtk_print_job_set_status 2010-01-17 23:47:20 -05:00
gtkprintbackend.h Remove gtk_printer_new from gtkprintbackend.h 2011-01-06 12:52:26 -05:00
gtkprintcontext.c Don't use deprecated Pango api 2011-11-08 12:40:58 -05:00
gtkprintcontext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprinter-private.h Allow getting the printer's hard margins 2009-12-01 17:39:01 +01:00
gtkprinter.c printing: Make sure destroy function is always called by gtk_enumerate_printers 2012-03-15 14:49:00 +01:00
gtkprinter.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprinteroption.c Print when Enter pressed in certain GtkEntries of the print dialog 2009-08-11 09:24:18 +02:00
gtkprinteroption.h Print when Enter pressed in certain GtkEntries of the print dialog 2009-08-11 09:24:18 +02:00
gtkprinteroptionset.c More uses of g_strcmp0 2010-03-16 19:16:31 +01:00
gtkprinteroptionset.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprinteroptionwidget.c Improve PICKONE_* handling in GtkPrinterOptionWidget (bug #543520) 2012-01-06 00:18:38 +01:00
gtkprinteroptionwidget.h
gtkprintjob.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkprintjob.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprintoperation-private.h Set unix printer hard margins on print context 2009-12-05 13:45:55 +01:00
gtkprintoperation-unix.c [GI] Add missing (transfer) annotations 2011-01-26 12:49:08 +01:00
gtkprintoperation-win32.c win32: Actually check for IPrintDialogCallback in configure 2011-10-28 09:10:40 +02:00
gtkprintoperation.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkprintoperation.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprintoperationpreview.c Doc additions 2008-12-30 05:18:18 +00:00
gtkprintoperationpreview.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprintsettings.c printing: gtk_print_settings_load_key_file() ignores group_name 2012-01-11 15:46:15 +01:00
gtkprintsettings.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprintunixdialog.c Print dialog: small keynav improvement 2011-11-08 12:40:11 -05:00
gtkprintunixdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkprintutils.c Revert name change 2008-07-01 22:57:50 +00:00
gtkprintutils.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkprivate.h Bug 663856 - Make option-foo accelerators use the right symbol 2011-11-18 12:25:03 +01:00
gtkprogress.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtkprogress.h Fix a typo 2008-12-29 06:02:38 +00:00
gtkprogressbar.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkprogressbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkquartz.c [Bug 664238] GTK apps crash when dragging something 2011-11-20 10:28:15 -08:00
gtkquartz.h Rework a previous commit to not crash in addition to fixing leaks 2010-01-01 21:28:16 +01:00
gtkquery.c
gtkquery.h
gtkradioaction.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkradioaction.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkradiobutton.c [GI] Mark mis-detected constructors as such 2011-02-19 09:56:53 -05:00
gtkradiobutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkradiomenuitem.c [GI] Fixes of existing incorrect annotations 2011-01-26 12:29:21 +01:00
gtkradiomenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkradiotoolbutton.c [GI] Fixes of existing incorrect annotations 2011-01-26 12:29:21 +01:00
gtkradiotoolbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrange.c Implement gtk-primary-button-warps-slider GtkSetting 2012-09-07 16:46:08 +02:00
gtkrange.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrbtree.c Fix compilation warning: move function to proper location 2010-04-12 22:10:38 +02:00
gtkrbtree.h
gtkrc.c gtkrc.c: Use g_ascii_dtostr for formatting floats 2011-04-27 17:10:34 -04:00
gtkrc.default
gtkrc.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrc.key.default
gtkrc.key.emacs Revert name change 2008-07-01 22:57:50 +00:00
gtkrc.key.mac gtkrc.key.mac: add '"' missing from last commit 2011-10-28 10:19:24 +02:00
gtkrecentaction.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkrecentaction.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentchooser.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkrecentchooser.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentchooserdefault.c Bug 659406 - Abstract what triggers a context menu 2011-09-19 00:32:52 +02:00
gtkrecentchooserdefault.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserdialog.c Deprecate widget flag: GTK_WIDGET_MAPPED 2010-03-03 20:19:03 +01:00
gtkrecentchooserdialog.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentchoosermenu.c Fixed gtk_recent_chooser_menu_set_current_filter to update the local pointer. 2011-02-19 09:58:30 -05:00
gtkrecentchoosermenu.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentchooserprivate.h Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchooserutils.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserwidget.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentfilter.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkrecentfilter.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkrecentmanager.c recent-manager: Coalesce multiple changes 2012-09-03 13:23:56 -04:00
gtkrecentmanager.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkruler.c gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkruler.h gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkscale.c scale: Fix marks for inverted scales 2012-01-20 21:57:21 +01:00
gtkscale.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkscalebutton.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkscalebutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkscrollbar.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtkscrollbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkscrolledwindow.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkscrolledwindow.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtksearchengine.c
gtksearchengine.h
gtksearchenginebeagle.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtksearchenginebeagle.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginesimple.c
gtksearchenginesimple.h
gtksearchenginetracker.c GtkSearchEngineTracker: port to tracker 0.12 2011-11-08 12:36:23 -05:00
gtksearchenginetracker.h
gtkselection.c quartz: Don't use compound text for selections 2012-05-14 21:33:08 +02:00
gtkselection.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkseparator.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtkseparator.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkseparatormenuitem.c Revert name change 2008-07-01 22:57:50 +00:00
gtkseparatormenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkseparatortoolitem.c Doc fixes 2008-12-29 00:07:32 +00:00
gtkseparatortoolitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtksettings.c Implement gtk-primary-button-warps-slider GtkSetting 2012-09-07 16:46:08 +02:00
gtksettings.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkshow.c Mention gvfs in the gtk_show_uri() docs 2011-01-06 13:00:07 -05:00
gtkshow.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtksignal.c gtk/gtkobject.c s/GtkType/GType/ and 2008-09-23 18:24:33 +00:00
gtksignal.h gtk/gtkobject.c s/GtkType/GType/ and 2008-09-23 18:24:33 +00:00
gtksizegroup.c Deprecate widget flag: GTK_WIDGET_MAPPED 2010-03-03 20:19:03 +01:00
gtksizegroup.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtksocket-stub.c Revert name change 2008-07-01 22:57:50 +00:00
gtksocket-win32.c Deprecate widget flag: GTK_WIDGET_REALIZED 2010-03-03 20:41:05 +01:00
gtksocket-x11.c Use more gdk_window_ accessors instead of gdk_drawable_ accessors 2010-11-10 09:09:38 -05:00
gtksocket.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtksocket.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtksocketprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkspinbutton.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkspinbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkspinner.c Remove a duplicate variable 2010-09-08 17:54:17 -04:00
gtkspinner.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkstatusbar.c Fix a segfault in gtk_statusbar_remove_all 2011-01-31 11:51:44 -05:00
gtkstatusbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkstatusicon-quartz.c
gtkstatusicon.c win32: Hack to make statusbar menus show up visible: 2011-11-02 16:11:54 +01:00
gtkstatusicon.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkstock.c gtk: also define the default *virtual* accel mod mask 2011-10-07 20:13:09 +02:00
gtkstock.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkstyle.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtkstyle.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktable.c [docs] Fix annotations: "(allow-none): (out)" -> "(out) (allow-none)" 2010-06-24 18:13:17 +02:00
gtktable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktearoffmenuitem.c Deprecate widget flag: GTK_WIDGET_DRAWABLE 2010-03-01 04:55:55 +01:00
gtktearoffmenuitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktestutils.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtktestutils.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktext.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtktext.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktextbtree.c Fix compilation warning: Disable unused function 2009-11-09 20:56:54 +01:00
gtktextbtree.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextbuffer.c Remove gtk_paste_point_override mark if we don't insert any text. 2011-01-28 13:29:10 +01:00
gtktextbuffer.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktextbufferrichtext.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtktextbufferrichtext.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktextbufferserialize.c Miscellaneous string fixes 2010-08-29 19:05:26 +01:00
gtktextbufferserialize.h
gtktextchild.c [introspection] Merge in Gtk-custom.c annotations 2009-12-16 17:22:01 -02:00
gtktextchild.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktextchildprivate.h
gtktextdisplay.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtktextdisplay.h
gtktextiter.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtktextiter.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktextiterprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextlayout.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtktextlayout.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextmark.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtktextmark.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktextmarkprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextsegment.c
gtktextsegment.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttag.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtktexttag.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktexttagprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttagtable.c Fix doc format problems 2011-01-30 00:04:04 -05:00
gtktexttagtable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktexttypes.c Revert name change 2008-07-01 22:57:50 +00:00
gtktexttypes.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextutil.c textview: draw dnd icon with Pango 2010-08-07 15:35:49 +02:00
gtktextutil.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextview.c Bug 659406 - Abstract what triggers a context menu 2011-09-19 00:32:52 +02:00
gtktextview.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkthemes.c Bug 555386 – format not a string literal and no format arguments 2008-10-13 12:54:45 +00:00
gtkthemes.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktipsquery.c Deprecate widget flag: GTK_WIDGET_REALIZED 2010-03-03 20:41:05 +01:00
gtktipsquery.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktoggleaction.c [annotations] Add allow-none 2010-02-19 17:57:51 -02:00
gtktoggleaction.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoggleactionprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktogglebutton.c Don't use GTK_WIDGET_STATE in internal code anymore 2010-03-09 02:40:17 +01:00
gtktogglebutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoggletoolbutton.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtktoggletoolbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolbar.c Bug 662633 - Scheduled transaction editor crashes with gtk+-2.24.7 2011-11-02 20:27:39 +01:00
gtktoolbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolbutton.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtktoolbutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolitem.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtktoolitem.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolitemgroup.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtktoolitemgroup.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolpalette.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtktoolpalette.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktoolpaletteprivate.h GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. This gives us nicer text alignment among other things. 2009-07-13 19:37:25 +02:00
gtktoolshell.c Add a couple of missing annotations 2011-01-17 14:12:24 +01:00
gtktoolshell.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktooltip.c tooltip: add tooltip-radius and tooltip-alpha style properties 2012-08-30 21:41:40 -04:00
gtktooltip.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktooltips.c [introspection] Merge in Gtk-custom.c annotations 2009-12-16 17:22:01 -02:00
gtktooltips.h Revert name change 2008-07-01 22:57:50 +00:00
gtktrayicon-x11.c GtkTrayIcon: chain up in dispose 2012-02-15 15:16:30 +00:00
gtktrayicon.h
gtktree.c Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED) 2010-03-06 12:02:21 +01:00
gtktree.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtktreednd.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreeitem.c gdk: Deprecate all drawing functions 2010-08-07 15:35:51 +02:00
gtktreeitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktreemodel.c Fixed GtkTreeModel::row-deleted documentation 2011-03-09 15:10:52 +09:00
gtktreemodel.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreemodelfilter.c [GI] Add missing (out) and (array) annotations 2011-03-16 10:45:35 +01:00
gtktreemodelfilter.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreemodelsort.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtktreemodelsort.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreeprivate.h app: abstract which modifiers are used for extending and modifying selections 2011-09-17 20:05:33 +02:00
gtktreeselection.c Add a couple of missing annotations 2011-01-17 14:12:24 +01:00
gtktreeselection.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreesortable.c [docs] Fix gtk_tree_sortable_set_sort_column_id() 2010-06-26 14:09:53 -04:00
gtktreesortable.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreestore.c Add a couple of missing annotations 2011-01-17 14:12:24 +01:00
gtktreestore.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreeview.c GtkTreeView: make tree expanding/collapsing more robust 2012-05-31 11:02:09 +02:00
gtktreeview.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktreeviewcolumn.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtktreeviewcolumn.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtktypeutils.c Shut up warning about calling gtk_object_get_type() having no effect 2009-08-18 12:10:03 +02:00
gtktypeutils.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkuimanager.c Add a couple of missing annotations 2011-01-17 14:12:24 +01:00
gtkuimanager.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkunixprint.h
gtkvbbox.c [docs] Move documentation to inline comments: GtkVButtonBox 2010-04-18 08:54:40 +02:00
gtkvbbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvbox.c Move documentation to inline comments: GtkVBox 2010-03-05 05:25:07 +01:00
gtkvbox.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkversion.h.in Revert name change 2008-07-01 22:57:50 +00:00
gtkviewport.c Backport a lot of GI transfer annotations 2011-01-10 14:43:00 -06:00
gtkviewport.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvolumebutton.c [docs] Move documentation to inline comments: GtkVolumeButton 2010-04-18 03:48:26 +02:00
gtkvolumebutton.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvpaned.c [docs] Move documentation to inline comments: GtkVPaned 2010-04-18 02:57:30 +02:00
gtkvpaned.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvruler.c gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkvruler.h gtk: Deprecate GtkRuler and subclasses. 2010-11-24 17:26:09 +01:00
gtkvscale.c Update gtkvscale documentation for in code comments. Removed template document 2010-03-03 23:46:15 +01:00
gtkvscale.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvscrollbar.c Move documentation to inline comments: GtkVScrollbar 2010-03-04 02:33:50 +01:00
gtkvscrollbar.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkvseparator.c Move documentation to inline comments: GtkVSeparator 2010-03-04 02:33:56 +01:00
gtkvseparator.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkwidget.c tooltip: add tooltip-radius and tooltip-alpha style properties 2012-08-30 21:41:40 -04:00
gtkwidget.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkwin32embed.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkwin32embed.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkwin32embedwidget.c Towards GSEAL-clean build on win32 2010-08-09 21:24:19 -04:00
gtkwin32embedwidget.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkwindow-decorate.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkwindow-decorate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkwindow.c gtk: Use 'const' instead G_RETURN_CONST 2011-06-15 19:03:44 +01:00
gtkwindow.h Move single-include guards inside include guards 2012-12-28 11:26:46 -05:00
gtkxembed.c Use more gdk_window_ accessors instead of gdk_drawable_ accessors 2010-11-10 09:09:38 -05:00
gtkxembed.h Revert name change 2008-07-01 22:57:50 +00:00
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am Remove stock_icons/*/text-x-generic.png from GENERATED_ICONS 2012-02-07 16:03:28 -08:00
makefile.msc.in win32: Update msvc build 2010-11-07 22:36:46 +01:00
makegtkalias.pl gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c 2008-08-08 03:49:18 +00:00
paper_names_offsets.c Remove obsolete translator comments 2010-03-08 20:14:37 -05:00
paper_names.c Correct PRC6 and PRC9 envelope sizes 2010-01-12 01:10:13 -05:00
pltcheck.sh
queryimmodules.c Don't do funny casts to avoid compiler warnings 2008-07-18 18:27:30 +00:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
updateiconcache.c No fsync on Windows 2010-12-27 11:31:37 +02:00
xembed.h