summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionMatthias Clasen2014-02-041-1/+1
|
* Depend on latest gtk-docWilliam Jon McCann2014-01-291-1/+1
|
* Add versioned dependencies in pc filesMatthias Clasen2014-01-231-6/+7
| | | | | This helps with runtime deps between devel packages. https://bugzilla.gnome.org/show_bug.cgi?id=722638
* Bump versionMatthias Clasen2014-01-141-1/+1
|
* configure: use CFLAGS, etc. _FOR_BUILD as wellRyan Lortie2014-01-021-0/+13
| | | | | | | | | | | | | | When not doing cross-builds, use the values of CFLAGS, CPPFLAGS and LDFLAGS as the default value for CFLAGS_FOR_BUILD, CPPFLAGS_FOR_BUILD and LDFLAGS_FOR_BUILD, respectively. This avoids having to manually specify these variables in order to get extract-strings to build properly. This should really be handled by ax_prog_cc_for_build.m4. That has been reported upstream. This is a workaround for now. https://bugzilla.gnome.org/show_bug.cgi?id=721346
* GtkAppChooser: Drop PackageKit integrationMatthias Clasen2013-12-171-32/+0
| | | | | This will come back in a simpler form in the next commit.
* Bump versionMatthias Clasen2013-12-171-1/+1
|
* Broadway - Fix UNIX/Win32 detectionManuel Bachmann2013-11-251-1/+1
| | | | Finally fix this check so unnecessary headers aren't needed.
* build: bump requirement on gobject-introspection to 1.39.0Tim Lunn2013-11-221-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=713044
* Bump versionMatthias Clasen2013-11-181-1/+1
|
* 3.11.23.11.2Matthias Clasen2013-11-181-1/+1
|
* Add another example applicationMatthias Clasen2013-11-161-0/+1
| | | | | This new step sets the headerbar as titlebar, and enables fallback for the app menu.
* broadway: Support ipad on-screen keyboardAlexander Larsson2013-11-131-0/+2
| | | | | | | We add a custom im module for broadway that calls some broadway specific APIs to show/hide the keyboard on focus in/out. We then forward this to the browser, and on the ipad we focus an input field to activate the keyboard.
* build: correctly require gio-unix with broadwayManuel Bachmann2013-11-041-1/+1
|
* Bump versionMatthias Clasen2013-10-281-1/+1
|
* Bump GLib req to 2.39Matthias Clasen2013-10-221-1/+1
| | | | Needed for GNotification.
* Fix generation of plug/socket docsMatthias Clasen2013-10-061-3/+3
| | | | | | | | The docs for GtkPlug/GtkSocket were not generated if any of the win32, quartz, wayland backends were enabled. What we really mean though, is that we want the docs to be generated whenever GtkPlug/GtkSocket are included in the library, which is when the x11 backend is enabled.
* Fix build with explicit --enable-wayland-backendMatthias Clasen2013-10-061-0/+1
| | | | We forgot to set set WAYLAND_SCANNER in this case.
* configure: Make Wayland backend optionalMatthias Clasen2013-10-061-6/+19
| | | | | | | | | As long as we are not ready to switch over the default backend, arrange ./configure without explicit backend options makes the x11 backend mandatory and the wayland backend optional (depending on whether we find Wayland dependencies). http://bugzilla.gnome.org/show_bug.cgi?id=709212
* Reorder message in configure.ac to display result on the same lineTimothy Arceri2013-10-061-1/+2
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=341146 Signed-off-by: Timothy Arceri <t_arceri@yahoo.com.au>
* Bump versionMatthias Clasen2013-09-231-2/+2
| | | | 3.11 is open for business.
* Post-release version bumpMatthias Clasen2013-09-171-1/+1
|
* 3.9.163.9.16Matthias Clasen2013-09-171-1/+1
|
* Bump Wayland depMatthias Clasen2013-09-161-1/+1
| | | | | | We need Wayland 1.2.0 for wl_surface_set_buffer_scale. https://bugzilla.gnome.org/show_bug.cgi?id=708012
* wayland: add support for a private gtk-shell protocolGiovanni Campagna2013-09-031-0/+6
| | | | | | | This protocol will be used by mutter-wayland and gtk to replace the _GTK X11 properties for DBus names/paths. https://bugzilla.gnome.org/show_bug.cgi?id=707129
* Bump versionMatthias Clasen2013-09-021-1/+1
|
* 3.9.143.9.14Matthias Clasen2013-09-021-1/+1
|
* Bump glib version requirement - GPropertyAction is used on examplesGustavo Noronha Silva2013-09-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707201
* Post release version bumpMatthias Clasen2013-08-201-1/+1
|
* 3.9.123.9.12Matthias Clasen2013-08-201-1/+1
|
* Build Wayland backend by defaultMatthias Clasen2013-08-091-0/+1
| | | | | | | Unless an explicit backend is enabled via configure option, build both the X11 and Wayland backends. https://bugzilla.gnome.org/show_bug.cgi?id=705498
* Depend on cairo 1.12 (bug #705215)Benjamin Berg2013-08-051-1/+1
| | | | This is required for cairo_surface_create_similar_image.
* post-release version bumpMatthias Clasen2013-07-291-1/+1
|
* 3.9.103.9.10Matthias Clasen2013-07-291-1/+1
|
* Getting started: Add an example for property actionsMatthias Clasen2013-07-241-0/+1
| | | | This example demonstrates property actions and object binding.
* Add a new example appMatthias Clasen2013-07-201-0/+8
| | | | | | | | | | | | Add a new example to the getting started part of the docs. The focus of this example is on 'new stuff': GtkApplication, templates, settings, gmenu, gaction, GtkStack, GtkHeaderBar, GtkSearchBar, GtkRevealer, GtkListBox, GtkMenuButton, etc. It is being developed in several steps. Each step is put in a separate directory below examples/: application1, ..., application8. This is a little repetitive, but lets us use the code of all examples in the documentation.
* Bump versionMatthias Clasen2013-07-091-1/+1
|
* 3.9.83.9.8Matthias Clasen2013-07-091-1/+1
|
* Bump GLib dependency to 2.37.3Emmanuele Bassi2013-07-091-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=702996
* build: Update for perf/ directory removalBenjamin Otte2013-07-081-1/+0
| | | | Ooops.
* wayland: Require wayland-client 1.1.90Alexander Larsson2013-07-031-1/+1
| | | | This has the new methods required for buffer scaling.
* configure: Add buildtime check for cairo_surface_set_device_scaleAlexander Larsson2013-07-031-0/+11
| | | | | | We will need this for the window scale support, but its not yet in a stable cairo release (or even on a master yet), so we make this optional.
* Include crypt(3) implementation for MSVCChun-wei Fan2013-07-011-0/+1
| | | | | | | | | | This adds a crypt(3) implementation for use with broadwayd as Visual Studio does not support crypt(3) out of the box. The public domain implementation is taken from the following URL, http://michael.dipperstein.com/crypt/, where AFAICT this implementation would not be subject to licensing restrictions that would prevent it from being bundled.
* win32: Make broadway buildTarnyko2013-07-011-1/+1
|
* Bump versionMatthias Clasen2013-06-211-1/+1
|
* 3.9.63.9.6Matthias Clasen2013-06-211-1/+1
|
* Bump versionMatthias Clasen2013-06-171-1/+1
|
* 3.9.43.9.4Matthias Clasen2013-06-171-1/+1
|
* broadway: Only use gio-unix on G_OS_UNIXTarnyko2013-06-131-1/+3
|
* broadway: Add configure checks for sys/mman.hTarnyko2013-06-131-0/+3
|