summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Bug 643270: VS2010 Project Files (autotools)Chun-wei Fan2011-04-271-0/+1
| | | | | | | | | -Update to distribute the VS2010 files. -Added rules in Makefile.am's of GDK and GTK to fill in the project/filter files templates with up-to-date source file listings to simplify maintenace. Any comments on the usage of the VS2010 files are welcome!
* docs: Do not generate the template files anymoreJavier Jardón2011-04-201-1/+1
| | | | All the documentation is now in inline comments
* Bump versionMatthias Clasen2011-04-131-1/+1
|
* Updated NEWSMatthias Clasen2011-04-131-1/+1
|
* Merge branch 'gdk-backend-wayland'Kristian Høgsberg2011-04-121-1/+20
|\ | | | | | | | | | | | | | | | | Conflicts: Makefile.am configure.ac gdk/Makefile.am gtk/gtksettings.c gtk/gtkwindow.c
| * Merge remote-tracking branch 'origin/master' into gdk-backend-waylandKristian Høgsberg2011-02-261-146/+113
| |\ | | | | | | | | | | | | Conflicts: gdk/gdkdisplaymanager.c
| * | wayland: Support setting cursorsKristian Høgsberg2011-02-091-1/+1
| | | | | | | | | | | | | | | And a handful unrelated cleanups. Still doesn't really have an answer for cursor themes.
| * | Add Wayland backendKristian Høgsberg2011-02-051-1/+19
| | |
* | | configure: bump version to 3.1.0Michael Natterer2011-03-211-3/+3
| | |
* | | Fix portability issues in configureMatthias Clasen2011-03-211-10/+10
| | | | | | | | | | | | | | | | | | Avoid using bash features unnecessarily. Patch by Matteo Settenvini https://bugzilla.gnome.org/show_bug.cgi?id=645057
* | | Merge branch 'gtk-3-0' into broadwayAlexander Larsson2011-03-101-64/+46
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: gdk/gdkdisplaymanager.c
| * | | Bump versionMatthias Clasen2011-03-071-2/+2
| | | |
| * | | Bump the Pango requirement to 1.24Matthias Clasen2011-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This avoids warnings in some situations. 1.24 is 2 years old, so should not cause any problems. https://bugzilla.gnome.org/show_bug.cgi?id=643370
| * | | Post-release version bump to 3.0.2Matthias Clasen2011-02-211-2/+2
| | |/ | |/|
| * | configure.ac: Remove fd_set checksJavier Jardón2011-02-131-20/+0
| | | | | | | | | | | | fd_set uses were removed in GTK+ 2.2
| * | configure.ac: Use AC_CONFIG_COMMANDS instead deprecated AC_OUTPUT_COMMANDSJavier Jardón2011-02-131-3/+5
| | |
| * | configure.ac: Use AC_PREPROC_IFELSE instead deprecated AC_TRY_CPPJavier Jardón2011-02-131-1/+2
| | |
| * | configure.ac: Use AC_RUN_IFELSE instead deprecated AC_TRY_RUNJavier Jardón2011-02-131-16/+14
| | |
| * | configure.ac: Use AC_LINK_IFELSE instead deprecated AC_TRY_LINKJavier Jardón2011-02-131-21/+22
| | |
* | | Merge branch 'master' into broadwayAlexander Larsson2011-02-111-91/+77
|\ \ \ | |/ /
| * | Bump version to 3.0.1Matthias Clasen2011-02-101-2/+2
| | |
| * | Bump the version to 3.0.0Matthias Clasen2011-02-101-3/+3
| | | | | | | | | | | | | | | | | | | | | At the same time, change the library sonames for -3.0 to just -3. This is necessary since the 2.99 releases installed libraries like libgtk-3.0.so.0.9903.0, and we want to prevent the library version number from jumping back. So 3.0 will have libgtk-3.so.0.0.0.
| * | Change required glib version from "2.28" to "2.28.0"Carlos Garnacho2011-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Fixes the recent configure error: checking for GLIB - version >= 2.28... 2.28, bad version string introduced by 95446c311
| * | configure.ac: Depend on stable versions of other librariesJavier Jardón2011-02-091-4/+3
| | |
| * | Define the required introspection version in configure.acMatthias Clasen2011-02-081-2/+6
| | |
| * | configure.ac: Remove some more obsolete macrosJavier Jardón2011-02-061-4/+0
| | | | | | | | | | | | | | | AC_TYPE_SIGNAL: obsolete when assuming C89 or better AC_HEADER_SYS_WAIT: current systems are compatible with POSIX
| * | configure.ac: Use AC_COMPILE_IFELSE instead deprecated AC_TRY_COMPILEJavier Jardón2011-02-061-34/+30
| | |
| * | configure.ac: Use AS_HELP_STRING instead deprecated AC_HELP_STRINGJavier Jardón2011-02-061-34/+31
| | |
| * | configure.ac: Remove some obsolescent macrosJavier Jardón2011-02-061-7/+0
| |/ | | | | | | | | | | AC_C_CONST: current C compilers support const AC_TYPE_SYGNAL: obsolete when assuming C89 or better AC_HEADER_STDC: current systems have conforming header files
| * Bump versionMatthias Clasen2011-02-021-1/+1
| |
| * API: gdk: Get rid of GdkNativeWindowBenjamin Otte2011-02-011-1/+0
| | | | | | | | Also get rid of the GDK_NATIVE_WINDOW_POINTER define.
| * Drop unused theme-bitsMatthias Clasen2011-01-301-1/+0
| |
| * Nicer configure summaryMatthias Clasen2011-01-301-1/+4
| |
| * Bump required GObject-Introspection version to 0.10.1Pavel Holejsovsky2011-01-201-1/+1
| |
* | [broadway] Make broadway build with new gdk-backend setupAlexander Larsson2011-01-191-0/+1
| | | | | | | | Convert all global functions to vtable calls, etc.
* | Merge branch 'master' into broadway2Alexander Larsson2011-01-191-224/+256
|\ \ | |/ | | | | | | | | | | | | | | Doesn't build, but fixed up actual conflicts Conflicts: configure.ac gdk/Makefile.am gtk/Makefile.am
| * Add --enable-gtk2-dependency optionMatthias Clasen2011-01-141-1/+10
| | | | | | | | | | | | | | This can be used to suppress building of gtk-update-icon-cache in favor of using a preexisting version. Based on a patch by Colin Walters, https://bugzilla.gnome.org/show_bug.cgi?id=639471
| * bump versionMatthias Clasen2011-01-121-1/+1
| |
| * Bump versionMatthias Clasen2011-01-101-1/+1
| |
| * Support disabling X11 extensionsEmilio Pozuelo Monfort2011-01-071-20/+52
| | | | | | | | | | | | Based on a patch from Cyril Brulebois <kibi@debian.org> https://bugzilla.gnome.org/show_bug.cgi?id=612918
| * Bump versionMatthias Clasen2011-01-061-1/+1
| |
| * Drop the G_SEAL definition from gdkconfig.hMatthias Clasen2011-01-051-9/+0
| | | | | | | | All sealed members removed. Yay!
| * Fix libgail-util doc buildMatthias Clasen2011-01-051-0/+1
| |
| * Bump version to 2.99Matthias Clasen2011-01-041-2/+2
| |
| * Brush up configure outputMatthias Clasen2011-01-041-18/+73
| | | | | | | | | | | | Show used X extensions, print backends, etc. Also make configure abort in some more cases when explicitly enabled options are missing dependencies.
| * Keep an explicit dep on cairo in the gdk pc fileMatthias Clasen2011-01-031-1/+1
| |
| * configure.ac: Consolidate gdk backend specific checks and codeKristian Høgsberg2011-01-031-48/+27
| | | | | | | | | | | | Only the big chunk of x11 checks is left further down in the file, but that depends on variables and checks above it, so we'll leave that in place for now.
| * configure.ac: Support multiple GDK backends in one buildKristian Høgsberg2011-01-031-48/+68
| |
| * Some configure.ac cleanupsMatthias Clasen2011-01-031-23/+28
| | | | | | | | | | | | Change from --with-xinput to --enable-xinput, and consistently use AC_HELP_STRING. Also document the packagekit options in the docs.
| * Remove bashisms from configure.acMatthias Clasen2010-12-271-4/+4
| | | | | | | | | | Pointed out by Koop Mast in https://bugzilla.gnome.org/show_bug.cgi?id=637974