summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.23.55 release.METACITY_2_23_55Thomas James Alexander Thurman2008-07-142-0/+24
* meta_display_screen_for_root() can return NULL, so check for that. FixesThomas Thurman2008-07-142-9/+23
* Don't attempt to double-free struts, edges and regions if work areas haveElijah Newren2008-07-132-7/+24
* Don't allocate memory for log messages unless we're logging.Thomas Thurman2008-07-132-6/+14
* This function can now officially return NULL. Two windows can't belong toThomas Thurman2008-07-133-5/+15
* Updated Slovenian translationMatej Urbančič2008-07-101-0/+4
* Updated Slovenian translationMatej Urbančič2008-07-101-147/+146
* Updated Thai translation.Theppitak Karoonboonyanan2008-07-102-103/+102
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-092-20/+9
* Updated Norwegian bokmål translation.Kjartan Maraas2008-07-012-96/+84
* 2008-06-30 Thomas Thurman <tthurman@gnome.orgThomas James Alexander Thurman2008-06-302-1/+14
* Move comments for non-statics from the .c to .h. adapt better for C, andThomas Thurman2008-06-304-62/+82
* display the theme name in the title bar. Closes #430198.Thomas Thurman2008-06-302-0/+24
* Allow toggling of non-compositor effects (since there's a non-Metacity keyThomas Thurman2008-06-294-2/+36
* remove meta_ prefix on all static functions.Thomas Thurman2008-06-292-25/+27
* lose meta prefix since it's static. replace our own cast with glib macroThomas Thurman2008-06-292-28/+48
* add checks for HAVE_SHAPE where appropriate. fix type error which wasThomas Thurman2008-06-294-1/+11
* Some refactoring, simplifying, and commenting of the non-compositedThomas Thurman2008-06-294-408/+360
* Commented everything.Thomas Thurman2008-06-282-35/+296
* Keep the compiler from giving some warnings.Thomas Thurman2008-06-273-2/+18
* Refactor so the long scary stack functions are less long and scary:Thomas Thurman2008-06-272-91/+147
* sv.po: Updated Swedish translationDaniel Nylander2008-06-242-124/+131
* Translation updated.Gabor Kelemen2008-06-212-472/+514
* Post-release bump to 2.23.55.Thomas James Alexander Thurman2008-06-162-1/+5
* 2.23.34 release.METACITY_2_23_34Thomas James Alexander Thurman2008-06-162-0/+18
* 2.23.34 release.Thomas James Alexander Thurman2008-06-162-0/+17
* Updated Bulgarian translation by Yavor Doganov <yavor@gnu.org>Alexander Shopov2008-06-162-888/+906
* Updated Spanish translationJorge Gonzalez Gonzalez2008-06-152-226/+205
* Some commenting.Thomas Thurman2008-06-133-175/+216
* Updated Thai translation.Theppitak Karoonboonyanan2008-06-122-154/+186
* Updated Arabic Translation by Khaled Hosny. Djihed Afifi2008-06-112-18/+22
* Updated Occitan translationYannig MARCHEGAY2008-06-112-88/+97
* doubles are %f or %g, not %d re-created fair copy accordinglyThomas Thurman2008-06-103-48/+54
* A preliminary attempt at a test for the theme expression tokeniser.Thomas Thurman2008-06-107-4/+2106
* Updated Norwegian bokmål translation.Kjartan Maraas2008-06-082-27/+25
* defensive programming; check meta_screen_get_compositor_data() throughoutThomas Thurman2008-06-052-23/+94
* 2.23.34 release.Thomas James Alexander Thurman2008-06-022-0/+16
* make sure compositor things don't get compiled when we're not using theThomas Thurman2008-06-022-0/+11
* new test script, imported from branch.Thomas Thurman2008-06-022-0/+343
* Updated Vietnamese translationClytie Siddall2008-06-012-402/+471
* fix comments (number)Thomas Thurman2008-05-302-6/+10
* commentingThomas Thurman2008-05-302-1/+80
* Make disabling gconf work again. Closes #530870.Thomas Thurman2008-05-282-5/+24
* Post-release bump to 2.23.34.Thomas James Alexander Thurman2008-05-262-1/+5
* 2.23.21 release.METACITY_2_23_21Thomas James Alexander Thurman2008-05-261-0/+4
* added in two files needed for Iain's changes earlier to work in a releaseThomas Thurman2008-05-262-5/+4
* 2.23.21 release.Thomas James Alexander Thurman2008-05-261-0/+4
* 2.23.21 release.Thomas James Alexander Thurman2008-05-262-0/+24
* Add Dropdown menu atoms so we can add shadows to them. Fixes #517442Iain Holmes2008-05-242-4/+38
* Check the compositor isn't NULL before dereferencing it. Fixes #534569Iain Holmes2008-05-242-10/+17