d6a1c9f209
Bump version
2012-09-24 19:22:12 -04:00
f25b5c056e
3.6.0
2012-09-24 16:51:57 -04:00
a54b43ad4f
bump version
2012-09-18 18:36:33 -04:00
890891796a
3.5.18
2012-09-18 18:35:16 -04:00
22b326bb61
Bump version
2012-09-04 23:16:31 -04:00
591c1a8584
3.5.16
2012-09-04 22:24:06 -04:00
fa029fd787
Bump version
2012-09-03 19:51:27 -04:00
0ad4846793
3.5.14
2012-09-03 16:04:51 -04:00
c8b32350be
Bump version
2012-08-21 00:50:07 -04:00
b2ec723262
3.5.12
2012-08-20 23:38:03 -04:00
094fcd6fb7
Allow building with CFLAGS=-Werror
...
Allow building using:
$ CFLAGS=-Werror sh autogen.sh --prefix=/xxx
2012-08-11 03:12:39 +09:00
78ad6f8b71
Bump version
2012-08-07 01:37:59 -04:00
e3aa565bbb
3.5.10
2012-08-07 01:21:17 -04:00
c549047474
Sync man page configury with GLib
2012-08-04 16:14:32 -04:00
fb76a0a000
Bump version
2012-07-16 15:08:17 -04:00
f7d5a1e790
3.5.8
2012-07-16 14:28:23 -04:00
8d8ae74eeb
wayland: Update configure.ac to add now needed wayland-cursor
2012-07-12 15:58:37 +01:00
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
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
68542f222d
Bump version
2012-06-25 17:45:26 -04:00
1cf0b59775
3.5.6
2012-06-25 17:20:17 -04:00
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
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
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
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
506dacbd3f
Post-release version bump
2012-06-04 11:52:05 +00:00
59eaa1598a
Bump version to 3.5.4
2012-06-04 06:32:30 -04:00
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
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
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
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
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
b07e51bfee
Bump version
2012-04-30 23:18:49 -04:00
c0708f23df
Bump to 3.5.2
2012-04-30 23:02:18 -04:00
af71917015
GtkApplication: adjust to GApplication changes
...
GApplication now makes the session bus and object path available as a
public API on the application instance. Use that instead of trying to
guess values for ourselves.
This causes this version of Gtk+ to depend on GLib 2.32.2, so bumping
version dependency accordingly.
https://bugzilla.gnome.org/show_bug.cgi?id=671249
2012-04-30 17:50:45 -04:00
328add40ca
Updates for 3.5.1
2012-04-30 07:02:01 -04:00
bfad99ad52
Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with CUPS 1.6
...
The first, simple changes. Turns off the deprecation warnings and substitutes macros and short ifdef blocks where feasible.
2012-04-23 12:44:06 -07:00
e84809c56a
./configure: fix error output for no -libXext
...
Due to the way the tests are structured, a missing libXext will give a
warning about a missing libX11 (even if libX11 is installed). This is
confusing to people who are trying to build Gtk.
https://bugzilla.gnome.org/show_bug.cgi?id=674200
2012-04-20 14:38:47 -04:00
ba81a3a14c
build: Add an enable flag to allow enabling Cairo GL backend
...
This change adds --enable-wayland-cairo-gl which turns on the define used in
the Wayland backend to determine whether to use EGL surfaces with Cairo GL or
whether to use the Cairo image backend with an SHM surface (the default).
Part of the fix for: https://bugzilla.gnome.org/show_bug.cgi?id=672361
2012-04-16 16:05:51 +01:00
cdf5c2af62
wayland: Add support for rendering into an SHM buffer with Cairo image backend
...
The first version of this change included a bug that meant that if you don't
compile for any other backend then it wouldn't search for cairo. Credit for
identifying the bug goes to darxus@chaosreigns.com .
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672361
2012-04-16 15:09:14 +01:00
158784f66b
Bump version
2012-04-13 21:26:43 -04:00
398ba38cfe
application-window: try to use the desktop name in the fallback menu
...
Try to fetch the name from the application desktop file for the
fallback menu if possible, instead of forcing applications to use
g_set_application_name or hardcoding "Application".
https://bugzilla.gnome.org/show_bug.cgi?id=673882
2012-04-12 21:41:46 -04:00
1713cbe8d0
build: split out a HAVE_GIO_UNIX config variable
...
We'll use it in GtkApplicationWindow, since we need to conditionally
depend on gio-unix there.
https://bugzilla.gnome.org/show_bug.cgi?id=673882
2012-04-12 21:41:43 -04:00
da755ada52
configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resources
...
No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0()
does this for us.
2012-04-11 23:12:15 +03:00
8dcbe9e2de
configure.ac: Clean the ms-windows related stuff
...
Build fix and cleanup for the ms-windows engine removal.
2012-04-04 17:49:10 +02:00
440e9cdfd3
configure.ac: Depend on the corresponding stable versions
2012-04-03 03:19:05 +01:00
a3dbc65ced
Bump version
2012-03-26 10:14:43 -04:00
c0bd2d9703
3.4.0
2012-03-26 09:26:46 -04:00
d4e3d4ae9b
Bump version
2012-03-20 12:36:33 -04:00