summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* bump versionMatthias Clasen2012-09-181-1/+1
|
* 3.5.183.5.18Matthias Clasen2012-09-181-1/+1
|
* Bump versionMatthias Clasen2012-09-041-1/+1
|
* 3.5.163.5.16Matthias Clasen2012-09-041-1/+1
|
* Bump versionMatthias Clasen2012-09-031-1/+1
|
* 3.5.143.5.14Matthias Clasen2012-09-031-1/+1
|
* Bump versionMatthias Clasen2012-08-211-1/+1
|
* 3.5.123.5.12Matthias Clasen2012-08-201-1/+1
|
* Allow building with CFLAGS=-WerrorStef Walter2012-08-111-2/+4
| | | | | | Allow building using: $ CFLAGS=-Werror sh autogen.sh --prefix=/xxx
* Bump versionMatthias Clasen2012-08-071-1/+1
|
* 3.5.103.5.10Matthias Clasen2012-08-071-1/+1
|
* Sync man page configury with GLibMatthias Clasen2012-08-041-15/+35
|
* Bump versionMatthias Clasen2012-07-161-1/+1
|
* 3.5.83.5.8Matthias Clasen2012-07-161-1/+1
|
* wayland: Update configure.ac to add now needed wayland-cursorRob Bradford2012-07-121-1/+1
|
* a11y: remove implementation for [add/remove]_global_event_listenerAlejandro Piñeiro2012-06-281-1/+1
| | | | | Since release 2.5.3, ATK provides an implementation for those methods, so toolkits doesn't need to implement them.
* build: Drop --without-atk-bridge optionColin Walters2012-06-261-6/+1
| | | | | | | 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
* Bump versionMatthias Clasen2012-06-251-1/+1
|
* 3.5.63.5.6Matthias Clasen2012-06-251-1/+1
|
* Enable gio-unix for QuartzJohn Ralls2012-06-241-0/+3
| | | | | Fixes a compile failure because gdbus-config uses G_OS_UNIX to guard gio-unix features instead of HAVE_GIO_UNIX.
* build: Add --without-atk-bridge, only check for it on X11 platformsColin Walters2012-06-221-2/+12
| | | | | | | | 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
* gtk: Always load the atk-bridgeBastien Nocera2012-06-151-2/+2
| | | | | | Slightly modified by Alejandro Piñeiro https://bugzilla.gnome.org/show_bug.cgi?id=677491
* build: Fix MKDIR_P for recent automakeMarc-Antoine Perennou2012-06-071-0/+1
| | | | Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
* Post-release version bumpMatthias Clasen2012-06-041-1/+1
|
* Bump version to 3.5.43.5.4Matthias Clasen2012-06-041-1/+1
|
* Disable documentation of gtk_plug_get_type and gtk_socket_get_type forJohn Ralls2012-05-181-1/+3
| | | | | | quartz They're not built for quartz and consequently can't be introspected.
* Make certain gtk3 types conditional (GST-style)Руслан Ижбулатов2012-05-171-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=675895
* Bug 676087-configure.ac: isnan() and isinf() are macros, not functionsNatanael Copa2012-05-161-1/+2
| | | | | The isnan() and isinf() are C99 macros not functions so use AC_CHECK_DECL instead of AC_CHECK_FUNCS for those.
* build: Don't invoke pkg-config directlyBenjamin Otte2012-05-071-27/+7
| | | | | | 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.
* Bug 670499-configure.ac: Check for nearbyint(), isinf() and isnan()Chun-wei Fan2012-05-031-11/+3
| | | | | | | 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.
* build: Set G_ENABLE_DEBUG for minimal --enable-debug=minimumBenjamin Otte2012-05-021-1/+1
| | | | | With that flag set, we get GDK_DEBUG and GTK_DEBUG support. And those provide useful features we want when debugging.
* Bump versionMatthias Clasen2012-04-301-1/+1
|
* Bump to 3.5.23.5.2Matthias Clasen2012-04-301-1/+1
|
* GtkApplication: adjust to GApplication changesRyan Lortie2012-04-301-1/+1
| | | | | | | | | | | 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
* Updates for 3.5.1Matthias Clasen2012-04-301-3/+3
|
* Bug 670373: modules/printing/cups/gtkprintbackendcups.c won't build with ↵John Ralls2012-04-231-0/+6
| | | | | | CUPS 1.6 The first, simple changes. Turns off the deprecation warnings and substitutes macros and short ifdef blocks where feasible.
* ./configure: fix error output for no -libXextRyan Lortie2012-04-201-2/+2
| | | | | | | | 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
* build: Add an enable flag to allow enabling Cairo GL backendRob Bradford2012-04-161-2/+14
| | | | | | | | 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
* wayland: Add support for rendering into an SHM buffer with Cairo image backendRob Bradford2012-04-161-3/+6
| | | | | | | | 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
* Bump versionMatthias Clasen2012-04-131-2/+2
|
* application-window: try to use the desktop name in the fallback menuCosimo Cecchi2012-04-121-0/+3
| | | | | | | | 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
* build: split out a HAVE_GIO_UNIX config variableCosimo Cecchi2012-04-121-4/+13
| | | | | | | 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
* configure: Use AM_PATH_GLIB_2_0() for finding glib-compile-resourcesKalev Lember2012-04-111-7/+0
| | | | | No need to manually set GLIB_COMPILE_RESOURCES when AM_PATH_GLIB_2_0() does this for us.
* configure.ac: Clean the ms-windows related stuffRui Matos2012-04-041-12/+0
| | | | Build fix and cleanup for the ms-windows engine removal.
* configure.ac: Depend on the corresponding stable versionsJavier Jardón2012-04-031-5/+5
|
* Bump versionMatthias Clasen2012-03-261-2/+2
|
* 3.4.03.4.0Matthias Clasen2012-03-261-2/+2
|
* Bump versionMatthias Clasen2012-03-201-1/+1
|
* 3.3.203.3.20Matthias Clasen2012-03-201-1/+1
|
* build: require cups >= 1.2Javier Jardón2012-03-191-3/+2
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672182