summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.25.1 release.METACITY_2_25_1Thomas James Alexander Thurman2008-09-012-0/+20
| | | | svn path=/trunk/; revision=3841
* When a workspace's list of struts is freed, free the struts too. ClosesThomas Thurman2008-09-012-3/+33
| | | | | | | | | | 2008-09-01 Thomas Thurman <tthurman@gnome.org> * src/core/workspace.c: When a workspace's list of struts is freed, free the struts too. Closes #549952, and #468075. svn path=/trunk/; revision=3840
* Add new move_to_center keybinding, requested by Khanh-Dang Nguyen Thu Lam;Thomas Thurman2008-09-015-0/+72
| | | | | | | | | | | | | | | 2008-09-01 Thomas Thurman <tthurman@gnome.org> Add new move_to_center keybinding, requested by Khanh-Dang Nguyen Thu Lam; closes #549979. * src/include/prefs.h (void): add name of new binding * src/core/prefs.c: added pref for it * src/core/keybindings.c (handle_move_to_center): new function * src/metacity.schemas.in: included new binding svn path=/trunk/; revision=3839
* new function. turn the compositing manager on or off as necessary.Thomas Thurman2008-08-314-3/+61
| | | | | | | | | | | | 2008-08-31 Thomas Thurman <tthurman@gnome.org> * src/core/prefs.[ch] (meta_prefs_set_compositing_manager): new function. * src/core/main.c (meta_parse_options): turn the compositing manager on or off as necessary. svn path=/trunk/; revision=3838
* moving all messages about properties to the top, as a start at #549886Thomas Thurman2008-08-302-32/+16
| | | | | | | | | | 2008-08-30 Thomas Thurman <tthurman@gnome.org> * src/core/window.c (process_property_notify): moving all messages about properties to the top, as a start at #549886 svn path=/trunk/; revision=3837
* Updated Arabic Translation by Khaled Hosny.Djihed Afifi2008-08-261-14/+14
| | | | | | * Updated Arabic Translation by Khaled Hosny. svn path=/trunk/; revision=3836
* Updated Lithuanian translation.Gintautas Miliauskas2008-08-252-898/+950
| | | | | | | | | | 2008-08-24 Gintautas Miliauskas <gintas@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=3834
* Updated Basque translation.Inaki Larranaga Murgoitio2008-08-232-295/+291
| | | | | | | | | 2008-08-23 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu.po: Updated Basque translation. svn path=/trunk/; revision=3832
* Updated TranslationLaurent Dhima2008-08-212-1620/+2069
| | | | svn path=/trunk/; revision=3831
* fix version number which brokeThomas Thurman2008-08-182-1/+6
| | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * NEWS: fix version number which broke svn path=/trunk/; revision=3828
* Post-release version bump to 2.25.1.Thomas Thurman2008-08-182-1/+5
| | | | | | | | | 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-182-1/+5
| | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * configure.in: correct incorrect version number svn path=/trunk/; revision=3825
* 2.25.1 release.Thomas James Alexander Thurman2008-08-182-0/+21
| | | | svn path=/trunk/; revision=3824
* Adding doxygen headers to some files.Thomas Thurman2008-08-189-18/+66
| | | | | | | | | | | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> Adding doxygen headers to some files. * src/core/metacity-Xatomtype.h * src/core/main.c * src/core/screen-private.h * src/core/window-private.h * src/core/keybindings.h * src/core/session.h * src/core/workspace.h * src/core/window-props.h () svn path=/trunk/; revision=3818
* add a copy of each strut in a window to the workspace's strut list,Eric Piel2008-08-182-2/+12
| | | | | | | | | | | | 2008-08-18 Eric Piel <e.a.b.piel@tudelft.nl> * src/core/workspace.c (ensure_work_areas_validated): add a copy of each strut in a window to the workspace's strut list, instead of using the copy in the list (which would mean it was double-freed). Believed to fix #468075. svn path=/trunk/; revision=3817
* Ensure the user_rect is set sanely for windows that start maximized.Ted Percival2008-08-162-12/+42
| | | | | | | | | | | | | | | | | | | 2008-08-16 Ted Percival <ted@midg3t.net> Ensure the user_rect is set sanely for windows that start maximized. Prevents maximized windows from warping across the screen. Fixes bug #504692. * src/core/window.c (save_user_placement): renamed version of meta_window_save_user_rect(). * src/core/window.c (force_save_user_placement): similar, but will always save user_rect even if the window is maximised or fullscreen. * src/core/window.c (meta_window_move_resize_internal): unplaced windows have force_save_user_placement() called instead of save_user_placement(). svn path=/trunk/; revision=3816
* Updated Portuguese translation.Duarte Loreto2008-08-142-227/+274
| | | | | | | | 2008-08-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=3813
* Icons for windows are taken from the desktop theme, not from the MetacityPatrick Niklaus2008-08-145-45/+87
| | | | | | | | | | | | | | | | | | | 2008-08-14 Patrick Niklaus <marex@compiz-fusion.org> Icons for windows are taken from the desktop theme, not from the Metacity theme or from the fallback icon that Metacity provided. Closes #524343. * src/ui/ui.c: Use GtkIconTheme to load the default window icon. Assumes the existence of an icon called "window", otherwise falls back to "gtk-missing-image". Fixes #524343. * src/ui/preview-widget: See above. * src/include/common.h: Add META_DEFAULT_ICON_NAME. * src/Makefile.am: Remove default_icon.png from inlinepixbufs.h. * src/default_icon.png: Removed. svn path=/trunk/; revision=3812
* new manual page. added new reference.Akira TAGOH2008-08-143-1/+67
| | | | | | | | | | 2008-08-14 Akira TAGOH <akira@tagoh.org> * doc/man/metacity-message.1: new manual page. * doc/man/Makefile.am: added new reference. svn path=/trunk/; revision=3811
* Brazilian Portuguese translation updated by Djavan Fagundes.Leonardo Ferreira Fontenelle2008-08-142-905/+963
| | | | | | | | | 2008-08-13 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Djavan Fagundes. svn path=/trunk/; revision=3810
* Post-branch bump to 2.25.0.Thomas Thurman2008-08-132-2/+6
| | | | | | | | | | 2008-08-13 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-branch bump to 2.25.0. svn path=/trunk/; revision=3808
* Updated Finnish translationIlkka Tuohela2008-08-132-222/+243
| | | | svn path=/trunk/; revision=3806
* cs.po: Updated Czech translation.Petr Kovář2008-08-082-218/+247
| | | | svn path=/trunk/; revision=3805
* Updated Galician translationIgnacio Casal Quinteiro2008-08-072-247/+304
| | | | svn path=/trunk/; revision=3804
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-08-061-0/+4
| | | | svn path=/trunk/; revision=3803
* Post-release bump to 2.23.144.Thomas James Alexander Thurman2008-08-042-1/+5
| | | | svn path=/trunk/; revision=3802
* 2.23.89 release.METACITY_2_23_89Thomas James Alexander Thurman2008-08-042-0/+15
| | | | svn path=/trunk/; revision=3800
* Updated Japanese translation.Takeshi AIHANA2008-08-022-219/+230
| | | | | | | | 2008-08-02 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=3799
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-07-292-188/+186
| | | | svn path=/trunk/; revision=3798
* Dutch translation updated by Wouter Bolsterlee.Wouter Bolsterlee2008-07-282-155/+188
| | | | | | | | | 2008-07-29 Wouter Bolsterlee <wbolster@svn.gnome.org> * nl.po: Dutch translation updated by Wouter Bolsterlee. svn path=/trunk/; revision=3797
* DOAP file (first pass, anyway).Thomas James Alexander Thurman2008-07-272-0/+75
| | | | | | | * metacity.doap (added): DOAP file (first pass, anyway). svn path=/trunk/; revision=3796
* sv.po: Updated Swedish translationDaniel Nylander2008-07-252-3/+7
| | | | svn path=/trunk/; revision=3795
* Terminology fixes by Vladimir Melo.Leonardo Ferreira Fontenelle2008-07-252-70/+78
| | | | | | | | 2008-07-24 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Terminology fixes by Vladimir Melo. svn path=/trunk/; revision=3794
* sv.po: Updated Swedish translationDaniel Nylander2008-07-172-73/+77
| | | | svn path=/trunk/; revision=3793
* Updated Italian translation.Luca Ferretti2008-07-142-223/+255
| | | | | | | | | 2008-07-14 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=3792
* Post-release bump to 2.23.89.Thomas James Alexander Thurman2008-07-142-1/+5
| | | | svn path=/trunk/; revision=3791
* 2.23.55 release.METACITY_2_23_55Thomas James Alexander Thurman2008-07-142-0/+24
| | | | svn path=/trunk/; revision=3789
* meta_display_screen_for_root() can return NULL, so check for that. FixesThomas Thurman2008-07-142-9/+23
| | | | | | | | | 2008-07-13 Thomas Thurman <tthurman@gnome.org> * src/core/display.c (event_callback): meta_display_screen_for_root() can return NULL, so check for that. Fixes #422242. Also tidying. svn path=/trunk/; revision=3788
* Don't attempt to double-free struts, edges and regions if work areas haveElijah Newren2008-07-132-7/+24
| | | | | | | | | | | 2008-07-13 Elijah Newren <newren gmail com> * src/core/workspace.c (meta_workspace_free): Don't attempt to double-free struts, edges and regions if work areas have already been invalidated at the time of freeing a workspace. Possible fix to #361804. svn path=/trunk/; revision=3787
* Don't allocate memory for log messages unless we're logging.Thomas Thurman2008-07-132-6/+14
| | | | | | | | | 2008-07-12 Thomas Thurman <tthurman@gnome.org> * src/core/constraints.c (do_screen_and_xinerama_relative_constraints): Don't allocate memory for log messages unless we're logging. svn path=/trunk/; revision=3786
* This function can now officially return NULL. Two windows can't belong toThomas Thurman2008-07-133-5/+15
| | | | | | | | | | | | | | 2008-07-12 Thomas Thurman <tthurman@gnome.org> * src/core/group.c (meta_window_get_group): This function can now officially return NULL. * src/core/window.c (meta_window_same_application): Two windows can't belong to the same application unless they both belong to some application. (Both belonging to no application is not the same.) Closes #453022. svn path=/trunk/; revision=3785
* Updated Slovenian translationMatej Urbančič2008-07-101-0/+4
| | | | svn path=/trunk/; revision=3783
* Updated Slovenian translationMatej Urbančič2008-07-101-147/+146
| | | | svn path=/trunk/; revision=3782
* Updated Thai translation.Theppitak Karoonboonyanan2008-07-102-103/+102
| | | | | | | | | 2008-07-10 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation. svn path=/trunk/; revision=3781
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-092-20/+9
| | | | | | | | 2008-07-09 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=3780
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-012-96/+84
| | | | | | | | 2008-07-01 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=3779
* 2008-06-30 Thomas Thurman <tthurman@gnome.orgThomas James Alexander Thurman2008-06-302-1/+14
| | | | | | | | * src/core/bell.c (meta_bell_set_audible): Fix typo that slipped through. svn path=/trunk/; revision=3778
* Move comments for non-statics from the .c to .h. adapt better for C, andThomas Thurman2008-06-304-62/+82
| | | | | | | | | | 2008-06-30 Thomas Thurman <tthurman@gnome.org> * src/core/bell.[ch]: Move comments for non-statics from the .c to .h. * Doxyfile: adapt better for C, and make quiet. svn path=/trunk/; revision=3777
* display the theme name in the title bar. Closes #430198.Thomas Thurman2008-06-302-0/+24
| | | | | | | | | | 2008-06-30 Thomas Thurman <tthurman@gnome.org> * src/ui/theme-viewer.c (main): display the theme name in the title bar. Closes #430198. svn path=/trunk/; revision=3776
* Allow toggling of non-compositor effects (since there's a non-Metacity keyThomas Thurman2008-06-294-2/+36
| | | | | | | | | | | | | | | | | | | 2008-06-29 Thomas Thurman <tthurman@gnome.org> Allow toggling of non-compositor effects (since there's a non-Metacity key to do so: /desktop/gnome/interface/enable_animations). Closes #92867. * src/include/prefs.h: add META_PREFS_GNOME_ANIMATIONS key and meta_prefs_get_gnome_animations() function * src/include/prefs.c: added meta_prefs_get_gnome_animations() function, and made supporting changes to structs. * src/core/effects.c (run_handler): checked whether enable_animations is set before running an effect. * src/core/effects.c (meta_effect_run_minimize): remove debug message. svn path=/trunk/; revision=3775