summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* when the user double-clicks the title bar, end the grab op. ClosesThomas James Alexander Thurman2008-12-191-0/+5
| | | | | | | | * src/ui/frames.c: when the user double-clicks the title bar, end the grab op. Closes #401028. svn path=/trunk/; revision=4059
* Post-release bump to 2.25.89.Thomas James Alexander Thurman2008-12-161-0/+4
| | | | svn path=/trunk/; revision=4058
* 2.25.55 release.METACITY_2_25_55Thomas James Alexander Thurman2008-12-161-0/+4
| | | | svn path=/trunk/; revision=4056
* fix build on Solaris. Closes #564123.Thomas James Alexander Thurman2008-12-161-0/+4
| | | | | | | * 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-0/+4
| | | | svn path=/trunk/; revision=4052
* 2.25.34 release.METACITY_2_25_34Thomas James Alexander Thurman2008-12-021-0/+4
| | | | svn path=/trunk/; revision=4050
* patches to fixes for -Wall. Closes #562939.Thomas James Alexander Thurman2008-12-021-0/+4
| | | | | | | * src/core/iconcache.c: patches to fixes for -Wall. Closes #562939. svn path=/trunk/; revision=4049
* Post-release bump to 2.25.34.Thomas James Alexander Thurman2008-12-011-0/+4
| | | | svn path=/trunk/; revision=4048
* 2.25.21 release.METACITY_2_25_21Thomas James Alexander Thurman2008-12-011-0/+4
| | | | svn path=/trunk/; revision=4046
* gnome-doc-tools version doesn't need to be so high. disable the entireThomas James Alexander Thurman2008-12-011-0/+10
| | | | | | | | | | | | | * 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
* linked language codes to po files print revision urlThomas James Alexander Thurman2008-11-261-0/+5
| | | | | | | | * tools/announce-wrangler.py: linked language codes to po files * tools/commit-wrangler.py: print revision url svn path=/trunk/; revision=4044
* renamed ini file rewriting in terms of moapThomas James Alexander Thurman2008-11-261-0/+5
| | | | | | | | * tools/announce-wrangler.py: renamed ini file * tools/commit-wrangler.py: rewriting in terms of moap svn path=/trunk/; revision=4043
* Post-release bump to 2.25.21.Thomas James Alexander Thurman2008-11-251-0/+4
| | | | svn path=/trunk/; revision=4042
* 2.25.13 release.METACITY_2_25_13Thomas James Alexander Thurman2008-11-251-0/+4
| | | | svn path=/trunk/; revision=4040
* script to produce announcementsThomas James Alexander Thurman2008-11-251-0/+4
| | | | | | | * tools/announce-wrangler.py (added): script to produce announcements svn path=/trunk/; revision=4039
* add casts (#562106)Thomas James Alexander Thurman2008-11-251-0/+4
| | | | | | | * src/core/xprops.c: add casts (#562106) svn path=/trunk/; revision=4038
* change to standard description.Thomas James Alexander Thurman2008-11-251-0/+4
| | | | | | | * metacity.doap: change to standard description. svn path=/trunk/; revision=4037
* Post-release bump to 2.25.13.Thomas James Alexander Thurman2008-11-231-0/+4
| | | | svn path=/trunk/; revision=4035
* 2.25.8 release.METACITY_2_25_8Thomas James Alexander Thurman2008-11-231-0/+4
| | | | svn path=/trunk/; revision=4033
* add new bindings fileThomas James Alexander Thurman2008-11-231-5/+1
| | | | | | | * po/POTFILES.in: add new bindings file svn path=/trunk/; revision=4032
* 2.25.8 release.Thomas James Alexander Thurman2008-11-231-0/+4
| | | | svn path=/trunk/; revision=4031
* 2.25.8 release.Thomas James Alexander Thurman2008-11-231-0/+4
| | | | svn path=/trunk/; revision=4030
* reviewed by: Thomas ThurmanThomas James Alexander Thurman2008-11-231-1/+8
| | | | | | | | * src/Makefile.am: reorder compiler flags so local includes come last. Closes #562033. svn path=/trunk/; revision=4029
* reviewed by: Thomas ThurmanThomas James Alexander Thurman2008-11-231-0/+7
| | | | | | | | * configure.in: only accept --enable-compositor if we find we can actually composite. svn path=/trunk/; revision=4028
* remove apparently spurious warnings about operations on window "none"Thomas James Alexander Thurman2008-11-231-0/+10
| | | | | | | | * src/core/display.c: remove apparently spurious warnings about operations on window "none" svn path=/trunk/; revision=4026
* Set -ansi so people stop complaining about C99.Thomas James Alexander Thurman2008-11-221-0/+4
| | | | | | | * configure.in: Set -ansi so people stop complaining about C99. svn path=/trunk/; revision=4025
* fix stupid infinite loop when GConf is turned off.Thomas James Alexander Thurman2008-11-221-0/+4
| | | | | | | * src/core/prefs.c: fix stupid infinite loop when GConf is turned off. svn path=/trunk/; revision=4024
* fix two places where there was a warning if GConf was turned off.Thomas James Alexander Thurman2008-11-221-0/+5
| | | | | | | | * src/core/prefs.c: fix two places where there was a warning if GConf was turned off. svn path=/trunk/; revision=4023
* (Apologies for huge commit; these were done on a transatlantic flight. This ↵Thomas Thurman2008-11-221-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* This change adds support for the new _NET_WM_FULLSCREEN_MONITORSThomas James Alexander Thurman2008-11-171-0/+24
| | | | | | | | | | | | | | | | | | | | | | property and client message. This allows client applications to request that a fullscreen window cover more than one monitor. * src/include/boxes.h: * src/core/boxes.c: Add meta_rectangle_union * src/core/window-private.h: * src/core/window.c: (meta_window_new_with_attrs, meta_window_free, set_net_wm_state, meta_window_update_fullscreen_monitors, meta_window_client_message): Add MetaWindow property to store fullscreen monitors field, update _NET_WM_FULLSCREEN_MONITORS property on windows, and handle client message. * src/core/atomnames.h: Add _NET_WM_FULLSCREEN_MONITORS atom. * src/core/constraints.c (setup_constraint_info): If _NET_WM_FULLSCREEN_MONITORS is interesting, use the data stored in MetaWindow::fullscreen_monitors to determine the fullscreen area instead of the basic xinerama_info area. svn path=/trunk/; revision=4021
* Removed deprecated calls. Closes #560445.Thomas James Alexander Thurman2008-11-121-0/+8
| | | | | | | | | * src/core/delete.c: remove deprecated g_strcasecmp. * src/include/main.h: no actual deprecated call, but a mention of one which was out of date. svn path=/trunk/; revision=4018
* Clean up #includes according to the GNOME Goal.Thomas James Alexander Thurman2008-11-121-0/+17
| | | | | | | | | | | | | | | | | | Closes #560449. Patch is 122467. * src/core/place.c: * src/ui/draw-workspace.h: * src/ui/gradient.h: * src/ui/metaaccellabel.c: * src/ui/metaaccellabel.h: * src/ui/preview-widget.c: * src/ui/preview-widget.h: * src/ui/resizepopup.c: * src/ui/theme.c: * src/ui/theme.h: * src/ui/themewidget.h: svn path=/trunk/; revision=4017
* updated description of raise_on_click:Thomas James Alexander Thurman2008-11-101-0/+6
| | | | | | | | | * src/metacity.schemas.in.in: updated description of raise_on_click: http://bugzilla.gnome.org/show_bug.cgi?id=445447#c6 svn path=/trunk/; revision=4016
* added dependency on Zenity remove error_on_generic_command() andThomas James Alexander Thurman2008-11-081-0/+9
| | | | | | | | | | | | * 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
* Fix build by readding accidentally removed '}'.Olav Vitters2008-11-021-0/+5
| | | | | | | | * src/ui/theme-parser.c: Fix build by readding accidentally removed '}'. svn path=/trunk/; revision=4010
* variable names in messages should be double-quoted. Closes #558309.Thomas James Alexander Thurman2008-10-291-0/+5
| | | | | | | | * src/ui/theme-parser.c: variable names in messages should be double-quoted. Closes #558309. svn path=/trunk/; revision=4009
* fix accidental name change of run_command_terminal. Closes #557943.Thomas James Alexander Thurman2008-10-281-0/+5
| | | | | | | | * src/include/screen-bindings.h: fix accidental name change of run_command_terminal. Closes #557943. svn path=/trunk/; revision=4008
* Add initialisation which I missed on the previous checkin. Also an extraThomas Thurman2008-10-271-0/+6
| | | | | | | | | | | 2008-10-27 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.c (titlebar_handler, handle_preference_update_enum): Add initialisation which I missed on the previous checkin. Also an extra comment. svn path=/trunk/; revision=4004
* Fix some crashes with the new GDM 2.24. Closes #558058.Brian Cameron2008-10-271-0/+8
| | | | | | | | | | | | | 2008-10-27 Brian Cameron <brian.cameron@sun.com> Fix some crashes with the new GDM 2.24. Closes #558058. * src/ui/ui.c (meta_ui_parse_modifier): another null check * src/core/prefs.c (titlebar_handler, button_layout_handler): more null checks. svn path=/trunk/; revision=4003
* Ignore values of .../mouse_button_modifier key if the key's missing.Thomas Thurman2008-10-261-0/+6
| | | | | | | | | | | 2008-10-26 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.c (mouse_button_mods_handler): Ignore values of .../mouse_button_modifier key if the key's missing. Closes Launchpad bug #258054, Launchpad bug #266929. svn path=/trunk/; revision=4001
* added missing @id on <book> top element.Frederic Peters2008-10-231-0/+5
| | | | | | | | * doc/creating_themes/C/creating-metacity-themes.xml: added missing @id on <book> top element. svn path=/trunk/; revision=3998
* renamed document to creating-metacity-themes to match other manuals usageFrederic Peters2008-10-231-0/+6
| | | | | | | | | * doc/creating_themes/Makefile.am: * doc/creating_themes/C/creating_metacity_themes.xml: renamed document to creating-metacity-themes to match other manuals usage of dashes. svn path=/trunk/; revision=3997
* Post-release bump to 2.25.8.Thomas James Alexander Thurman2008-10-231-0/+4
| | | | svn path=/trunk/; revision=3996
* 2.25.5 release.METACITY_2_25_5Thomas James Alexander Thurman2008-10-231-1/+5
| | | | svn path=/trunk/; revision=3994
* Post-release bump to 2.25.5.Thomas Thurman2008-10-231-0/+4
| | | | | | | | | 2008-10-23 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-release bump to 2.25.5. svn path=/trunk/; revision=3993
* fix stupid thinko which caused defaults to be incorrect "space" needs toThomas Thurman2008-10-231-0/+7
| | | | | | | | | | | | 2008-10-23 Thomas Thurman <tthurman@gnome.org> * src/core/schema-bindings.c: fix stupid thinko which caused defaults to be incorrect * src/include/window-bindings.h: "space" needs to be lowercase svn path=/trunk/; revision=3992
* Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decideThomas Thurman2008-10-231-0/+12
| | | | | | | | | | | | | | | | | 2008-10-23 Thomas Thurman <tthurman@gnome.org> Support _NET_WM_STATE_STICKY (i.e. allow third-party apps to decide whether a window is on all workspaces). Bug found by Ka-Hing Cheung. Closes #557536. * src/core/window.c (set_net_wm_state): report it * src/core/window.c (meta_window_client_message): set sticky if we receive it * src/core/window-props.c: set sticky if we find it * src/core/atomnames.h: add _NET_WM_STATE_STICKY svn path=/trunk/; revision=3991
* support builds outside tree properly. ditto. ditto.Thomas Thurman2008-10-231-0/+1
| | | | | | | | | | | 2008-10-22 Thomas Thurman <tthurman@gnome.org> * src/core/schema-bindings.c: support builds outside tree properly. * src/Makefile.am: ditto. * po/POTFILES.skip: ditto. svn path=/trunk/; revision=3990
* support builds outside tree properly. ditto.Thomas Thurman2008-10-231-0/+1
| | | | | | | | | | 2008-10-22 Thomas Thurman <tthurman@gnome.org> * src/core/schema-bindings.c: support builds outside tree properly. * src/Makefile.am: ditto. svn path=/trunk/; revision=3989
* support builds outside tree properly.Thomas Thurman2008-10-231-0/+4
| | | | | | | | | 2008-10-22 Thomas Thurman <tthurman@gnome.org> * src/core/schema-bindings.c: support builds outside tree properly. svn path=/trunk/; revision=3988