summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* buttons: Fix background functions for non-default layoutsFlorian Müllner2011-02-033-17/+107
| | | | | | | | | | While the configured layout is taken into account for positioning the buttons, the mapping from button function states to button position states just assumed the default button layout in LTR locales. Do a proper mapping depending on the actual layout instead. https://bugzilla.gnome.org/show_bug.cgi?id=638700
* Updated Italian translationLuca Ferretti2011-02-031-148/+147
|
* [l10n] Updated Estonian translationIvar Smolin2011-02-031-6/+15
|
* Updated Galician translationsFran Diéguez2011-02-031-36/+51
|
* use the new group namesWilliam Jon McCann2011-02-029-78/+105
| | | | | | From http://live.gnome.org/Design/SystemSettings/Keyboard https://bugzilla.gnome.org/show_bug.cgi?id=641282
* Updated Catalan translationDavid Planella2011-01-311-295/+324
|
* Update Czech translationPetr Kovar2011-01-281-100/+101
|
* Removed error left over from commit 85aba1afe33d973bdea0229b534516c1658a44d5Thomas Thurman2011-01-281-1/+1
| | | | | which was breaking the build. Closes bug 640719. Thanks to Luca Ferretti for reporting this.
* do check of max_size in get_size_limits() to avoid overflowXu Li2011-01-281-2/+12
|
* core/boxes.c: fix unchecked values in meta_rectangle_clip_to_region()Sascha Silbe2011-01-271-1/+5
|
* QA of Galician translationsFran Diéguez2011-01-271-9/+10
|
* Should set RestartStyleHint to RestartIfRunning when replacedOwen W. Taylor2011-01-254-22/+6
| | | | | | | | | | | | | | | | | | | | | This reverts most of commit abbd057eb967e6ab462ffe305f41b2b04d417b25; - It's fine to call meta_session_shutdown() after the display is closed, since it's talking over the ICE connection - We should not call warn_about_lame_clients_and_finish_interact() unless we are interacting with the window manager in a session save. However, the part of abbd057 that fixed accessing freed memory was fixing a real problem; this patches does the same thing in a simpler way by fixing an obvious type in meta_display_close() where it was NULL'ing out the local variable 'display' rather than the global variable 'the_display' and adding keeping the check in meta_finalize() that was added in abbd057. The order of calling meta_session_shutdown() and calling meta_display_close() is reverted back to the old order to make it clear that it's OK if the display way already closed previously.
* Add compatibility with GTK+ 2.20Florian Müllner2011-01-245-1/+41
| | | | | | | | In order to replace calls to deprecated GDK code, yet-unreleased GTK+ 2.22 is required. Add some basic compatibility code to allow building mutter with GTK+ 2.20. https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Bump required version to 2.21.1Florian Müllner2011-01-241-1/+1
| | | | | | | Commit 15f273e7 uses API introduced in the current cycle, but I forgot to bump the version requirements. https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Allow explicit raises from same client, not just same appOwen W. Taylor2011-01-241-0/+22
| | | | | | | | | | | We currently allow XRaiseWindow when the same application (defined by the window group) is focused, but the kind of old applications that XRaiseWindow are frequently not setting the window group. Expand the check to allow the same X client (defined by the looking at client ID) to raise windows above the focus window. https://bugzilla.gnome.org/show_bug.cgi?id=567528
* Allow applications to raise windows when raise_on_click is off. Closes #445447.Owen Taylor2011-01-221-2/+1
|
* Remove warning which doesn't do much good. Closes #432552.Marcus Carlson2011-01-221-3/+0
|
* Updated Swedish translationDaniel Nylander2011-01-221-96/+95
|
* [l10n] Updated Estonian translationIvar Smolin2011-01-221-10/+13
|
* Updated Slovenian translationMatej Urbančič2011-01-211-94/+94
|
* Updated Norwegian bokmål translationKjartan Maraas2011-01-201-95/+108
|
* Updated Hebrew translation.Yaron Shahrabani2011-01-201-189/+192
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Wei-Lun Chao2011-01-202-186/+196
|
* [l10n] Updated German translationChristian Kirbach2011-01-201-353/+359
|
* Updated Spanish translationDaniel Mustieles2011-01-191-249/+243
|
* Updated Spanish translationJorge González2011-01-191-64/+68
|
* Honour _NET_RESTACK_WINDOW and sibling-relative stackingChristian Hammond2011-01-194-72/+95
| | | | | A test case for this patch is available at https://view.svn.sourceforge.net/svnroot/view/trunk/wm-test-suite/
* Updated Galician translationsFran Diéguez2011-01-191-63/+66
|
* Add group="system" to keybinding configuration filesWilliam Jon McCann2011-01-182-2/+2
|
* Fix a word repetitionGabor Kelemen2011-01-181-75/+72
|
* Updated Ukrainian translationMaxim V. Dziumanenko2011-01-181-81/+83
|
* Fix build on Solaris. Closes #580665.Brian Cameron2011-01-162-3/+3
| | | | | | | | | | | | | | This patch fixes two issues on Solaris: 1) It is necessary on Solaris to run PKG_CHECK on gthread-2.0 and add glib/gthread to METACITY_LIBS in order for metacity to compile. This is because Solaris doesn't allow implicit linking. 2) src/compositor/compositor-xrender.c- needs _XOPEN_SOURCE_600 or else you get this error: #error: "Compiler or options invalid for pre-UNIX 03 X/Open applications and pre-2001 POSIX applications"
* configure.in: add flag to disable canberra. Fixes #634360.Michael Smith2011-01-153-2/+26
| | | | | For embedded builds, it'd be nice to be able to disable canberra. Canberra is still enabled by default.
* If writing fails when handling SIGTERM, log an error. Closes #603510.Christian Kirbach2011-01-151-3/+2
| | | | | This fixes a problem that was already separately fixed by Thomas, in commit 575f5, but it does it more elegantly.
* When we're first reading in the workspace names, set any which don't get ↵bug625781Thomas Thurman2011-01-152-4/+31
| | | | assigned a name of their own to a default value. Fixes: 625781
* Updated Arabic translationKhaled Hosny2011-01-121-1338/+60
|
* Add an "Above_Tab" pseudo-keysymOwen W. Taylor2011-01-057-5/+307
| | | | | | | | | | | | | We want switching between the windows of an application to be an easily accessible operation. The convenient and memorable keybinding is the key above the tab key - but the keysym for that key isn't consistent across different keyboard layouts. Add code that figures out the key from the XKB geometry and a magic keysym name "Above_Tab" that refers to this key and switch the default binding for cycle_group to <Alt>Above_Tab. https://bugzilla.gnome.org/show_bug.cgi?id=635569
* Fix Catalan translationJordi Mas2011-01-031-1/+1
|
* Fixes to Catalan translationJordi Mas2011-01-021-2/+2
|
* Added UG translationGheyret T.Kenji2010-12-231-6/+6
|
* [l10n] Updated Estonian translationMattias Põldaru2010-12-201-8/+7
|
* po/vi.po: import some translations from Ubuntu/MaverickNguyễn Thái Ngọc Duy2010-12-191-28/+251
|
* Fix drawing of <arc> elementsNickolas Lloyd2010-11-221-1/+1
| | | | | | This patch fixes the drawing of <arc> theme elements to appear in the desired orientation https://bugzilla.gnome.org/show_bug.cgi?id=631487
* Unify keymap-reloading code branchesOwen W. Taylor2010-11-221-15/+24
| | | | | | | | | | | Simplify the keymap loading logic by unifying the different branches; in the reorganization this patch fixes a bug where when we got a MappingKeyboard event we wouldn't update virtual modifiers correctly. Based on a patch by Thomas Thurman <tthurman@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=565540
* Update keybindings when XKB keyboard layout changesDerek Poon2010-11-222-1/+31
| | | | | | | | | | | | | | | * Select for XKB keyboard notification events explicitly; since GTK+ has selected for XKB events, delivery of old-school MappingNotify events is disabled. * Fix a bug where once a keycode was loaded for a key binding, it would never be reassigned; we want to laod new keycodes for all bindings that have a key symbol rather than a fixed keycode. [ With fixes from Owen W. Taylor <otaylor@fishsoup.net> ] https://bugzilla.gnome.org/show_bug.cgi?id=565540
* Added UG translationGheyret T.Kenji2010-11-201-2/+2
|
* Updating Perisian translationMahyar Moghimi2010-11-191-11/+11
|
* Updating Persian translationMahyar Moghimi2010-11-191-2531/+2351
|
* Added UG translationGheyret T.Kenji2010-11-141-0/+1
|
* Added UG translationGheyret T.Kenji2010-11-131-0/+2153
|