summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Updated Catalan (Valencian) translationCarles Ferrando2010-10-291-253/+278
|
* Updated Brazilian Portuguese translations with suggestions from Marco de ↵Og B. Maciel2010-10-291-7/+7
| | | | Freitas <marcodefreitas@gmail.com>.
* Updated Brazilian Portuguese translation. Fixes b.g.o. #633170.Og B. Maciel2010-10-271-66/+63
|
* Updated Spanish translationJorge González2010-10-121-244/+252
|
* Updated Spanish translationJorge González2010-10-111-34/+25
|
* [i18n] Updated German doc translationMario Blättermann2010-10-101-65/+391
|
* [i18n] Added initial German doc translationMario Blättermann2010-10-072-1/+449
|
* Post-release bump to 2.30.5Thomas Thurman2010-09-291-1/+1
|
* 2.30.3METACITY_2_30_3Thomas Thurman2010-09-291-0/+12
|
* Patch to fix theme breakage in 2.30.2; see bug 630426Brandon Wright2010-09-291-1/+17
|
* Update Galician translationsFran Diéguez2010-09-261-25/+25
|
* Use -Werror only when --enable-maintainer-mode is usedVincent Untz2010-09-181-1/+4
| | | | | This means that tarballs will not fail on warnings by default, while building from git will.
* Updated Danish translationKenneth Nielsen2010-09-161-52/+52
|
* 2.30.2 releaseMETACITY_2_30_2Thomas Thurman2010-09-152-1/+42
|
* Replace GDK drawing API with cairoFlorian Müllner2010-09-156-301/+330
| | | | | | The GDK drawing API was deprecated/removed. https://bugzilla.gnome.org/show_bug.cgi?id=627245
* Removes usage of (newly deprecated) gdk_displayMatthias Clasen2010-09-155-106/+107
|
* Stop confusing GDK's grab trackingOwen W. Taylor2010-09-151-4/+152
| | | | | | | | | | | | | | | | With client side windows, mixing GDK event delivery with explicit calls to XUngrabPointer() can result in GDK losing button release events it expects to get. This means that GDK thinks there is an implicit grab in effect when there is none and send events to the wrong window. Avoid this by bypassing GDK's event handling for most mouse events. We do a simplified conversion of the X event into a GdkEvent and send it to directly to libgtk for delivery. We make an exception when a GDK grab is already in effect - this is needed for the correct operation of menus. http://bugzilla.gnome.org/show_bug.cgi?id=599181
* Updated Japanese translation.Takayuki KUSANO2010-09-141-244/+228
|
* Updated Slovenian translationMatej Urbančič2010-08-171-8/+7
|
* Updated Slovenian translationMatej Urbančič2010-08-171-137/+114
|
* Complete zh_CN translation.Aron Xu2010-07-241-3/+1
|
* Update Simplified Chinese translation.Aron Xu2010-07-241-154/+152
|
* Updated Galician translationsFran Diéguez2010-07-211-22/+5
|
* Allow building with Gtk+-3.0Florian Müllner2010-07-141-4/+27
| | | | | | | Add a configure switch to select the Gtk+ version to build with. The default is to build against Gtk+-2.0 >= 2.20.0. https://bugzilla.gnome.org/show_bug.cgi?id=622285
* Replace deprecated GDK symbolsFlorian Müllner2010-07-141-10/+16
| | | | | | | The fix depends on new API added in this cycle, so the required GTK+ version is bumped to 2.21.1. https://bugzilla.gnome.org/show_bug.cgi?id=572332
* Add Esperanto translationKristjan Schmidt2010-06-291-0/+1
|
* Add Esperanto translationKristjan Schmidt2010-06-291-0/+2190
|
* Added Norwegian bokmål translationKjartan Maraas2010-06-201-60/+40
|
* Updated Galician translationsFran Diéguez2010-06-201-164/+158
|
* Updated Danish translationAsk H. Larsen2010-06-161-53/+50
|
* bump gtk requirement to 2.20Thomas Thurman2010-06-111-2/+2
|
* More fixes for compiling with GSeal. Requires gtk 2.20.Andre Klapper2010-06-105-47/+64
|
* Make METACITY_WINDOW_DEMO compile with -DGSEAL_ENABLE. See bug 612491.Andre Klapper2010-06-102-13/+13
|
* Updated Hebrew translationYaron Shahrabani2010-05-271-132/+123
|