gtk2/gtk
Benjamin Otte 33ada9e938 Bug 588273 - Make number of validated rows depend on time, not row count
Previously, do_validate_rows() validated 300 rows per iteration. While
this is usually not problematic, as the typical tree view contains less
than 100 rows. Tree views with a lot of columns or complex cell
renderers could take inacceptably long, like:
- Epiphany's location bar entry completion has multiline and marked up
  text in every cell. Validating a single row took ~1.5ms here.
- In the list view in Nautilus, When enabling all columns, validating a
  single row would take ~3ms.
With 300 rows per iteration, that made those examples take 500ms/1s in a
signle main loop callback, and this obviously caused responsiveness
problems.

Now the code uses a timer and limits the time for validating rows to
30ms. This can cause less lines to be invalidated per call, so the
function might be called more often, but generally results in more
responsive applications.
2009-07-17 21:35:32 +02:00
..
stock-icons Use a better caps lock warning icon 2009-01-05 18:14:58 +00:00
tests Exclude GtkEntry::buffer from default value testing 2009-07-10 18:12:42 -04:00
theme-bits Add git.mk to generate .gitignore files 2009-05-04 14:29:21 -04:00
abicheck.sh
aliasfilescheck.sh
circles.xbm
compose-parse.py Closes #557420 – Some compose sequences don't work anymore 2008-12-03 16:19:45 +00:00
fnmatch.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gen-paper-names.c More conversion to C_() 2008-10-27 03:07:16 +00:00
gtk-builder-convert Handle translated combobox models better 2009-05-03 22:50:27 -04:00
gtk-compose-lookaside.txt Closes #557420 – Some compose sequences don't work anymore 2008-12-03 16:19:45 +00:00
gtk-win32.rc.in Revert name change 2008-07-01 22:57:50 +00:00
gtk.h GtkEntryBuffer holds text for GtkEntry 2009-07-08 20:41:53 -05:00
gtk.symbols Add API for more widget flags 2009-07-17 21:20:14 +02:00
gtkaboutdialog.c Fix a typo in the docs 2009-05-29 18:40:10 -04:00
gtkaboutdialog.h Revert name change 2008-07-01 22:57:50 +00:00
gtkaccelgroup.c Fix a memory leak in GtkAccelGroup 2009-04-07 19:11:33 -04:00
gtkaccelgroup.h Revert name change 2008-07-01 22:57:50 +00:00
gtkaccellabel.c More conversion to C_() 2008-10-27 03:07:16 +00:00
gtkaccellabel.h Revert name change 2008-07-01 22:57:50 +00:00
gtkaccelmap.c gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c 2008-08-08 03:49:18 +00:00
gtkaccelmap.h Revert name change 2008-07-01 22:57:50 +00:00
gtkaccessible.c Revert name change 2008-07-01 22:57:50 +00:00
gtkaccessible.h Revert name change 2008-07-01 22:57:50 +00:00
gtkaction.c Make gtk-doc pick up deprecation notes 2009-02-28 19:26:14 +00:00
gtkaction.h i Bug 560228 – Add "action-controller" property to GtkWidgetClass 2009-01-23 15:15:28 +00:00
gtkactiongroup.c i Bug 560228 – Add "action-controller" property to GtkWidgetClass 2009-01-23 15:15:28 +00:00
gtkactiongroup.h Revert name change 2008-07-01 22:57:50 +00:00
gtkactivatable.c fix compile warnings 2009-06-17 10:28:03 +02:00
gtkactivatable.h Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkadjustment.c Forward-port a GtkAdjustment compatibility fix 2009-05-03 13:04:06 -04:00
gtkadjustment.h Bug 544858 – Seal GtkAdjustment 2008-08-05 14:46:26 +00:00
gtkalignment.c Bug 561539 - Fix warnings when size allocations fall short of border width 2008-11-24 19:20:16 +00:00
gtkalignment.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkarrow.c expose-event returns gboolean not gint, reindented static prototypes and 2008-09-03 15:09:17 +00:00
gtkarrow.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkaspectframe.c Revert name change 2008-07-01 22:57:50 +00:00
gtkaspectframe.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkassistant.c Make suitable GtkAssistant buttons default 2009-07-16 22:06:40 -04:00
gtkassistant.h Revert name change 2008-07-01 22:57:50 +00:00
gtkbbox.c Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkbbox.h Revert name change 2008-07-01 22:57:50 +00:00
gtkbin.c Revert name change 2008-07-01 22:57:50 +00:00
gtkbin.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkbindings.c Undeprecate gtk_binding_entry_add_signall 2009-02-11 15:52:37 +00:00
gtkbindings.h Undeprecate gtk_binding_entry_add_signall 2009-02-11 15:52:37 +00:00
gtkbox.c gtk/gtkbox.c: fixed type declaration. 2008-10-07 09:32:20 +00:00
gtkbox.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkbuildable.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtkbuildable.h Revert name change 2008-07-01 22:57:50 +00:00
gtkbuilder.c Fix a GtkBuilder crash 2009-04-06 20:55:26 -04:00
gtkbuilder.h Improve GtkBuilder error reporting 2009-04-06 20:13:35 -04:00
gtkbuilderparser.c Cleanup some translation handling 2009-06-15 18:25:04 -04:00
gtkbuilderprivate.h Improve GtkBuilder error reporting 2009-04-06 20:13:35 -04:00
gtkbutton.c Make stock buttons have mnemonics again 2009-07-01 19:02:45 -04:00
gtkbutton.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkcalendar.c Improve translator comment. Fixes bug #569393. 2009-07-07 16:37:07 +01:00
gtkcalendar.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkcelleditable.c gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.c 2008-08-11 13:07:18 +00:00
gtkcelleditable.h define __GTK_H_INSIDE__ around including all other headers. 2008-05-28 15:07:04 +00:00
gtkcelllayout.c Add some missing braces 2008-08-05 00:21:49 +00:00
gtkcelllayout.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtkcellrenderer.c Add API for sealed member "visible" 2009-07-15 03:22:22 +02:00
gtkcellrenderer.h Add API for sealed member "visible" 2009-07-15 03:22:22 +02:00
gtkcellrendereraccel.c Display invalid accelerators as "Invalid" in GTK mode. 2009-04-20 14:54:59 +02:00
gtkcellrendereraccel.h Seal GtkCellRendererAccel. 2008-06-20 11:00:46 +00:00
gtkcellrenderercombo.c Remove debug spew 2008-11-01 02:11:08 +00:00
gtkcellrenderercombo.h Seal GtkCellRendererCombo. 2008-06-20 11:00:52 +00:00
gtkcellrendererpixbuf.c Bug 565317 - Resulting image of GtkCellRendererPixbuf depends on order of set properties 2009-06-15 21:10:34 +02:00
gtkcellrendererpixbuf.h seal all members. 2008-06-20 10:59:48 +00:00
gtkcellrendererprogress.c Don't try to keep state in a cell renderer between two paint calls. It 2008-12-13 08:18:50 +00:00
gtkcellrendererprogress.h seal private member. 2008-06-20 10:59:43 +00:00
gtkcellrendererspin.c gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c 2008-08-11 09:17:49 +00:00
gtkcellrendererspin.h define __GTK_H_INSIDE__ around including all other headers. 2008-05-28 15:07:04 +00:00
gtkcellrenderertext.c examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c 2008-08-12 09:51:16 +00:00
gtkcellrenderertext.h gtk/gtkcellrenderertext.h gtk/gtkentry.[ch] gtk/gtkimcontext.h 2008-10-30 18:38:06 +00:00
gtkcellrenderertoggle.c Add API for the sealed member "activatable" 2009-07-14 01:53:56 +02:00
gtkcellrenderertoggle.h Add API for the sealed member "activatable" 2009-07-14 01:53:56 +02:00
gtkcellview.c Move get_cells implementation from deprecated function 2009-07-08 16:46:26 +02:00
gtkcellview.h Deprecate get_cell_renderers implementations 2009-06-15 18:25:04 -04:00
gtkcheckbutton.c consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) 2008-08-12 09:06:34 +00:00
gtkcheckbutton.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkcheckmenuitem.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkcheckmenuitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkclipboard-quartz.c Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c 2008-09-29 10:41:07 +00:00
gtkclipboard.c bgo#463773 - Handle a NULL display in gtk_clipboard_get_for_display() so Flash won't hang 2009-05-12 13:44:04 -05:00
gtkclipboard.h Revert name change 2008-07-01 22:57:50 +00:00
gtkclist.c gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.c 2008-09-22 10:35:44 +00:00
gtkclist.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkcolorbutton.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkcolorbutton.h Revert name change 2008-07-01 22:57:50 +00:00
gtkcolorsel.c improve deprecation annotation 2008-11-29 07:12:49 +00:00
gtkcolorsel.h Revert name change 2008-07-01 22:57:50 +00:00
gtkcolorseldialog.c More doc fixes 2008-09-04 04:26:02 +00:00
gtkcolorseldialog.h Revert name change 2008-07-01 22:57:50 +00:00
gtkcombo.c gtk/gtkaboutdialog.c gtk/gtkcellrendereraccel.c gtk/gtkcellrenderercombo.c 2008-08-11 09:17:49 +00:00
gtkcombo.h define __GTK_H_INSIDE__ around including all other headers. 2008-05-28 15:07:04 +00:00
gtkcombobox.c Merge branch 'client-side-windows' 2009-07-01 16:15:03 +02:00
gtkcombobox.h Bug 382291 – Automatically dim the combobox when the model is empty 2008-08-04 23:40:36 +00:00
gtkcomboboxentry.c Fixed regression reported in bug #574059. (search button not available in 2009-03-10 15:57:16 +00:00
gtkcomboboxentry.h Seal priv pointer in GtkComboBoxEntry. 2008-06-20 11:04:13 +00:00
gtkcontainer.c add missing semicolon. 2008-12-09 15:13:55 +00:00
gtkcontainer.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkctree.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkctree.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkcurve.c gtk/gtkaccelgroup.c gtk/gtkactiongroup.c gtk/gtkcalendar.c 2008-08-11 13:07:18 +00:00
gtkcurve.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkcustompaperunixdialog.c Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkcustompaperunixdialog.h No need to have single-include guards in a private header 2009-07-14 01:33:52 +02:00
gtkdebug.h Revert name change 2008-07-01 22:57:50 +00:00
gtkdialog.c Make an internal function static 2009-05-03 12:15:28 -04:00
gtkdialog.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkdnd-quartz.c Implement, patch from Paul Davis. 2008-11-12 15:39:33 +00:00
gtkdnd.c fix compile warnings 2009-06-17 10:28:03 +02:00
gtkdnd.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkdndcursors.h
gtkdrawingarea.c Revert name change 2008-07-01 22:57:50 +00:00
gtkdrawingarea.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkeditable.c Doc additions. 2008-12-29 20:39:42 +00:00
gtkeditable.h Match parameter names 2008-12-29 04:24:49 +00:00
gtkentry.c Complete the get_buffer() conversion 2009-07-17 15:09:35 -04:00
gtkentry.h GtkEntryBuffer holds text for GtkEntry 2009-07-08 20:41:53 -05:00
gtkentrybuffer.c Correct property types 2009-07-17 15:16:38 -04:00
gtkentrybuffer.h Use G_CONST_RETURN for const return values 2009-07-15 18:29:13 -04:00
gtkentrycompletion.c More instances of those deprecated functions 2009-06-16 12:21:36 -04:00
gtkentrycompletion.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtkentryprivate.h
gtkenums.h Add ability to print selection 2009-06-08 15:37:32 +02:00
gtkeventbox.c events return gboolean not gint, reindented static prototypes. 2008-09-24 10:35:53 +00:00
gtkeventbox.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkexpander.c clarify bugfix in 2.14 for gtk_expander_get_label 2009-04-07 12:54:15 -04:00
gtkexpander.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooser.c bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashing 2009-06-18 21:57:54 -05:00
gtkfilechooser.h Don't do completion in the middle of an incomplete hostname 2009-01-21 03:17:01 +00:00
gtkfilechooserbutton.c Fix emission of file-set signal 2009-02-11 06:52:43 +00:00
gtkfilechooserbutton.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserdefault.c Add a tooltip to the save folder combo 2009-07-15 19:17:36 -04:00
gtkfilechooserdefault.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserdialog.c remove unused variables 2009-06-27 11:28:07 +02:00
gtkfilechooserdialog.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserembed.c Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserembed.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserentry.c Use gtk_entry_xxx functions rather than using GtkEntry structure directly. 2009-03-27 05:22:23 +00:00
gtkfilechooserentry.h Add a local_only property to GtkFileChooserEntry 2009-01-21 03:16:46 +00:00
gtkfilechooserprivate.h bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashing 2009-06-18 21:57:54 -05:00
gtkfilechoosersettings.c Show the size column by default in the file chooser 2009-06-18 19:48:38 -05:00
gtkfilechoosersettings.h Add load/save functions for the sort column order in GtkFileChooserSettings 2009-06-12 16:40:25 -05:00
gtkfilechooserutils.c bgo#586315 - gtk_file_chooser_list_shortcut_folders() was crashing 2009-06-18 21:57:54 -05:00
gtkfilechooserutils.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilechooserwidget.c Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilechooserwidget.h Deprecate gtk_file_chooser_*_new_with_backend(), since GIO is already used 2008-08-04 14:43:53 +00:00
gtkfilefilter.c Allocate with GSlice: 2008-07-04 14:27:40 +00:00
gtkfilefilter.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilesel.c Fix a small leak in GtkFileSelector 2009-04-11 01:47:29 -04:00
gtkfilesel.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfilesystem.c Don't do completion in the middle of an incomplete hostname 2009-01-21 03:17:01 +00:00
gtkfilesystem.h Privately export this method. It classifies directories and mountables the 2008-12-14 02:14:19 +00:00
gtkfilesystemmodel.c bgo#355851 - Hide backup files in the file chooser 2009-06-11 19:58:51 -05:00
gtkfilesystemmodel.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfixed.c Revert name change 2008-07-01 22:57:50 +00:00
gtkfixed.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkfontbutton.c Bug 562998 – GtkFontButton documentation improvements 2008-12-03 13:15:39 +00:00
gtkfontbutton.h Revert name change 2008-07-01 22:57:50 +00:00
gtkfontsel.c Add some more font sizes 2009-06-15 18:25:04 -04:00
gtkfontsel.h Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate? 2008-10-31 22:16:41 +00:00
gtkframe.c consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) 2008-08-12 09:06:34 +00:00
gtkframe.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkgamma.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkgamma.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkgc.c Cast tile, stipple and clip_mask pointers to gintptr when calculating 2008-08-04 23:51:16 +00:00
gtkgc.h Revert name change 2008-07-01 22:57:50 +00:00
gtkhandlebox.c fix compile warnings 2009-06-17 10:28:03 +02:00
gtkhandlebox.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhbbox.c Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkhbbox.h Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkhbox.c keep GtkBox as an abstract type and keep _gtk_box_new() as private 2008-10-07 09:07:27 +00:00
gtkhbox.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhpaned.c Bug 553586 – Add orientation API to GtkPaned 2008-11-07 16:39:50 +00:00
gtkhpaned.h Bug 553586 – Add orientation API to GtkPaned 2008-11-07 16:39:50 +00:00
gtkhruler.c Bug 553585 – Add orientation API to GtkRuler 2008-10-02 15:13:23 +00:00
gtkhruler.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhscale.c Bug 553765 – Add orientation API to GtkRange 2008-11-11 17:47:13 +00:00
gtkhscale.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhscrollbar.c Forgotten files 2008-12-30 20:47:03 +00:00
gtkhscrollbar.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhseparator.c Bug 553582 – Add orientation API to GtkSeparator 2008-09-30 14:20:30 +00:00
gtkhseparator.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkhsv.c Doc fixes 2008-12-29 04:56:09 +00:00
gtkhsv.h Bug 547270 – Make GtkHSV public 2008-08-11 19:57:38 +00:00
gtkiconcache.c Use g_mapped_file_unref() 2009-06-18 15:11:57 -04:00
gtkiconcache.h Two optimizations for icon cache lookups. 2007-12-03 17:44:27 +00:00
gtkiconcachevalidator.c Cast to guint8* to avoid a compiler warning. 2008-06-21 13:09:57 +00:00
gtkiconcachevalidator.h
gtkiconfactory.c Use a better caps lock warning icon 2009-01-05 18:14:58 +00:00
gtkiconfactory.h Revert name change 2008-07-01 22:57:50 +00:00
gtkicontheme.c g_return_if_fail() on icon_name != NULL so we get a warning instead of a 2009-01-22 15:15:40 +00:00
gtkicontheme.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtkiconview.c Fix DND onto an empty icon view 2009-07-17 13:30:37 -04:00
gtkiconview.h Seal priv pointer in GtkIconView. 2008-06-20 11:04:50 +00:00
gtkimage.c Improve docs 2009-01-23 05:43:45 +00:00
gtkimage.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkimagemenuitem.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkimagemenuitem.h Bug 322932 – Always show icons on panel menus 2009-01-27 03:56:03 +00:00
gtkimcontext.c documentation description: Mention the various properties and the 2009-01-15 16:53:27 +00:00
gtkimcontext.h Bug 563994 – Input method module interface not documented 2008-12-11 11:38:59 +00:00
gtkimcontextsimple.c Bug 145058 - Inputting "^^" requires four keystrokes on Win32, differs 2009-01-29 13:43:42 +00:00
gtkimcontextsimple.h Revert name change 2008-07-01 22:57:50 +00:00
gtkimcontextsimpleseqs.h Closes #557420 – Some compose sequences don't work anymore 2008-12-03 16:19:45 +00:00
gtkimmodule.c Revert changes for bug 567124. Instead of trying to avoid 2009-01-25 03:38:27 +00:00
gtkimmodule.h Revert name change 2008-07-01 22:57:50 +00:00
gtkimmulticontext.c Revert changes for bug 567124. Instead of trying to avoid 2009-01-25 03:38:27 +00:00
gtkimmulticontext.h Bug 450716 – New API to change global IM 2009-01-13 19:15:42 +00:00
gtkinfobar.c Fix redraw issues in GtkInfoBar 2009-07-06 01:56:05 -04:00
gtkinfobar.h Add single-include guard 2009-07-09 16:30:52 +02:00
gtkinputdialog.c gtk/gtkentry.c gtk/gtkentrycompletion.c gtk/gtkhandlebox.c 2008-08-11 12:54:57 +00:00
gtkinputdialog.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkintl.h Bug 503071 – Application direction changes to right to left even if 2008-06-11 23:40:35 +00:00
gtkinvisible.c examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c 2008-08-12 09:51:16 +00:00
gtkinvisible.h Revert name change 2008-07-01 22:57:50 +00:00
gtkitem.c Revert name change 2008-07-01 22:57:50 +00:00
gtkitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkitemfactory.c gtk/gtkclist.[ch] gtk/gtkctree.[ch] gtk/gtkitemfactory.[ch] 2008-08-04 14:13:56 +00:00
gtkitemfactory.h Move G_END_DECLS before the #endif in gtkitemfactory.h 2009-04-04 13:40:12 +02:00
gtkkeyhash.c Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts 2009-01-31 20:32:06 +00:00
gtkkeyhash.h Revert name change 2008-07-01 22:57:50 +00:00
gtklabel.c Make link coloring in labels optional 2009-07-09 13:59:35 -04:00
gtklabel.h Make link coloring in labels optional 2009-07-09 13:59:35 -04:00
gtklayout.c Document the "set-scroll-adjustments" signal 2008-12-11 13:09:27 +00:00
gtklayout.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtklinkbutton.c Fix the build 2008-12-08 02:47:21 +00:00
gtklinkbutton.h Bug 546771 - Add writable property "visited" to GtkLinkButton 2008-08-07 11:37:57 +00:00
gtklist.c gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.c 2008-09-22 10:35:44 +00:00
gtklist.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtklistitem.c gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c 2008-08-12 09:44:32 +00:00
gtklistitem.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkliststore.c clean up code in gtk_list_store_set_n_columns() 2009-07-01 10:57:11 +02:00
gtkliststore.h reviewed by: <Carlos Garnacho <garnacho@gnome.org> 2008-06-20 18:52:52 +00:00
gtkmain.c Bug 164002 - query scripts don't work uninstalled on windows 2009-01-13 14:04:27 +00:00
gtkmain.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmarshal.list
gtkmarshalers.list GtkEntryBuffer holds text for GtkEntry 2009-07-08 20:41:53 -05:00
gtkmenu.c Remove accidentally added debug spew 2009-07-09 17:10:56 +02:00
gtkmenu.h Add a way to turn off toggle spacing in menus 2009-06-24 01:01:51 -04:00
gtkmenubar.c Forgotten files 2008-12-30 20:47:03 +00:00
gtkmenubar.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkmenuitem.c Accelerators failed for submenus (GNOME bug 582025) 2009-06-22 12:19:56 -04:00
gtkmenuitem.h added new apis gtk_menu_item_[set/get]_label() and 2008-11-06 17:19:08 +00:00
gtkmenushell.c Fix a typo 2008-12-13 05:20:10 +00:00
gtkmenushell.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkmenutoolbutton.c Doc additions 2008-12-30 05:49:05 +00:00
gtkmenutoolbutton.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmessagedialog.c Bug 555270 – Allow unsetting a MessageDialog's image 2008-10-08 02:27:07 +00:00
gtkmessagedialog.h Add a message area widget 2009-06-05 18:00:26 -04:00
gtkmisc.c Revert name change 2008-07-01 22:57:50 +00:00
gtkmisc.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkmnemonichash.c Revert name change 2008-07-01 22:57:50 +00:00
gtkmnemonichash.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmodules.c Fix casting problem in gmodule code. 2009-04-24 18:16:15 -05:00
gtkmodules.h Revert name change 2008-07-01 22:57:50 +00:00
gtkmountoperation-stub.c Bug 587485 – GMountOperation::show-processes support 2009-07-06 14:23:03 -04:00
gtkmountoperation-x11.c 2.17.3 2009-07-07 01:05:29 -04:00
gtkmountoperation.c Fix gccism - pointer arithmetic with void pointers 2009-07-13 09:45:01 +02:00
gtkmountoperation.h Bump gtk-doc dependency to 1.11 for nicer index-generation. 2008-11-21 08:20:19 +00:00
gtkmountoperationprivate.h Bug 587485 – GMountOperation::show-processes support 2009-07-06 14:23:03 -04:00
gtknotebook.c bgo#529908 - Sanitize handling of motion events in GtkNotebook 2009-06-23 14:36:22 -05:00
gtknotebook.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkobject.c gtk/gtkobject.c s/GtkType/GType/ and 2008-09-23 18:24:33 +00:00
gtkobject.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkoldeditable.c get rid of the deprecated aliases NONE and BOOL. 2008-08-13 18:44:11 +00:00
gtkoldeditable.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkoptionmenu.c gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.c 2008-08-11 13:36:15 +00:00
gtkoptionmenu.h Revert name change 2008-07-01 22:57:50 +00:00
gtkorientable.c Bug 541009 – Get rid of separate subclasses for horizontal and vertical 2008-09-30 08:14:11 +00:00
gtkorientable.h Bug 541009 – Get rid of separate subclasses for horizontal and vertical 2008-09-30 08:14:11 +00:00
gtkpagesetup.c Bug 547944 – Self-reference in gtk_page_setup_load_file's docs 2008-08-15 18:37:00 +00:00
gtkpagesetup.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkpagesetupunixdialog.c Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkpagesetupunixdialog.h Seal priv pointer in GtkPageSetupUnixDialog. 2008-06-20 11:05:11 +00:00
gtkpaned.c Handle widget being NULL. Pointed out by Wouter Bolsterlee. 2009-02-28 00:52:59 +00:00
gtkpaned.h Keep all these abstract for now 2008-12-31 19:13:23 +00:00
gtkpapersize.c Bug 559914 – eog doesn't apply paper setup. 2008-12-03 10:17:45 +00:00
gtkpapersize.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkpathbar.c bgo#355851 - Hide backup files in the file chooser 2009-06-11 19:58:51 -05:00
gtkpathbar.h Bug 520874 - Should use gio directly. 2008-06-10 00:39:35 +00:00
gtkpixmap.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecated 2008-08-04 17:59:43 +00:00
gtkpixmap.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkplug-stub.c Revert name change 2008-07-01 22:57:50 +00:00
gtkplug-win32.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkplug-x11.c Small cleanups to debug messages for GtkPlug/GtkSocket 2008-09-19 22:52:33 +00:00
gtkplug.c Keep GtkPlug in sync with the global list of toplevels. 2009-01-23 05:57:36 +00:00
gtkplug.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkplugprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkpreview.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecated 2008-08-04 17:59:43 +00:00
gtkpreview.h gtk/gtkclist.h gtk/gtkctree.h gtk/gtklist.h gtk/gtklistitem.h 2008-09-23 10:28:23 +00:00
gtkprint-win32.c gtk/gtkprint-win32.c gtk/gtkprint-win32.h Cosmetic fixups after patch 2008-08-02 09:31:01 +00:00
gtkprint-win32.h Bug 339699 - implement gtk_print_operation_set_show_dialog for Windows 2008-08-02 09:27:47 +00:00
gtkprintbackend.c Adds authentication support of CUPS backend 2009-04-21 14:24:32 +02:00
gtkprintbackend.h Adds authentication support of CUPS backend 2009-04-21 14:24:32 +02:00
gtkprintcontext.c Revert name change 2008-07-01 22:57:50 +00:00
gtkprintcontext.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkprinter-private.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprinter.c Bug 346903 – gtk_enumerate_printers needs events to complete 2008-09-17 22:07:10 +00:00
gtkprinter.h Bug 535158 – can't rearrange the order of multi pages per side 2008-08-21 10:25:27 +00:00
gtkprinteroption.c Revert name change 2008-07-01 22:57:50 +00:00
gtkprinteroption.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprinteroptionset.c Revert name change 2008-07-01 22:57:50 +00:00
gtkprinteroptionset.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprinteroptionwidget.c Bug 344522 – support non-local destination files (GtkPrint): 2008-09-30 08:45:01 +00:00
gtkprinteroptionwidget.h
gtkprintjob.c Add ability to print in number-up mode for file backend and lpr backend 2009-05-13 18:28:42 +02:00
gtkprintjob.h Add ability to print in number-up mode for file backend and lpr backend 2009-05-13 18:28:42 +02:00
gtkprintoperation-private.h Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkprintoperation-unix.c Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkprintoperation-win32.c Add ability to print in number-up mode for file backend and lpr backend 2009-05-13 18:28:42 +02:00
gtkprintoperation.c Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkprintoperation.h Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkprintoperationpreview.c Doc additions 2008-12-30 05:18:18 +00:00
gtkprintoperationpreview.h Revert name change 2008-07-01 22:57:50 +00:00
gtkprintsettings.c Add ability to print selection 2009-06-08 15:37:32 +02:00
gtkprintsettings.h Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing 2008-10-30 16:24:27 +00:00
gtkprintunixdialog.c Change position of paper's dimensions according to reading direction 2009-07-17 16:33:16 +02:00
gtkprintunixdialog.h Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
gtkprintutils.c Revert name change 2008-07-01 22:57:50 +00:00
gtkprintutils.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkprivate.h Bug 56070 – Can't click button after setting it sensitive. 2008-08-01 03:30:50 +00:00
gtkprogress.c Bug 377699 – realizing gtk.Progress() causes SEGV 2008-11-17 09:50:55 +00:00
gtkprogress.h Fix a typo 2008-12-29 06:02:38 +00:00
gtkprogressbar.c build with GTK_DISABLE_DEPRECATED again. 2008-08-04 14:38:35 +00:00
gtkprogressbar.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkquartz.c Split gtk_selection_data_get_data into gtk_selection_data_get_data and 2008-08-29 04:16:56 +00:00
gtkquartz.h
gtkquery.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtkquery.h
gtkradioaction.c Bug 572904 – GtkRadioAction broken in trunk 2009-02-26 02:33:42 +00:00
gtkradioaction.h Revert name change 2008-07-01 22:57:50 +00:00
gtkradiobutton.c gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c 2008-08-07 14:12:32 +00:00
gtkradiobutton.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkradiomenuitem.c i Bug 560228 – Add "action-controller" property to GtkWidgetClass 2009-01-23 15:15:28 +00:00
gtkradiomenuitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkradiotoolbutton.c gtk/gtknotebook.c property nick and blurb should be marked with P_(), not 2008-08-12 11:32:35 +00:00
gtkradiotoolbutton.h gtk/gtkcellrendereraccel.h gtk/gtkfilechooser.h gtk/gtkfilechooserdialog.h 2008-06-13 14:26:44 +00:00
gtkrange.c Forward-port a GtkAdjustment compatibility fix 2009-05-03 13:04:06 -04:00
gtkrange.h Bug 565656 – Add marks to scales 2009-01-20 05:10:27 +00:00
gtkrbtree.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtkrbtree.h
gtkrc.c Improve the drawing of progress in entries, using fg/bg[SELECTED]. Add a 2009-03-02 18:22:56 +00:00
gtkrc.default
gtkrc.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrc.key.default
gtkrc.key.emacs Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentaction.c i Bug 560228 – Add "action-controller" property to GtkWidgetClass 2009-01-23 15:15:28 +00:00
gtkrecentaction.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooser.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchooser.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserdefault.c Don't leak a GtkRecentInfo. Found by Tommi Rantala 2009-02-28 00:22:15 +00:00
gtkrecentchooserdefault.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserdialog.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkrecentchooserdialog.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchoosermenu.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchoosermenu.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserprivate.h Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchooserutils.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentchooserwidget.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentfilter.c Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentfilter.h Revert name change 2008-07-01 22:57:50 +00:00
gtkrecentmanager.c Fix the docs for gtk_recent_info_get_application_info() 2009-06-15 18:25:04 -04:00
gtkrecentmanager.h Fix the docs for gtk_recent_info_get_application_info() 2009-06-15 18:25:04 -04:00
gtkruler.c Some more 2008-12-31 20:05:16 +00:00
gtkruler.h Some more 2008-12-31 20:05:16 +00:00
gtkscale.c Support scale marks in builder markup 2009-05-03 12:15:28 -04:00
gtkscale.h Bug 565656 – Add marks to scales 2009-01-20 05:10:27 +00:00
gtkscalebutton.c Bug 461944 – pressing the volume icon in full screen shuts down the sound 2009-06-22 17:25:21 +01:00
gtkscalebutton.h Bug 566532 – GtkScaleButton implementation of GtkOrientable 2009-01-13 15:24:03 +00:00
gtkscrollbar.c Keep all these abstract for now 2008-12-31 19:13:23 +00:00
gtkscrollbar.h Keep all these abstract for now 2008-12-31 19:13:23 +00:00
gtkscrolledwindow.c Forward-port a GtkAdjustment compatibility fix 2009-05-03 13:04:06 -04:00
gtkscrolledwindow.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtksearchengine.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtksearchengine.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtksearchenginebeagle.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtksearchenginebeagle.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginesimple.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtksearchenginesimple.h
gtksearchenginetracker.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtksearchenginetracker.h
gtkselection.c Fix broken compile: s/gtk_selection_atom/gtk_selection_atoms 2009-05-18 10:48:21 +08:00
gtkselection.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtkseparator.c Keep all these abstract for now 2008-12-31 19:13:23 +00:00
gtkseparator.h Keep all these abstract for now 2008-12-31 19:13:23 +00:00
gtkseparatormenuitem.c Revert name change 2008-07-01 22:57:50 +00:00
gtkseparatormenuitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkseparatortoolitem.c Doc fixes 2008-12-29 00:07:32 +00:00
gtkseparatortoolitem.h Seal priv pointer in GtkSeparatorToolItem. 2008-06-20 11:06:09 +00:00
gtksettings.c Change the "gtk-fontconfig-timestamp" property from int to uint. Doesn't 2009-02-01 06:04:12 +00:00
gtksettings.h Revert name change 2008-07-01 22:57:50 +00:00
gtkshow.c Revert name change 2008-07-01 22:57:50 +00:00
gtkshow.h Revert name change 2008-07-01 22:57:50 +00:00
gtksignal.c gtk/gtkobject.c s/GtkType/GType/ and 2008-09-23 18:24:33 +00:00
gtksignal.h gtk/gtkobject.c s/GtkType/GType/ and 2008-09-23 18:24:33 +00:00
gtksizegroup.c Use g_quark_from_static_string where possible 2008-08-18 00:14:17 +00:00
gtksizegroup.h Revert name change 2008-07-01 22:57:50 +00:00
gtksocket-stub.c Revert name change 2008-07-01 22:57:50 +00:00
gtksocket-win32.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtksocket-x11.c Hack that works around firefox plugin crash 2009-07-04 20:21:26 +02:00
gtksocket.c gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c 2008-08-12 09:44:32 +00:00
gtksocket.h Revert name change 2008-07-01 22:57:50 +00:00
gtksocketprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkspinbutton.c Forward-port a GtkAdjustment compatibility fix 2009-05-03 13:04:06 -04:00
gtkspinbutton.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkstatusbar.c Bug 555387 – Changing the sensitivity of a statusbar 2008-10-08 02:02:50 +00:00
gtkstatusbar.h Revert name change 2008-07-01 22:57:50 +00:00
gtkstatusicon-quartz.c
gtkstatusicon.c gtk_status_icon_get_title() must return a value 2009-07-04 12:19:06 +02:00
gtkstatusicon.h Add a title property to GtkStatusIcon 2009-06-20 13:53:32 -04:00
gtkstock.c Fix docs build 2009-06-15 20:05:24 -04:00
gtkstock.h Use a better caps lock warning icon 2009-01-05 18:14:58 +00:00
gtkstyle.c Bug 574561 – gtk_style_get "shadows" g_object_get 2009-03-10 18:58:23 +00:00
gtkstyle.h Bug 574561 – gtk_style_get "shadows" g_object_get 2009-03-10 18:58:23 +00:00
gtktable.c Bug 555578 – GtkTable propertiy maxima are wrong 2008-10-09 15:57:55 +00:00
gtktable.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktearoffmenuitem.c Revert name change 2008-07-01 22:57:50 +00:00
gtktearoffmenuitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktestutils.c Bug 567761 – Spellfixes in GTK+ documentation 2009-01-23 05:51:25 +00:00
gtktestutils.h gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as 2008-06-23 10:47:22 +00:00
gtktext.c gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.c 2008-09-22 10:35:44 +00:00
gtktext.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktextbtree.c Bug 551567 – DND mark broken 2008-09-11 00:44:51 +00:00
gtktextbtree.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextbuffer.c use the normalized name in last patch's signal 2009-01-12 17:21:24 +00:00
gtktextbuffer.h Bug 492794 – Pasting external text at end of view yields wrong scrolling 2009-01-12 17:07:35 +00:00
gtktextbufferrichtext.c
gtktextbufferrichtext.h define __GTK_H_INSIDE__ around including all other headers. 2008-05-28 15:07:04 +00:00
gtktextbufferserialize.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktextbufferserialize.h
gtktextchild.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktextchild.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextchildprivate.h
gtktextdisplay.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktextdisplay.h
gtktextiter.c Revert name change 2008-07-01 22:57:50 +00:00
gtktextiter.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextiterprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextlayout.c Fix handling of child widgets in the presence of bidi text 2009-05-03 23:26:11 -04:00
gtktextlayout.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextmark.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktextmark.h Seal GtkTextMark. 2008-06-20 11:07:14 +00:00
gtktextmarkprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextsegment.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktextsegment.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttag.c examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c 2008-08-12 09:51:16 +00:00
gtktexttag.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtktexttagprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttagtable.c examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.c 2008-08-12 09:51:16 +00:00
gtktexttagtable.h Revert name change 2008-07-01 22:57:50 +00:00
gtktexttypes.c Revert name change 2008-07-01 22:57:50 +00:00
gtktexttypes.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextutil.c Un-doc-commentize non-exported functions 2008-12-29 04:50:15 +00:00
gtktextutil.h Revert name change 2008-07-01 22:57:50 +00:00
gtktextview.c Avoid warnings when unrealizing a text view 2009-04-07 19:28:29 -04:00
gtktextview.h Revert name change 2008-07-01 22:57:50 +00:00
gtkthemes.c Bug 555386 – format not a string literal and no format arguments 2008-10-13 12:54:45 +00:00
gtkthemes.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktipsquery.c gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c 2008-08-08 14:23:32 +00:00
gtktipsquery.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktoggleaction.c Block the previous action when calling reset() to prevent accidental 2009-01-27 00:25:21 +00:00
gtktoggleaction.h Revert name change 2008-07-01 22:57:50 +00:00
gtktoggleactionprivate.h Revert name change 2008-07-01 22:57:50 +00:00
gtktogglebutton.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtktogglebutton.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktoggletoolbutton.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtktoggletoolbutton.h Seal priv pointer in GtkToggleToolButton. 2008-06-20 11:06:40 +00:00
gtktoolbar.c Make sure we queue at least one resize. This fixes a problem with 2009-01-31 02:21:27 +00:00
gtktoolbar.h move deprecated functions together, move setters and getters together, 2008-11-11 15:45:08 +00:00
gtktoolbutton.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtktoolbutton.h Seal priv pointer in GtkToolButton. 2008-06-20 11:06:25 +00:00
gtktoolitem.c Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtktoolitem.h More action-related fixes 2009-01-26 03:01:01 +00:00
gtktoolshell.c Fix up short descriptions 2008-10-27 04:27:03 +00:00
gtktoolshell.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtktooltip.c Fix GtkTooltip destroy the custom widget 2009-05-25 10:01:04 +08:00
gtktooltip.h gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h 2008-06-24 10:16:01 +00:00
gtktooltips.c Revert name change 2008-07-01 22:57:50 +00:00
gtktooltips.h Revert name change 2008-07-01 22:57:50 +00:00
gtktrayicon-x11.c Use gdk_display_sync instead of XSync 2009-07-06 02:03:21 -04:00
gtktrayicon.h Remove svn:executable property 2008-06-19 20:40:06 +00:00
gtktree.c gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.c 2008-08-08 13:53:05 +00:00
gtktree.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktreedatalist.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktreedatalist.h deprecate GtkDestroyNotify. 2008-06-18 09:12:32 +00:00
gtktreednd.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gtktreednd.h define __GTK_H_INSIDE__ around including all other headers. 2008-05-28 15:07:04 +00:00
gtktreeitem.c gtk/gtksignal.[ch] gtk/gtkclist.c gtk/gtklist.c gtk/gtkmain.c 2008-09-22 10:35:44 +00:00
gtktreeitem.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtktreemodel.c Fix a typo in the docs 2009-01-05 04:07:00 +00:00
gtktreemodel.h whitespace cleanup: remove trailing whitespace and excess newlines and 2008-05-28 15:35:43 +00:00
gtktreemodelfilter.c gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c 2008-08-08 14:23:32 +00:00
gtktreemodelfilter.h reviewed by: <Carlos Garnacho <garnacho@gnome.org> 2008-06-20 18:52:52 +00:00
gtktreemodelsort.c Improve the docs 2009-01-03 06:57:10 +00:00
gtktreemodelsort.h reviewed by: <Carlos Garnacho <garnacho@gnome.org> 2008-06-20 18:52:52 +00:00
gtktreeprivate.h bgo#580560 - Make Backspace work in the file chooser to to to the parent directory 2009-06-15 12:37:07 -05:00
gtktreeselection.c gtk/gtktext.c gtk/gtktextbuffer.c gtk/gtktextlayout.c 2008-08-08 14:23:32 +00:00
gtktreeselection.h gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h 2008-06-23 14:07:19 +00:00
gtktreesortable.c Improve the docs 2009-01-03 06:57:10 +00:00
gtktreesortable.h no need to include <gtk/gtkenums.h> in headers which somehow include 2008-10-30 16:34:16 +00:00
gtktreestore.c clarify the init value for the default sort column id 2009-06-27 11:30:06 +02:00
gtktreestore.h reviewed by: <Carlos Garnacho <garnacho@gnome.org> 2008-06-20 18:52:52 +00:00
gtktreeview.c Bug 588273 - Make number of validated rows depend on time, not row count 2009-07-17 21:35:32 +02:00
gtktreeview.h gtk/gtkassistant.h gtk/gtkcellrenderer.h gtk/gtkfilechooserentry.h 2008-06-24 10:16:01 +00:00
gtktreeviewcolumn.c Move get_cells implementation from deprecated function 2009-07-08 16:46:26 +02:00
gtktreeviewcolumn.h Deprecate get_cell_renderers implementations 2009-06-15 18:25:04 -04:00
gtktypebuiltins.c.template Use templates for glib-mkenums calls instead of complicated commandlines 2007-11-26 17:32:19 +00:00
gtktypebuiltins.h.template do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (you 2008-06-23 12:09:15 +00:00
gtktypeutils.c Revert name change 2008-07-01 22:57:50 +00:00
gtktypeutils.h Revert name change 2008-07-01 22:57:50 +00:00
gtkuimanager.c Fix pltcheck issues 2009-01-23 17:10:08 +00:00
gtkuimanager.h Bug 516425 – Optionally display accelerators in popups 2008-10-09 08:50:33 +00:00
gtkunixprint.h gtk/Makefile.am add a single-include header for the unix print stuff. 2008-05-29 09:34:53 +00:00
gtkvbbox.c Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkvbbox.h Fix the remaining issues that broke the PLT check 2009-07-08 17:01:32 +02:00
gtkvbox.c keep GtkBox as an abstract type and keep _gtk_box_new() as private 2008-10-07 09:07:27 +00:00
gtkvbox.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkversion.h.in Revert name change 2008-07-01 22:57:50 +00:00
gtkviewport.c Document the "set-scroll-adjustments" signal 2008-12-11 13:09:27 +00:00
gtkviewport.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkvolumebutton.c Move the _GtkVolumeButton definition into the header to make it possible 2009-02-11 16:31:47 +00:00
gtkvolumebutton.h Move the _GtkVolumeButton definition into the header to make it possible 2009-02-11 16:31:47 +00:00
gtkvpaned.c Bug 553586 – Add orientation API to GtkPaned 2008-11-07 16:39:50 +00:00
gtkvpaned.h Bug 553586 – Add orientation API to GtkPaned 2008-11-07 16:39:50 +00:00
gtkvruler.c Bug 553585 – Add orientation API to GtkRuler 2008-10-02 15:13:23 +00:00
gtkvruler.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkvscale.c Bug 553765 – Add orientation API to GtkRange 2008-11-11 17:47:13 +00:00
gtkvscale.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkvscrollbar.c Document gtk_xscrollbar.new 2008-12-29 07:17:01 +00:00
gtkvscrollbar.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkvseparator.c Bug 553582 – Add orientation API to GtkSeparator 2008-09-30 14:20:30 +00:00
gtkvseparator.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkwidget.c Add API for more widget flags 2009-07-17 21:20:14 +02:00
gtkwidget.h Add API for more widget flags 2009-07-17 21:20:14 +02:00
gtkwin32embed.c Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkwin32embed.h Bug 544684 - Win64 issue, window handles are assumed to be 32-bit 2008-08-04 23:44:59 +00:00
gtkwin32embedwidget.c gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.c 2008-08-12 09:44:32 +00:00
gtkwin32embedwidget.h no need to include <gdk/gdk.h> in any widget header, it's included via 2008-10-30 15:58:06 +00:00
gtkwindow-decorate.c gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c 2008-08-12 14:37:03 +00:00
gtkwindow-decorate.h Revert name change 2008-07-01 22:57:50 +00:00
gtkwindow.c Set user_time from startup_id if window realized 2009-04-07 15:39:00 +02:00
gtkwindow.h Add a function to get the default window icon name 2009-02-20 05:54:53 +00:00
gtkxembed.c Revert name change 2008-07-01 22:57:50 +00:00
gtkxembed.h Revert name change 2008-07-01 22:57:50 +00:00
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am Add paper size combo and orientation combo to print dialog 2009-07-10 11:28:31 +02:00
makefile.msc.in Update msvc build 2009-07-13 09:45:00 +02:00
makegtkalias.pl gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c 2008-08-08 03:49:18 +00:00
paper_names_offsets.c More conversion to C_() 2008-10-27 03:07:16 +00:00
paper_names.c
pltcheck.sh
queryimmodules.c Don't do funny casts to avoid compiler warnings 2008-07-18 18:27:30 +00:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
updateiconcache.c Use g_mapped_file_unref() 2009-06-18 15:11:57 -04:00
xembed.h