commit ce8a190b25ca0c956424177b12332c790600cd5f Author: Matthias Clasen Date: Tue Jun 29 21:11:34 2010 -0400 Update NEWS for GTK+ 2.21.4 NEWS | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) commit f23c956473bb8cbb44ece39a4df1046a56708a1c Author: Matthias Clasen Date: Tue Jun 29 21:07:54 2010 -0400 Revert commit a9b778931c6ba0d1bb37eb29b5ec13dc76339820 The change turned out to break the pygtk build. So add the pointless return values back, and document them as going away in the future. gtk/gtkcalendar.c | 38 +++++++++++++++++++++++++++++++------- gtk/gtkcalendar.h | 6 +++--- 2 files changed, 34 insertions(+), 10 deletions(-) commit c47c91cd3af0eb8ec13a4fd52fdeaa7ef6b440e5 Author: Matthias Clasen Date: Tue Jun 29 07:56:32 2010 -0400 Make sure we always include gdk-pixbuf in the gdk requires This is needed since we include gdk-pixbuf.h in public gdk headers (cherry picked from commit b6cc7dbd21942081e846399e3ed54aa29ff38e30) configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d89ac0ba69963834ec0a7dc0072394b5486fa54e Author: Colin Walters Date: Mon Jun 28 17:16:44 2010 -0400 Support NOCONFIGURE (from gnome-common) gnome-common's autogen.sh uses NOCONFIGURE to skip running configure. Support that in addition to the current AUTOGEN_SUBDIR_MODE. autogen.sh | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit bdbe090dc0687fc998b226aa64a77c26e54fce04 Author: Matthias Clasen Date: Mon Jun 28 13:31:57 2010 -0400 Silence the build gtk/gtkcombo.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 6af981739294d3e30835e5eceee47b969de5f20f Author: Matthias Clasen Date: Mon Jun 28 12:38:38 2010 -0400 Fix dynamic module check Also, prevent a stray 'yes' in configure output by putting the corresponding AC_MSG_CHECKING call back Bug 623016 configure.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit b89dcab5a5400b58340d394e06208cc7fa3ac24c Author: Philip Withnall Date: Sun Jun 27 15:39:02 2010 +0100 Add allow-none to gdk_window_set_cursor() gdk/gdkwindow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e634f3fbe0498afc560530d9b92eb4709d7c7f97 Author: Kristian Rietveld Date: Sun Jun 27 10:32:12 2010 +0200 Move Leopard-specific type definitions to gdkquartz.h Update includes subsequently where it matters. Fixes build on Mac OS X 10.4. gdk/quartz/GdkQuartzView.c | 1 + gdk/quartz/gdkprivate-quartz.h | 1 + gdk/quartz/gdkquartz.h | 13 +++++++++++++ gdk/quartz/gdkwindow-quartz.h | 13 ------------- gtk/gtkquartz.c | 1 + 5 files changed, 16 insertions(+), 13 deletions(-) commit 3770d914ec3ac30248f8d187ccc9f5369d3a5fcc Author: Kristian Rietveld Date: Sun Jun 27 10:22:36 2010 +0200 Refactor to use API that's available in OS X 10.4 as well gdk/quartz/gdkcolor-quartz.c | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) commit 093a867e51b383b5c1877415b410cc3c122c72da Author: John Ralls Date: Sat Jun 26 18:17:30 2010 +0200 Bug 622333 - Crash in gdk_window_impl_quartz_begin_paint_region gdk/quartz/gdkwindow-quartz.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9f5f47f8be10fe4bf8145498cf9158ed8e922d9c Author: Kristian Rietveld Date: Sat Jun 26 17:12:35 2010 +0200 Flip clip mask image when setting clip mask on GC gdk/quartz/gdkgc-quartz.c | 65 ++++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 64 insertions(+), 1 deletions(-) commit 49f72c1fb4bf90fde0ba9c4b40794672b775d2a8 Author: Kristian Rietveld Date: Sat Jun 26 17:08:15 2010 +0200 Rework color translation to support gray scale and bitmaps gdk/quartz/gdkcolor-quartz.c | 54 +++++++++++++++----- gdk/quartz/gdkgc-quartz.c | 104 ++++++++++++++++++++++++++------------- gdk/quartz/gdkprivate-quartz.h | 8 +-- gdk/quartz/gdkwindow-quartz.c | 10 ++-- 4 files changed, 116 insertions(+), 60 deletions(-) commit 42d07ad6ce643a2fdb3c38506e85afa07e7cd17f Author: Kristian Rietveld Date: Fri Jun 25 22:40:27 2010 +0200 Add gray visual, implement "get_best" functions gdk/quartz/gdkvisual-quartz.c | 77 ++++++++++++++++++++++++++++++++-------- 1 files changed, 61 insertions(+), 16 deletions(-) commit 75585d16de356fe20ca9671335290aaab7bdd13c Author: Matthias Clasen Date: Sun Jun 27 01:52:12 2010 -0400 Bump version configure.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)