Alexander Larsson
b39cfb304a
broadway: We need gio-unix for the unix domain sockets
2013-01-10 16:00:13 +01:00
Nicola Fontana
cd67593c9f
configure.ac: fix autoreconf with automake-1.13
2013-01-07 15:28:25 +00:00
Matthias Clasen
8e4228bf12
bump version
2012-12-18 00:43:14 -05:00
Matthias Clasen
eecb9607a5
3.7.4
2012-12-18 00:37:25 -05:00
Alexander Larsson
a1ee2b7b82
css: Speed up name matching
...
We use the new g_type_get_type_registration_serial() so that we can
cache and properly invalidate the result of g_type_from_name().
This bumps the glib requirement to 2.35.3 to get the new function.
https://bugzilla.gnome.org/show_bug.cgi?id=689847
2012-12-10 12:57:10 +01:00
Alexander Larsson
53e08b58aa
Require new pango with automatic tracking of PangoContext changes
...
Pango 1.32.4 has a feature where any PangoLayout automatically handles
the case where a PangoContext is changed. We want to rely on this to
avoid having to clear layouts too often, so we make this a hard dep.
2012-12-06 19:54:05 +01:00
Matthias Clasen
6e3d687386
Post-release version bump
2012-11-20 07:00:53 -05:00
Matthias Clasen
4be82195e4
3.7.2
2012-11-20 05:32:19 -05:00
Benjamin Otte
58021c9e98
Disable deprecation checks for all libraries we depend on on stable branches.
...
This is so newer versions of those libraries don't cause more warnings
with a stable GTK version.
We don't ever want to turn off deprecation warnings for master however,
because that's where we get rid of deprecated API we use.
Note that only glib allows use to easily do this, so nothing is done for
Pango, gdk-pixbuf or Cairo here.
2012-11-06 21:29:58 +01:00
Matthias Clasen
9ebeb4e68a
Bump GLib dependency to 2.35
...
And drop deprecated g_type_init() calls.
2012-11-04 13:01:38 -05:00
Ran Benita
21cf5a7e00
wayland: update to work with stable libxkbcommon
...
libxkbcommon has had some changes to its API. However, it now has a
stable release (0.2.0), so this makes the necessary changes, and
replaces all uses of the deprecated API.
Signed-off-by: Ran Benita <ran234@gmail.com>
2012-10-29 15:45:31 +00:00
Kristian Høgsberg
ca0662dba4
configure.ac: Look for wayland-client 1.0.0
2012-10-23 22:37:02 -04:00
Matthias Clasen
2b7ebd93f2
Bump version
2012-10-22 20:45:25 -04:00
Matthias Clasen
b5495cd7da
3.7.0
2012-10-22 20:44:24 -04:00
Matthias Clasen
d08dfbd390
bump version
2012-10-16 06:42:49 -04:00
Patrick Welche
661f0f547b
test(1) uses '=' to test if strings are identical
...
https://bugzilla.gnome.org/show_bug.cgi?id=685996
2012-10-12 14:40:07 +01:00
Matthias Clasen
d6a1c9f209
Bump version
2012-09-24 19:22:12 -04:00
Matthias Clasen
f25b5c056e
3.6.0
2012-09-24 16:51:57 -04:00
Matthias Clasen
a54b43ad4f
bump version
2012-09-18 18:36:33 -04:00
Matthias Clasen
890891796a
3.5.18
2012-09-18 18:35:16 -04:00
Matthias Clasen
22b326bb61
Bump version
2012-09-04 23:16:31 -04:00
Matthias Clasen
591c1a8584
3.5.16
2012-09-04 22:24:06 -04:00
Matthias Clasen
fa029fd787
Bump version
2012-09-03 19:51:27 -04:00
Matthias Clasen
0ad4846793
3.5.14
2012-09-03 16:04:51 -04:00
Matthias Clasen
c8b32350be
Bump version
2012-08-21 00:50:07 -04:00
Matthias Clasen
b2ec723262
3.5.12
2012-08-20 23:38:03 -04:00
Stef Walter
094fcd6fb7
Allow building with CFLAGS=-Werror
...
Allow building using:
$ CFLAGS=-Werror sh autogen.sh --prefix=/xxx
2012-08-11 03:12:39 +09:00
Matthias Clasen
78ad6f8b71
Bump version
2012-08-07 01:37:59 -04:00
Matthias Clasen
e3aa565bbb
3.5.10
2012-08-07 01:21:17 -04:00
Matthias Clasen
c549047474
Sync man page configury with GLib
2012-08-04 16:14:32 -04:00
Matthias Clasen
fb76a0a000
Bump version
2012-07-16 15:08:17 -04:00
Matthias Clasen
f7d5a1e790
3.5.8
2012-07-16 14:28:23 -04:00
Rob Bradford
8d8ae74eeb
wayland: Update configure.ac to add now needed wayland-cursor
2012-07-12 15:58:37 +01:00
Alejandro Piñeiro
4cfe2a38bf
a11y: remove implementation for [add/remove]_global_event_listener
...
Since release 2.5.3, ATK provides an implementation for those
methods, so toolkits doesn't need to implement them.
2012-06-28 12:38:11 +02:00
Colin Walters
ed8203e700
build: Drop --without-atk-bridge option
...
Instead, always build it if and only if X11. This reduces the set of
supported configurations.
https://bugzilla.gnome.org/show_bug.cgi?id=677491
2012-06-26 13:50:39 -04:00
Matthias Clasen
68542f222d
Bump version
2012-06-25 17:45:26 -04:00
Matthias Clasen
1cf0b59775
3.5.6
2012-06-25 17:20:17 -04:00
John Ralls
11c17efb19
Enable gio-unix for Quartz
...
Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard
gio-unix features instead of HAVE_GIO_UNIX.
2012-06-24 12:36:51 +01:00
Colin Walters
71e0e72c69
build: Add --without-atk-bridge, only check for it on X11 platforms
...
Some builders using gtk3 outside of the GNOME cycle want an option to
avoid linking to atk-bridge-2.0. Provide that, and at the same time
ensure we're only looking for it on X11 platforms.
https://bugzilla.gnome.org/show_bug.cgi?id=677491
2012-06-22 23:49:24 -04:00
Bastien Nocera
ffe1e31a2c
gtk: Always load the atk-bridge
...
Slightly modified by Alejandro Piñeiro
https://bugzilla.gnome.org/show_bug.cgi?id=677491
2012-06-15 17:09:19 +01:00
Marc-Antoine Perennou
4aab1ea6e9
build: Fix MKDIR_P for recent automake
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2012-06-07 16:35:12 +02:00
Matthias Clasen
506dacbd3f
Post-release version bump
2012-06-04 11:52:05 +00:00
Matthias Clasen
59eaa1598a
Bump version to 3.5.4
2012-06-04 06:32:30 -04:00
John Ralls
f4378aa19e
Disable documentation of gtk_plug_get_type and gtk_socket_get_type for
...
quartz
They're not built for quartz and consequently can't be introspected.
2012-05-18 14:00:28 -07:00
Руслан Ижбулатов
5eb286b744
Make certain gtk3 types conditional (GST-style)
...
https://bugzilla.gnome.org/show_bug.cgi?id=675895
2012-05-17 00:01:46 -04:00
Natanael Copa
d6aee922bb
Bug 676087-configure.ac: isnan() and isinf() are macros, not functions
...
The isnan() and isinf() are C99 macros not functions so use
AC_CHECK_DECL instead of AC_CHECK_FUNCS for those.
2012-05-16 23:55:40 -04:00
Benjamin Otte
20583c6d98
build: Don't invoke pkg-config directly
...
Instead, always use PKG_CHECK_MODULES(). That macro actually gets it
right. In particular the erroring out part when you miss xkbcommon or
wayland-client.
2012-05-07 04:12:26 +02:00
Chun-wei Fan
c97f0b660c
Bug 670499-configure.ac: Check for nearbyint(), isinf() and isnan()
...
nearbyint(), isinf() and isnan() are C99 functions, so check for them.
Also clean up configure.ac a little bit as the checks for rint() and
round() can be a bit simpler, according to Matthias' suggestions.
2012-05-03 11:54:41 +08:00
Benjamin Otte
b0317280e7
build: Set G_ENABLE_DEBUG for minimal --enable-debug=minimum
...
With that flag set, we get GDK_DEBUG and GTK_DEBUG support. And those
provide useful features we want when debugging.
2012-05-02 02:00:11 +02:00
Matthias Clasen
b07e51bfee
Bump version
2012-04-30 23:18:49 -04:00