summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Post-release bump to 2.25.5.Thomas Thurman2008-10-231-1/+1
| | | | | | | | | 2008-10-23 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-release bump to 2.25.5. svn path=/trunk/; revision=3993
* bump to 2.25.3 (thought the release script had already done this)Thomas Thurman2008-10-221-1/+1
| | | | | | | | | | 2008-10-22 Thomas Thurman <tthurman@gnome.org> * configure.in: bump to 2.25.3 (thought the release script had already done this) svn path=/trunk/; revision=3986
* add libm reference. Closes #557357.Götz Waschk2008-10-221-1/+1
| | | | | | | | | 2008-10-22 Götz Waschk <waschk@mandriva.org> * configure.in: add libm reference. Closes #557357. svn path=/trunk/; revision=3984
* Call GNOME_DOC_INIT() so we can use the gnome-doc-utils variables in ourMurray Cumming2008-10-181-0/+6
| | | | | | | | | | | | | | | | | 2008-10-17 Murray Cumming <murrayc@murrayc.com> * configure.in: Call GNOME_DOC_INIT() so we can use the gnome-doc-utils variables in our Makefile.am: * doc/Makefile.am: * doc/creating_themes/Makefile.am * doc/creating_themes/C/creating_metacity_themes.xml: Added this new DocBook document, converted from the HTML here http://blogs.gnome.org/metacity/2008/05/30/themes/ This will be installed for yelp and can be translated and hosted on library.gnome.org. svn path=/trunk/; revision=3964
* Post-release bump to 2.25.2.Thomas James Alexander Thurman2008-09-011-1/+1
| | | | svn path=/trunk/; revision=3843
* Post-release version bump to 2.25.1.Thomas Thurman2008-08-181-1/+1
| | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-release version bump to 2.25.1. svn path=/trunk/; revision=3827
* correct incorrect version numberMETACITY_2_5_0reallyThomas Thurman2008-08-181-1/+1
| | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * configure.in: correct incorrect version number svn path=/trunk/; revision=3825
* Post-branch bump to 2.25.0.Thomas Thurman2008-08-131-2/+2
| | | | | | | | | | 2008-08-13 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-branch bump to 2.25.0. svn path=/trunk/; revision=3808
* Post-release bump to 2.23.144.Thomas James Alexander Thurman2008-08-041-1/+1
| | | | svn path=/trunk/; revision=3802
* Post-release bump to 2.23.89.Thomas James Alexander Thurman2008-07-141-1/+1
| | | | svn path=/trunk/; revision=3791
* Post-release bump to 2.23.55.Thomas James Alexander Thurman2008-06-161-1/+1
| | | | svn path=/trunk/; revision=3765
* Post-release bump to 2.23.34.Thomas James Alexander Thurman2008-05-261-1/+1
| | | | svn path=/trunk/; revision=3731
* Post-release bump to 2.23.21.Thomas James Alexander Thurman2008-04-271-1/+1
| | | | svn path=/trunk/; revision=3696
* Post-release bump to 2.23.13.Thomas James Alexander Thurman2008-04-221-1/+1
| | | | svn path=/trunk/; revision=3691
* Post-release bump to 2.21.8. (Which was seriously belated. Sorry, folks.)Thomas Thurman2008-04-221-1/+1
| | | | | | | | | | 2008-04-22 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-release bump to 2.21.8. (Which was seriously belated. Sorry, folks.) svn path=/trunk/; revision=3686
* Post-release bump to 2.23.5.Thomas James Alexander Thurman2008-03-211-1/+1
| | | | svn path=/trunk/; revision=3660
* Post-release bump to 2.23.3.Thomas James Alexander Thurman2008-03-071-1/+1
| | | | svn path=/trunk/; revision=3632
* Post-release bump to 2.23.2.Thomas James Alexander Thurman2008-03-061-1/+1
| | | | svn path=/trunk/; revision=3628
* Post-release bump to 2.23.1.Thomas James Alexander Thurman2008-02-261-1/+1
| | | | svn path=/trunk/; revision=3604
* if we have libSM and its headers, that means we did find it, not that weThomas Thurman2008-02-181-1/+1
| | | | | | | | | | | 2008-02-18 Thomas Thurman <tthurman@gnome.org> * configure.in: if we have libSM and its headers, that means we did find it, not that we didn't. Closes #328210. svn path=/trunk/; revision=3579
* Correct help for verbose option name.Thomas Thurman2008-02-131-1/+1
| | | | | | | | | 2008-02-12 Thomas Thurman <tthurman@gnome.org> * configure.in: Correct help for verbose option name. svn path=/trunk/; revision=3563
* Post-branch bump to 2.23.0.Thomas Thurman2008-02-121-2/+2
| | | | | | | | | 2008-02-12 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-branch bump to 2.23.0. svn path=/trunk/; revision=3562
* Post-release bump to 2.21.21.Thomas James Alexander Thurman2008-02-121-1/+1
| | | | svn path=/trunk/; revision=3560
* remove workaround for a problem in GTK 1.3.9(!) which was causingThomas Thurman2008-02-041-6/+0
| | | | | | | | | | 2008-02-04 Thomas Thurman <tthurman@gnome.org> * configure.in, src/ui/ui.c: remove workaround for a problem in GTK 1.3.9(!) which was causing problems. Closes #513737. svn path=/trunk/; revision=3551
* Post-release bump to 2.21.13.Thomas James Alexander Thurman2008-02-031-1/+1
| | | | svn path=/trunk/; revision=3547
* sort source files into these directories according to which part of the WMHavoc Pennington2007-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2007-12-19 Havoc Pennington <hp@redhat.com> * src/ui, src/core, src/include: sort source files into these directories according to which part of the WM they are supposed to be in. In an eventual plan, we should also create src/compositor/render, src/compositor/fallback and move some of the compositor stuff into that. * autogen.sh: require a newer automake, so we don't have to use a recursive build * src/ui/tabpopup.c: put in a hack to make the build temporarily work, want to commit the large rearrangement before fixing this not to include workspace.h or frame.h * src/core/iconcache.c (meta_read_icons): temporarily break this to get the build to work, want to commit the large rearrangement before fixing this file not to include theme.h svn path=/trunk/; revision=3491
* Post-release bump to 2.21.8.Thomas Thurman2007-12-191-1/+1
| | | | | | | | | | 2007-12-19 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.8. svn path=/trunk/; revision=3490
* print "Subversion" and not "CVS".Thomas Thurman2007-12-191-1/+1
| | | | | | | | | 2007-12-19 Thomas Thurman <tthurman@gnome.org> * configure.in: print "Subversion" and not "CVS". svn path=/trunk/; revision=3486
* compositor enabled by default.Thomas Thurman2007-12-191-2/+2
| | | | | | | | | 2007-12-18 Thomas Thurman <tthurman@gnome.org> * configure.in: compositor enabled by default. svn path=/trunk/; revision=3484
* Merge compositor branch.Iain Holmes2007-12-191-1/+7
| | | | | | | | | | | | | | 2007-12-18 Iain Holmes <iain@gnome.org> * configure.in, src/theme.c, src/display.c, src/theme.h, src/display.h, src/theme-parser.c, src/compositor.c, src/c-screen.c, src/compositor.h, src/c-screen.h, src/ui.c, src/screen.c, src/ui.h, src/screen.h, src/c-window.c, src/c-window.h, src/theme-viewer.c, src/Makefile.am: Merge compositor branch. svn path=/trunk/; revision=3483
* Post-release bump to 2.21.5.Thomas Thurman2007-12-151-1/+1
| | | | | | | | | | 2007-12-14 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.5. svn path=/trunk/; revision=3475
* Post-release bump to 2.21.3.Thomas Thurman2007-11-181-1/+1
| | | | | | | | | 2007-11-17 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.3. svn path=/trunk/; revision=3414
* Post-release bump to 2.21.2.Thomas Thurman2007-11-121-1/+1
| | | | | | | | | | | | | | 2007-11-11 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-release bump to 2.21.2. 2007-11-11 Thomas Thurman <thomas@thurman.org.uk> * NEWS: 2.21.1 release. svn path=/trunk/; revision=3389
* Post-branch bump to 2.21.1.Thomas Thurman2007-10-151-1/+1
| | | | | | | | | 2007-10-14 Thomas Thurman <thomas@thurman.org.uk> * configure.in: Post-branch bump to 2.21.1. svn path=/trunk/; revision=3357
* Remove circular dep metacity<->gnomecc.Kjartan Maraas2007-10-031-5/+2
| | | | | | | | 2007-10-03 Kjartan Maraas <kmaraas@gnome.org> * configure.in: Remove circular dep metacity<->gnomecc. svn path=/trunk/; revision=3355
* post-release version bump to 2.20.1Elijah Newren2007-09-161-1/+1
| | | | | | | | 2007-09-15 Elijah Newren <newren gmail com> * configure.in: post-release version bump to 2.20.1 svn path=/trunk/; revision=3343
* 2.20.0 releaseMETACITY_2_20Elijah Newren2007-09-161-2/+2
| | | | | | | | | | 2007-09-15 Elijah Newren <newren gmail com> * configure.in: * NEWS: 2.20.0 release svn path=/trunk/; revision=3341