gtk2/gtk
Kristian Rietveld 88dd6372b0 treemodelfilter: rework reference counting
- Before we kept a reference on all nodes in non-root levels.  This has
   been changed, now we keep a reference on the first node of each level.
   If, due to changes in the model, another node becomes the first node in
   the level, the reference is transferred to this new first node.
 - All non-root levels keep a reference on their parent.
 - By making use of the external ref count, the filter model now emits less
   unnecessary signals.
 - GtkTreeModelFilter does support filter functions which decide visibility
   of a given node based on the number of or visibility of children.
   To accomplish this, a child level of a node is cached when its
   parent has an external ref count > 0, because changes to the node might
   affect this parent.
 - An optimization for not building the root level in case the inserted
   node is not visible in gtk_tree_model_filter_row_inserted() has been
   removed.  In this case, we still need to build the root level and
   possibly a child level to monitor for signals which might make
   this row visible.
2011-08-22 21:30:32 +02:00
..
a11y Fix cut-and-paste error in GtkEntryAccessible/GtkLabelAccessible 2011-08-10 15:19:56 -04:00
stock-icons Use existing mime type for GTK_FILE stock icon 2011-03-06 00:31:20 -05:00
tests Unit test reference counting in GtkTreeModelSort 2011-08-22 21:30:31 +02:00
abicheck.sh Bump the version to 3.0.0 2011-02-10 14:41:02 -05:00
compose-parse.py Update compose-parse.py 2011-06-10 18:33:05 -04:00
fallback-c89.c Add fallback implemetation for rint()/round() 2011-08-20 11:17:43 +08:00
fnmatch.c
gen-paper-names.c
gtk-compose-lookaside.txt
gtk-keys.css.default Convert remaining rc files to css 2011-01-30 21:27:55 -05:00
gtk-keys.css.emacs keys.css: Remove semicolons at end of rules 2011-05-18 22:17:59 +02:00
gtk-keys.css.mac mac keys: Add a missing semicolon 2011-05-18 22:17:59 +02:00
gtk-win32.rc.in Update Windows Resource template information 2011-06-07 11:16:57 +08:00
gtk.css.raleigh Convert remaining rc files to css 2011-01-30 21:27:55 -05:00
gtk.h GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontchooserdialog.[ch] 2011-08-15 18:57:55 -04:00
gtk.symbols Fix up symbol lists for recent api additions 2011-08-15 21:25:58 -04:00
gtkaboutdialog.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkaboutdialog.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkaccelgroup.c gtkaccelgroup.c: Do not use GET_PRIV macro 2011-06-02 15:10:49 +02:00
gtkaccelgroup.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtkaccelgroupprivate.h gtkaccelgroup.c: Do not use GET_PRIV macro 2011-06-02 15:10:49 +02:00
gtkaccellabel.c accellabel: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:51 +02:00
gtkaccellabel.h
gtkaccelmap.c gtkaccelmap: the data gtk_accel_map_foreach needs to be annotated as allow-none 2011-07-09 12:54:23 +02:00
gtkaccelmap.h
gtkaccessible.c Add some GtkAccessible documentation 2011-07-14 19:50:21 -04:00
gtkaccessible.h Add some GtkAccessible documentation 2011-07-14 19:50:21 -04:00
gtkaction.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkaction.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactiongroup.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactiongroup.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkactivatable.c Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkactivatable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkadjustment.c GtkAdjustment: add an auxiliary function 2011-07-05 16:08:54 -04:00
gtkadjustment.h GtkAdjustment: add an auxiliary function 2011-07-05 16:08:54 -04:00
gtkalignment.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtkalignment.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkanimationdescription.c css: Change to_string() to print() 2011-06-02 02:03:50 +02:00
gtkanimationdescription.h css: Change to_string() to print() 2011-06-02 02:03:50 +02:00
gtkappchooser.c GtkAppChooser: improve grammar in short_description 2011-08-07 12:12:11 +02:00
gtkappchooser.h
gtkappchooserbutton.c GtkAppChooserButtonPrivate: Improve struct packing 2011-04-12 12:24:05 -04:00
gtkappchooserbutton.h Add "extern C" declarations around AppChooser headers. 2011-02-10 10:02:38 +01:00
gtkappchooserdialog.c Ensure we always grab the gdk lock in async callbacks 2011-03-28 12:49:17 +02:00
gtkappchooserdialog.h Add "extern C" declarations around AppChooser headers. 2011-02-10 10:02:38 +01:00
gtkappchoosermodule.c
gtkappchoosermodule.h
gtkappchooseronline.c
gtkappchooseronline.h
gtkappchooseronlinepk.c
gtkappchooseronlinepk.h
gtkappchooserprivate.h
gtkappchooserwidget.c GtkAppChooserWidgetPrivate: Improve struct packing 2011-04-12 12:24:34 -04:00
gtkappchooserwidget.h Add "extern C" declarations around AppChooser headers. 2011-02-10 10:02:38 +01:00
gtkapplication.c Avoid GApplication being released twice on gtk_application_remove_window() calls 2011-06-21 00:38:33 +03:00
gtkapplication.h GtkApplication: Add window-added/-removed signals 2011-05-31 19:12:13 -04:00
gtkarrow.c Convert GailArrow to GtkArrowAccessible 2011-07-05 16:08:10 -04:00
gtkarrow.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkaspectframe.c
gtkaspectframe.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkassistant.c assistant: Use gtk_container_remove() when removing pages 2011-07-18 10:54:57 +02:00
gtkassistant.h Fix a typo 2011-08-15 19:24:59 -04:00
gtkbbox.c Box, etc: Improve docs after H* and V* deprecations. 2011-06-10 09:50:45 +02:00
gtkbbox.h GtkButtonBox: add a non-homogeneous child property 2011-05-05 07:46:03 -04:00
gtkbin.c Added GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode 2011-03-25 18:42:07 +09:00
gtkbin.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkbindings.c Remove unused includes 2011-06-16 23:33:43 -04:00
gtkbindings.h Small optimization 2011-01-30 23:35:25 -05:00
gtkbindingsprivate.h Add a gtkbindingsprivate.h header 2011-01-30 21:50:54 -05:00
gtkborder.c
gtkborder.h Add some missing symbols to the docs 2011-02-08 23:21:39 -05:00
gtkborderimage.c Include C89 fallback code 2011-08-20 11:17:44 +08:00
gtkborderimageprivate.h border-image: add support for border-image-width too 2011-06-09 20:01:57 -04:00
gtkbox.c Convert GailExpander to GtkExpanderAccessible 2011-07-05 16:08:57 -04:00
gtkbox.h
gtkbuildable.c Minor documentation improvements 2011-02-23 10:26:21 +01:00
gtkbuildable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkbuilder.c Clarify that gtk_builder_connect_signals can only be connected once 2011-07-07 15:41:29 -03:00
gtkbuilder.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtkbuilderparser.c Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtkbuilderprivate.h
gtkbutton.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkbuttonprivate.h gtkbutton: Move private functions to private header 2011-06-06 11:58:07 +01:00
gtkcalendar.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkcalendar.h
gtkcellarea.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkcellarea.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcellareabox.c GtkCellAreaBoxPrivate: Improve struct packing 2011-04-12 12:25:53 -04:00
gtkcellareabox.h Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareaboxcontext.c Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareaboxcontextprivate.h Don't export gtk_cell_area_box_init_groups 2011-02-08 23:21:39 -05:00
gtkcellareacontext.c cellareacontext: Don't ever return -1 for preferred sized 2011-07-05 16:08:09 -04:00
gtkcellareacontext.h Trivial changes 2010-12-17 19:14:35 -05:00
gtkcelleditable.c
gtkcelleditable.h
gtkcelllayout.c Fixed GtkCellLayout buildable implementation to set cell properties explicitly set to "" (i.e. explicitly set to nothing). 2011-02-02 15:22:31 +09:00
gtkcelllayout.h
gtkcellrenderer.c Minor documentation improvements 2011-02-23 10:26:21 +01:00
gtkcellrenderer.h Add gtk_cell_renderer_get_state() 2011-01-27 19:32:07 +01:00
gtkcellrendereraccel.c gtkcellrendereraccel: gtk_misc_set_alignment 2011-06-10 17:59:49 -04:00
gtkcellrendereraccel.h
gtkcellrenderercombo.c Move documentation to inline comments: GtkCellRendererCombo 2011-04-11 23:07:41 +01:00
gtkcellrenderercombo.h
gtkcellrendererpixbuf.c cellrendererpix: make the icon render properly again 2011-06-09 22:59:06 -04:00
gtkcellrendererpixbuf.h
gtkcellrendererprogress.c cellrendererprogress: don't force drawing inside the border 2011-05-06 15:10:43 -04:00
gtkcellrendererprogress.h
gtkcellrendererspin.c Move documentation to online comments: GtkCellRendererSpin 2011-04-11 22:14:35 +01:00
gtkcellrendererspin.h
gtkcellrendererspinner.c Silence new gcc warnings 2011-01-23 21:51:38 -05:00
gtkcellrendererspinner.h
gtkcellrenderertext.c GtkCellRendererTextPrivate: Improve struct packing 2011-04-12 12:31:28 -04:00
gtkcellrenderertext.h
gtkcellrenderertoggle.c Move documentation to inline comments: GtkCellRendererToggle 2011-04-11 02:42:54 +01:00
gtkcellrenderertoggle.h
gtkcellview.c GtkCellViewPrivate: Improve struct packing 2011-04-12 12:32:04 -04:00
gtkcellview.h Bandaid fix for icon view subclassing 2011-01-31 17:39:42 -05:00
gtkcheckbutton.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkcheckbutton.h
gtkcheckmenuitem.c a11y: Rename checksubmenuitem to checkmenuitem 2011-07-18 19:21:17 +02:00
gtkcheckmenuitem.h
gtkclipboard-quartz.c Bug 508601 - Copying from GTK+ applications causes crash 2011-07-25 22:05:52 +02:00
gtkclipboard.c Move documentation to inline comments: GtkClipboard 2011-04-13 12:48:47 +01:00
gtkclipboard.h Move documentation to inline comments: GtkClipboard 2011-04-13 12:48:47 +01:00
gtkcolorbutton.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcolorbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcolorsel.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkcolorsel.h GtkColorSel: derive from GtkBox, not GtkVBox 2011-06-07 18:34:34 -04:00
gtkcolorseldialog.c colorsel: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtkcolorseldialog.h
gtkcombobox.c combobox: add a "combobox-entry" style class for comboboxes with entries 2011-08-09 16:08:00 +02:00
gtkcombobox.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkcomboboxtext.c Fix incomplete > entities in docs. 2011-08-13 15:22:44 +02:00
gtkcomboboxtext.h
gtkcontainer.c Make gtk_container_remove work for assistants 2011-07-11 23:12:55 -04:00
gtkcontainer.h docs: fix parameter name mismatches 2011-06-07 19:30:51 -04:00
gtkcontainerprivate.h gtkcontainer: Move private functions to private header 2011-06-06 12:10:29 +01:00
gtkcssparser.c css: Use the correct free function 2011-07-20 02:36:44 +02:00
gtkcssparserprivate.h cssparser: Fix typo where we used "uint" for a type 2011-05-22 06:07:45 +02:00
gtkcssprovider.c cssprovider: Fix names for first and last child pseudo class 2011-07-21 02:43:53 +02:00
gtkcssprovider.h gtkcssprovider.h: Remove a trailing comma. 2011-06-09 20:36:14 +02:00
gtkcssproviderprivate.h Privately export css_provider_get_theme_dir 2011-01-27 00:32:07 -05:00
gtkcssselector.c css: Match pseudo-classes for siblings 2011-06-02 02:03:51 +02:00
gtkcssselectorprivate.h css: Constify path argument to _css_selector_matches() 2011-05-27 16:11:09 +02:00
gtkcsstypes.c border-image: move private types to gtkcsstypes.c 2011-06-09 05:51:54 +02:00
gtkcsstypesprivate.h border-image: move private types to gtkcsstypes.c 2011-06-09 05:51:54 +02:00
gtkcustompaperunixdialog.c Avoid underallocations in the custom paper dialog 2011-06-10 00:17:56 -04:00
gtkcustompaperunixdialog.h
gtkdebug.h
gtkdialog.c dialog: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtkdialog.h Move GtkDialog docs inline 2011-01-04 12:54:47 -05:00
gtkdnd-quartz.c quartz: Remove call to deprecated gdk_pointer_ungrab 2011-07-14 14:22:38 +02:00
gtkdnd.c [gi] add more annotations to force drag and drop api to be methods 2011-06-29 14:54:25 -04:00
gtkdnd.h gtkdnd: Add API that takes GIcon 2011-05-03 12:53:46 -04:00
gtkdndcursors.h
gtkdrawingarea.c Do not use old functions in the docs. 2011-01-29 21:32:56 +01:00
gtkdrawingarea.h Move GtkDrawingArea docs inline 2011-01-04 13:26:32 -05:00
gtkeditable.c gtkeditable.c: Remove unused variable in example code 2011-05-31 20:09:58 -04:00
gtkeditable.h [GI] Make argument names in vfunc decls consistent with invoker docs 2011-01-18 17:28:35 +01:00
gtkentry.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkentry.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrybuffer.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrybuffer.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkentrycompletion.c GtkEntryCompletion: add a sanity check 2011-05-31 20:07:14 -04:00
gtkentrycompletion.h Move GtkEntryCompletion docs inline 2011-01-04 17:54:47 -05:00
gtkentryprivate.h
gtkenums.h border-image: move private types to gtkcsstypes.c 2011-06-09 05:51:54 +02:00
gtkeventbox.c gtk: render GtkEventBox' background in the right state 2011-01-14 16:56:50 +01:00
gtkeventbox.h Move GtkEventBox docs inline 2011-01-04 10:33:33 -05:00
gtkexpander.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkexpander.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilechooser.c Update the docs with the policies for Save dialogs 2011-07-01 19:12:09 -05:00
gtkfilechooser.h
gtkfilechooserbutton.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilechooserbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilechooserdefault.c Merge branch 'bgo593793-filechooser-recent-folders-master' 2011-07-27 18:56:39 -05:00
gtkfilechooserdefault.h
gtkfilechooserdialog.c Try to make the docs build again 2011-07-22 21:54:08 -04:00
gtkfilechooserdialog.h
gtkfilechooserembed.c
gtkfilechooserembed.h
gtkfilechooserentry.c No need to highlight the file's basename when setting the base folder 2011-07-01 19:07:12 -05:00
gtkfilechooserentry.h
gtkfilechooserprivate.h Move the widgets above the hpaned to their own box 2011-07-27 18:56:02 -05:00
gtkfilechooserutils.c Put recently-used folders in the recently-used list 2011-07-01 19:07:10 -05:00
gtkfilechooserutils.h Put recently-used folders in the recently-used list 2011-07-01 19:07:10 -05:00
gtkfilechooserwidget.c GtkFileChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:36:22 -04:00
gtkfilechooserwidget.h GtkFileChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:36:22 -04:00
gtkfilefilter.c Fix incomplete > entities in docs. 2011-08-13 15:22:44 +02:00
gtkfilefilter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfilesystem.c Allow resolving absolute paths even if there is no base_folder 2011-07-01 19:07:11 -05:00
gtkfilesystem.h
gtkfilesystemmodel.c Ensure we always grab the gdk lock in async callbacks 2011-03-28 12:49:17 +02:00
gtkfilesystemmodel.h
gtkfixed.c Fix another GtkFixed regression, in gtk_fixed_forall() 2011-02-02 00:40:02 -05:00
gtkfixed.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkfontbutton.c GtkFontChooserDialog: GtkFontButton now uses GtkFontChooserDialog instead of GtkFontSelectionDialog 2011-08-15 18:57:57 -04:00
gtkfontbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkfontchooser.c Make setting fontname work, independent of a screen 2011-08-15 18:57:58 -04:00
gtkfontchooser.h Add filtering to the font chooser 2011-08-15 18:57:57 -04:00
gtkfontchooserdialog.c Trivial formatting fixes 2011-08-15 18:57:57 -04:00
gtkfontchooserdialog.h Trivial formatting fix 2011-08-15 18:57:57 -04:00
gtkfontsel.c Deprecate GtkFontSelection and GtkFontSelectionDialog 2011-08-15 18:57:57 -04:00
gtkfontsel.h Deprecate GtkFontSelection and GtkFontSelectionDialog 2011-08-15 18:57:57 -04:00
gtkframe.c Convert GailFrame to GtkFrameAccessible 2011-07-05 16:08:53 -04:00
gtkframe.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkgradient.c API: Add gtk_gradient_to_string() 2011-05-18 21:58:43 +02:00
gtkgradient.h API: Add gtk_gradient_to_string() 2011-05-18 21:58:43 +02:00
gtkgrid.c GtkGrid: Add a way to insert rows or columns 2011-08-08 13:13:48 +02:00
gtkgrid.h GtkGrid: Add a way to insert rows or columns 2011-08-08 13:13:48 +02:00
gtkhandlebox.c Move documentation to inline comments: GtkHandleBox 2011-04-14 00:07:42 +01:00
gtkhandlebox.h
gtkhbbox.c Deprecate h/v buttonbox subclasses 2011-06-07 21:32:49 -04:00
gtkhbbox.h Deprecate h/v buttonbox subclasses 2011-06-07 21:32:49 -04:00
gtkhbox.c Expand migration hints for h/v boxes 2011-06-10 17:40:16 -04:00
gtkhbox.h Deprecate h/v variants of GtkBox 2011-06-07 21:44:24 -04:00
gtkhpaned.c Deprecate h/v subclasses of GtkPaned 2011-06-07 21:40:12 -04:00
gtkhpaned.h Deprecate h/v subclasses of GtkPaned 2011-06-07 21:40:12 -04:00
gtkhscale.c Deprecate h/v variants of GtkScale 2011-06-07 21:43:32 -04:00
gtkhscale.h Deprecate h/v variants of GtkScale 2011-06-07 21:43:32 -04:00
gtkhscrollbar.c Deprecate h/v subclasses of GtkScrollbar 2011-06-07 21:38:15 -04:00
gtkhscrollbar.h Deprecate h/v subclasses of GtkScrollbar 2011-06-07 21:38:15 -04:00
gtkhseparator.c Deprecate h/v subclasses of GtkSeparator 2011-06-07 21:35:57 -04:00
gtkhseparator.h Deprecate h/v subclasses of GtkSeparator 2011-06-07 21:35:57 -04:00
gtkhsv.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkhsv.h
gtkiconcache.c
gtkiconcache.h
gtkiconcachevalidator.c
gtkiconcachevalidator.h
gtkiconfactory.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkiconfactory.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkicontheme.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkicontheme.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkiconview.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkiconview.h Added gtk_icon_view_new_with_area() 2011-01-06 13:51:48 +09:00
gtkimage.c Convert GailImage to GtkImageAccessible 2011-07-05 16:08:53 -04:00
gtkimage.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkimagemenuitem.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkimagemenuitem.h
gtkimageprivate.h gtkdnd: Add API that takes GIcon 2011-05-03 12:53:46 -04:00
gtkimcontext.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtkimcontext.h
gtkimcontextsimple.c Don't only use ch != 0 to check if a character is a control char. 2011-03-16 20:09:14 -04:00
gtkimcontextsimple.h
gtkimcontextsimpleseqs.h Update gtkimcontextsimpleseqs.h 2011-06-10 18:36:06 -04:00
gtkimmodule.c Remove unused includes 2011-06-16 23:33:43 -04:00
gtkimmodule.h
gtkimmulticontext.c Don't only use ch != 0 to check if a character is a control char. 2011-03-16 20:09:14 -04:00
gtkimmulticontext.h
gtkinfobar.c Silence a warning 2011-06-16 23:18:03 -04:00
gtkinfobar.h GtkInfoBar: derive from GtkBox, not GtkHBox 2011-06-07 19:55:03 -04:00
gtkintl.h
gtkinvisible.c Move documentation to inline comments: GtkInvisible 2011-04-11 02:31:56 +01:00
gtkinvisible.h
gtkkeyhash.c Don't leak a list when activating keybindings 2011-04-14 20:22:18 -04:00
gtkkeyhash.h
gtklabel.c Include C89 fallback code 2011-08-20 11:17:44 +08:00
gtklabel.h GtkLabel: factor out two getters 2011-07-05 16:08:07 -04:00
gtklayout.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtklayout.h
gtklinkbutton.c Convert GailLinkButton to GtkLinkButtonAccessible 2011-07-05 16:08:53 -04:00
gtklinkbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkliststore.c Make _get_iter invalidate iterators when FALSE is returned 2011-08-22 21:30:29 +02:00
gtkliststore.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtklockbutton.c lockbutton: ensure the lock symbolic icon is rendered 16x16px 2011-06-06 15:12:27 -04:00
gtklockbutton.h Simplify GtkLockButton 2011-05-25 20:19:08 -04:00
gtkmain.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkmain.h Fix win32 build 2011-01-11 17:28:37 +01:00
gtkmainprivate.h Extend the mixed-dependency check to modules as well 2011-02-08 13:49:16 -05:00
gtkmarshalers.list API: cssprovider: Make error a signal 2011-05-18 21:58:44 +02:00
gtkmenu.c Convert GailMenu to GtkMenuAccessible 2011-07-05 16:08:57 -04:00
gtkmenu.h [gi] correct annotation for GtkMenuPositionFunc callbacks 2011-06-27 13:45:17 -04:00
gtkmenubar.c menubar: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:51 +02:00
gtkmenubar.h
gtkmenuitem.c a11y: Merge gtksubmenuitem into gtkmenuitem 2011-07-18 19:41:07 +02:00
gtkmenuitem.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkmenuitemprivate.h GtkMenuItemPrivate: Improve struct packing 2011-04-12 12:34:53 -04:00
gtkmenuprivate.h Remove sealed members from GtkMenu 2010-12-23 15:51:20 -05:00
gtkmenushell.c menushell: Use GtkMenuShellAccessible as a11y object 2011-07-18 18:30:49 +02:00
gtkmenushell.h Add sufficient API to make gail work 2010-12-23 20:11:38 -05:00
gtkmenushellprivate.h Fix commit 5f55c42047 2011-04-17 23:15:06 -04:00
gtkmenutoolbutton.c Move documentation to inline comments: GtkMenuToolButton 2011-04-15 02:14:14 +01:00
gtkmenutoolbutton.h
gtkmessagedialog.c messagedialog: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtkmessagedialog.h
gtkmisc.c Move documentation to inline comments: GtkMisc 2011-04-11 02:14:08 +01:00
gtkmisc.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtkmnemonichash.c
gtkmnemonichash.h
gtkmodifierstyle.c Don't export GtkModifierStyle symbols 2011-02-08 23:21:39 -05:00
gtkmodifierstyle.h Don't export GtkModifierStyle symbols 2011-02-08 23:21:39 -05:00
gtkmodules.c modules: Blacklist gail 2011-07-06 16:50:09 +02:00
gtkmodules.h Adding allow-none introspection annotation for GtkInitFunc parameters 2011-04-20 20:11:11 +01:00
gtkmountoperation-stub.c
gtkmountoperation-x11.c GMountOperation::show-processes support for OpenBSD using kvm(3) 2011-07-12 07:56:01 +10:00
gtkmountoperation.c gtk/gtkmountoperation: gtk_misc_set_alignment 2011-06-10 17:59:47 -04:00
gtkmountoperation.h
gtkmountoperationprivate.h
gtknotebook.c Do not manually create empty label 2011-08-15 15:08:28 +02:00
gtknotebook.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtknumerableicon.c GtkNumerableIconPrivate: Improve struct packing 2011-04-12 12:35:17 -04:00
gtknumerableicon.h gtk: add missing class padding 2011-01-25 22:29:00 +01:00
gtknumerableiconprivate.h Add GtkNumerableIcon 2011-01-05 16:33:15 -05:00
gtkoffscreenwindow.c gtkcontainer: Move private functions to private header 2011-06-06 12:10:29 +01:00
gtkoffscreenwindow.h
gtkorientable.c Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkorientable.h Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkorientableprivate.h Add gtkorientableprivate.h header 2011-01-30 03:12:49 -05:00
gtkoverlay.c overlay: add initial version of gtkoverlay 2011-06-12 23:27:18 -04:00
gtkoverlay.h overlay: add initial version of gtkoverlay 2011-06-12 23:27:18 -04:00
gtkpagesetup.c [GI] Annotate strings holding file paths as (type filename) 2011-01-18 17:29:40 +01:00
gtkpagesetup.h
gtkpagesetupunixdialog.c gtkpagesetupunixdialog: gtk_misc_set_alignment 2011-06-10 17:59:52 -04:00
gtkpagesetupunixdialog.h
gtkpaned.c Convert GailPaned to GtkPanedAccessible 2011-07-05 16:08:54 -04:00
gtkpaned.h
gtkpango.c gtkpango: Count letters properly 2011-07-07 03:37:52 +02:00
gtkpango.h Add some aux. pango api to help AtkText implementations 2011-07-05 16:08:07 -04:00
gtkpapersize.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkpapersize.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkpathbar.c GtkPathBar: don't use a GtkAlignment 2011-06-07 13:01:00 -04:00
gtkpathbar.h
gtkplug.c plug: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtkplug.h Add a gtkx.h header for X11-specific GTK+ api 2011-01-29 14:16:47 -05:00
gtkprint-win32.c
gtkprint-win32.h
gtkprintbackend.c gtkprintbackend: gtk_misc_set_alignment replacing 2011-06-10 17:59:53 -04:00
gtkprintbackend.h Remove gtk_printer_new from gtkprintbackend.h 2011-01-03 08:14:34 -05:00
gtkprintcontext.c Move documentation to inline comments: GtkPrintContext 2011-04-18 02:08:36 +01:00
gtkprintcontext.h
gtkprinter-private.h
gtkprinter.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprinter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprinteroption.c Remove a redundant NULL check 2011-06-14 21:53:53 -04:00
gtkprinteroption.h Add a GtkPrinterOptionWidget type of INFO to just show informational text from the print backend 2011-06-08 16:38:23 +01:00
gtkprinteroptionset.c
gtkprinteroptionset.h
gtkprinteroptionwidget.c gtkprinteroptionwidget: gtk_misc_set_alignment 2011-06-10 17:59:57 -04:00
gtkprinteroptionwidget.h GtkPrinterOptionWidget: derive from GtkBox, not GtkHBox 2011-06-07 19:55:24 -04:00
gtkprintjob.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintjob.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintoperation-private.h
gtkprintoperation-unix.c [GI] Add missing (transfer) annotations 2011-01-20 13:57:18 +01:00
gtkprintoperation-win32.c win32: Make GtkWin32EmbedWidget use HWND instead of GdkNativeWindow 2011-01-28 17:06:07 +01:00
gtkprintoperation.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintoperation.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintoperationpreview.c
gtkprintoperationpreview.h
gtkprintsettings.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintsettings.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkprintunixdialog.c gtkprintunixdialog: gtk_misc_set_alignment replace 2011-06-10 17:59:54 -04:00
gtkprintunixdialog.h
gtkprintutils.c
gtkprintutils.h
gtkprivate.h Move docs for gtkmain inline 2011-01-04 17:32:12 -05:00
gtkprogressbar.c Bug 654266 — No longer possible to set empty text on a GtkProgressBar 2011-07-23 00:09:30 +01:00
gtkprogressbar.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkquartz.c Bug 653450 - gtkfilechooser crashes when added favorite 2011-07-14 14:17:51 +02:00
gtkquartz.h
gtkquery.c
gtkquery.h
gtkradioaction.c [GI] Cosmetic cleanups of annotations and doc comments 2011-01-18 17:31:59 +01:00
gtkradioaction.h
gtkradiobutton.c Convert GailRadioButton to GtkRadioButtonAccessible 2011-07-05 16:08:54 -04:00
gtkradiobutton.h
gtkradiomenuitem.c a11y: Rename radiosubmenuitem to radiomenuitem 2011-07-18 19:01:40 +02:00
gtkradiomenuitem.h
gtkradiotoolbutton.c Move documentation to inline comments: GtkRadioToolButton 2011-04-18 02:08:36 +01:00
gtkradiotoolbutton.h
gtkrange.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkrange.h Add accessors for GtkRange::round-digits 2011-01-15 00:08:39 -05:00
gtkrbtree.c
gtkrbtree.h Remove GTK_RBNODE_IS_SEMI_[COLLAPSED|EXPANDED] flags. 2011-01-27 20:57:14 +01:00
gtkrc.c Drop the last remaining translated g_warning/g_error calls 2011-04-29 10:33:50 -04:00
gtkrc.default
gtkrc.h Move documentation to inline comments: GtkRc 2011-04-19 11:51:06 +01:00
gtkrc.key.default
gtkrc.key.emacs
gtkrc.key.mac
gtkrecentaction.c Drop the last remaining translated g_warning/g_error calls 2011-04-29 10:33:50 -04:00
gtkrecentaction.h
gtkrecentchooser.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtkrecentchooser.h
gtkrecentchooserdefault.c More include cleanups 2011-06-07 21:16:00 -04:00
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c
gtkrecentchooserdialog.h
gtkrecentchoosermenu.c Drop the last remaining translated g_warning/g_error calls 2011-04-29 10:33:50 -04:00
gtkrecentchoosermenu.h
gtkrecentchooserprivate.h
gtkrecentchooserutils.c
gtkrecentchooserutils.h
gtkrecentchooserwidget.c GtkRecentChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:35:28 -04:00
gtkrecentchooserwidget.h GtkRecentChooserWidget: derive from GtkBox, not GtkVBox 2011-06-07 18:35:28 -04:00
gtkrecentfilter.c Fix incomplete > entities in docs. 2011-08-13 15:22:44 +02:00
gtkrecentfilter.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkrecentmanager.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkrecentmanager.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkroundedbox.c roundedbox: Clamp border radius to box size 2011-07-21 02:43:54 +02:00
gtkroundedboxprivate.h themingengine: Implement support for multiple border colors 2011-06-13 15:01:52 +02:00
gtkscale.c Convert GailScale to GtkScaleAccessible 2011-07-05 16:08:10 -04:00
gtkscale.h Add a gtkscaleprivate.h header 2011-01-30 03:17:05 -05:00
gtkscalebutton.c Convert GailScaleButton to GtkScaleButtonAccessible 2011-07-05 16:08:54 -04:00
gtkscalebutton.h
gtkscaleprivate.h Add a gtkscaleprivate.h header 2011-01-30 03:17:05 -05:00
gtkscrollable.c widget: Allow underallocation for scrollables 2011-04-28 22:21:45 +02:00
gtkscrollable.h
gtkscrollbar.c Convert GailScrollbar to GtkScrollbarAccessible 2011-07-05 16:08:53 -04:00
gtkscrollbar.h
gtkscrolledwindow.c Convert GailScrolledWindow to GtkScrolledWindowAccessible 2011-07-05 16:08:54 -04:00
gtkscrolledwindow.h Clean up more includes 2011-06-07 20:54:23 -04:00
gtksearchengine.c Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtksearchengine.h
gtksearchenginebeagle.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtksearchenginebeagle.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginesimple.c
gtksearchenginesimple.h
gtksearchenginetracker.c gtksearchenginetracker: Use non-case sensitive search for non-fts search 2011-06-06 16:39:33 +01:00
gtksearchenginetracker.h
gtkselection.c API: gdk: Make GdkEventSelection.requestor a GdkWindow 2011-02-01 18:51:57 +01:00
gtkselection.h Move GtkSelection docs inline 2011-01-14 19:20:56 -05:00
gtkselectionprivate.h Move GtkSelection docs inline 2011-01-14 19:20:56 -05:00
gtkseparator.c separator: Use gtk_widget_class_accessible_set_role() 2011-07-18 18:30:50 +02:00
gtkseparator.h
gtkseparatormenuitem.c separatormenuitem: Use gtk_widget_class_accessible_set_role() 2011-07-18 18:30:50 +02:00
gtkseparatormenuitem.h
gtkseparatortoolitem.c all: add a "separator" style class 2011-03-03 17:48:26 -05:00
gtkseparatortoolitem.h
gtksettings.c settings: use the right RC parser for the gtk-visible-focus setting 2011-08-11 15:38:45 +02:00
gtksettings.h Remove sealed members from GtkSettings 2010-12-23 21:56:50 -05:00
gtksettingsprivate.h Remove sealed members from GtkSettings 2010-12-23 21:56:50 -05:00
gtkshadow.c themingengine: Render inset box shadow on top of backgrounds 2011-06-11 09:29:43 +02:00
gtkshadowprivate.h shadow: add _gtk_box_shadow_render() 2011-06-11 09:29:43 +02:00
gtkshow.c gtkshow: don't call _get_display() on a NULL GdkScreen 2011-01-13 16:18:59 +01:00
gtkshow.h
gtksizegroup-private.h
gtksizegroup.c gtkcontainer: Move private functions to private header 2011-06-06 12:10:29 +01:00
gtksizegroup.h
gtksizerequest.c sizerequest: return CONSTANT_SIZE in return_if_fail() 2011-04-14 14:59:24 +02:00
gtksizerequest.h
gtksocket.c React to is-focus change, not ignore it 2011-02-20 16:45:41 -05:00
gtksocket.h Add a gtkx.h header for X11-specific GTK+ api 2011-01-29 14:16:47 -05:00
gtksocketprivate.h plug: Move private functions to gtksocketprivate.h 2011-01-28 17:06:07 +01:00
gtkspinbutton.c Fix entry drawing in the presence of margins 2011-08-09 15:12:21 +02:00
gtkspinbutton.h Move GtkSpinButton docs inline 2011-01-02 23:30:02 -05:00
gtkspinner.c Fix the build 2011-07-05 16:57:46 -04:00
gtkspinner.h Fix GTK_SPINNER_CLASS macro 2011-01-31 07:39:06 -05:00
gtkstatusbar.c Convert GailStatusbar to GtkStatusbarAccessible 2011-07-05 16:08:56 -04:00
gtkstatusbar.h GtkStatusbar: derive from GtkBox, not GtkHBox 2011-06-07 19:55:46 -04:00
gtkstatusicon-quartz.c
gtkstatusicon.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkstatusicon.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkstock.c [GI] Mark unintrospectable constructs as (skip) 2011-01-20 13:57:21 +01:00
gtkstock.h docs: Fixes for icon renaming 2011-03-29 00:09:39 +02:00
gtkstyle.c all: avoid boxed structs copying where possible 2011-05-18 10:27:21 -04:00
gtkstyle.h API: Add gtk_widget_path_append_for_widget() 2011-06-02 02:03:50 +02:00
gtkstylecontext.c combobox: add a "combobox-entry" style class for comboboxes with entries 2011-08-09 16:08:00 +02:00
gtkstylecontext.h combobox: add a "combobox-entry" style class for comboboxes with entries 2011-08-09 16:08:00 +02:00
gtkstylecontextprivate.h Move the get_cursor_color in GtkStyleContext 2011-01-29 13:13:42 +01:00
gtkstyleproperties.c styleproperties: Add an unset vfunc to style properties 2011-07-19 11:58:22 +02:00
gtkstyleproperties.h Revert "API: Add API to set style properties to be inherit" 2011-06-02 02:03:52 +02:00
gtkstylepropertiesprivate.h styleproperties: Add _gtk_style_properties_set_property_by_property() 2011-05-22 01:25:16 +02:00
gtkstyleproperty.c Include C89 fallback code 2011-08-20 11:17:44 +08:00
gtkstylepropertyprivate.h styleproperties: Add an unset vfunc to style properties 2011-07-19 11:58:22 +02:00
gtkstyleprovider.c More tiny documentation typo fixes. 2011-02-23 11:09:20 +01:00
gtkstyleprovider.h
gtkswitch.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkswitch.h GtkSwitch: use regular activation 2011-02-25 15:47:03 -05:00
gtksymboliccolor.c symboliccolor: Allow props == NULL when resolving 2011-05-18 22:17:58 +02:00
gtksymboliccolor.h API: gtk: Add gtk_symbolic_color_to_string() 2011-05-18 21:58:43 +02:00
gtktable.c Do not initialize the priv pointer before check type 2011-07-06 14:25:06 +01:00
gtktable.h
gtktearoffmenuitem.c tearoffmenuitem: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtktearoffmenuitem.h
gtktestutils.c some minor doc fixes 2011-07-22 22:00:34 -04:00
gtktestutils.h
gtktextattributes.c Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba 2011-05-06 17:05:34 -04:00
gtktextattributes.h Added GdkRGBA properties to GtkTextTag. 2011-05-06 17:05:10 -04:00
gtktextbtree.c GtkTextBTreeNode: Improve struct packing 2011-04-12 12:46:28 -04:00
gtktextbtree.h
gtktextbuffer.c GtkTextBuffer: Add accessible api 2011-07-05 16:08:53 -04:00
gtktextbuffer.h GtkTextBuffer: Add accessible api 2011-07-05 16:08:53 -04:00
gtktextbufferrichtext.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtktextbufferrichtext.h Move documentation to inline comments: GtkTextBuffer 2011-04-18 02:08:36 +01:00
gtktextbufferserialize.c gtktexttag: Move public members to private header 2011-01-03 15:05:46 -05:00
gtktextbufferserialize.h
gtktextchild.c
gtktextchild.h Remove pointless sealing from GtkTextChild 2010-12-26 22:58:57 -05:00
gtktextchildprivate.h
gtktextdisplay.c Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba 2011-05-06 17:05:34 -04:00
gtktextdisplay.h
gtktextiter.c Added gtk_text_iter_assign API 2011-08-15 15:29:23 +02:00
gtktextiter.h Added gtk_text_iter_assign API 2011-08-15 15:29:23 +02:00
gtktextiterprivate.h
gtktextlayout.c Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba 2011-05-06 17:05:34 -04:00
gtktextlayout.h Added internal GdkRGBA support for GtkTextTag::paragraph-background-rgba 2011-05-06 17:05:34 -04:00
gtktextmark.c Move documentation to inline comments: GtkTextMark 2011-04-18 02:08:36 +01:00
gtktextmark.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktextmarkprivate.h
gtktextsegment.c
gtktextsegment.h
gtktexttag.c Language improvements 2011-08-10 12:15:32 +01:00
gtktexttag.h textview: Move GtkTextAttributes to its own header 2011-01-11 16:46:59 +01:00
gtktexttagprivate.h gtktexttag: Move public members to private header 2011-01-03 15:05:46 -05:00
gtktexttagtable.c More doc build fixes 2011-01-10 10:59:50 -05:00
gtktexttagtable.h
gtktexttypes.c
gtktexttypes.h
gtktextutil.c GtkTextUtil: Fix typo 2011-01-10 23:01:01 +01:00
gtktextutil.h
gtktextview.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtktextview.h Add gtk_text_view_get_cursor_locations 2011-01-19 17:01:19 -05:00
gtkthemingengine.c themingengine: Return NULL for nonexistant theming engines 2011-07-21 02:43:54 +02:00
gtkthemingengine.h themingengine: Use the default way of indicating privates 2011-07-21 02:43:54 +02:00
gtkthemingengineprivate.h shadow: render icon-shadow for spinners 2011-06-09 23:17:09 +02:00
gtktimeline.c GtkTimeline: don't look when animations are disabled 2011-04-14 08:58:48 -04:00
gtktimeline.h
gtktoggleaction.c [GI] Cosmetic cleanups of annotations and doc comments 2011-01-18 17:31:59 +01:00
gtktoggleaction.h
gtktogglebutton.c Convert GailToggleButton to GtkToggleButtonAccessible 2011-07-05 16:08:54 -04:00
gtktogglebutton.h
gtktoggletoolbutton.c Move documentation to inline comments: GtkToggleToolButton 2011-04-14 00:07:42 +01:00
gtktoggletoolbutton.h
gtktoolbar.c toolbar: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtktoolbar.h
gtktoolbutton.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolbutton.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolitem.c GtkToolItemPrivate: Improve struct packing 2011-04-12 12:49:16 -04:00
gtktoolitem.h
gtktoolitemgroup.c gtktoolitemgroup: gtk_misc_set_alignment replacing 2011-06-10 17:59:58 -04:00
gtktoolitemgroup.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolpalette.c Don't forget to initialize a variable 2011-06-27 16:47:59 -04:00
gtktoolpalette.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktoolpaletteprivate.h
gtktoolshell.c More documentation fixes 2011-01-06 09:44:08 -05:00
gtktoolshell.h
gtktooltip.c Don't use a GtkAlignment 2011-06-07 22:31:34 -04:00
gtktooltip.h
gtktrayicon-x11.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtktrayicon.h GtkStatusIcon: support fixed-sized icons 2011-03-30 00:26:27 +05:30
gtktreedatalist.c Bug 656851 – Allow use of GVariant in GtkListStore 2011-08-18 17:49:40 -04:00
gtktreedatalist.h Don't include gtk.h here 2011-06-07 18:32:48 -04:00
gtktreednd.c [GI] Add missing (out) and (array) annotations 2011-01-20 13:57:20 +01:00
gtktreednd.h
gtktreemenu.c Minor documentation improvements 2011-02-23 10:26:21 +01:00
gtktreemenu.h Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu 2011-01-05 00:14:25 +09:00
gtktreemodel.c Make _get_iter invalidate iterators when FALSE is returned 2011-08-22 21:30:29 +02:00
gtktreemodel.h Move GtkTreeModel docs inline 2011-01-12 18:50:45 -05:00
gtktreemodelfilter.c treemodelfilter: rework reference counting 2011-08-22 21:30:32 +02:00
gtktreemodelfilter.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtktreemodelsort.c Avoid unreferencing deleted nodes 2011-08-22 21:30:31 +02:00
gtktreemodelsort.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtktreeprivate.h Make GtkTreeView use GtkStyleContext 2011-01-27 20:57:11 +01:00
gtktreeselection.c * gtk/gtktreeselection.c: 2011-03-31 19:17:17 -03:00
gtktreeselection.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtktreesortable.c
gtktreesortable.h Reduce includes of gtktypeutils.h to a minimum 2011-01-04 12:05:05 -05:00
gtktreestore.c Make _get_iter invalidate iterators when FALSE is returned 2011-08-22 21:30:29 +02:00
gtktreestore.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gtktreeview.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtktreeview.h [GI] Mark callbacks' context parameter with (closure) annotation. 2011-01-18 17:20:32 +01:00
gtktreeviewcolumn.c gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktreeviewcolumn.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtktypebuiltins.c.template
gtktypebuiltins.h.template
gtkuimanager.c Move documentation to inline comments: GtkUIManager 2011-04-18 18:55:34 +01:00
gtkuimanager.h Move documentation to inline comments: GtkUIManager 2011-04-18 18:55:34 +01:00
gtkunixprint.h
gtkvbbox.c Deprecate h/v buttonbox subclasses 2011-06-07 21:32:49 -04:00
gtkvbbox.h Deprecate h/v buttonbox subclasses 2011-06-07 21:32:49 -04:00
gtkvbox.c One more change 2011-06-10 17:42:14 -04:00
gtkvbox.h Deprecate h/v variants of GtkBox 2011-06-07 21:44:24 -04:00
gtkversion.h.in Move docs for gtkmain inline 2011-01-04 17:32:12 -05:00
gtkviewport.c viewport: Use gtk_widget_class_set_accessible_role() 2011-07-18 18:30:50 +02:00
gtkviewport.h
gtkvolumebutton.c volumebutton: Update adjustment usage for sealing 2011-01-05 23:50:22 +01:00
gtkvolumebutton.h
gtkvpaned.c Deprecate h/v subclasses of GtkPaned 2011-06-07 21:40:12 -04:00
gtkvpaned.h Deprecate h/v subclasses of GtkPaned 2011-06-07 21:40:12 -04:00
gtkvscale.c Deprecate h/v variants of GtkScale 2011-06-07 21:43:32 -04:00
gtkvscale.h Deprecate h/v variants of GtkScale 2011-06-07 21:43:32 -04:00
gtkvscrollbar.c Deprecate h/v subclasses of GtkScrollbar 2011-06-07 21:38:15 -04:00
gtkvscrollbar.h Deprecate h/v subclasses of GtkScrollbar 2011-06-07 21:38:15 -04:00
gtkvseparator.c Deprecate h/v subclasses of GtkSeparator 2011-06-07 21:35:57 -04:00
gtkvseparator.h Deprecate h/v subclasses of GtkSeparator 2011-06-07 21:35:57 -04:00
gtkwidget.c widget: Add transfer annotation for gtk_widget_set_window 2011-08-11 12:35:46 +02:00
gtkwidget.h Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkwidgetpath.c Add sibling information to widget path string representations 2011-06-18 12:36:38 -04:00
gtkwidgetpath.h gtk: Use const instead G_CONST_RETURN 2011-06-10 13:07:54 +01:00
gtkwidgetprivate.h gtkwidget: Move private functions to private header 2011-06-04 14:00:55 +02:00
gtkwin32embed.c
gtkwin32embed.h
gtkwin32embedwidget.c Add headers required by gtk/gtkwin32embedwidget.c 2011-06-24 13:19:58 +08:00
gtkwin32embedwidget.h win32: Make GtkWin32EmbedWidget use HWND instead of GdkNativeWindow 2011-01-28 17:06:07 +01:00
gtkwindow.c Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkwindow.h Make focus rectangles optional 2011-08-10 16:34:20 +02:00
gtkwindowprivate.h API: gtk: Remove client_event vfunc from GtkWidget 2011-02-01 06:33:01 +01:00
gtkx.h Add a gtkx.h header for X11-specific GTK+ api 2011-01-29 14:16:47 -05:00
gtkxembed.c
gtkxembed.h
Makefile.am GtkFontChooserDialog: Split the dialog out of gtkfontchooser.[ch] to gtkfontchooserdialog.[ch] 2011-08-15 18:57:55 -04:00
makefile.msc.in win32: msvc build update 2011-02-06 15:07:12 +01:00
org.gtk.Settings.FileChooser.gschema.xml bgo#655822 - Put back the expand-folders schema in gsettings 2011-08-02 11:45:47 -05:00
paper_names_offsets.c
paper_names.c
queryimmodules.c Remove unused includes 2011-06-16 23:33:43 -04:00
updateiconcache.c updateiconcache: Don't translate g_warning/g_error 2011-04-29 10:24:21 -04:00
xembed.h