586c5f0bb0
Bump version
2010-11-01 13:13:04 -04:00
04c1337bda
Bump version
2010-10-25 18:32:37 -04:00
e428a0937a
configure: Enable silent rules by default
...
Go Hackfest!
2010-10-21 15:08:46 +02:00
921f069269
Remove the outdated faq
...
It mainly contains information that is already covered in the
API docs, or is outdated, or refers to no longer existing widgets.
2010-10-19 18:22:08 +02:00
bf4ee1b52b
configure.ac: Update Glib required version to 2.27.1
2010-10-19 03:06:49 +02:00
963f6c587a
Bump version to 2.91.2
2010-10-15 22:38:37 -04:00
88d74e23fa
Remove tutorial from configure.ac
2010-10-15 18:18:58 -04:00
0ff28d72f6
examples: build examples that are included in the docs
...
We build the examples that are included in the 'getting started'
chapter of the docs to prevent them from bitrotting. Also
remove the awk scripts used to extract the old examples from
the tutorial, since the tutorial is gone. I'm still leaving
the examples themeselves in place, for possible inclusion in
'getting started' later on.
2010-10-15 13:02:50 -04:00
407b73dd80
build: Require cairo-gobject for GDK
...
With the new signal added, GDK now also requires cairo-gobject.
2010-10-14 13:53:23 +02:00
803233cc14
Use GSettings for the filechooser settings
...
Bug #630850 .
2010-10-13 14:31:07 +02:00
368f0d0843
Fix export of a few (currently unused) configure variables
...
Turns out that autoconf eats all the m4_define magic before
AC_INIT.
2010-10-07 07:50:30 -04:00
fcbe49829c
Bump version to 2.91.1
2010-10-01 23:29:00 -04:00
2d3d2a2626
Set version to 2.91.0
...
Having an odd minor helps some tools which assume 'even minor == stable'
and 2.91 will keep us in sync with the wider GNOME versioning.
2010-10-01 14:57:25 -04:00
39b376681c
build: Depend on cairo-gobject
...
We want to use cairo types for signals and properties, so we need to
depend on the library providing them.
2010-09-26 15:11:34 +02:00
8d3319f088
x11: Remove last traces of XShm
...
Since deletion of GdkImage, shm is no longer in use.
2010-09-26 15:11:30 +02:00
61e9f570d9
INSTALL.in: Automate the versions of the dependencies
2010-09-23 19:05:13 +02:00
9e2996decd
configure.ac: remove check for sigsetjmp(), it belonged to gdk-pixbuf
2010-09-21 12:35:37 +02:00
ac051a7b2c
depend on GLib 2.27.0
2010-09-17 20:49:30 -04:00
bf2a7ee1b6
introspection: Only use 0.9.3 API
2010-09-15 15:07:58 -04:00
402e3bed47
Bump version to 2.90.8
2010-09-10 12:31:15 -04:00
d095448be3
Remove unused --disable-visibility option
2010-09-02 22:56:15 -04:00
b04b1b2e84
introspection: Update to new scanner API
...
* Add --warn-all
* Drop unnecessary of --strip-prefix; for GdkX11, use --symbol-prefix
https://bugzilla.gnome.org/show_bug.cgi?id=628160
2010-08-31 16:21:08 -04:00
8856bfc60e
directfb: Remove
...
As announced by email and on IRC, this backend is removed from GTK 3.
It has been broken for over a year with no one fixing it.
2010-08-23 12:44:58 +02:00
ffa07ee21e
Use G_DEFINE_BOXED_TYPE
...
Bug #627214 .
2010-08-18 15:34:47 +02:00
bbebe979da
Bump version to 2.90.7
2010-08-17 11:41:57 -04:00
1e706ed64f
gdk: Drop Xrender configure.ac check
...
GTK+ no longer depends on the render extension!
2010-08-10 21:02:30 +02:00
89d0955431
Back down glib requires
...
We really only need 2.25.11 after all.
2010-07-15 23:42:04 -04:00
c6b6ab0599
Bump glib to 2.25.12
...
g_variant_new_bytestring_array() was introduced in
424842e3a9 and requires in glib 2.25.12
2010-07-13 17:33:02 +02:00
41671d1514
Bump version
2010-07-12 11:56:35 -04:00
813bee6f0a
Try to fix !srcdir build wrt to introspection
...
This requires a recent gobject-introspection, so bump the
dependency to 0.9.0. Should fix bug 623520
2010-07-09 21:01:40 -04:00
e4e477161a
Add check for -Bsymbolic-functions linker flag
...
Based on a Glib patch by Ryan Lortie
https://bugzilla.gnome.org/show_bug.cgi?id=623845
2010-07-10 02:21:31 +02:00
95a1c31c18
configure: Bump required Cairo version to 1.9.10
2010-06-29 17:05:28 +02:00
b6cc7dbd21
Make sure we always include gdk-pixbuf in the gdk requires
...
This is needed since we include gdk-pixbuf.h in public gdk headers
2010-06-29 07:57:40 -04:00
289f3b1b2b
Avoid a stray 'yes' in configure output
...
The corresponding AC_MSG_CHECKING line got lost
2010-06-28 12:36:33 -04:00
f0e24348a0
We need to link gdk with the gio library for non-X11 backends
...
(For X11, we link with gio-unix which takes care of it.)
2010-06-28 00:20:44 +03:00
2326d76efa
bump version
2010-06-27 00:15:06 -04:00
16ecf55832
Make GTK+ use an external gdk-pixbuf
2010-06-26 01:09:05 -04:00
cf75457faa
Bump version
2010-06-17 21:09:50 -04:00
9eef134efb
Bump glib requirement
2010-06-17 11:57:02 -04:00
4c3a829bb6
configure.ac: Fix build if no XInput libraries are available.
2010-06-15 23:28:49 +02:00
cd23f1e080
Fix build breakage on non-X11
...
AM_CONDITIONALs need to be seen in all code paths. The one for
XINPUT_NONE was only in the X11 if branch. But as that Automake
confitional wasn't used in any Makefile.am anyway, just drop the
AM_CONDITIONAL.
2010-06-09 10:52:11 +03:00
882660e13d
Bump version
2010-06-09 00:35:09 -04:00
2d9b7335bf
Bump the gobject-introspection requires
2010-06-08 10:27:53 -04:00
917cd2ce3e
Bump Glib required version as is needed by g_source_set_name()
...
The use of this new api was added in
95bc0f5405
2010-06-05 04:38:40 +02:00
7ab09f1597
Bump version
2010-05-25 23:01:37 -04:00
0e1d84c954
Make gio sniffing test work again
2010-05-25 21:33:40 -04:00
bd4609b140
Merge the xi2-for-master branch
2010-05-25 18:38:44 -04:00
8e315466b9
Fix libjasper test
...
This was reported in bug 551322.
2010-05-22 00:29:58 -04:00
8a487aca2c
Fix CAIRO_PREFIX for cross-build environments
...
configure.ac was using pkg-config instead of $PKG_CONFIG for this
prefix, leading to incorrect results in cross-build environments.
Bug 618870.
2010-05-17 19:00:02 -04:00
9e630dc17d
Clean autotools configuration a bit
...
New requirements:
automake >= 1.10
libtool >= 2.2
2010-05-13 15:54:01 +02:00