gtk2/gtk
Matthias Clasen defc0cf5df file chooser button: Fix some refcounting confusion
GtkFileSystem has a complicated way to handle cancellables.
You keep the cancellable pointer that is returned by
_gtk_file_system_get_info and similar methods so that you can
cancel the operation, but you do not own a reference to it.
The only place where it is ok to unref a cancellable is in
your callback, which gets handed a cancellable that you need
to unref at the end. You are expected to compare it to the
pointer you stashed away to find out if the operation has
already been superseded by a newer call, in which case you
disregard the results.

GtkFileChooserButton was following these rules for most of
the cancellables it keeps around, but it was sometimes unreffing
the cancellables that are stored in the model, which could lead
to refcount confusion and crashes. This commit makes it follow
the rules for that case too, which fixes the crash in the bug
below, and does not show up any leaks in valgrind under light
testing.

https://bugzilla.gnome.org/show_bug.cgi?id=737804
2015-08-06 14:51:25 +02:00
..
a11y Remove a duplicate string 2015-07-26 02:57:39 -04:00
cursor Drop the extra resources/ subdirectory 2014-11-30 16:11:55 -05:00
deprecated Code cleanup 2015-07-31 22:23:35 -04:00
glade glade: Add GtkColorEditor to private widgets 2014-11-01 13:20:59 -04:00
icons Drop the extra resources/ subdirectory 2014-11-30 16:11:55 -05:00
inspector inspector: Fix a typo 2015-08-04 07:11:34 -04:00
theme Adwaita: calendar button fix 2015-08-05 14:05:57 +02:00
ui combobox: Refactor cell view treatment 2015-07-31 04:03:44 +02:00
compose-parse.py
encodesymbolic.c gtk-encode-symbolic-svg: Mark all strings for translation 2015-04-27 18:58:03 -04:00
fallback-c89.c
fnmatch.c
gen-paper-names.c
gtk-a11y.h gtk: Add support for g_autoptr() 2015-02-02 09:31:27 +01:00
gtk-autocleanups.h Rename GtkSidebar to GtkStackSidebar 2015-02-13 18:01:56 +01:00
gtk-builder-tool.c builder-tool: Don't strip border-width 2015-07-19 13:18:30 -04:00
gtk-compose-lookaside.txt
gtk-keys.css.default
gtk-keys.css.emacs
gtk-keys.css.mac
gtk-launch.c
gtk-win32.rc.in
gtk.h Rename GtkSidebar to GtkStackSidebar 2015-02-13 18:01:56 +01:00
gtkaboutdialog.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkaboutdialog.h
gtkaccelgroup.c
gtkaccelgroup.h
gtkaccelgroupprivate.h
gtkaccellabel.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkaccellabel.h
gtkaccelmap.c accel map: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkaccelmap.h
gtkaccelmapprivate.h
gtkaccessible.c
gtkaccessible.h
gtkactionable.c GtkActionable: Fix small doc formatting issues 2015-04-26 10:19:26 -04:00
gtkactionable.h
gtkactionbar.c actionbar: Remove get_path_for_child implementation 2015-07-08 05:48:59 +02:00
gtkactionbar.h
gtkactionhelper.c GtkActionHelper: Avoid null deref in debug code 2015-07-17 18:38:01 -04:00
gtkactionhelper.h
gtkactionmuxer.c widget: add helpers to resolve GActionGroups available to GtkWidget 2014-12-11 15:25:41 -08:00
gtkactionmuxer.h widget: add helpers to resolve GActionGroups available to GtkWidget 2014-12-11 15:25:41 -08:00
gtkactionobservable.c
gtkactionobservable.h
gtkactionobserver.c
gtkactionobserver.h
gtkadjustment.c GtkAdjustment: Deprecate some redundant API 2015-05-10 02:35:52 -04:00
gtkadjustment.h Forgotten file 2015-05-10 15:37:55 -04:00
gtkadjustmentprivate.h
gtkallocatedbitmask.c css: Fix _gtk_bitmask_subtract() 2015-02-25 01:55:28 +01:00
gtkallocatedbitmaskprivate.h
gtkappchooser.c
gtkappchooser.h
gtkappchooserbutton.c Formatting fixes 2014-12-23 18:54:11 -05:00
gtkappchooserbutton.h
gtkappchooserdialog.c app chooser dialog: Prevent uneven button heights 2015-02-26 21:16:58 -05:00
gtkappchooserdialog.h
gtkappchooserprivate.h
gtkappchooserwidget.c Drop a few unneeded ifs 2014-12-08 17:30:35 -05:00
gtkappchooserwidget.h
gtkapplication-dbus.c GtkApplication: Try to cope with ssh situations better 2014-12-18 23:26:23 -05:00
gtkapplication-quartz-menu.c quartz app menu: add hidpi support for menu icons 2015-07-27 17:28:36 +02:00
gtkapplication-quartz.c
gtkapplication-wayland.c wayland: Set a more correct xdg_surface application id 2015-03-31 12:37:50 +08:00
gtkapplication-x11.c GtkApplication: avoid using stale timestamps 2015-07-14 18:34:09 -07:00
gtkapplication.c application: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkapplication.h
gtkapplicationimpl.c
gtkapplicationprivate.h
gtkapplicationwindow.c Expand builder menu documentation 2015-07-29 23:17:43 -04:00
gtkapplicationwindow.h
gtkaspectframe.c
gtkaspectframe.h
gtkassistant.c GtkAssistant: Fix criticals on dispose 2015-06-19 21:56:29 -04:00
gtkassistant.h GtkAssistant: Add a way to have pages without padding 2015-06-14 21:29:09 -04:00
gtkbbox.c GtkButtonBox: remove spacing when buttons are linked 2015-07-14 15:12:56 +02:00
gtkbbox.h GtkButtonBox: remove spacing when buttons are linked 2015-07-14 15:12:56 +02:00
gtkbin.c
gtkbin.h
gtkbindings.c
gtkbindings.h
gtkbindingsprivate.h
gtkbitmaskprivate.h
gtkbitmaskprivateimpl.h Do not return on void functions 2015-02-19 14:46:32 +01:00
gtkbookmarksmanager.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkbookmarksmanager.h
gtkborder.c
gtkborder.h
gtkbox.c cssnode: Change API of some functions 2015-07-16 06:15:13 +02:00
gtkbox.h
gtkboxprivate.h
gtkbuildable.c
gtkbuildable.h
gtkbuilder-menus.c builder: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkbuilder.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkbuilder.h GtkBuilder: Add an error code for 'invalid ID' 2015-04-27 22:52:03 -04:00
gtkbuilder.rnc
gtkbuilder.rng
gtkbuilderparser.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkbuilderprivate.h GtkBuilder: Export the template parsing entry point 2015-04-30 06:19:10 -04:00
gtkbutton.c GtkButton: Pick up images that are set early 2015-08-03 22:35:36 -04:00
gtkbutton.h
gtkbuttonprivate.h
gtkcairoblur.c Make the blur code compile with clang 2015-03-22 13:49:24 -04:00
gtkcairoblurprivate.h box-shadow: For top/bottom and left/right parts, repeat a single line 2015-03-21 21:39:15 +01:00
gtkcalendar.c calendar: Handle invalid dates 2015-01-02 23:15:55 +00:00
gtkcalendar.h
gtkcellarea.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkcellarea.h
gtkcellareabox.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkcellareabox.h
gtkcellareaboxcontext.c
gtkcellareaboxcontextprivate.h
gtkcellareacontext.c
gtkcellareacontext.h
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c GtkCellLayout: Use the new helpers 2015-04-27 01:15:22 -04:00
gtkcelllayout.h
gtkcellrenderer.c Fix check for 'y' padding in gtk_cell_renderer_set_padding() 2015-01-11 15:34:20 -05:00
gtkcellrenderer.h
gtkcellrendereraccel.c cellrendereraccel: Remove unused variables 2014-10-03 06:18:07 +02:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c cellrendererpixbuf: Always follow state 2015-03-14 15:46:13 +01:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkcellrendererprogress.h
gtkcellrendererspin.c
gtkcellrendererspin.h
gtkcellrendererspinner.c
gtkcellrendererspinner.h
gtkcellrenderertext.c cellrenderertext: notify inverted 2015-01-04 12:48:14 +01:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c
gtkcellrenderertoggle.h
gtkcellview.c cellview: Implement border and background drawing 2015-07-21 02:28:52 +02:00
gtkcellview.h
gtkcheckbutton.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkcheckbutton.h
gtkcheckmenuitem.c
gtkcheckmenuitem.h
gtkclipboard-quartz.c quartz: Copy annotations 2014-11-30 17:20:38 -05:00
gtkclipboard.c gtkclipboard: Fix a potential g_signal_handler_disconnect(NULL) call 2015-03-09 13:41:37 +00:00
gtkclipboard.h clipboard: Add get_default() helper 2015-01-27 18:09:31 +01:00
gtkclipboardprivate.h
gtkcolorbutton.c Fix typos in documentation 2014-12-30 13:46:11 +01:00
gtkcolorbutton.h
gtkcolorchooser.c
gtkcolorchooser.h
gtkcolorchooserdialog.c
gtkcolorchooserdialog.h
gtkcolorchooserprivate.h
gtkcolorchooserwidget.c Fix typos in documentation 2014-12-30 13:46:11 +01:00
gtkcolorchooserwidget.h
gtkcoloreditor.c color editor: make popups toggleable 2015-06-13 22:32:05 -04:00
gtkcoloreditorprivate.h
gtkcolorplane.c Use standard cursor names 2015-07-26 01:45:06 -04:00
gtkcolorplaneprivate.h
gtkcolorscale.c color scale: simplify code a bit 2015-02-18 17:28:08 -05:00
gtkcolorscaleprivate.h
gtkcolorswatch.c color chooser: Use a popover for the context menu 2015-08-04 22:59:58 -04:00
gtkcolorswatchprivate.h
gtkcolorutils.c
gtkcolorutils.h
gtkcombobox.c combobox: Refactor cell view treatment 2015-07-31 04:03:44 +02:00
gtkcombobox.h
gtkcomboboxprivate.h
gtkcomboboxtext.c GtkComboBoxText: Use the new helpers 2015-04-27 01:15:24 -04:00
gtkcomboboxtext.h
gtkcontainer.c headerbar: Get rid of get_path_for_child() 2015-07-16 06:15:13 +02:00
gtkcontainer.h
gtkcontainerprivate.h headerbar: Get rid of get_path_for_child() 2015-07-16 06:15:13 +02:00
gtkcssanimatedstyle.c cssstyle: Add gtk_css_style_is_static() 2015-03-18 15:23:33 +01:00
gtkcssanimatedstyleprivate.h cssstyle: Add gtk_css_style_is_static() 2015-03-18 15:23:33 +01:00
gtkcssanimation.c cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle 2015-01-07 14:26:46 +01:00
gtkcssanimationprivate.h
gtkcssarrayvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssarrayvalueprivate.h
gtkcssbgsizevalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssbgsizevalueprivate.h
gtkcssbordervalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssbordervalueprivate.h
gtkcsscolorvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsscolorvalueprivate.h cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsscornervalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsscornervalueprivate.h
gtkcsscustomproperty.c cssstylefuncs: Rename functions 2015-01-07 14:26:46 +01:00
gtkcsscustompropertyprivate.h
gtkcsseasevalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsseasevalueprivate.h
gtkcssenginevalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssenginevalueprivate.h
gtkcssenumvalue.c css: support text-decoration-style 2015-07-06 20:06:20 +02:00
gtkcssenumvalueprivate.h css: support text-decoration-style 2015-07-06 20:06:20 +02:00
gtkcssiconthemevalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssiconthemevalueprivate.h css: Add a -gtk-icon-theme CSS property 2015-01-27 05:04:34 +01:00
gtkcssimage.c cssimage: Don't start a transition if the start and end are the same 2015-08-02 12:57:31 -07:00
gtkcssimagebuiltin.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagebuiltinprivate.h render: Don't require passing CSS properties to builtin images 2015-01-20 06:30:19 +01:00
gtkcssimagecrossfade.c
gtkcssimagecrossfadeprivate.h
gtkcssimagegradient.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagegradientprivate.h
gtkcssimageicontheme.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimageiconthemeprivate.h
gtkcssimagelinear.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagelinearprivate.h
gtkcssimageprivate.h cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagescaled.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagescaledprivate.h
gtkcssimagesurface.c
gtkcssimagesurfaceprivate.h
gtkcssimageurl.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimageurlprivate.h
gtkcssimagevalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssimagevalueprivate.h
gtkcssimagewin32.c css: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkcssimagewin32private.h
gtkcssinheritvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssinheritvalueprivate.h
gtkcssinitialvalue.c css: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkcssinitialvalueprivate.h
gtkcsskeyframes.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsskeyframesprivate.h css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkcsslookup.c css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkcsslookupprivate.h css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkcssmatcher.c cssmatcher: Make nth-child(odd) work on first line 2015-07-06 15:33:50 +02:00
gtkcssmatcherprivate.h cssnode: Add a matcher for nodes 2015-03-18 15:23:31 +01:00
gtkcssnode.c cssnode: Add gtk_css_node_reverse_children() 2015-07-16 06:15:13 +02:00
gtkcssnodedeclaration.c stylecontext: Keep track of the CSS ID 2015-01-20 01:07:13 +01:00
gtkcssnodedeclarationprivate.h cssmatcher: Allow widget path matcher to take a node declaration 2015-03-18 15:23:30 +01:00
gtkcssnodeprivate.h cssnode: Add gtk_css_node_reverse_children() 2015-07-16 06:15:13 +02:00
gtkcssnumbervalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssnumbervalueprivate.h
gtkcssparser.c
gtkcssparserprivate.h
gtkcsspathnode.c csspathnode: Handle context going away 2015-03-18 18:24:45 +01:00
gtkcsspathnodeprivate.h csspathnode: Handle context going away 2015-03-18 18:24:45 +01:00
gtkcsspositionvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsspositionvalueprivate.h
gtkcssprovider.c Plug a memory leak 2015-07-27 14:54:13 -04:00
gtkcssprovider.h docs: Fix annotation for GtkCssProviderError 2014-11-25 22:15:24 -05:00
gtkcssproviderprivate.h
gtkcssrepeatvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssrepeatvalueprivate.h
gtkcssrgbavalue.c cssvalue: Change color transitions to run premultiplied 2015-06-26 21:12:50 +02:00
gtkcssrgbavalueprivate.h
gtkcsssection.c
gtkcsssection.h
gtkcsssectionprivate.h
gtkcssselector.c cssselector: Report finer granularity for position changes 2015-07-06 15:33:50 +02:00
gtkcssselectorprivate.h cssselector: Redo change verification 2014-12-10 03:49:40 +01:00
gtkcssshadowsvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssshadowsvalueprivate.h render: Remove spinner special-cases 2015-01-20 06:30:19 +01:00
gtkcssshadowvalue.c css: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkcssshadowvalueprivate.h render: Remove spinner special-cases 2015-01-20 06:30:19 +01:00
gtkcssshorthandproperty.c Do not return on void functions 2015-02-19 14:46:32 +01:00
gtkcssshorthandpropertyimpl.c css: support text-decoration-style 2015-07-06 20:06:20 +02:00
gtkcssshorthandpropertyprivate.h
gtkcssstaticstyle.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssstaticstyleprivate.h cssstyle: Remove unused optimization 2015-03-18 15:23:31 +01:00
gtkcssstringvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssstringvalueprivate.h
gtkcssstyle.c cssstyle: Add gtk_css_style_is_static() 2015-03-18 15:23:33 +01:00
gtkcssstylefuncs.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssstylefuncsprivate.h cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssstyleprivate.h cssstyle: Add gtk_css_style_is_static() 2015-03-18 15:23:33 +01:00
gtkcssstyleproperty.c gtk: Fix various tiny typos in documentation comments 2015-02-18 11:38:37 +00:00
gtkcssstylepropertyimpl.c css: text-decoration-style is not inherited 2015-07-08 05:48:59 +02:00
gtkcssstylepropertyprivate.h css: Remove _gtk_css_style_property_changes_affect_size() 2015-01-27 05:04:34 +01:00
gtkcsstransformvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsstransformvalueprivate.h
gtkcsstransientnode.c cssnode: Create animated styles by default 2015-03-18 15:23:32 +01:00
gtkcsstransientnodeprivate.h cssnode: Split into 3 objects 2015-03-18 15:23:29 +01:00
gtkcsstransition.c cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle 2015-01-07 14:26:46 +01:00
gtkcsstransitionprivate.h
gtkcsstypedvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsstypedvalueprivate.h
gtkcsstypes.c csstypes: Change NTH_CHILD and NTH_LAST_CHILD change propagation 2015-07-06 15:33:50 +02:00
gtkcsstypesprivate.h gtk/gtkcsstypesprivate.h: Fix Build 2015-08-06 05:48:22 +08:00
gtkcssunsetvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssunsetvalueprivate.h
gtkcssvalue.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcssvalueprivate.h cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkcsswidgetnode.c stylecontext: Clear style property more frequently 2015-04-27 19:17:03 +02:00
gtkcsswidgetnodeprivate.h cssnode: Always return correct style values 2015-03-18 15:23:32 +01:00
gtkcustompaperunixdialog.c
gtkcustompaperunixdialog.h
gtkdbusinterfaces.xml
gtkdebug.h
gtkdialog.c GtkButtonBox: remove spacing when buttons are linked 2015-07-14 15:12:56 +02:00
gtkdialog.h
gtkdialogprivate.h
gtkdnd-quartz.c quartz dnd: add hidpi support for gtk_drag_set_icon_surface() 2015-07-27 17:28:14 +02:00
gtkdnd.c gtkdnd: Fix introspection annotations in some functions 2015-07-07 12:50:14 +02:00
gtkdnd.h Remove some useless comments 2015-05-16 18:04:40 -04:00
gtkdndprivate.h DND: Move private api to a private header 2015-05-16 17:54:01 -04:00
gtkdrawingarea.c drawingarea: use same background approach as GtkLayout 2015-07-20 08:43:08 -07:00
gtkdrawingarea.h
gtkeditable.c
gtkeditable.h
gtkentry.c entry: Use gtk_simulate_touchscreen 2015-07-31 13:46:34 -04:00
gtkentry.h gtkentry: Document vfuncs in GtkEntryClass 2015-03-11 11:24:29 +00:00
gtkentrybuffer.c
gtkentrybuffer.h
gtkentrycompletion.c entry completion: Clarify index in documentation 2015-07-31 09:11:57 -04:00
gtkentrycompletion.h
gtkentryprivate.h entrycompletion: no need to return boolean 2015-07-03 15:51:06 -03:00
gtkenums.h input methods: Add a 'vertical text' hint 2015-05-10 01:30:38 -04:00
gtkeventbox.c eventbox: don't call gtk_style_context_set_background() 2015-07-01 16:09:22 -07:00
gtkeventbox.h
gtkeventcontroller.c Gestures: Properly handle weak references 2015-03-11 06:47:04 -04:00
gtkeventcontroller.h
gtkeventcontrollerprivate.h
gtkexpander.c GtkExpander: Fix a problem with resize-toplevel 2014-10-02 18:06:02 -04:00
gtkexpander.h
gtkfilechooser.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkfilechooser.h
gtkfilechooserbutton.c file chooser button: Fix some refcounting confusion 2015-08-06 14:51:25 +02:00
gtkfilechooserbutton.h
gtkfilechooserdialog.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkfilechooserdialog.h
gtkfilechooserembed.c
gtkfilechooserembed.h
gtkfilechooserentry.c Remove debug spew 2015-07-23 00:45:32 -04:00
gtkfilechooserentry.h file chooser entry: Capture Escape and emit :hide-entry 2015-07-04 00:29:24 -04:00
gtkfilechooserprivate.h file chooser: Clean up enum handling 2015-07-04 00:29:25 -04:00
gtkfilechooserutils.c
gtkfilechooserutils.h
gtkfilechooserwidget.c Whitespace fixes 2015-08-03 22:02:22 -04:00
gtkfilechooserwidget.h
gtkfilechooserwidgetprivate.h file chooser widget: Allow external save entry 2015-07-04 00:29:24 -04:00
gtkfilefilter.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkfilefilter.h
gtkfilesystem.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkfilesystem.h Add a helper function for remote locations 2015-07-27 08:07:39 -04:00
gtkfilesystemmodel.c Fix return value error in _gtk_file_system_model_get_directory 2015-07-06 03:27:42 +08:00
gtkfilesystemmodel.h Add a getter for the directory to file system model 2015-07-04 00:29:26 -04:00
gtkfixed.c fixed: add a comment for gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtkfixed.h
gtkflowbox.c cssnode: Change API of some functions 2015-07-16 06:15:13 +02:00
gtkflowbox.h
gtkfontbutton.c Redo font map support in GtkFontChooser 2015-06-13 00:00:51 -04:00
gtkfontbutton.h
gtkfontchooser.c Redo font map support in GtkFontChooser 2015-06-13 00:00:51 -04:00
gtkfontchooser.h Pacify gobject-introspection 2015-06-20 20:29:18 -04:00
gtkfontchooserdialog.c
gtkfontchooserdialog.h
gtkfontchooserprivate.h
gtkfontchooserutils.c Redo font map support in GtkFontChooser 2015-06-13 00:00:51 -04:00
gtkfontchooserutils.h Redo font map support in GtkFontChooser 2015-06-13 00:00:51 -04:00
gtkfontchooserwidget.c fontchooserwidget: use appropriate model for GtkTreeIter 2015-07-29 12:57:43 -07:00
gtkfontchooserwidget.h
gtkframe.c gtkframe: Don't queue a redraw on the entire widget every size allocate 2015-07-14 18:32:45 -07:00
gtkframe.h
gtkgesture.c GtkGesture: minor cleanup 2015-07-24 13:44:22 +02:00
gtkgesture.h
gtkgesturedrag.c
gtkgesturedrag.h
gtkgesturedragprivate.h
gtkgesturelongpress.c long press: Add a delay-factor property 2015-02-23 08:37:26 -05:00
gtkgesturelongpress.h
gtkgesturelongpressprivate.h
gtkgesturemultipress.c
gtkgesturemultipress.h
gtkgesturemultipressprivate.h
gtkgesturepan.c
gtkgesturepan.h
gtkgesturepanprivate.h
gtkgestureprivate.h
gtkgesturerotate.c
gtkgesturerotate.h
gtkgesturerotateprivate.h
gtkgesturesingle.c gesture single: Use gtk_simulate_touchscreen 2015-07-31 13:46:35 -04:00
gtkgesturesingle.h
gtkgesturesingleprivate.h
gtkgestureswipe.c
gtkgestureswipe.h
gtkgestureswipeprivate.h
gtkgesturezoom.c
gtkgesturezoom.h gtk: Add support for g_autoptr() 2015-02-02 09:31:27 +01:00
gtkgesturezoomprivate.h
gtkgladecatalog.c
gtkglarea.c docs: Fix annotation for GtkGLArea::resize signal 2015-06-11 11:45:03 +01:00
gtkglarea.h gl area: Add a few missing docs 2015-04-26 10:19:26 -04:00
gtkgrid.c Revert "GtkGrid: Add a few NULL checks" 2015-07-17 20:18:34 -04:00
gtkgrid.h
gtkheaderbar.c Fix csd decorations 2015-07-19 09:59:18 -04:00
gtkheaderbar.h
gtkheaderbarprivate.h
gtkhsla.c
gtkhslaprivate.h
gtkiconcache.c Ignore gdk-pixbuf deprecations 2014-10-27 07:05:22 -04:00
gtkiconcache.h
gtkiconcachevalidator.c Whitespace fixes 2014-12-12 20:52:35 -05:00
gtkiconcachevalidator.h
gtkiconhelper.c More of the same 2015-03-22 15:14:42 -04:00
gtkiconhelperprivate.h
gtkicontheme.c gtkicontheme: Check a return value 2015-07-17 16:11:16 -04:00
gtkicontheme.h
gtkiconview.c iconview: don't call gtk_style_context_set_background() 2015-07-01 16:09:22 -07:00
gtkiconview.h
gtkiconviewprivate.h
gtkimage.c GtkImage: Plug a memory leak 2015-07-21 23:04:30 -04:00
gtkimage.h
gtkimageprivate.h
gtkimcontext.c
gtkimcontext.h
gtkimcontextinfo.h
gtkimcontextsimple.c cleanup: do not set members to null in finalize 2015-08-01 21:31:49 +02:00
gtkimcontextsimple.h
gtkimcontextsimpleseqs.h
gtkimmodule.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkimmodule.h
gtkimmoduleprivate.h
gtkimmulticontext.c Fix the previous commit 2015-02-23 22:25:11 -05:00
gtkimmulticontext.h
gtkinfobar.c GtkInfoBar: Use _gtk_builder_lookup_object 2015-04-27 23:09:35 -04:00
gtkinfobar.h
gtkintl.h
gtkinvisible.c
gtkinvisible.h
gtkkeyhash.c
gtkkeyhash.h
gtkkineticscrolling.c kinetic scrolling: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkkineticscrolling.h
gtklabel.c GtkLabel: Show erroneous text if parsing markup failed 2015-08-03 11:31:00 +02:00
gtklabel.h gtk_label_set_yalign(): Fix xalign/yalign typo in parameter name. 2015-03-02 10:58:53 +01:00
gtklabelprivate.h
gtklayout.c layout: add a comment for gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtklayout.h
gtklevelbar.c GtkLevelBar: Use the new helpers 2015-04-27 01:15:23 -04:00
gtklevelbar.h
gtklinkbutton.c Use standard cursor names 2015-07-26 01:45:06 -04:00
gtklinkbutton.h
gtklistbox.c listbox: Don't queue draws on the entire widget 2015-08-02 12:57:31 -07:00
gtklistbox.h GtkListBox: Make model binding introspectable 2015-04-05 08:13:24 -04:00
gtkliststore.c GtkListStore: Use the new helpers 2015-04-27 01:15:24 -04:00
gtkliststore.h
gtklockbutton.c
gtklockbutton.h
gtklockbuttonprivate.h
gtkmagnifier.c GtkMagnifier: Add a resizing mode 2014-12-20 19:16:46 -05:00
gtkmagnifierprivate.h GtkMagnifier: Add a resizing mode 2014-12-20 19:16:46 -05:00
gtkmain.c gtkmain: Don't process WM events if there's a grab on another toplevel 2015-08-04 17:58:39 +02:00
gtkmain.h
gtkmarshalers.list
gtkmenu.c GtkMenu: Properly detach menu when the window is detached 2015-07-26 01:57:26 -04:00
gtkmenu.h GtkMenuPositionFunc: Correct annotations 2014-12-09 22:56:39 -05:00
gtkmenubar.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkmenubar.h
gtkmenubutton.c GtkMenuButton: explicitly protect against recursion 2015-07-30 22:37:53 -04:00
gtkmenubutton.h
gtkmenubuttonprivate.h
gtkmenuitem.c menu: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkmenuitem.h
gtkmenuitemprivate.h
gtkmenuprivate.h
gtkmenusectionbox.c gtkmenusectionbox: plug a leak 2015-06-25 15:09:56 +02:00
gtkmenusectionbox.h gtkpopover: Update the menu's alignment 2015-05-29 17:37:04 +02:00
gtkmenushell.c menushell: don't call gtk_style_context_set_background() 2015-07-01 16:09:22 -07:00
gtkmenushell.h
gtkmenushellprivate.h
gtkmenutoolbutton.c
gtkmenutoolbutton.h
gtkmenutracker.c menu: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkmenutracker.h GtkMenuTracker: add hidden-when='macos-menubar' 2014-12-22 06:22:26 -05:00
gtkmenutrackeritem.c GtkMenuTracker: add hidden-when='macos-menubar' 2014-12-22 06:22:26 -05:00
gtkmenutrackeritem.h GtkMenuTracker: add hidden-when='macos-menubar' 2014-12-22 06:22:26 -05:00
gtkmessagedialog.c GtkMessageDialog: Minor documentation update 2015-04-17 13:39:48 -05:00
gtkmessagedialog.h
gtkmnemonichash.c
gtkmnemonichash.h
gtkmodelbutton.c gtkmodelbutton: Plug a leak 2015-06-25 15:09:56 +02:00
gtkmodelbutton.h Add documentation 2014-10-29 06:49:59 -04:00
gtkmodelmenuitem.c Menu items: force loading 16x16 icons 2014-12-17 17:52:03 +01:00
gtkmodelmenuitem.h
gtkmodifierstyle.c styleprovider: Fold get_change() vfunc into lookup() 2014-12-10 03:49:40 +01:00
gtkmodifierstyle.h
gtkmodules.c gtk: Add deprecation guards for newest pango deprecations 2015-05-28 16:54:03 +02:00
gtkmodules.h
gtkmodulesprivate.h
gtkmountoperation-stub.c
gtkmountoperation-x11.c
gtkmountoperation.c mount operation: Minor formatting cleanup 2015-03-22 11:45:19 -04:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtknotebook.c notebook: Fix assert in ::drag-motion 2015-05-26 18:05:36 +02:00
gtknotebook.h Forgotten file 2015-02-13 08:51:28 -05:00
gtkoffscreenwindow.c offscreenwindow: don't call gtk_style_context_set_background() 2015-07-01 16:09:22 -07:00
gtkoffscreenwindow.h
gtkorientable.c
gtkorientable.h
gtkorientableprivate.h
gtkoverlay.c gtkoverlay: Optimize size allocations 2015-07-31 20:39:02 -07:00
gtkoverlay.h overlay: remove gtk_overlay_add_pass_through_overlay() 2015-06-17 11:48:37 -07:00
gtkpagesetup.c printing: Return correct width and height of page setup 2014-12-18 16:29:44 +01:00
gtkpagesetup.h
gtkpagesetupunixdialog.c
gtkpagesetupunixdialog.h
gtkpaned.c Use standard cursor names 2015-07-26 01:45:06 -04:00
gtkpaned.h GtkPaned: Add a "wide-handle" property 2014-10-20 08:50:53 -04:00
gtkpango.c pango: make merge_attrs return the merged list 2015-07-06 00:31:56 +02:00
gtkpango.h pango: make merge_attrs return the merged list 2015-07-06 00:31:56 +02:00
gtkpapersize.c paper size: Don't use abs() on floats 2015-03-22 15:15:42 -04:00
gtkpapersize.h Add new papersize api to the docs 2014-10-22 00:32:32 -04:00
gtkpathbar.c pathbar: use the same parameter as in the declaration 2015-02-19 14:46:32 +01:00
gtkpathbar.h
gtkpixelcache.c pixelcache: allow widgets to always require cached content 2015-06-16 18:08:22 -07:00
gtkpixelcacheprivate.h pixelcache: allow widgets to always require cached content 2015-06-16 18:08:22 -07:00
gtkplacessidebar.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkplacessidebar.h placessidebar: add Other Locations item 2015-07-15 23:11:52 -03:00
gtkplacessidebarprivate.h placessidebar: add Other Locations item 2015-07-15 23:11:52 -03:00
gtkplacesview.c placesview: Fix wrong property type when creating a GtkLabel 2015-08-05 23:31:13 +08:00
gtkplacesviewprivate.h placesview: add view for fixed drives and networks 2015-07-15 23:11:52 -03:00
gtkplacesviewrow.c placesviewrow: hook up finalize 2015-07-28 07:41:32 -03:00
gtkplacesviewrowprivate.h placesview: show Computer item 2015-07-28 07:03:09 -03:00
gtkplug.c plug: don't call gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtkplug.h
gtkpopover.c GtkPopover: Set interpolate-size on the stack... 2015-07-20 10:26:06 +02:00
gtkpopover.h Add default widget handling to popovers 2015-05-02 20:34:28 -04:00
gtkpopovermenu.c GtkPopover: Set interpolate-size on the stack... 2015-07-20 10:26:06 +02:00
gtkpopovermenu.h GtkPopoverMenu: Add API to open a submenu 2014-10-29 06:49:59 -04:00
gtkpopoverprivate.h
gtkprint-win32.c W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista) 2015-04-29 21:12:14 +00:00
gtkprint-win32.h
gtkprintbackend.c Avoid O(n²) walking of string arrays 2015-07-16 16:19:55 +01:00
gtkprintbackend.h
gtkprintcontext.c gtkprintcontext: Fix several potential g_object_[un]ref(NULL) calls 2015-03-09 13:41:37 +00:00
gtkprintcontext.h
gtkprinter-private.h
gtkprinter.c printing: Make GtkPrinter have a useful icon by default 2014-10-04 12:20:17 -04:00
gtkprinter.h
gtkprinteroption.c
gtkprinteroption.h
gtkprinteroptionset.c Document gtk_printer_option_set_get_groups 2014-10-22 01:12:59 -04:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c
gtkprinteroptionwidget.h
gtkprintjob.c
gtkprintjob.h
gtkprintoperation-private.h
gtkprintoperation-unix.c
gtkprintoperation-win32.c W32: bump _WIN32_WINNT and WINVER to 0x600 (Vista) 2015-04-29 21:12:14 +00:00
gtkprintoperation.c print operation: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtkprintoperation.h
gtkprintoperationpreview.c
gtkprintoperationpreview.h
gtkprintsettings.c
gtkprintsettings.h
gtkprintunixdialog.c Use standard cursor names 2015-07-26 01:45:06 -04:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.c
gtkprivate.h Add a private function to determine if we simulate 2015-07-31 13:46:34 -04:00
gtkprivatetypebuiltins.c.template
gtkprivatetypebuiltins.h.template
gtkprogressbar.c GtkProgressBar: Adjust docs to new style 2015-05-07 22:07:41 -04:00
gtkprogressbar.h
gtkquartz.c quartz app menu: add hidpi support for menu icons 2015-07-27 17:28:36 +02:00
gtkquartz.h quartz app menu: add hidpi support for menu icons 2015-07-27 17:28:36 +02:00
gtkquery.c Store locations as GFile 2015-07-27 08:07:38 -04:00
gtkquery.h Store locations as GFile 2015-07-27 08:07:38 -04:00
gtkradiobutton.c radio button: Fix directional navigation 2015-03-29 00:24:35 -04:00
gtkradiobutton.h
gtkradiomenuitem.c radio-menu-item: Add join_group() 2015-03-22 02:10:38 -04:00
gtkradiomenuitem.h radio-menu-item: Add join_group() 2015-03-22 02:10:38 -04:00
gtkradiotoolbutton.c
gtkradiotoolbutton.h
gtkrange.c range: Tweak button bindings 2015-07-13 22:40:43 -04:00
gtkrange.h range: Deprecate detail strings in class struct 2014-11-25 19:19:12 +01:00
gtkrangeprivate.h
gtkrbtree.c
gtkrbtree.h
gtkrecentchooser.c
gtkrecentchooser.h
gtkrecentchooserdefault.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c
gtkrecentchooserdialog.h
gtkrecentchoosermenu.c
gtkrecentchoosermenu.h
gtkrecentchooserprivate.h
gtkrecentchooserutils.c
gtkrecentchooserutils.h
gtkrecentchooserwidget.c
gtkrecentchooserwidget.h
gtkrecentfilter.c cleanup: one more g_slist_free_full 2015-08-01 21:30:16 +02:00
gtkrecentfilter.h
gtkrecentmanager.c cleanup: no need to set members to null when freeing the struct 2015-08-01 21:30:53 +02:00
gtkrecentmanager.h
gtkrender.c Silence another compiler warning 2015-03-22 15:20:43 -04:00
gtkrender.h stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkrenderbackground.c render: Rename gtkthemingbackground.[ch] 2015-01-20 06:30:18 +01:00
gtkrenderbackgroundprivate.h render: Rename gtkthemingbackground.[ch] 2015-01-20 06:30:18 +01:00
gtkrenderborder.c render: Fix ridge/groove border rendering 2015-06-23 22:33:40 +02:00
gtkrenderborderprivate.h render: Move border rendering into its own file 2015-01-20 06:30:19 +01:00
gtkrendericon.c render: Implement -gtk-icon-transform for icon surfaces 2015-01-20 06:30:20 +01:00
gtkrendericonprivate.h render: Split icon surface rendering out 2015-01-20 06:30:20 +01:00
gtkrenderprivate.h render: Remove spinner special-cases 2015-01-20 06:30:19 +01:00
gtkrevealer.c gtkrevealer: fix preferred width calculation 2015-07-07 22:49:45 +02:00
gtkrevealer.h
gtkroundedbox.c roundedbox: Fix a copy/paste error 2015-03-29 22:18:29 +02:00
gtkroundedboxprivate.h roundedbox: Take a GtkCssStyle instead of a GtkStyleContext 2015-01-20 01:23:18 +01:00
gtkscale.c GtkScale: More work on mark spacing 2015-06-23 09:36:14 -04:00
gtkscale.h
gtkscalebutton.c
gtkscalebutton.h
gtkscaleprivate.h
gtkscrollable.c Add a gtk_scrollable_get_border 2014-12-10 10:01:30 -05:00
gtkscrollable.h Add a gtk_scrollable_get_border 2014-12-10 10:01:30 -05:00
gtkscrollbar.c
gtkscrollbar.h
gtkscrolledwindow.c GtkScrolledWindow: Don't handle key event when can't scroll 2015-08-05 17:15:52 +02:00
gtkscrolledwindow.h GtkScrolledWindow: Add overlay scrollbars 2014-10-20 23:07:45 -04:00
gtksearchbar.c Fix the build 2015-03-22 11:55:33 -04:00
gtksearchbar.h
gtksearchengine.c Avoid more GFile<>uri roundtrips 2015-07-27 08:07:39 -04:00
gtksearchengine.h Avoid more GFile<>uri roundtrips 2015-07-27 08:07:39 -04:00
gtksearchenginemodel.c Avoid more GFile<>uri roundtrips 2015-07-27 08:07:39 -04:00
gtksearchenginemodel.h file chooser: Add and use a model search engine 2015-07-04 00:29:25 -04:00
gtksearchenginequartz.c GtkQuery: Cleanups 2015-05-16 00:48:36 -04:00
gtksearchenginequartz.h
gtksearchenginesimple.c file chooser: Don't crawl recent:// 2015-07-30 14:29:10 -04:00
gtksearchenginesimple.h Forgotten file 2015-06-19 01:03:28 -04:00
gtksearchenginetracker.c searchenginetracker: Ignore NULL directories 2015-08-01 05:50:20 +02:00
gtksearchenginetracker.h GtkSearchEngineTracker: Avoid a private struct 2015-06-19 00:41:10 -04:00
gtksearchentry.c docs: Fix incorrect cross-reference to GtkSearchBar 2015-04-27 06:17:11 -04:00
gtksearchentry.h GtkSearchEntry: Add more API 2015-01-24 08:44:30 -05:00
gtksearchentryprivate.h Use the new API in GtkSearchBar if we can 2015-01-24 08:44:30 -05:00
gtkselection.c wayland: Don't use the default display 2014-10-27 22:29:41 -07:00
gtkselection.h
gtkselectionprivate.h
gtkseparator.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkseparator.h
gtkseparatormenuitem.c
gtkseparatormenuitem.h
gtkseparatortoolitem.c
gtkseparatortoolitem.h
gtksettings.c Use pango_fc_font_map_config_changed 2015-07-31 00:50:47 -04:00
gtksettings.h Deprecate gtk_settings_install_property APIs 2014-10-19 22:33:24 -04:00
gtksettingsprivate.h settings: Provide a default style cascade per scale 2015-02-06 11:26:31 +01:00
gtkshow.c
gtkshow.h
gtksidebarrow.c places sidebar: Always chain up in finalize 2015-07-21 19:52:54 -04:00
gtksidebarrowprivate.h sidebarrow: Avoid object-valued properties 2015-06-23 16:35:17 -04:00
gtksizegroup-private.h
gtksizegroup.c GtkSizeGroup: Use _gtk_builder_lookup_object 2015-04-27 23:09:35 -04:00
gtksizegroup.h
gtksizerequest.c
gtksizerequest.h
gtksizerequestcache.c
gtksizerequestcacheprivate.h
gtksocket.c socket: don't call gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtksocket.h
gtksocketprivate.h
gtkspinbutton.c spin button: Add Home and End as key bindings 2015-07-19 17:17:53 -04:00
gtkspinbutton.h
gtkspinner.c
gtkspinner.h
gtkstack.c Fix a doc comment 2015-08-05 14:20:12 -04:00
gtkstack.h GtkStack: Add interpolate-size property 2015-07-20 10:26:06 +02:00
gtkstacksidebar.c gtkstacksidebar: fix missing macro 2015-03-14 13:41:57 +01:00
gtkstacksidebar.h GtkStackSidebar: Fix incomplete renaming 2015-03-13 23:24:53 -04:00
gtkstackswitcher.c GtkStackSwitcher: Don't emit notify::visible-child when setting a stack 2015-05-06 22:31:10 +02:00
gtkstackswitcher.h
gtkstatusbar.c Statusbar: add 'statusbar' style class 2014-11-11 17:23:04 +01:00
gtkstatusbar.h
gtkstyleanimation.c cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle 2015-01-07 14:26:46 +01:00
gtkstyleanimationprivate.h cssstyle: Split into GtkCssStyle and GtkCssAnimatedStyle 2015-01-07 14:26:46 +01:00
gtkstylecascade.c css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkstylecascadeprivate.h stylecontext: Store the scale value in the cascade 2015-02-06 11:26:31 +01:00
gtkstylecontext.c css: support text-decoration-style 2015-07-06 20:06:20 +02:00
gtkstylecontext.h stylecontext: deprecate gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtkstylecontextprivate.h label: add support for CSS letter-spacing property 2015-07-06 00:04:05 +02:00
gtkstyleproperty.c Do not return on void functions 2015-02-19 14:46:32 +01:00
gtkstylepropertyprivate.h
gtkstyleprovider.c
gtkstyleprovider.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtkstyleproviderprivate.c css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkstyleproviderprivate.h css: Move scale to GtkStyleProviderPrivate 2015-02-06 11:26:31 +01:00
gtkswitch.c GtkSwitch: fix a reentry issue 2015-07-01 18:04:56 -07:00
gtkswitch.h Add missing docs 2014-11-30 19:22:51 -05:00
gtktestutils.c gtk: Remove documentation references to the GTK_NO_WINDOW flag 2015-02-19 12:48:41 +00:00
gtktestutils.h
gtktextattributes.c GtkTextView: Support font features 2015-07-29 21:42:58 -04:00
gtktextattributes.h GtkTextView: Support font features 2015-07-29 21:42:58 -04:00
gtktextattributesprivate.h textview: add support for underline and strikethrough colors 2015-03-17 23:24:13 -04:00
gtktextbtree.c text buffer: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtktextbtree.h
gtktextbuffer.c Code cleanup 2015-07-31 22:23:35 -04:00
gtktextbuffer.h Allow inserting Pango markup in text buffers 2014-12-04 00:09:44 -05:00
gtktextbufferrichtext.c text buffer: Fix compiler warnings 2015-06-02 09:08:15 -04:00
gtktextbufferrichtext.h
gtktextbufferserialize.c Ignore gdk-pixbuf deprecations 2014-10-27 07:05:22 -04:00
gtktextbufferserialize.h
gtktextchild.c Code cleanup 2015-07-31 22:23:35 -04:00
gtktextchild.h
gtktextchildprivate.h
gtktextdisplay.c textview: add support for underline and strikethrough colors 2015-03-17 23:24:13 -04:00
gtktextdisplay.h
gtktexthandle.c gtkwindow: Only allow unrestricted positioning to text handle popovers 2015-07-06 16:39:06 +02:00
gtktexthandleprivate.h texthandle: Handle ltr/rtl positioning 2015-06-11 17:14:23 +02:00
gtktextiter.c Minor documentation fixes 2014-12-05 20:10:07 -05:00
gtktextiter.h
gtktextiterprivate.h
gtktextlayout.c GtkTextView: Support font features 2015-07-29 21:42:58 -04:00
gtktextlayout.h
gtktextmark.c
gtktextmark.h
gtktextmarkprivate.h
gtktextsegment.c
gtktextsegment.h
gtktexttag.c GtkTextView: Support font features 2015-07-29 21:42:58 -04:00
gtktexttag.h
gtktexttagprivate.h GtkTextView: Support font features 2015-07-29 21:42:58 -04:00
gtktexttagtable.c
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c stylecontext: Deprecate functions 2014-10-03 06:18:06 +02:00
gtktextutil.h
gtktextview.c text view: Use gtk_simulate_touchscreen 2015-07-31 13:46:34 -04:00
gtktextview.h GtkTextView: Small documentation addition 2015-06-20 10:33:56 -04:00
gtktogglebutton.c GtkToggleButton: Move nonexported API to a private header 2014-10-19 22:42:49 -04:00
gtktogglebutton.h GtkToggleButton: Move nonexported API to a private header 2014-10-19 22:42:49 -04:00
gtktogglebuttonprivate.h GtkToggleButton: Move nonexported API to a private header 2014-10-19 22:42:49 -04:00
gtktoggletoolbutton.c
gtktoggletoolbutton.h
gtktoolbar.c toolbar: Switch from get_path_for_child() to css node managing 2015-07-16 06:15:13 +02:00
gtktoolbar.h
gtktoolbarprivate.h
gtktoolbutton.c toolbutton: linkify properties 2015-07-22 21:48:06 +02:00
gtktoolbutton.h
gtktoolitem.c
gtktoolitem.h
gtktoolitemgroup.c toolitemgroup: don't use gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtktoolitemgroup.h
gtktoolpalette.c toolpalette: don't call gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtktoolpalette.h
gtktoolpaletteprivate.h
gtktoolshell.c
gtktoolshell.h
gtktooltip.c tooltip: Remove unnecessary checks 2015-07-17 18:40:37 -04:00
gtktooltip.h GtkTooltip: Move nonexported API to a private header 2014-10-19 22:51:21 -04:00
gtktooltipprivate.h GtkTooltip: Move nonexported API to a private header 2014-10-19 22:51:21 -04:00
gtktrashmonitor.c
gtktrashmonitor.h
gtktreedatalist.c
gtktreedatalist.h
gtktreednd.c Fix transfer annotation for tree_model parameter of gtk_tree_get_row_drag_data() and add nullable, optional 2015-01-24 16:11:51 -05:00
gtktreednd.h
gtktreemenu.c combobox: Remove unused header function functionality 2015-07-18 05:18:19 +02:00
gtktreemenu.h combobox: Remove unused header function functionality 2015-07-18 05:18:19 +02:00
gtktreemodel.c GtkTreeModel: Documentation fix 2015-01-24 16:16:35 -05:00
gtktreemodel.h
gtktreemodelfilter.c tree model filter: Fix compiler warnings 2015-06-02 09:08:16 -04:00
gtktreemodelfilter.h
gtktreemodelsort.c tree model sort: Fix compiler warnings 2015-06-02 09:08:16 -04:00
gtktreemodelsort.h
gtktreeprivate.h
gtktreeselection.c tree view: Fix compiler warnings 2015-06-02 09:08:16 -04:00
gtktreeselection.h
gtktreesortable.c
gtktreesortable.h
gtktreestore.c Docs: Typo fix 2015-05-12 07:44:44 -04:00
gtktreestore.h
gtktreeview.c treeview: Don't underallocate editing widgets that are too big 2015-07-21 02:28:53 +02:00
gtktreeview.h
gtktreeviewcolumn.c Use standard cursor names 2015-07-26 01:45:06 -04:00
gtktreeviewcolumn.h
gtktypebuiltins.c.template
gtktypebuiltins.h.template Fix some oversights with header guards 2014-12-08 19:31:56 -05:00
gtktypes.h
gtkunixprint-autocleanups.h gtkunixprint: Add support for g_autoptr() 2015-02-02 09:32:59 +01:00
gtkunixprint.h gtkunixprint: Add support for g_autoptr() 2015-02-02 09:32:59 +01:00
gtkversion.h.in
gtkviewport.c viewport: don't call gtk_style_context_set_background() 2015-07-01 16:09:23 -07:00
gtkviewport.h
gtkvolumebutton.c
gtkvolumebutton.h
gtkwidget.c widget: Don't queue redraws for properties that don't affect anything 2015-08-02 12:57:31 -07:00
gtkwidget.h GtkWidget: Fix set_font_map docs 2015-07-23 17:59:17 +02:00
gtkwidgetpath.c widget path: Fix compiler warnings 2015-06-02 09:08:16 -04:00
gtkwidgetpath.h
gtkwidgetprivate.h GtkWindow: don't increase the preferred size for empty windows if there is a size request set. 2015-07-01 09:32:19 -07:00
gtkwin32.c gtk: Fix various tiny typos in documentation comments 2015-02-18 11:38:37 +00:00
gtkwin32embed.c
gtkwin32embed.h
gtkwin32embedwidget.c
gtkwin32embedwidget.h
gtkwin32theme.c
gtkwin32themeprivate.h
gtkwindow.c gtkwindow: bail out on WM operations in the presence of grabs 2015-08-04 17:59:01 +02:00
gtkwindow.h Added api to set a window to fullscreen on a given monitor. 2015-07-25 07:08:59 -06:00
gtkwindowgroup.c
gtkwindowgroup.h
gtkwindowprivate.h gtkwindow: Only allow unrestricted positioning to text handle popovers 2015-07-06 16:39:06 +02:00
gtkx-autocleanups.h gtk: x: fix compilation without x11 backend 2015-02-12 10:55:52 +00:00
gtkx.h gtkx: Add support for g_autoptr() 2015-02-02 09:36:09 +01:00
gtkxembed.c xembed: Fix compiler warnings 2015-06-02 09:08:16 -04:00
gtkxembed.h
libgtk3.manifest.in
Makefile.am combobox: Use ui file to construct internal button child 2015-07-26 17:18:42 +02:00
makefile.msc.in Rename GtkSidebar to GtkStackSidebar 2015-02-13 18:01:56 +01:00
org.gtk.Settings.ColorChooser.gschema.xml
org.gtk.Settings.Debug.gschema.xml
org.gtk.Settings.FileChooser.gschema.xml file chooser: Improve time and date formatting 2015-07-04 00:29:25 -04:00
paper_names_offsets.c Update paper size names 2014-10-10 13:40:17 +02:00
paper_names.c Update paper size names 2014-10-10 13:40:17 +02:00
queryimmodules.c queryimmodules: Fix compiler warnings 2015-06-02 09:08:16 -04:00
updateiconcache.c updateiconcache: Fix compiler warnings 2015-06-02 09:08:16 -04:00
xembed.h