summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* release: post-release bump to 2.34.8Florian Müllner2012-08-061-1/+1
|
* release: post-release bump to 2.34.5Florian Müllner2012-03-201-1/+1
|
* release: post-release bump to 2.34.3Florian Müllner2012-02-081-1/+1
|
* build: Bump required GTK+ version and remove compat codeFlorian Müllner2012-01-121-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=572332
* build: Specify a minimum version for gsettings-desktop-schemasFlorian Müllner2011-11-121-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=621204
* Port preferences to GSettingsFlorian Müllner2011-11-111-30/+3
| | | | | | | | | | | | Move preferences to GSettings, using mainly shared schemas from gsettings-desktop-schemas. Unlike GConf, GSettings support is not optional, as Gio is already a hard dependency of GTK+. Based on an initial patch from Milan Bouchet-Valat. https://bugzilla.gnome.org/show_bug.cgi?id=621204
* configure.ac: use maintainer mode by defaultJavier Jardón2011-09-121-1/+1
| | | | | See https://mail.gnome.org/archives/desktop-devel-list/2011-September/msg00064.html
* release: post-release bump to 2.34.2Olav Vitters2011-06-211-1/+1
|
* Use AM_SILENT_RULES for nicer build statusOlav Vitters2011-06-211-0/+1
|
* Create tar.xz tarballsOlav Vitters2011-06-211-1/+1
|
* configure: Remove --with-gtk flagColin Walters2011-05-191-21/+6
| | | | | | | We only support GTK2 right now; if someone wants to do the port, they can readd the configure flag as the last step. https://bugzilla.gnome.org/show_bug.cgi?id=650513
* Remove WerrorWilliam Jon McCann2011-05-171-3/+0
| | | | | Werror is never a good idea and definitely not when a module is not actively maintained.
* release: post-release bump to 2.34.1Vincent Untz2011-04-051-1/+1
|
* release: 2.34.0METACITY_2_34_0Vincent Untz2011-04-051-1/+1
|
* Reset version number to 2.32.0Thomas Thurman2011-02-181-2/+2
|
* Add compatibility with GTK+ 2.20Florian Müllner2011-01-241-1/+1
| | | | | | | | In order to replace calls to deprecated GDK code, yet-unreleased GTK+ 2.22 is required. Add some basic compatibility code to allow building mutter with GTK+ 2.20. https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Bump required version to 2.21.1Florian Müllner2011-01-241-1/+1
| | | | | | | Commit 15f273e7 uses API introduced in the current cycle, but I forgot to bump the version requirements. https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Fix build on Solaris. Closes #580665.Brian Cameron2011-01-161-2/+2
| | | | | | | | | | | | | | This patch fixes two issues on Solaris: 1) It is necessary on Solaris to run PKG_CHECK on gthread-2.0 and add glib/gthread to METACITY_LIBS in order for metacity to compile. This is because Solaris doesn't allow implicit linking. 2) src/compositor/compositor-xrender.c- needs _XOPEN_SOURCE_600 or else you get this error: #error: "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
* configure.in: add flag to disable canberra. Fixes #634360.Michael Smith2011-01-151-1/+12
| | | | | For embedded builds, it'd be nice to be able to disable canberra. Canberra is still enabled by default.
* Post-release bump to 2.30.5Thomas Thurman2010-09-291-1/+1
|
* Use -Werror only when --enable-maintainer-mode is usedVincent Untz2010-09-181-1/+4
| | | | | This means that tarballs will not fail on warnings by default, while building from git will.
* 2.30.2 releaseMETACITY_2_30_2Thomas Thurman2010-09-151-1/+1
|
* Allow building with Gtk+-3.0Florian Müllner2010-07-141-4/+27
| | | | | | | Add a configure switch to select the Gtk+ version to build with. The default is to build against Gtk+-2.0 >= 2.20.0. https://bugzilla.gnome.org/show_bug.cgi?id=622285
* bump gtk requirement to 2.20Thomas Thurman2010-06-111-2/+2
|
* Make METACITY_WINDOW_DEMO compile with -DGSEAL_ENABLE. See bug 612491.Andre Klapper2010-06-101-1/+1
|
* [release] post-release bump to 2.30.2Vincent Untz2010-04-061-1/+1
|
* [release] post-release bump to 2.30.1Vincent Untz2010-03-311-1/+1
|
* [release] 2.30.0METACITY_2_30_0Vincent Untz2010-03-311-2/+2
|
* post-release bump to 2.28.2METACITY_2_28_1Thomas Thurman2010-01-251-1/+1
|
* 2.28.1 releasedThomas Thurman2010-01-251-1/+1
|
* [release] 2.28.0METACITY_2_28_0Frédéric Péters2009-09-221-2/+2
|
* Post-release bump to 2.27.2.Frédéric Péters2009-09-081-1/+1
|
* Post-release bump to 2.27.1.Thomas James Alexander Thurman2009-03-121-1/+1
| | | | svn path=/trunk/; revision=4198
* add optional dependency on gtop. Include "(as username)" in the titlebarThomas James Alexander Thurman2009-03-061-0/+14
| | | | | | | | | | | | * configure.in: add optional dependency on gtop. * src/core/window-props.c: Include "(as username)" in the titlebar if a window is running as another user. * src/core/window.c: check for PID before name, since the rendering of the name can now depend on the PID. Closes #549389. svn path=/trunk/; revision=4181
* Forgotten fileMatthias Clasen2009-02-121-1/+1
| | | | svn path=/trunk/; revision=4138
* post-branch bump to 2.27.0.Thomas James Alexander Thurman2009-02-051-2/+2
| | | | | | | * configure.in: post-branch bump to 2.27.0. svn path=/trunk/; revision=4116
* Post-release bump to 2.25.233.Thomas James Alexander Thurman2009-02-011-1/+1
| | | | svn path=/trunk/; revision=4106
* Post-release bump to 2.25.144.Thomas James Alexander Thurman2008-12-261-1/+1
| | | | svn path=/trunk/; revision=4068
* Post-release bump to 2.25.89.Thomas James Alexander Thurman2008-12-161-1/+1
| | | | svn path=/trunk/; revision=4058
* fix build on Solaris. Closes #564123.Thomas James Alexander Thurman2008-12-161-1/+3
| | | | | | | * configure.in: fix build on Solaris. Closes #564123. svn path=/trunk/; revision=4055
* Post-release bump to 2.25.55.Thomas James Alexander Thurman2008-12-021-1/+1
| | | | svn path=/trunk/; revision=4052
* Post-release bump to 2.25.34.Thomas James Alexander Thurman2008-12-011-1/+1
| | | | svn path=/trunk/; revision=4048
* gnome-doc-tools version doesn't need to be so high. disable the entireThomas James Alexander Thurman2008-12-011-2/+2
| | | | | | | | | | | | | * configure.in: gnome-doc-tools version doesn't need to be so high. * src/compositor/compositor-xrender.c: disable the entire file if the compositor is disabled. * src/core/async-getprop.[ch]: fixes for -Wall * src/core/iconcache.c: fixes for -Wall * src/core/testasyncgetprop.c: fixes for -Wall * src/core/xprops.c: fixes for -Wall svn path=/trunk/; revision=4045
* Post-release bump to 2.25.21.Thomas James Alexander Thurman2008-11-251-1/+1
| | | | svn path=/trunk/; revision=4042
* Post-release bump to 2.25.13.Thomas James Alexander Thurman2008-11-231-1/+1
| | | | svn path=/trunk/; revision=4035
* reviewed by: Thomas ThurmanThomas James Alexander Thurman2008-11-231-10/+10
| | | | | | | | * configure.in: only accept --enable-compositor if we find we can actually composite. svn path=/trunk/; revision=4028
* Set -ansi so people stop complaining about C99.Thomas James Alexander Thurman2008-11-221-1/+1
| | | | | | | * configure.in: Set -ansi so people stop complaining about C99. svn path=/trunk/; revision=4025
* (Apologies for huge commit; these were done on a transatlantic flight. This ↵Thomas Thurman2008-11-221-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is why we need bzr.) 2008-11-22 Thomas Thurman <tthurman@gnome.org> * src/core/all-keybindings.h: "backward", not "backwards" throughout. 2008-11-20 Thomas Thurman <tthurman@gnome.org> * configure.in: turned on -Wall and -Werror in order to trap as many problems as possible. * src/ui/resizepopup.c: added correct #include. * src/ui/theme-viewer.c: initialised variable. * src/core/xprops.c: corrected cast. * src/core/main.c: added warning if chdir() fails. * src/core/schema-bindings.c: checking the return result of fgets(). 2008-11-20 Thomas Thurman <tthurman@gnome.org> Merged screen and window keybinding tables so that we can use just one file for the both. Also incidentally closes #528337. Further efficiencies of scale to come. * src/include/prefs.h: replace META_PREF_*_KEYBINDINGS with META_PREF_KEYBINDINGS * src/core/keybindings.c: replace *_bindings with key_bindings and similar throughout; all window-based functions are now guaranteed to receive a window so don't need to check for themselves (find_handler): moved so it can also be called from rebuild_binding_table * src/core/display-private.h: replace *_bindings with key_bindings * src/core/prefs.c: update_*_binding becomes update_key_binding; (change_notify): tidy up references to "enormous if statement" since it's almost entirely gone now * src/core/all-keybindings.h: new merged version of screen-bindings.h and window-bindings.h. svn path=/trunk/; revision=4022
* added dependency on Zenity remove error_on_generic_command() andThomas James Alexander Thurman2008-11-081-0/+4
| | | | | | | | | | | | * configure.in: added dependency on Zenity * src/core/keybindings.c: remove error_on_generic_command() and error_on_terminal_command(); rewrite error_on_command in terms of meta_show_dialog() * src/core/util.c: add meta_show_dialog() to call Zenity * src/include/util.h: ditto svn path=/trunk/; revision=4013
* Post-release bump to 2.25.8.Thomas James Alexander Thurman2008-10-231-1/+1
| | | | svn path=/trunk/; revision=3996