summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.23.144 release.METACITY_2_23_144Thomas James Alexander Thurman2008-08-182-0/+17
| | | | svn path=/branches/gnome-2-24/; revision=3821
* undo erroneous earlier version number change (it doesn't bump to 2.24Thomas Thurman2008-08-182-2/+8
| | | | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * configure.in: undo erroneous earlier version number change (it doesn't bump to 2.24 until we actually ship, even though this is the 2.24 branch) svn path=/branches/gnome-2-24/; revision=3820
* Cherrypick bugfixes from trunk.Thomas Thurman2008-08-183-14/+48
| | | | | | | | | 2008-08-18 Thomas Thurman <tthurman@gnome.org> * Cherrypick bugfixes from trunk. svn path=/branches/gnome-2-24/; revision=3819
* Brazilian Portuguese translation updated by Djavan Fagundes.Leonardo Ferreira Fontenelle2008-08-162-906/+964
| | | | | | | | | 2008-08-15 Leonardo Ferreira Fontenelle <leonardof@gnome.org> * pt_BR.po: Brazilian Portuguese translation updated by Djavan Fagundes. svn path=/branches/gnome-2-24/; revision=3815
* Updated Portuguese translation.Duarte Loreto2008-08-142-228/+276
| | | | | | | | 2008-08-14 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/branches/gnome-2-24/; revision=3814
* Post-branch bump to 2.24.0Thomas Thurman2008-08-132-2/+6
| | | | | | | | | 2008-08-13 Thomas Thurman <tthurman@gnome.org> * configure.in: Post-branch bump to 2.24.0 svn path=/branches/gnome-2-24/; revision=3809
* 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
* remove meta_ prefix on all static functions.Thomas Thurman2008-06-292-25/+27
| | | | | | | | | 2008-06-29 Thomas Thurman <tthurman@gnome.org> * src/core/bell.c: remove meta_ prefix on all static functions. svn path=/trunk/; revision=3774
* lose meta prefix since it's static. replace our own cast with glib macroThomas Thurman2008-06-292-28/+48
| | | | | | | | | | | | 2008-06-29 Thomas Thurman <tthurman@gnome.org> * src/core/stack.c (stack_sync_to_server): lose meta prefix since it's static. * src/core/stack.c (meta_stack_remove, stack_do_window_deletions): replace our own cast with glib macro designed to do the same thing svn path=/trunk/; revision=3773
* add checks for HAVE_SHAPE where appropriate. fix type error which wasThomas Thurman2008-06-294-1/+11
| | | | | | | | | | | 2008-06-28 Thomas Thurman <tthurman@gnome.org> * src/core/display.c, src/compositor/compositor-xrender.c: add checks for HAVE_SHAPE where appropriate. * src/core/xprops.c: fix type error which was causing warnings. svn path=/trunk/; revision=3772
* Some refactoring, simplifying, and commenting of the non-compositedThomas Thurman2008-06-294-408/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-06-28 Thomas Thurman <tthurman@gnome.org> Some refactoring, simplifying, and commenting of the non-composited effects code. effects.c could still do with some polish, which will come along later. * src/core/effects.h (meta_push_effect_handler): removed since it's never used and does nothing very useful. * src/core/effects.h (meta_pop_effect_handler): removed since its only effect is to crash the program. * src/core/effects.h (META_MINIMIZE_ANIMATION_LENGTH, META_SHADE_ANIMATION_LENGTH): move to effects.c because they're used nowhere else. * src/core/effects.c: there were three versions of the box-zoom effect. Remove the one which was never used, and make only the ones which are used with certain configure settings be compiled. * src/core/effects.h (meta_effect_end): move to effects.c, make static, and rename to effect_free. * src/core/effects.h (meta_effects_draw_box_animation): move to effects.c, make static, and rename to draw_box_animation. * src/core/effects.h (MetaEffectType): remove the values which weren't used. * src/core/window.c (meta_window_shade): remove commented-out code to call effect for shading. * src/core/effects.h (MetaEffectFinish): remove useless MetaEffect parameter. * src/core/window.c (finish_minimize): remove MetaEffect parameter. svn path=/trunk/; revision=3771
* Commented everything.Thomas Thurman2008-06-282-35/+296
| | | | | | | | | 2008-06-27 Thomas Thurman <tthurman@gnome.org> * src/core/stack.h: Commented everything. svn path=/trunk/; revision=3770
* Keep the compiler from giving some warnings.Thomas Thurman2008-06-273-2/+18
| | | | | | | | | | | | | | 2008-06-26 Thomas Thurman <tthurman@gnome.org> Keep the compiler from giving some warnings. * src/compositor/compositor-xrender.c (xrender_begin_move, xrender_update_move, xrender_end_move, xrender_free_window): four functions which were never called and contain no code #iffed out. * src/tools/metacity-mag.c (grab_area_at_mouse): fixed typecast error. svn path=/trunk/; revision=3769
* Refactor so the long scary stack functions are less long and scary:Thomas Thurman2008-06-272-91/+147
| | | | | | | | | | | | | | | | 2008-06-26 Thomas Thurman <tthurman@gnome.org> Refactor so the long scary stack functions are less long and scary: * stack.c (stack_ensure_sorted): the five parts of this long function broken out into the new functions stack_do_window_deletions, stack_do_window_additions, stack_do_relayer, stack_do_constrain (which was already separate: see next) and stack_do_resort. * stack.c (constrain_stacking): renamed to stack_do_constrain. * stack.c (stack_ignore_sorted): lose meta prefix since it's static. svn path=/trunk/; revision=3768
* sv.po: Updated Swedish translationDaniel Nylander2008-06-242-124/+131
| | | | svn path=/trunk/; revision=3767
* Translation updated.Gabor Kelemen2008-06-212-472/+514
| | | | | | | | 2008-06-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=3766
* Post-release bump to 2.23.55.Thomas James Alexander Thurman2008-06-162-1/+5
| | | | svn path=/trunk/; revision=3765
* 2.23.34 release.METACITY_2_23_34Thomas James Alexander Thurman2008-06-162-0/+18
| | | | svn path=/trunk/; revision=3763
* 2.23.34 release.Thomas James Alexander Thurman2008-06-162-0/+17
| | | | svn path=/trunk/; revision=3762
* Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org>Alexander Shopov2008-06-162-888/+906
| | | | | | | | | 2008-06-16 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org> svn path=/trunk/; revision=3761
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-152-226/+205
| | | | svn path=/trunk/; revision=3759
* Some commenting.Thomas Thurman2008-06-133-175/+216
| | | | | | | | | | | | | 2008-06-13 Thomas Thurman <tthurman@gnome.org> * src/core/window-props.c: Some commenting. * src/core/prefs.c: Added unified handling of integer preferences. Re-ordered fields in existing preferences so that changing to a union-based system will be easier in the future. svn path=/trunk/; revision=3758