gtk2/gtk
Cosimo Cecchi e92e767246 liststore: fix transformation of GValues on set
There are three bugs here:
- we should check if the value type is transformable instead of being
  compatible, since that's all we care about in order to call
  g_value_transform()
- the check is only meaningful in the direction
  passed-in-type->column-type and not viceversa
- we should init the destination GValue to the column type before
  calling g_value_transform on it, or the destination type information
  will be missing and the method will fail

Thanks to Jasper St. Pierre and Colin Walters for all the help in
tracking this down.

https://bugzilla.gnome.org/show_bug.cgi?id=677649
2012-06-07 16:47:11 -04:00
..
a11y iconview: Bring back per-row contexts 2012-05-08 03:58:23 +02:00
deprecated GtkFontSel: Don't try to set the cursor on invalid iters 2012-06-01 16:58:36 -04:00
stock-icons
tests Fix the infobar builder test 2012-06-03 13:55:49 -04:00
abicheck.sh
compose-parse.py Change FSF Address 2012-02-27 17:06:11 +00:00
cursor_dnd_ask.png Add missing cursors 2012-01-16 14:36:18 +01:00
cursor_dnd_copy.png Add missing cursors 2012-01-16 14:36:18 +01:00
cursor_dnd_link.png Add missing cursors 2012-01-16 14:36:18 +01:00
cursor_dnd_move.png Add missing cursors 2012-01-16 14:36:18 +01:00
cursor_dnd_none.png Add missing cursors 2012-01-16 14:36:18 +01:00
fallback-c89.c Bug 670499-gtk/fallback-c89.c: Add fallback for nearbyint() 2012-05-03 11:59:16 +08:00
fnmatch.c Change FSF Address 2012-02-27 17:06:11 +00:00
gactionmuxer.c gactionmuxer: Fix list_actions 2012-03-30 15:21:06 -04:00
gactionmuxer.h Change FSF Address 2012-02-27 17:06:11 +00:00
gactionobservable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gactionobservable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gactionobserver.c Change FSF Address 2012-02-27 17:06:11 +00:00
gactionobserver.h Change FSF Address 2012-02-27 17:06:11 +00:00
gen-paper-names.c Change FSF Address 2012-02-27 17:06:11 +00:00
gsimpleactionobserver.c Change FSF Address 2012-02-27 17:06:11 +00:00
gsimpleactionobserver.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtk-compose-lookaside.txt
gtk-default.css css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtk-keys.css.default
gtk-keys.css.emacs Change FSF Address 2012-02-27 17:06:11 +00:00
gtk-keys.css.mac
gtk-win32-base.css css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtk-win32-classic.css win32: Fall back to raleigh with the classic theme 2012-04-03 19:26:15 +02:00
gtk-win32-xp.css win32: Fix up theme for menus on XP 2012-03-15 21:12:34 +01:00
gtk-win32.css win32: Fix up theme for menus on XP 2012-03-15 21:12:34 +01:00
gtk-win32.rc.in Update Windows Resource template information 2011-06-07 11:16:57 +08:00
gtk.gresource.xml win32: Fall back to raleigh with the classic theme 2012-04-03 19:26:15 +02:00
gtk.h Revert "gtkmenubutton: Add menu button widget" 2012-05-30 14:45:24 -04:00
gtk.symbols Revert "gtkmenubutton: Add menu button widget" 2012-05-30 14:45:24 -04:00
gtkaboutdialog.c Ensure skipped row between sections has a nonzero height 2012-03-22 13:07:35 -04:00
gtkaboutdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccelgroup.c Remove gtk_accel_group_query from the docs 2012-05-26 15:16:04 -04:00
gtkaccelgroup.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccelgroupprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccellabel.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccellabel.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccelmap.c Document removing of accelerators 2012-05-18 15:41:31 +02:00
gtkaccelmap.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccelmapprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccessible.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaccessible.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaction.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaction.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactionable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactionable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactiongroup.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactiongroup.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactivatable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkactivatable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkadjustment.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkadjustment.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkalignment.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkalignment.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkallocatedbitmask.c bitmask: Don't allocate memory for small bitmasks 2012-03-01 15:10:36 +01:00
gtkallocatedbitmaskprivate.h bitmask: Don't allocate memory for small bitmasks 2012-03-01 15:10:36 +01:00
gtkappchooser.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooser.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserbutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserdialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchoosermodule.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchoosermodule.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooseronline.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooseronline.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooseronlinepk.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooseronlinepk.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserwidget.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkappchooserwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkapplication.c gtk_application_new(): Docs: application_id may now be null. 2012-05-28 16:16:56 +02:00
gtkapplication.h application: Add unique IDs for GtkApplicationWindow 2012-05-03 17:45:46 +02:00
gtkapplicationprivate.h application: Add unique IDs for GtkApplicationWindow 2012-05-03 17:45:46 +02:00
gtkapplicationwindow.c application: Add unique IDs for GtkApplicationWindow 2012-05-03 17:45:46 +02:00
gtkapplicationwindow.h application: Add unique IDs for GtkApplicationWindow 2012-05-03 17:45:46 +02:00
gtkarrow.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkarrow.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaspectframe.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkaspectframe.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkassistant.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkassistant.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbbox.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkbbox.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbin.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbin.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbindings.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkbindings.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbindingsprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbitmaskprivate.h Fix compile error from splitting bitmask code 2012-03-01 16:26:38 -08:00
gtkbitmaskprivateimpl.h Fix compile error from splitting bitmask code 2012-03-01 16:26:38 -08:00
gtkborder.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkborder.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkborderimage.c cssvalue: Convert border-image-width to border value 2012-04-17 08:59:19 +02:00
gtkborderimageprivate.h cssvalue: Convert border-image-width to border value 2012-04-17 08:59:19 +02:00
gtkbox.c box: set orientation style classes when setting orientation 2012-05-11 11:46:59 -04:00
gtkbox.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkboxprivate.h box: Fix includes so hbox/vbox compile warning-free 2011-11-02 02:31:54 +01:00
gtkbuildable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbuildable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbuilder-menus.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbuilder.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbuilder.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbuilder.rnc Document the gtkbuilder xml file better 2012-01-30 20:32:22 -05:00
gtkbuilder.rng Document the gtkbuilder xml file better 2012-01-30 20:32:22 -05:00
gtkbuilderparser.c Fix a cornercase of menu parsing 2012-04-20 01:50:01 -04:00
gtkbuilderprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkbutton.c Provide a way to force showing icons in buttons 2012-05-21 13:57:18 -04:00
gtkbutton.h button: fix variable name in function declaration 2012-05-21 17:26:43 -04:00
gtkbuttonprivate.h Provide a way to force showing icons in buttons 2012-05-21 13:57:18 -04:00
gtkcalendar.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkcalendar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellarea.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkcellarea.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareabox.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareabox.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareaboxcontext.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareaboxcontextprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareacontext.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellareacontext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcelleditable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcelleditable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcelllayout.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcelllayout.h celllayout: Remove unused include 2012-03-03 19:45:03 +01:00
gtkcellrenderer.c Document "set" properties a bit 2012-05-26 15:06:00 -04:00
gtkcellrenderer.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendereraccel.c cellrendereraccel: don't translate Alt+Print to SysRq 2012-03-22 00:45:08 -04:00
gtkcellrendereraccel.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrenderercombo.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrenderercombo.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererpixbuf.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererpixbuf.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererprogress.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererprogress.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererspin.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkcellrendererspin.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrendererspinner.c build: Remove now-unused GTK_DISABLE_DEPRECATED undefs 2012-05-01 03:13:01 +02:00
gtkcellrendererspinner.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrenderertext.c cellrenderertext: Add placeholder-text property 2012-05-03 23:35:34 -04:00
gtkcellrenderertext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrenderertoggle.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellrenderertoggle.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcellview.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkcellview.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcheckbutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcheckbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcheckmenuitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcheckmenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkclipboard-quartz.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkclipboard-wayland.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkclipboard.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkclipboard.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorbutton.c Improve GtkColorButton behaviour 2012-05-16 23:50:58 -04:00
gtkcolorbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorchooser.c GtkColorChooser docs: Fix small typos. 2012-03-26 10:51:46 +02:00
gtkcolorchooser.h API: colorchooser: Use GtkOrientation for orientation 2012-03-07 03:11:05 +01:00
gtkcolorchooserdialog.c colorchooser: Drop the ::response handler altogether 2012-03-07 22:06:22 -05:00
gtkcolorchooserdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorchooserprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorchooserwidget.c colorchooser: Fix default palette orientation 2012-03-07 21:12:32 -05:00
gtkcolorchooserwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcoloreditor.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkcoloreditorprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorplane.c colorplane: Select for touch events 2012-03-04 11:24:51 -05:00
gtkcolorplaneprivate.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkcolorscale.c colorscale: Select for touch events 2012-03-04 11:24:51 -05:00
gtkcolorscaleprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorswatch.c colorswatch: don't use the clip box directly 2012-05-15 13:24:40 -04:00
gtkcolorswatchprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorutils.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcolorutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcombobox.c widget: Don't cache widget paths all the time 2012-04-17 08:59:21 +02:00
gtkcombobox.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcomboboxtext.c Documentation: Correct references to properties. 2012-02-15 11:43:33 +01:00
gtkcomboboxtext.h
gtkcontainer.c container: fix wrong branching logic 2012-04-18 12:12:32 -04:00
gtkcontainer.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkcontainerprivate.h container: Redo style validation handling 2012-04-17 08:59:23 +02:00
gtkcssanimatedvalues.c stylecontext: Add GtkCssAnimatedValues 2012-04-17 08:59:23 +02:00
gtkcssanimatedvaluesprivate.h stylecontext: Add GtkCssAnimatedValues 2012-04-17 08:59:23 +02:00
gtkcssarrayvalue.c cssvalue: Make GtkCssShadowValue only hold one shadow 2012-04-17 08:59:17 +02:00
gtkcssarrayvalueprivate.h cssvalue: Make GtkCssShadowValue only hold one shadow 2012-04-17 08:59:17 +02:00
gtkcssbgsizevalue.c cssvalue: Add a cssvalue for background-size 2012-04-17 08:59:18 +02:00
gtkcssbgsizevalueprivate.h cssvalue: Add a cssvalue for background-size 2012-04-17 08:59:18 +02:00
gtkcssbordervalue.c cssvalue: Add a border value 2012-04-17 08:59:18 +02:00
gtkcssbordervalueprivate.h css: Remove GtkCssNumber 2012-04-17 08:59:19 +02:00
gtkcsscomputedvalues.c computedvalues: Split out a function 2012-04-17 08:59:22 +02:00
gtkcsscomputedvaluesprivate.h stylecontext: Compute if things changed before invalidating 2012-04-17 08:59:21 +02:00
gtkcsscornervalue.c cssvalue: Add a value for border-radius corner properties 2012-04-17 08:59:18 +02:00
gtkcsscornervalueprivate.h cssvalue: Add a value for border-radius corner properties 2012-04-17 08:59:18 +02:00
gtkcsscustomproperty.c styleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcsscustompropertyprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcsseasevalue.c cssvalue: Add GtkCssEaseValue 2012-04-17 08:59:16 +02:00
gtkcsseasevalueprivate.h cssvalue: Add GtkCssEaseValue 2012-04-17 08:59:16 +02:00
gtkcssenginevalue.c cssvalue: Add a css value for engines 2012-04-17 08:59:18 +02:00
gtkcssenginevalueprivate.h cssvalue: Add a css value for engines 2012-04-17 08:59:18 +02:00
gtkcssenumvalue.c Deal with non-multiple-of-100 font weights 2012-06-01 16:15:16 -04:00
gtkcssenumvalueprivate.h cssvalue: Add GtkCssArea to the enum values 2012-04-17 08:59:15 +02:00
gtkcssimage.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimagecrossfade.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimagecrossfadeprivate.h cssimage: Add GtkCssImageCrossFade 2012-04-17 08:59:16 +02:00
gtkcssimagegradient.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimagegradientprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcssimagelinear.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimagelinearprivate.h linear-gradient: Convert from GtkCssNumber to GtkCssValue 2012-04-17 08:59:19 +02:00
gtkcssimageprivate.h cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimageurl.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimageurlprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcssimagevalue.c cssvalue: Add transition support for images 2012-04-17 08:59:16 +02:00
gtkcssimagevalueprivate.h cssvalue: Add a cssvalue for images 2012-04-17 08:59:14 +02:00
gtkcssimagewin32.c cssimage: No need to pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssimagewin32private.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcssinheritvalue.c cssvalue: Add _gtk_css_value_transition() 2012-04-17 08:59:15 +02:00
gtkcssinheritvalueprivate.h styleproperty: Make _gtk_style_property_parse_value() return a CssValue 2012-04-17 08:59:11 +02:00
gtkcssinitialvalue.c cssvalue: Add _gtk_css_value_transition() 2012-04-17 08:59:15 +02:00
gtkcssinitialvalueprivate.h styleproperty: Make _gtk_style_property_parse_value() return a CssValue 2012-04-17 08:59:11 +02:00
gtkcsslookup.c css: Use GtkCssValues instead of GValue in the css machinery 2012-03-08 11:03:57 +01:00
gtkcsslookupprivate.h css: Use GtkCssValues instead of GValue in the css machinery 2012-03-08 11:03:57 +01:00
gtkcssmatcher.c cssmatcher: Handle case of empty widget path 2012-05-01 03:13:02 +02:00
gtkcssmatcherprivate.h cssmatcher: Handle case of empty widget path 2012-05-01 03:13:02 +02:00
gtkcssnumbervalue.c css: Remove GtkCssNumber 2012-04-17 08:59:19 +02:00
gtkcssnumbervalueprivate.h css: Remove GtkCssNumber 2012-04-17 08:59:19 +02:00
gtkcssparser.c cssparser: Change APIs that work with files 2012-05-11 16:42:12 +02:00
gtkcssparserprivate.h cssparser: Change APIs that work with files 2012-05-11 16:42:12 +02:00
gtkcsspositionvalue.c csspositionvalue: make empty error value non fatal 2012-05-15 13:24:40 -04:00
gtkcsspositionvalueprivate.h cssvalue: Add a value for background-position 2012-04-17 08:59:18 +02:00
gtkcssprovider.c cssprovider: Remove unused members from scanner 2012-05-11 16:42:12 +02:00
gtkcssprovider.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcssproviderprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkcssrepeatvalue.c cssvalue: Add a custom value for repeats 2012-04-17 08:59:18 +02:00
gtkcssrepeatvalueprivate.h cssvalue: Add a custom value for repeats 2012-04-17 08:59:18 +02:00
gtkcssrgbavalue.c symboliccolor: Treat it as a CssValue 2012-04-17 08:59:20 +02:00
gtkcssrgbavalueprivate.h symboliccolor: Treat it as a CssValue 2012-04-17 08:59:20 +02:00
gtkcsssection.c csssection: Remove file argument from constructor 2012-05-11 16:42:12 +02:00
gtkcsssection.h Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkcsssectionprivate.h csssection: Remove file argument from constructor 2012-05-11 16:42:12 +02:00
gtkcssselector.c cssmatcher: Use quarks for classes 2012-04-17 08:59:10 +02:00
gtkcssselectorprivate.h css: Add selector change types 2012-04-17 08:59:07 +02:00
gtkcssshadowsvalue.c shadow: Add equal and transition support 2012-04-17 08:59:18 +02:00
gtkcssshadowsvalueprivate.h cssvalue: Add GtkCssShadowsValue 2012-04-17 08:59:18 +02:00
gtkcssshadowvalue.c cssshadow: plug a memory leak 2012-05-01 15:03:47 -04:00
gtkcssshadowvalueprivate.h shadow: Add equal and transition support 2012-04-17 08:59:18 +02:00
gtkcssshorthandproperty.c styleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcssshorthandpropertyimpl.c shorthand: implement multiple backgrounds for the background shorthand 2012-05-15 13:24:40 -04:00
gtkcssshorthandpropertyprivate.h cssshorthand: Don't pass base file anymore 2012-05-11 16:42:12 +02:00
gtkcssstringvalue.c cssvalue: Add a GtkCssValue for idents 2012-04-17 08:59:16 +02:00
gtkcssstringvalueprivate.h cssvalue: Add a GtkCssValue for idents 2012-04-17 08:59:16 +02:00
gtkcssstylefuncs.c cssstylefuncs: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcssstylefuncsprivate.h cssstylefuncs: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcssstyleproperty.c styleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcssstylepropertyimpl.c styleproperty: make background-image an array value 2012-05-15 13:24:40 -04:00
gtkcssstylepropertyprivate.h cssstyleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkcsstransition.c animation: Add CSS transition object 2012-04-17 08:59:23 +02:00
gtkcsstransitionprivate.h animation: Add CSS transition object 2012-04-17 08:59:23 +02:00
gtkcsstypedvalue.c cssvalue: Split out old value handling to new typed value 2012-04-17 08:59:20 +02:00
gtkcsstypedvalueprivate.h cssvalue: Split out old value handling to new typed value 2012-04-17 08:59:20 +02:00
gtkcsstypes.c stylecontext: Add an animating framework 2012-04-17 08:59:22 +02:00
gtkcsstypesprivate.h stylecontext: Add an animating framework 2012-04-17 08:59:22 +02:00
gtkcssvalue.c cssvalue: Split out old value handling to new typed value 2012-04-17 08:59:20 +02:00
gtkcssvalueprivate.h cssvalue: Remove GObject macros 2012-04-17 08:59:23 +02:00
gtkcustompaperunixdialog.c Migrate to XDG config dir for custom papers 2012-04-30 06:42:31 -04:00
gtkcustompaperunixdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkdebug.h debug: Add GTK_DEBUG=no-css-cache 2012-05-02 02:00:11 +02:00
gtkdialog.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkdnd-quartz.c Don't include gtkplug.h in gtkdnd-quartz.c 2012-05-18 14:00:28 -07:00
gtkdnd.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkdnd.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkdrawingarea.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkdrawingarea.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkeditable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkeditable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkentry.c gtk_entry_[get|set]_inner_border(): Clarify the deprecation docs. 2012-05-06 15:05:27 -04:00
gtkentry.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkentrybuffer.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkentrybuffer.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkentrycompletion.c entry-completion: set size request on the toplevel window 2012-05-04 15:43:29 -04:00
gtkentrycompletion.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkentryprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkenums.h printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONE 2012-05-03 18:30:48 -07:00
gtkeventbox.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkeventbox.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkexpander.c css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtkexpander.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooser.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkfilechooser.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserbutton.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkfilechooserbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserdefault.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkfilechooserdefault.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserdialog.c bgo#675421 - Set the wm_role on GtkFileChooserDialog 2012-05-07 15:42:32 -05:00
gtkfilechooserdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserembed.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserembed.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserentry.c filechooser: Fix entry completion 2012-03-29 18:59:07 -04:00
gtkfilechooserentry.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserutils.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserwidget.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilechooserwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilefilter.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkfilefilter.h Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkfilesystem.c Migrate to XDG config dir for bookmarks 2012-04-30 06:42:35 -04:00
gtkfilesystem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilesystemmodel.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfilesystemmodel.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfixed.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfixed.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontbutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooser.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooser.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserdialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserutils.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkfontchooserwidget.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkfontchooserwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkframe.c gtk: Get gtkwidgetpath.h includes out of the public headers 2012-03-19 02:26:16 +01:00
gtkframe.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkgradient.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkgradient.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkgrid.c grid: Fix access to grid->priv member 2012-06-03 01:51:26 +02:00
gtkgrid.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconcache.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconcache.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconcachevalidator.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconcachevalidator.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconfactory.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkiconfactory.h types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkiconhelper.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconhelperprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkicontheme.c icon-theme: Allow symbolic GFileIcons 2012-06-01 09:17:00 -04:00
gtkicontheme.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconview.c iconview: Bring back rtl flipping 2012-05-15 01:12:28 -04:00
gtkiconview.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkiconviewprivate.h iconview: Bring back per-row contexts 2012-05-08 03:58:23 +02:00
gtkimage.c GtkImage: Move g_clear_object() to gtk_image_finalize() 2012-04-16 06:51:43 +02:00
gtkimage.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimagemenuitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimagemenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimageprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimcontext.c Fix doc comment 2012-05-25 22:58:55 -04:00
gtkimcontext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimcontextinfo.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimcontextsimple.c quartz: add a special case to GtkIMContextSimply for entering '"' 2012-05-10 11:06:09 +02:00
gtkimcontextsimple.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimcontextsimpleseqs.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimmodule.c build: Remove now-unused GTK_DISABLE_DEPRECATED undefs 2012-05-01 03:13:01 +02:00
gtkimmodule.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimmoduleprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkimmulticontext.c immulticontext: Always check if the global context id changed 2012-05-08 00:35:30 +02:00
gtkimmulticontext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkinfobar.c Chain up custom_tag_start() propertly. 2012-05-18 18:09:36 -03:00
gtkinfobar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkintl.h
gtkinvisible.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkinvisible.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkkeyhash.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkkeyhash.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtklabel.c Paint label background 2012-04-30 13:13:25 -04:00
gtklabel.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtklayout.c gtk: Don't call gdk_window_process_updates() when scrolling 2012-04-05 15:48:51 +02:00
gtklayout.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtklinkbutton.c gtk: Fix warnings for some uses of GtkLinkButton 2012-05-10 15:22:31 +01:00
gtklinkbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkliststore.c liststore: fix transformation of GValues on set 2012-06-07 16:47:11 -04:00
gtkliststore.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtklockbutton.c Reword lockbutton docs 2012-05-26 13:29:48 -04:00
gtklockbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmain.c debug: Add GTK_DEBUG=no-css-cache 2012-05-02 02:00:11 +02:00
gtkmain.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmarshalers.list GtkComboBox: Add the format-entry-text signal. 2011-10-06 11:14:38 +02:00
gtkmenu.c Make page up/down work again in scrolled menus 2012-04-24 23:34:12 -04:00
gtkmenu.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenubar.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenubar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenuitem.c menuitem: Don't set menubar style class randomly 2012-04-17 08:59:23 +02:00
gtkmenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenuitemprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenuprivate.h menus: Implement scrolling through event capture for touch devices 2012-03-01 16:25:23 -05:00
gtkmenushell.c menushell: Remove gtk-touchscreen-mode usage 2012-03-01 16:25:23 -05:00
gtkmenushell.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenushellprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmenutoolbutton.c Revert "gtkmenutoolbutton: Use GtkMenuButton" 2012-05-30 14:45:15 -04:00
gtkmenutoolbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmessagedialog.c docs: Improve GtkMessageDialog description 2012-05-04 03:09:13 +01:00
gtkmessagedialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmisc.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmisc.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmnemonichash.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmnemonichash.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodelmenu-quartz.c Rename gtkquartz-menu to gtkmodelmenu-quartz 2012-05-07 14:59:06 -07:00
gtkmodelmenu-quartz.h Rename gtkquartz-menu to gtkmodelmenu-quartz 2012-05-07 14:59:06 -07:00
gtkmodelmenu.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodelmenu.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodelmenuitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodelmenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodifierstyle.c styleprovider: Make all implementors emit the new signal 2012-04-17 08:59:21 +02:00
gtkmodifierstyle.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodules.c Don't load binary modules from the home directory by default 2012-04-30 06:42:30 -04:00
gtkmodules.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmodulesprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmountoperation-stub.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmountoperation-x11.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmountoperation.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmountoperation.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkmountoperationprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtknotebook.c notebook: fix size requisition for the initial_gap style property 2012-05-30 18:02:42 -04:00
gtknotebook.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtknumerableicon.c gtk: Get gtkwidgetpath.h includes out of the public headers 2012-03-19 02:26:16 +01:00
gtknumerableicon.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtknumerableiconprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkoffscreenwindow.c container: Remove duplicated flag 2012-04-17 08:59:22 +02:00
gtkoffscreenwindow.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkorientable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkorientable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkorientableprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkoverlay.c gtk: Make widget only invalidate widget positions 2012-04-17 08:59:10 +02:00
gtkoverlay.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpagesetup.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpagesetup.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpagesetupunixdialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpagesetupunixdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpaned.c paned: Shrinkable widgets don't require a size 2012-04-05 11:30:41 +02:00
gtkpaned.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpango.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpango.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpapersize.c printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONE 2012-05-03 18:30:48 -07:00
gtkpapersize.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpathbar.c pathbar: fix a copy/paste error from last commit 2012-05-02 11:49:40 -04:00
gtkpathbar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkplug.c GtkPlug: fix handling of key events for different layouts 2012-04-30 16:35:10 -04:00
gtkplug.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkpressandhold.c gtk: Be more careful when ignoring touch events 2012-03-04 11:24:51 -05:00
gtkpressandholdprivate.h Break out press-and-hold code as its own object 2012-03-04 00:29:04 -05:00
gtkprint-win32.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprint-win32.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintbackend.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintbackend.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintcontext.c printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONE 2012-05-03 18:30:48 -07:00
gtkprintcontext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinter-private.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinter.c printing: Make sure destroy function is always called by gtk_enumerate_printers 2012-03-15 14:47:33 +01:00
gtkprinter.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroption.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroption.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroptionset.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroptionset.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroptionwidget.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprinteroptionwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintjob.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintjob.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperation-private.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperation-unix.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperation-win32.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperation.c printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONE 2012-05-03 18:30:48 -07:00
gtkprintoperation.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperationpreview.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintoperationpreview.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintsettings.c Make collate default to enabled 2012-03-19 13:00:33 +00:00
gtkprintsettings.h GTK PrintToFile settings 2012-05-14 14:26:53 +02:00
gtkprintunixdialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintunixdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprintutils.c printing: Rename GTK_UNIT_PIXEL to GTK_UNIT_NONE 2012-05-03 18:30:48 -07:00
gtkprintutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprivate.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprivate.h gtk: Add a way to do event capture 2012-03-01 16:25:21 -05:00
gtkprivatetypebuiltins.c.template Add generation of private g-types for private headers 2011-11-25 15:36:08 +01:00
gtkprivatetypebuiltins.h.template Add generation of private g-types for private headers 2011-11-25 15:36:08 +01:00
gtkprogressbar.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkprogressbar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkquartz.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkquartz.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkquery.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkquery.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradioaction.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradioaction.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiobutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiobutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiomenuitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiomenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiotoolbutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkradiotoolbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrange.c range: read and use CSS margin values for the trough component 2012-05-17 09:42:42 -04:00
gtkrange.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkrbtree.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrbtree.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrc.default
gtkrc.key.default
gtkrc.key.emacs Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrc.key.mac gtkrc.key.mac: add Command-cursor text navigation 2011-10-25 22:26:26 +02:00
gtkrecentaction.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentaction.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooser.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkrecentchooser.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserdefault.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserdefault.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserdialog.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserdialog.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchoosermenu.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkrecentchoosermenu.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserutils.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserwidget.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentchooserwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentfilter.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentfilter.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkrecentmanager.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkrecentmanager.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkroundedbox.c cssvalue: Add a value for border-radius corner properties 2012-04-17 08:59:18 +02:00
gtkroundedboxprivate.h cssvalue: Add a value for border-radius corner properties 2012-04-17 08:59:18 +02:00
gtkscale.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkscale.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkscalebutton.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkscalebutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkscaleprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkscrollable.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkscrollable.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkscrollbar.c types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkscrollbar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkscrolledwindow.c scrolledwindow: take into account border/padding for junction 2012-03-10 11:46:26 -05:00
gtkscrolledwindow.h scrolledwindow: Kinetic scrolling support 2012-03-01 16:25:21 -05:00
gtksearchengine.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchengine.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchenginequartz.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchenginequartz.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchenginesimple.c Fix the build on Solaris 2012-05-25 23:13:42 -04:00
gtksearchenginesimple.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchenginetracker.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtksearchenginetracker.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkselection.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkselection.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkselectionprivate.h
gtkseparator.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkseparator.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkseparatormenuitem.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkseparatormenuitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkseparatortoolitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkseparatortoolitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksettings.c Add support for disabling middle click paste 2012-05-03 21:59:54 -04:00
gtksettings.h types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtksettingsprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkshow.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkshow.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksizegroup-private.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksizegroup.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtksizegroup.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksizerequest.c sizerequest: Improve warning message 2012-05-07 17:37:36 +02:00
gtksizerequest.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksocket.c [socket]: fix gtk-doc warnings. 2012-05-06 12:37:59 +02:00
gtksocket.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksocketprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkspinbutton.c spinbutton: port to GtkIconHelper 2012-04-26 13:35:54 -04:00
gtkspinbutton.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkspinner.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkspinner.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstatusbar.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstatusbar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstatusicon-quartz.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstatusicon.c statusicon: Fix implicit declaration warning 2012-05-15 17:55:36 +01:00
gtkstatusicon.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstock.c Change the stock help accel to F1 2012-05-26 12:09:13 -04:00
gtkstock.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstyleanimation.c stylecontext: Add new class for animation handling 2012-04-17 08:59:23 +02:00
gtkstyleanimationprivate.h stylecontext: Add new class for animation handling 2012-04-17 08:59:23 +02:00
gtkstylecascade.c styleprovider: Make all implementors emit the new signal 2012-04-17 08:59:21 +02:00
gtkstylecascadeprivate.h styleprovider: Add a custom object for a list of style providers 2012-04-17 08:59:07 +02:00
gtkstylecontext.c Clarify the gtk_style_context_add_provider docs 2012-05-26 12:24:13 -04:00
gtkstylecontext.h stylecontext: Add GTK_STYLE_CLASS_DIM_LABEL 2012-04-27 14:55:49 +02:00
gtkstylecontextprivate.h stylecontext: Add public API to stop animations 2012-04-17 08:59:22 +02:00
gtkstyleproperties.c styleprovider: Make all implementors emit the new signal 2012-04-17 08:59:21 +02:00
gtkstyleproperties.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkstylepropertiesprivate.h css: Use GtkCssValues instead of GValue in the css machinery 2012-03-08 11:03:57 +01:00
gtkstyleproperty.c styleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkstylepropertyprivate.h styleproperty: Remove base argument 2012-05-11 16:42:12 +02:00
gtkstyleprovider.c gtk: Get gtkwidgetpath.h includes out of the public headers 2012-03-19 02:26:16 +01:00
gtkstyleprovider.h Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkstyleproviderprivate.c StyleProviderPrivate: mark internal variable as static 2012-04-23 19:16:14 +02:00
gtkstyleproviderprivate.h styleprovider: Add a private signal for when things change 2012-04-17 08:59:21 +02:00
gtkswitch.c css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtkswitch.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksymboliccolor.c symboliccolor: Treat it as a CssValue 2012-04-17 08:59:20 +02:00
gtksymboliccolor.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtksymboliccolorprivate.h symboliccolor: Treat it as a CssValue 2012-04-17 08:59:20 +02:00
gtktestutils.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktestutils.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextattributes.c gtk: move _gtk_modules_has_mixed_deps() to gtkmodlesprivate.h 2011-10-23 13:57:07 +02:00
gtktextattributes.h __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined. 2011-10-03 09:11:50 +02:00
gtktextbtree.c gtktextbtree: use g_slice 2011-12-25 17:49:03 +01:00
gtktextbtree.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextbuffer.c Add custom va_marshallers in some places 2012-03-05 12:39:09 +01:00
gtktextbuffer.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextbufferrichtext.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextbufferrichtext.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextbufferserialize.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextbufferserialize.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextchild.c
gtktextchild.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextchildprivate.h
gtktextdisplay.c Revert part of "textview: Remove extra magic for drawing children" 2012-04-10 16:21:07 +02:00
gtktextdisplay.h Revert part of "textview: Remove extra magic for drawing children" 2012-04-10 16:21:07 +02:00
gtktextiter.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtktextiter.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextiterprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextlayout.c Add custom va_marshallers in some places 2012-03-05 12:39:09 +01:00
gtktextlayout.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextmark.c
gtktextmark.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktextmarkprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextsegment.c
gtktextsegment.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktexttag.c Document "set" properties a bit 2012-05-26 15:06:00 -04:00
gtktexttag.h
gtktexttagprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktexttagtable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktexttagtable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktexttypes.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktexttypes.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextutil.c Revert part of "textview: Remove extra magic for drawing children" 2012-04-10 16:21:07 +02:00
gtktextutil.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktextview.c Add support for disabling middle click paste 2012-05-03 21:59:54 -04:00
gtktextview.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkthemingbackground.c themingbackground: fix drawing for repeating positioned images 2012-05-30 12:16:11 -04:00
gtkthemingbackgroundprivate.h themingbackgorund: render all background layers 2012-05-15 13:24:40 -04:00
gtkthemingengine.c themingengine: don't use gtk_theming_engine_get() 2012-05-16 21:57:22 -04:00
gtkthemingengine.h themingengine: add missing deprecation annotation 2012-05-16 21:57:22 -04:00
gtkthemingengineprivate.h themingengine: Make _gtk_theming_engine_paint_spinner() args const 2012-04-17 08:59:17 +02:00
gtktoggleaction.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoggleaction.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktogglebutton.c button: Remove _gtk_button_paint() 2012-04-17 08:59:23 +02:00
gtktogglebutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoggletoolbutton.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoggletoolbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolbar.c GtkToolbar: Prevent accidental drag starts 2012-05-25 23:17:43 -04:00
gtktoolbar.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolbutton.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtktoolbutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolitem.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolitem.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolitemgroup.c css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtktoolitemgroup.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolpalette.c toolpalette: Configure adjustment properly 2012-04-27 03:33:57 +02:00
gtktoolpalette.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolpaletteprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktoolshell.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtktoolshell.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktooltip.c types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtktooltip.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktrayicon-x11.c tray: Add suggested braces around empty body in 'if' statements 2012-04-07 13:01:24 +02:00
gtktrayicon.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreedatalist.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreedatalist.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreednd.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreednd.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreemenu.c gtk: Get rid of deprecation warnings 2012-05-01 03:13:01 +02:00
gtktreemenu.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreemodel.c docs: Correct gtk_tree_row_reference_new() description 2012-05-04 03:04:58 +01:00
gtktreemodel.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreemodelfilter.c treemodelfilter: Don't unref deleted rows 2012-03-19 02:26:16 +01:00
gtktreemodelfilter.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreemodelsort.c treemodelsort: fix iter_previous so it can go back to the first item 2012-04-28 02:01:16 -04:00
gtktreemodelsort.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeselection.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeselection.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreesortable.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreesortable.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreestore.c Explicitely mention -1 in the insert_with_values docs 2012-03-10 19:37:07 +01:00
gtktreestore.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeview.c css: Remove old animation code 2012-04-17 08:59:19 +02:00
gtktreeview.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeviewcolumn.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtktreeviewcolumn.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtktypes.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkuimanager.c doc: Add missing CDATA around a XML programlisting 2012-05-16 23:57:28 -04:00
gtkuimanager.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkunixprint.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkversion.h.in Change FSF Address 2012-02-27 17:06:11 +00:00
gtkviewport.c gtk: Don't call gdk_window_process_updates() when scrolling 2012-04-05 15:48:51 +02:00
gtkviewport.h types: Move GtkAdustment declaration to gtktypes.h 2012-03-03 19:45:03 +01:00
gtkvolumebutton.c Fix malformed doc comments 2012-04-12 21:12:16 -04:00
gtkvolumebutton.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwidget.c container: needs_resize is a container flag, not a widget flag 2012-04-17 08:59:23 +02:00
gtkwidget.h types: Clean up gtkwidget.h includes 2012-03-03 19:45:03 +01:00
gtkwidgetpath.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwidgetpath.h types: Move widget types into gtktypes.h 2012-03-03 19:45:03 +01:00
gtkwidgetprivate.h container: needs_resize is a container flag, not a widget flag 2012-04-17 08:59:23 +02:00
gtkwin32.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwin32embed.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwin32embed.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwin32embedwidget.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwin32embedwidget.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwin32theme.c cssstylefuncs: Remove base argument 2012-05-11 16:42:12 +02:00
gtkwin32themeprivate.h cssstylefuncs: Remove base argument 2012-05-11 16:42:12 +02:00
gtkwindow.c Trivial: remove a bit of obfuscation 2012-05-30 13:46:39 -04:00
gtkwindow.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkwindowprivate.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkx.h Change FSF Address 2012-02-27 17:06:11 +00:00
gtkxembed.c Change FSF Address 2012-02-27 17:06:11 +00:00
gtkxembed.h Change FSF Address 2012-02-27 17:06:11 +00:00
Makefile.am build: Fix MKDIR_P for recent automake 2012-06-07 16:35:12 +02:00
makefile.msc.in
org.gtk.Settings.ColorChooser.gschema.xml Initial cut at implementing a new color chooser 2012-02-14 16:36:49 -05:00
org.gtk.Settings.FileChooser.gschema.xml Change FSF Address 2012-02-27 17:06:11 +00:00
paper_names_offsets.c
paper_names.c
queryimmodules.c build: Remove now-unused GTK_DISABLE_DEPRECATED undefs 2012-05-01 03:13:01 +02:00
updateiconcache.c Change FSF Address 2012-02-27 17:06:11 +00:00
xembed.h