gtk2/gtk
Havoc Pennington b3079c0d18 Use gint16 for GtkBorder
32K of border ought to be enough for any pixel dimensions. At least
until screens are so huge we start using doubles.

This saves a nice 64 bits of space when we have a GtkBorder
stored somewhere.

Signed integers are used to avoid surprising unsigned math
issues. Just search GTK's whole git log from inception
for "unsigned" if you want to find any number of commits
fixing signed/unsigned bugs.

https://bugzilla.gnome.org/show_bug.cgi?id=629387
2010-09-12 21:47:09 -04:00
..
stock-icons Revert from "edit-preferences" to "gtk-preferences" 2010-08-23 18:18:05 +02:00
tests GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
theme-bits Make GTK+ use an external gdk-pixbuf 2010-06-26 01:09:05 -04:00
abicheck.sh Don't include __bss_start, _edata and _end symbols in the abichecks 2010-05-11 06:39:35 +02:00
circles.xbm
compose-parse.py Updates to the compose-parse.py script 2010-04-03 20:59:08 -04:00
fnmatch.c
gen-paper-names.c Remove obsolete translator comments 2010-04-03 20:59:06 -04:00
gtk-builder-convert-3.0 Make 3.0 parallel-installable to 2.x 2010-05-08 01:18:53 -04:00
gtk-compose-lookaside.txt Remove conflicting legacy compose sequences in favour of X.org sequences 2010-04-03 20:59:08 -04:00
gtk-win32.rc.in
gtk.h Remove GtkItem 2010-09-08 23:38:09 -04:00
gtk.symbols Don't use the same name for a function that used to be a variable 2010-09-09 11:06:26 +03:00
gtkaboutdialog.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkaboutdialog.h about: Add :license-type property 2010-08-10 00:00:15 -04:00
gtkaccelgroup.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkaccelgroup.h Add and use internal accessor for accelerables in GtkAccelGroup 2010-05-03 01:51:19 +02:00
gtkaccelgroupprivate.h Move GtkAccelGroup private structure to shared header file 2010-05-03 01:51:20 +02:00
gtkaccellabel.c Fixed accel label to do its derived work in ->get_width() instead of the old ->size_request() 2010-08-18 20:01:27 -04:00
gtkaccellabel.h gtkaccellabel: Remove unused class members 2010-08-10 04:17:29 +02:00
gtkaccelmap.c Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkaccelmap.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkaccessible.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkaccessible.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkaction.c gtkaction: unseal private pointer 2010-07-13 19:40:44 +02:00
gtkaction.h gtkaction: unseal private pointer 2010-07-13 19:40:44 +02:00
gtkactiongroup.c gtkactiongroup: Unseal private pointer 2010-07-13 19:40:44 +02:00
gtkactiongroup.h gtkactiongroup: Unseal private pointer 2010-07-13 19:40:44 +02:00
gtkactivatable.c Use G_DEFINE_INTERFACE macro in gtkactivatable 2010-08-25 15:06:40 +02:00
gtkactivatable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkadjustment.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkadjustment.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkalignment.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkalignment.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkapplication.c Do not access an invalid ActionGroup. Closes #624362. 2010-07-14 14:50:28 -03:00
gtkapplication.h [GtkApplication] Add gtk_application_get_windows() 2010-07-05 17:12:53 -03:00
gtkarrow.c gtk/gtkarrow.c: use accessor functions to access GtkWidget 2010-09-08 21:13:04 +02:00
gtkarrow.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkaspectframe.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkaspectframe.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkassistant.c gtk/gtkassistant.c: use accessor functions to access GtkWidget 2010-08-22 22:56:16 +02:00
gtkassistant.h gtkassistant: Move public members to private structure 2010-07-13 19:40:45 +02:00
gtkbbox.c Update GtkButtonBox docs 2010-09-01 19:15:59 -04:00
gtkbbox.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkbin.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkbin.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkbindings.c Fix some compilation warnings 2010-09-13 03:28:36 +02:00
gtkbindings.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkbox.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkbox.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkbuildable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkbuildable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkbuilder.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkbuilder.h gtkbuilder: unseal private pointer 2010-07-13 19:40:45 +02:00
gtkbuilderparser.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkbuilderprivate.h Improve GtkBuilder error reporting 2009-04-06 20:13:35 -04:00
gtkbutton.c gtk/gtkbutton.c: use accessor functions to access GtkWidget 2010-08-22 22:56:15 +02:00
gtkbutton.h Add an accessor for the GSEALed Gtkbutton's event_window attribute 2010-06-26 21:22:02 -04:00
gtkcalendar.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkcalendar.h Add gtk_calendar_day_is_marked() function 2010-08-29 19:14:24 +02:00
gtkcelleditable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkcelleditable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkcelllayout.c gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro 2010-08-26 00:33:56 +02:00
gtkcelllayout.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkcellrenderer.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderer.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrendereraccel.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkcellrendereraccel.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderercombo.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderercombo.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrendererpixbuf.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrendererpixbuf.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrendererprogress.c Convert GtkCellRendererProgress to a GtkOrientable 2010-09-01 23:27:00 -04:00
gtkcellrendererprogress.h gtkcellrendererprogress: unseal private pointer 2010-07-13 19:40:45 +02:00
gtkcellrendererspin.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkcellrendererspin.h gtkcellrendererspin: Use private pointer instead GET_PRIV macro 2010-07-13 19:40:45 +02:00
gtkcellrendererspinner.c gtk/gtkcellrendererspinner.c: use accessor functions to access GtkWidget 2010-08-22 22:56:15 +02:00
gtkcellrendererspinner.h gtkcellrendererspinner: Remove GET_PRIV() macro 2010-07-13 19:40:45 +02:00
gtkcellrenderertext.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderertext.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderertoggle.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellrenderertoggle.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcellsizerequest.c gtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro 2010-08-26 00:33:56 +02:00
gtkcellsizerequest.h Added/Implemented GtkCellSizeRequestIface 2010-08-18 20:01:28 -04:00
gtkcellview.c gtk/gtkcellview.c: use accessor functions to access GtkWidget 2010-08-22 22:56:14 +02:00
gtkcellview.h Drop one duplicated function header 2010-08-20 14:20:51 -03:00
gtkcheckbutton.c gtk/gtkcheckbutton.c: use accessor functions to access GtkWidget 2010-08-22 22:56:14 +02:00
gtkcheckbutton.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkcheckmenuitem.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcheckmenuitem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkclipboard-quartz.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkclipboard.c gtk/gtkdnd.c: Use accessor functions to access GtkWidget 2010-08-22 22:56:16 +02:00
gtkclipboard.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkcolorbutton.c gtk/gtkcolorbutton.c: use accessor functions to access GtkWidget 2010-08-22 22:56:14 +02:00
gtkcolorbutton.h gtkcolorbutton: unseal private pointer 2010-07-13 19:40:46 +02:00
gtkcolorsel.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkcolorsel.h Add correct namespace prefix to ColorSelectionPrivate 2010-09-01 13:16:37 -04:00
gtkcolorseldialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkcolorseldialog.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcombobox.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkcombobox.h gtkcombobox: unseal private pointer 2010-07-13 19:40:46 +02:00
gtkcomboboxentry.c Use GtkBin accessors 2010-07-13 19:40:47 +02:00
gtkcomboboxentry.h gtkcomboboxentry: unseal private pointer 2010-07-13 19:40:46 +02:00
gtkcontainer.c Completely removed requisition cache from GtkWidget instance structure. 2010-09-08 18:50:24 +02:00
gtkcontainer.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkcustompaperunixdialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkcustompaperunixdialog.h gtkcustompaperunixdialog: unseal private pointer 2010-07-13 19:40:46 +02:00
gtkdebug.h Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkdialog.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkdialog.h Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkdnd-quartz.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkdnd.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkdnd.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkdndcursors.h
gtkdrawingarea.c gtk/gtkdrawingarea.c: use accessor functions to access GtkWidget 2010-08-22 22:56:12 +02:00
gtkdrawingarea.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkeditable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkeditable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkentry.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkentry.h Remove deprecated text and text_length field in GtkEntry 2010-08-28 22:27:36 -04:00
gtkentrybuffer.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkentrybuffer.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkentrycompletion.c gtk/gtkentrycompletion.c: use accessor functions to access GtkWidget 2010-08-22 22:56:12 +02:00
gtkentrycompletion.h gtkentrycompletion: Do not use GET_PRIV() macro all the time 2010-07-13 19:40:47 +02:00
gtkentryprivate.h Merge the xi2-for-master branch 2010-05-25 18:38:44 -04:00
gtkenums.h Remove some unused enums 2010-09-05 23:55:47 -04:00
gtkeventbox.c gtk/gtkeventbox.c: use accessor functions to access GtkWidget 2010-08-22 22:56:12 +02:00
gtkeventbox.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkexpander.c gtk/gtkexpander.c: use accessor functions to access GtkWidget 2010-08-22 22:56:12 +02:00
gtkexpander.h Make it possible to make the expander label fill the entire space 2010-08-09 23:08:39 -04:00
gtkfilechooser.c Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkfilechooser.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkfilechooserbutton.c gtk/gtkfilechooserbutton.c: Use accessor functions to access GtkWindow 2010-08-23 20:18:34 +02:00
gtkfilechooserbutton.h gtkfilechooserbutton: unseal private pointer 2010-07-13 19:40:47 +02:00
gtkfilechooserdefault.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkfilechooserdefault.h
gtkfilechooserdialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkfilechooserdialog.h gtkfilechooserdialog: Unseal private pointer 2010-07-13 19:40:47 +02:00
gtkfilechooserembed.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilechooserembed.h
gtkfilechooserentry.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkfilechooserentry.h Add a local_only property to GtkFileChooserEntry 2009-01-21 03:16:46 +00:00
gtkfilechooserprivate.h bgo#625416 - Don't reload the filechooser's folder during a re-map event 2010-08-10 11:36:03 -05:00
gtkfilechoosersettings.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilechoosersettings.h Add load/save functions for the sort column order in GtkFileChooserSettings 2009-06-12 16:40:25 -05:00
gtkfilechooserutils.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilechooserutils.h Remove remnants of filechooser backend property 2010-05-10 23:43:49 -04:00
gtkfilechooserwidget.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilechooserwidget.h gtkfilechooserwidget: Unseal private pointer 2010-07-13 19:40:47 +02:00
gtkfilefilter.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkfilefilter.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkfilesystem.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkfilesystem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkfilesystemmodel.c bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files 2010-08-24 17:09:37 -05:00
gtkfilesystemmodel.h s/get_is_visible/iter_is_visible for clarity 2009-10-15 22:06:17 +02:00
gtkfixed.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkfixed.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkfontbutton.c Use accessor funtions to access GtkFontSelectionDialog 2010-07-13 19:40:47 +02:00
gtkfontbutton.h gtkfontbutton: unseal private pointer 2010-07-13 19:40:47 +02:00
gtkfontsel.c Completely removed requisition cache from GtkWidget instance structure. 2010-09-08 18:50:24 +02:00
gtkfontsel.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkframe.c Remove deprecated 'shadow' properties in GtkFrame and GtkHandleBox 2010-08-28 17:20:53 -04:00
gtkframe.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkhandlebox.c gtk/gtkhandlebox.c: Do not use gdk_window_get_deskrelative_origin() 2010-09-09 02:26:43 +02:00
gtkhandlebox.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkhbbox.c Remove some leftovers of deprecated functionality 2010-08-12 23:25:10 -04:00
gtkhbbox.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhbox.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhbox.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhpaned.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhpaned.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhruler.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhruler.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhscale.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhscale.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhscrollbar.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhscrollbar.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhseparator.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkhseparator.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkhsv.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkhsv.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkiconcache.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkiconcache.h
gtkiconcachevalidator.c
gtkiconcachevalidator.h
gtkiconfactory.c Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkiconfactory.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkicontheme.c Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkicontheme.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkiconview.c Fixed GtkTextView & GtkIconView to consult it's true previous size request 2010-09-09 17:19:18 +09:00
gtkiconview.h Rename GtkIconView::orientation property 2010-09-01 23:03:48 -04:00
gtkimage.c gtk/gtkimage.c: use accessor functions to access GtkWidget 2010-09-08 21:13:03 +02:00
gtkimage.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkimagemenuitem.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkimagemenuitem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkimcontext.c Fix typo in GtkIMContextClass doc. 2010-08-29 19:01:30 +02:00
gtkimcontext.h Fix GtkIMContextClass inheritance 2010-08-08 06:22:45 +02:00
gtkimcontextsimple.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkimcontextsimple.h gtkimcontextsimple: move documentation to inline comments 2010-09-01 20:37:39 +02:00
gtkimcontextsimpleseqs.h Remove conflicting legacy compose sequences in favour of X.org sequences 2010-04-03 20:59:08 -04:00
gtkimmodule.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkimmodule.h
gtkimmulticontext.c gtkimmulticontext: move documentation to inline comments 2010-09-01 20:37:39 +02:00
gtkimmulticontext.h GtkIMMulticontext: move public members to private structure 2010-07-13 19:40:48 +02:00
gtkinfobar.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkinfobar.h Add single-include guard 2009-07-09 16:30:52 +02:00
gtkintl.h
gtkinvisible.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkinvisible.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkkeyhash.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkkeyhash.h
gtklabel.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtklabel.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtklayout.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtklayout.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtklinkbutton.c gtk/gtklinkbutton.c: use accessor functions to access GtkWidget 2010-08-22 22:56:10 +02:00
gtklinkbutton.h GtkLinkButton: unseal private pointer 2010-07-13 19:40:48 +02:00
gtkliststore.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkliststore.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkmain.c Revert "gtk/gtkmain.c: Use accessor functions to access GtkWindowGroup" 2010-09-11 04:24:54 +02:00
gtkmain.h Don't use the same name for a function that used to be a variable 2010-09-09 11:06:26 +03:00
gtkmarshalers.list Merge the xi2-for-master branch 2010-05-25 18:38:44 -04:00
gtkmenu.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkmenu.h s/GdkRegion/cairo_region_t/ in all of gtk 2010-06-29 16:06:38 +02:00
gtkmenubar.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkmenubar.h GtkMenuBar: Use private pointer instead GET_PRIV() macro all the time 2010-07-13 19:40:48 +02:00
gtkmenuitem.c Remove GtkItem 2010-09-08 23:38:09 -04:00
gtkmenuitem.h Remove GtkItem 2010-09-08 23:38:09 -04:00
gtkmenuprivate.h Move deprectated menu enumerations to a private header 2010-08-28 21:24:11 -04:00
gtkmenushell.c Remove GtkItem 2010-09-08 23:38:09 -04:00
gtkmenushell.h GtkMenuShell: take a single device for grabs. 2010-06-16 15:04:27 +02:00
gtkmenutoolbutton.c gtk/gtkmenutoolbutton.c: use accessor functions to access GtkWidget 2010-08-22 22:56:09 +02:00
gtkmenutoolbutton.h GtkMenuToolButton: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkmessagedialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkmessagedialog.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkmisc.c gtk/gtkmisc.c: use accessor functions to access GtkWidget 2010-09-08 21:13:03 +02:00
gtkmisc.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkmnemonichash.c gtk/gtkmnemonichash.c: use accessor functions to access GtkWidget 2010-08-22 21:25:26 +02:00
gtkmnemonichash.h
gtkmodules.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkmodules.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkmountoperation-stub.c Miscellaneous string fixes 2010-08-22 15:06:45 +01:00
gtkmountoperation-x11.c Miscellaneous string fixes 2010-08-22 15:06:45 +01:00
gtkmountoperation.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkmountoperation.h Move documentation to inline comments: GtkMountOperation 2010-04-03 20:53:37 -04:00
gtkmountoperationprivate.h Bug 587485 – GMountOperation::show-processes support 2009-07-06 14:23:03 -04:00
gtknotebook.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtknotebook.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkobject.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkobject.h Deprecate GTK_OBJECT_FLAGS() and GtkObjectFlags enum 2010-06-16 20:36:30 +02:00
gtkoffscreenwindow.c gtk/gtkoffscreenwindow.c: use accessor functions to access GtkWidget 2010-08-22 21:25:26 +02:00
gtkoffscreenwindow.h Some fixes in gtkoffscreenwindow.h 2010-04-03 20:55:18 -04:00
gtkorientable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkorientable.h
gtkpagesetup.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkpagesetup.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkpagesetupunixdialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkpagesetupunixdialog.h gtkpagesetupunixdialog: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkpaned.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkpaned.h GtkPaned: move public members to private structure 2010-07-13 19:40:49 +02:00
gtkpango.c label: Draw all text using PangoCairo 2010-08-10 21:02:28 +02:00
gtkpango.h label: Draw all text using PangoCairo 2010-08-10 21:02:28 +02:00
gtkpapersize.c Use G_DEFINE_BOXED_TYPE 2010-08-18 15:34:47 +02:00
gtkpapersize.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkpathbar.c gtk/gtkpathbar.c: use accessor functions to access GtkWidget 2010-09-08 21:13:04 +02:00
gtkpathbar.h
gtkplug-stub.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkplug-win32.c Use accessor functions in Win32-only code 2010-09-09 11:09:55 +03:00
gtkplug-x11.c GtkPlug: move public members to private structures 2010-08-27 23:12:12 +02:00
gtkplug.c gtk/gtkplug.c: Use accessor functions to access GtkWindow 2010-08-31 02:51:36 +02:00
gtkplug.h GtkPlug: move public members to private structures 2010-08-27 23:12:12 +02:00
gtkplugprivate.h GtkPlug: move public members to private structures 2010-08-27 23:12:12 +02:00
gtkprint-win32.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprint-win32.h
gtkprintbackend.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkprintbackend.h Allow getting the printer's hard margins 2009-12-01 17:39:01 +01:00
gtkprintcontext.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintcontext.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkprinter-private.h Allow getting the printer's hard margins 2009-12-01 17:39:01 +01:00
gtkprinter.c gtkprinter: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkprinter.h gtkprinter: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkprinteroption.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprinteroption.h Print when Enter pressed in certain GtkEntries of the print dialog 2009-08-11 09:24:18 +02:00
gtkprinteroptionset.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprinteroptionset.h
gtkprinteroptionwidget.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprinteroptionwidget.h
gtkprintjob.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkprintjob.h Return error instead of showing an error dialog when printing 2010-06-07 14:52:38 +02:00
gtkprintoperation-private.h Set unix printer hard margins on print context 2009-12-05 13:45:55 +01:00
gtkprintoperation-unix.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintoperation-win32.c Use accessor functions in Win32-only code 2010-09-09 11:09:55 +03:00
gtkprintoperation.c Use gtk_window_has_group() to know if the window has an explicit window group. 2010-08-24 16:16:42 +02:00
gtkprintoperation.h GtkPrintOperation: unseal private pointer 2010-07-14 02:07:04 +02:00
gtkprintoperationpreview.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintoperationpreview.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkprintsettings.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintsettings.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkprintunixdialog.c Remove use of ::has-separator property 2010-09-06 00:26:17 -04:00
gtkprintunixdialog.h GtkPrintUnixDialog: unseal private pointer 2010-07-14 02:11:00 +02:00
gtkprintutils.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkprintutils.h
gtkprivate.h Moved GtkSizeRequest cache to GtkWidget->priv 2010-09-09 17:19:18 +09:00
gtkprogressbar.c Make GtkProgressBar implement GtkOrientable 2010-09-01 23:25:22 -04:00
gtkprogressbar.h Remove now unused GtkProgressBarOrientation enum 2010-09-01 23:30:21 -04:00
gtkquartz.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkquartz.h Rework a previous commit to not crash in addition to fixing leaks 2010-04-03 20:53:48 -04:00
gtkquery.c
gtkquery.h
gtkradioaction.c Add _gtk_toggle_action_set_active() internal function 2010-07-19 15:16:03 +02:00
gtkradioaction.h GtkRadioAction: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkradiobutton.c add gtk_radio_button_join_group method for bindings 2010-09-07 10:41:40 -04:00
gtkradiobutton.h add gtk_radio_button_join_group method for bindings 2010-09-07 10:41:40 -04:00
gtkradiomenuitem.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkradiomenuitem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkradiotoolbutton.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkradiotoolbutton.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkrange.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkrange.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkrbtree.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtkrbtree.h
gtkrc.c Fix some compilation warnings 2010-09-13 03:28:36 +02:00
gtkrc.default
gtkrc.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkrc.key.default
gtkrc.key.emacs
gtkrc.key.mac Use standard mac shortcuts: add gtk/gtkrc.key.mac 2009-10-28 00:54:28 +01:00
gtkrecentaction.c GtkRecentAction: move public members to private structure 2010-07-13 19:40:49 +02:00
gtkrecentaction.h GtkRecentAction: move public members to private structure 2010-07-13 19:40:49 +02:00
gtkrecentchooser.c gtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro 2010-08-26 00:33:56 +02:00
gtkrecentchooser.h Move documentation to inline comments: GtkRecentChooser 2010-05-18 18:16:35 +02:00
gtkrecentchooserdefault.c Use gtk_window_has_group() to know if the window has an explicit window group. 2010-08-24 16:16:42 +02:00
gtkrecentchooserdefault.h
gtkrecentchooserdialog.c Remove separators from dialogs 2010-09-02 09:14:20 -04:00
gtkrecentchooserdialog.h gtkrecentchooserdialog: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkrecentchoosermenu.c gtkrecentchoosermenu: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkrecentchoosermenu.h gtkrecentchoosermenu: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkrecentchooserprivate.h Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, 2009-02-22 05:20:14 +00:00
gtkrecentchooserutils.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkrecentchooserutils.h
gtkrecentchooserwidget.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkrecentchooserwidget.h gtkrecentchooserwidget: unseal private pointer 2010-07-13 19:40:49 +02:00
gtkrecentfilter.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkrecentfilter.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkrecentmanager.c Use G_DEFINE_BOXED_TYPE 2010-08-18 15:34:47 +02:00
gtkrecentmanager.h docs: gitignore GtkRecentManager .sgml template 2010-07-15 15:43:48 +02:00
gtkruler.c gtk/gtkruler.c: use accessor functions to access GtkWidget 2010-09-08 21:13:04 +02:00
gtkruler.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkscale.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkscale.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkscalebutton.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkscalebutton.h GtkScaleButton: Move public members to private structure 2010-07-13 19:40:50 +02:00
gtkscrollbar.c Use accessor functions to access GtkRange 2010-08-23 20:47:52 +02:00
gtkscrollbar.h Make orientable base classes instantiable 2010-05-25 18:55:15 -04:00
gtkscrolledwindow.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkscrolledwindow.h GtkScrolledWindow: move public members to private structure 2010-08-31 01:34:02 +02:00
gtksearchengine.c
gtksearchengine.h
gtksearchenginebeagle.c
gtksearchenginebeagle.h
gtksearchenginequartz.c
gtksearchenginequartz.h
gtksearchenginesimple.c
gtksearchenginesimple.h
gtksearchenginetracker.c Fix compilation warning: remove unused variable 2010-04-15 16:19:42 +02:00
gtksearchenginetracker.h
gtkselection.c Use accessor functions in Win32-only code 2010-09-09 11:09:55 +03:00
gtkselection.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkseparator.c gtk/gtkseparator.c: use accessor functions to access GtkWidget 2010-09-08 21:13:04 +02:00
gtkseparator.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkseparatormenuitem.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkseparatormenuitem.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkseparatortoolitem.c gtk/gtkseparatortoolitem.c: use accessor functions to access GtkWidget 2010-08-22 21:25:24 +02:00
gtkseparatortoolitem.h gtkseparatortoolitem: unseal private pointer 2010-07-13 19:40:50 +02:00
gtksettings.c Use gint16 for GtkBorder 2010-09-12 21:47:09 -04:00
gtksettings.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkshow.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkshow.h
gtksizegroup.c Completely removed requisition cache from GtkWidget instance structure. 2010-09-08 18:50:24 +02:00
gtksizegroup.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtksizerequest.c Moved GtkSizeRequest cache to GtkWidget->priv 2010-09-09 17:19:18 +09:00
gtksizerequest.h Added gtk_distribute_allocation() 2010-08-05 12:50:25 -04:00
gtksocket-stub.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtksocket-win32.c Use accessor functions in Win32-only code 2010-09-09 11:09:55 +03:00
gtksocket-x11.c gtk/gtksocket-x11.c: Use accessor functions to access GtkWidget 2010-08-22 22:56:17 +02:00
gtksocket.c gtksocket: Remove mention to gtk_socket_steal() deprecated function 2010-09-08 17:14:37 +02:00
gtksocket.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtksocketprivate.h Mega commit backing out everything from the native-layout branch that 2010-04-21 03:42:23 -04:00
gtkspinbutton.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkspinbutton.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkspinner.c Remove a duplicate variable 2010-09-08 17:55:28 -04:00
gtkspinner.h gtkspinner: Remove GET_PRIVATE macro 2010-07-13 19:40:50 +02:00
gtkstatusbar.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkstatusbar.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkstatusicon-quartz.c
gtkstatusicon.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtkstatusicon.h GtkStatusIcon: Remove get/set_blinking() declarations from header. 2010-09-04 13:18:09 +02:00
gtkstock.c Bug 528257 — File selector and stock string problems 2010-08-22 12:24:00 +01:00
gtkstock.h docs: Further fix GtkStock documentation 2010-09-01 17:43:59 +02:00
gtkstyle.c style: Fix drawing of insensitive text 2010-09-12 16:00:05 +02:00
gtkstyle.h Use gint16 for GtkBorder 2010-09-12 21:47:09 -04:00
gtktable.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktable.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktearoffmenuitem.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktearoffmenuitem.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktestutils.c gtk/gtktestutils.c: use accessor functions to access GtkWidget 2010-08-22 21:25:23 +02:00
gtktestutils.h
gtktextbtree.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktextbtree.h
gtktextbuffer.c The 'len' argument of gtk_text_buffer_insert and gtk_text_buffer_insert_at_cursor isn't really the length of the 'text' argument 2010-08-17 17:57:58 +02:00
gtktextbuffer.h Move GtkTextBuffer sealed attributes to private struct. 2010-07-17 10:39:37 +02:00
gtktextbufferrichtext.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktextbufferrichtext.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktextbufferserialize.c Miscellaneous string fixes 2010-08-22 15:06:45 +01:00
gtktextbufferserialize.h
gtktextchild.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktextchild.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktextchildprivate.h
gtktextdisplay.c gtk/gtktextdisplay.c: use accessor functions to access GtkWidget 2010-08-22 21:25:23 +02:00
gtktextdisplay.h textview: Replace GdkGC * argument with gpointer 2010-08-10 21:02:29 +02:00
gtktextiter.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtktextiter.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktextiterprivate.h
gtktextlayout.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktextlayout.h Really stop exporting text-related variables 2010-09-09 22:11:36 -04:00
gtktextmark.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktextmark.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktextmarkprivate.h
gtktextsegment.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtktextsegment.h
gtktexttag.c Use G_DEFINE_BOXED_TYPE 2010-08-18 15:34:47 +02:00
gtktexttag.h textview: remove GtkTextAttributes (un)realize code 2010-08-10 21:02:30 +02:00
gtktexttagprivate.h textview: remove GtkTextAttributes (un)realize code 2010-08-10 21:02:30 +02:00
gtktexttagtable.c gtktexttagtable: move documentation to inline comments 2010-09-01 20:37:39 +02:00
gtktexttagtable.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktexttypes.c Get rid of the rest of variables exported from libgtk 2010-09-08 21:31:34 +03:00
gtktexttypes.h Really stop exporting text-related variables 2010-09-09 22:11:36 -04:00
gtktextutil.c gtk/gtktextutil.c: use accessor functions to access GtkWidget 2010-08-22 21:25:23 +02:00
gtktextutil.h
gtktextview.c Fixed GtkTextView & GtkIconView to consult it's true previous size request 2010-09-09 17:19:18 +09:00
gtktextview.h Remove long-deprecated page-horizontally signal 2010-08-28 19:26:42 -04:00
gtkthemes.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkthemes.h
gtktoggleaction.c Bug 596125 — Property string fixes 2010-08-10 09:23:49 +01:00
gtktoggleaction.h Add _gtk_toggle_action_set_active() internal function 2010-07-19 15:16:03 +02:00
gtktogglebutton.c Bug 596125 — Property string fixes 2010-08-10 09:23:49 +01:00
gtktogglebutton.h Remove gtk_toggle_button_set_state() from GtkToggleButton 2010-05-03 01:51:20 +02:00
gtktoggletoolbutton.c Bug 596125 — Property string fixes 2010-08-10 09:23:49 +01:00
gtktoggletoolbutton.h GtkToggleToolButton: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktoolbar.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtktoolbar.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtktoolbutton.c gtk/gtktoolbutton.c: use accessor functions to access GtkWidget 2010-08-22 21:25:23 +02:00
gtktoolbutton.h GtkToolButton: unseal private pointer 2010-07-14 01:58:29 +02:00
gtktoolitem.c gtk/gtktoolitem.c: use accessor functions to access GtkWidget 2010-08-22 21:25:23 +02:00
gtktoolitem.h GtkToolItem: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktoolitemgroup.c Miscellaneous property string fixes 2010-08-29 19:00:14 +01:00
gtktoolitemgroup.h Add missing single-include guards 2009-11-27 15:58:13 +01:00
gtktoolpalette.c Fixed GtkToolPalette realize() vfunc. 2010-08-30 18:25:14 +09:00
gtktoolpalette.h GtkToolPalette: Change gtk_tool_palette_get_drop_group() return. 2010-04-03 20:55:20 -04:00
gtktoolpaletteprivate.h GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. This gives us nicer text alignment among other things. 2009-07-13 19:37:25 +02:00
gtktoolshell.c gtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro 2010-08-26 00:33:56 +02:00
gtktoolshell.h ToolShell: Add ellipsize, text-orientation, text-alignment and size-group. 2009-07-13 19:13:59 +02:00
gtktooltip.c gtk/gtktooltip.c: use accessor functions to access GtkWidget 2010-08-22 21:25:22 +02:00
gtktooltip.h Bug 607628 - DnD operation doesn't work when using offscreen 2010-05-26 17:21:09 +02:00
gtktrayicon-x11.c Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses. 2010-08-28 16:19:16 +09:00
gtktrayicon.h Add padding around the status icons 2010-05-10 15:26:44 +01:00
gtktreedatalist.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktreedatalist.h
gtktreednd.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktreednd.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreemodel.c Use G_DEFINE_BOXED_TYPE 2010-08-18 15:34:47 +02:00
gtktreemodel.h Revert "Add length to gtk_tree_path_get_indices" 2010-06-28 14:15:10 -04:00
gtktreemodelfilter.c GtkTreeModelFilter: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktreemodelfilter.h GtkTreeModelFilter: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktreemodelsort.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktreemodelsort.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreeprivate.h treeview: Draw lines with Cairo 2010-07-26 16:42:47 +02:00
gtktreeselection.c Allow to unset the tree selection function 2010-08-10 07:35:54 -04:00
gtktreeselection.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreesortable.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktreesortable.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreestore.c Replace gtk_debug_flags with getter and setter functions 2010-09-08 21:31:34 +03:00
gtktreestore.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktreeview.c GDK: Prefix key names with KEY_ 2010-09-08 18:51:44 -04:00
gtktreeview.h GtkTreeView: unseal private pointer 2010-07-14 02:24:58 +02:00
gtktreeviewcolumn.c gtk/gtktreeviewcolumn.c: use accessor functions to access GtkWidget 2010-08-22 21:25:22 +02:00
gtktreeviewcolumn.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtktypebuiltins.c.template gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtktypebuiltins.h.template Remove remaining single-include guards 2010-06-04 19:40:43 -04:00
gtktypeutils.c gtktypeutils: move documentation to inline comments 2010-09-01 20:37:39 +02:00
gtktypeutils.h gtktypeutils: move documentation to inline comments 2010-09-01 20:37:39 +02:00
gtkuimanager.c Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkuimanager.h Drop Win32 DLL ABI compatibility cruft 2010-08-30 14:57:48 +03:00
gtkunixprint.h
gtkvbbox.c Remove some leftovers of deprecated functionality 2010-08-12 23:25:10 -04:00
gtkvbbox.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvbox.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvbox.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkversion.h.in Remove remaining single-include guards 2010-06-04 19:40:43 -04:00
gtkviewport.c Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkviewport.h Use GtkFooPrivate instead GtkFooPriv 2010-08-27 04:48:23 +02:00
gtkvolumebutton.c Use accessor functions to access GtkScaleButton 2010-07-13 19:40:49 +02:00
gtkvolumebutton.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvpaned.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvpaned.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvruler.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvruler.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvscale.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvscale.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvscrollbar.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvscrollbar.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkvseparator.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkvseparator.h Remove all traces of GDK_PIXBUF/GTK_DISABLE_SINGLE_INCLUDES 2010-05-03 01:51:18 +02:00
gtkwidget.c gtk/gtkwidget.c: Use accessor functions to access GtkWindowGroup 2010-09-11 04:25:41 +02:00
gtkwidget.h Moved GtkSizeRequest cache to GtkWidget->priv 2010-09-09 17:19:18 +09:00
gtkwin32embed.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkwin32embed.h
gtkwin32embedwidget.c Use accessor functions in Win32-only code 2010-09-09 11:09:55 +03:00
gtkwin32embedwidget.h
gtkwindow-decorate.c Removed _gtk_window_reposition() 2010-09-07 15:45:15 +09:00
gtkwindow-decorate.h
gtkwindow.c GtkWindow: move public members to private structure 2010-09-11 02:22:28 +02:00
gtkwindow.h GtkWindow: move public members to private structure 2010-09-11 02:22:28 +02:00
gtkwrapbox.c Enhanced/Simplified GtkWrapBox api as per Havoc's comments. 2010-09-02 15:36:36 +09:00
gtkwrapbox.h Enhanced/Simplified GtkWrapBox api as per Havoc's comments. 2010-09-02 15:36:36 +09:00
gtkxembed.c gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
gtkxembed.h
line-arrow.xbm
line-wrap.xbm
makeenums.pl
Makefile.am Remove GtkItem 2010-09-08 23:38:09 -04:00
makefile.msc.in gtk/: fully remove gtkalias hacks 2010-07-10 02:51:26 +02:00
paper_names_offsets.c Remove obsolete translator comments 2010-04-03 20:59:06 -04:00
paper_names.c Correct PRC6 and PRC9 envelope sizes 2010-04-03 20:55:17 -04:00
queryimmodules.c Let query utilities update the cache file directly 2010-05-17 22:58:25 -04:00
tree_minus.xbm
tree_minus.xpm
tree_plus.xbm
tree_plus.xpm
updateiconcache.c Bug 584638 - Build of gtkupdateiconcache without NLS breaks 2009-09-03 11:30:12 +02:00
xembed.h