summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* configure: Require pango >= 1.37.0Rico Tzschichholz2015-06-021-1/+1
| | | | Needed since 049cbc8b74aa7a6fff1627c8c65cbfd3c86dfde8
* 3.17.33.17.3Matthias Clasen2015-05-271-1/+1
|
* 3.17.23.17.2Matthias Clasen2015-05-261-2/+2
|
* gtk3: add randr 1.5 monitor supportDave Airlie2015-05-211-0/+3
| | | | | | | | | | | | | | This patch introduces support for using the newly introduced monitor objects in the XRandR protocol. These objects are meant to be used to denote a set of rectangles representing a logical monitor, and are used to hide details like monitor tiling and virtual gpu outputs. This uses the new objects instead of crtc/outputs objects when they are available to create the monitor lists. X server 1.18 is required on the server side for randr 1.5. https://bugzilla.gnome.org/show_bug.cgi?id=749561
* configure.ac: Pull gio-unix dependency for all unix buildsMarco Trevisan (Treviño)2015-05-141-11/+5
| | | | | | | It's now needed by gtk-launch, so it's just the case to enable it for all the builds except the win32 one, instead of adding it for every unix backend. https://bugzilla.gnome.org/show_bug.cgi?id=744086
* Revert "Work around a pkg-config bug"Matthias Clasen2015-05-101-2/+1
| | | | | | | This reverts commit 57751fa391fce8b9f208c41260e8968dd4cdc800. I've been told that this is not, in fact, a pkg-config bug, but a pkg-config feature.
* gtk-builder-tool: Add some testsMatthias Clasen2015-05-021-0/+1
|
* Enable RGBA windows on W32Руслан Ижбулатов2015-04-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requires Vista and newer. * Create surfaces with cairo_win32_surface_create_with_format * Provide an rgba visual that can be distinguished from the system visual * Make rgba visual the best available visual * Enable alpha-transparency for all windows that we control * Check for appropriate cairo capabilities at configure time (W32 - 1.14.3 newer than 2015-04-14; others - 1.14.0) * Check for composition support before enabling CSDs * Re-enable transparency on WM_DWMCOMPOSITIONCHANGED Windows that were created while composition was enabled and that were CSDed as a result and will look ugly (thick black borders or no borders at all) once composition is disabled. If composition is enabled afterwards, they will return back to normal. This happens, for example, when RDP session is opened to a desktop where a GTK application is running. For W7/Vista windows will only re-gain transparency after the RDP session is closed. For W8 transparency will only be gone momentarily. Windows that were created while composition was disabled will not be CSDed automatically and will use SSD (WM decorations), while windows that are CSDed manually will get a thin square border. If composition is enabled afterwards, these windows will not change. This is most noticeable for system menus (popup menus are often generated on the fly, system menus are created once) and some dialogues (About dialogue, for example). https://bugzilla.gnome.org/show_bug.cgi?id=727316
* 3.17.13.17.1Matthias Clasen2015-04-291-2/+2
|
* build: Avoid xgettext crash on MSYS2Daiki Ueno2015-04-271-1/+1
| | | | | | | | | | | | | | | isatty() on MSYS2 returns non-zero if the fd is stdout and is redirected to /dev/null. That lets xgettext to produce colorized output and leads to an assertion failure during terminal type detection. Although the problem should be fixed in MSYS2, isatty() could behave wrongly in many ways on Windows. Since gtk+ doesn't need colorized output, it would be safer to bypass the terminal dependent code. See also: https://lists.gnu.org/archive/html/bug-gettext/2015-04/msg00004.html https://bugzilla.gnome.org/show_bug.cgi?id=748346
* gdk-win32: Really Implement GdkScreen->is_composited()Chun-wei Fan2015-04-171-1/+1
| | | | | | | | | | | | | | | | | The current GdkScreen->is_composited() is a stub as we were having Windows XP being supported, which does not support Desktop Window Manager (DWM), which is used by Windows for composition. Windows Vista and later support DWM, and it is always enabled on Windows 8/ Server 2012 and later. Please note that as we are dropping XP support in this cycle, this is the commit that would say goodbye to Windows XP support for GTK+-3.x, by linking directly to dwmapi.dll. This means, we only check whether we are on Windows 8 or Server 2012 (or later) to see whether we unconditionally have composition enabled. https://bugzilla.gnome.org/show_bug.cgi?id=741849
* configure: specify that mir backend needs gio-unixDaniel van Vugt2015-04-151-0/+1
|
* make libcanberra support optionalAntoine Jacoutot2015-03-281-3/+27
| | | | | | | Make it possible to control libcanberra support so we don't risk ending up with a cyclic dependency when using packages: gtk+ -> libcanberra-gtk3 -> gtk+ https://bugzilla.gnome.org/show_bug.cgi?id=746904
* Start 3.17 developmentMatthias Clasen2015-03-221-2/+2
| | | | Bump the version to 3.17.0 and add version macros.
* 3.15.123.15.12Matthias Clasen2015-03-161-1/+1
|
* 3.15.113.15.11Matthias Clasen2015-03-121-1/+1
|
* Modernize the xReply checkMatthias Clasen2015-03-071-16/+10
| | | | | | | Using AC_CHECK_TYPE instead of AC_TRY_COMPILE avoids compiler warnings from -Werror. https://bugzilla.gnome.org/show_bug.cgi?id=535929
* Check for existence of sincosMatthias Clasen2015-03-041-1/+1
| | | | | | It apparently doesn't exist everywhere. https://bugzilla.gnome.org/show_bug.cgi?id=745578
* 3.15.103.15.10Matthias Clasen2015-03-021-1/+1
|
* Avoid stray output from configureMatthias Clasen2015-03-021-1/+1
| | | | The new xgettext check was leaving a messages.po file behind.
* Add a configure check for new enough gettextMatthias Clasen2015-02-261-0/+9
| | | | Check that xgettext understands glade files.
* Stop building extract-stringsMatthias Clasen2015-02-261-2/+0
| | | | It is no longer needed.
* 3.15.93.15.9Matthias Clasen2015-02-241-1/+1
|
* 3.15.83.15.8Matthias Clasen2015-02-201-1/+1
|
* Bump versionMatthias Clasen2015-02-131-1/+1
| | | | So apps can require 3.15.7 for new api.
* configure.ac: bump mirclient dependency to 0.11Marco Trevisan (Treviño)2015-02-121-1/+1
|
* Bump glib requirementMatthias Clasen2015-02-101-1/+1
| | | | Needed for g_autoptr.
* Bump version3.15.6Matthias Clasen2015-02-101-1/+1
|
* Bump version to 3.15.5Emmanuele Bassi2015-02-021-1/+1
| | | | | We need the bump in order to allow projects to depend on newly added API.
* 3.15.43.15.4Matthias Clasen2015-01-201-1/+1
|
* Remove an unused defineMatthias Clasen2015-01-111-5/+0
|
* 3.15.33.15.3Matthias Clasen2014-12-151-1/+1
|
* Add epoxy to GTK_PRIVATE_PACKAGESMatthias Clasen2014-12-041-1/+1
| | | | | | We are using epoxy api in GtkGLArea, so we need to link against it. https://bugzilla.gnome.org/show_bug.cgi?id=740162
* Move print preview command to gtksettings.cMatthias Clasen2014-11-301-1/+0
| | | | Having this in the source seems more appropriate.
* Move print backend list to configure.acMatthias Clasen2014-11-301-4/+18
| | | | | We already juggle the print backends here, might as well produce the list.
* Drop gtk-update-icon-cache complicationsMatthias Clasen2014-11-301-46/+0
| | | | | | gtk-update-icon-cache is no longer used at build time, so a lot of the complicated machinery we have around that (conditional build, cross build, etc) are no longer required.
* Generate README and INSTALL from configureMatthias Clasen2014-11-301-0/+2
|
* inspector: Build nonrecursivelyMatthias Clasen2014-11-301-1/+0
|
* Bump version3.15.2Matthias Clasen2014-11-231-1/+1
|
* mir: Require mirclient >= 0.9.0Robert Ancell2014-11-171-1/+2
| | | | Recent changes to the Mir backend require an unreleased version.
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-101-12/+1
| | | | This is needed for cairo_set_device_scale()
* Bump atk depMatthias Clasen2014-10-281-1/+1
| | | | Needed for ATK_STATE_HAS_TOOLTIP.
* Update for 3.15.13.15.1Matthias Clasen2014-10-271-1/+1
|
* configure: wayland-egl drop version since it is part of mesa not waylandRico Tzschichholz2014-10-231-1/+1
|
* Gdk: add an experimental backend for mirRobert Ancell2014-10-221-2/+32
| | | | | | This is disabled by default. Enable with --enable-mir-backend. This backend is a combined work of Robert Ancell and Ryan Lortie.
* widget-factory: Example for edge-overshotMatthias Clasen2014-10-201-0/+10
| | | | For extra fun, make some noise.
* Work around a pkg-config bugMatthias Clasen2014-10-181-1/+2
| | | | | | | It doesn't report -I${prefix}/include in cflags, even if .pc files explicitly put it there. This was breaking the build outside of a jhbuild shell when libepoxy is in the jhbuild tree but not in /usr.
* wayland: Add OpenGL supportAlexander Larsson2014-10-131-1/+1
| | | | This uses EGL to implement GdkGLContext for wayland.
* build: Require libepoxyEmmanuele Bassi2014-10-131-1/+2
| | | | | | | | | | | | | | | | If we want to use OpenGL in GDK then we have two choices; either: - find the GL headers on each platform - do extension discovery - implement all the crazy dlopen()/dlsym() dispatch tables *or* use libepoxy, which shields us from all this madness and provides a decent layer for GL clients to use, without creating its own namespace. Epoxy is also used by other projects, like Xorg and piglit, and it's portable to all the platforms GDK cares about. https://bugzilla.gnome.org/show_bug.cgi?id=119189
* configure: Require glib 2.43Benjamin Otte2014-10-121-1/+1
|