Josep Puigdemont i Casamajó
8c3bce3f98
Updated Catalan translation.
2006-09-13 19:50:58 +00:00
Elijah Newren
3b0478776d
Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+
...
2006-09-13 Elijah Newren <newren gmail com>
* src/common.h (MetaWindowMenuFunc):
* src/core.[ch] (meta_core_user_lower_and_unfocus,
meta_core_user_focus, meta_core_show_window_menu,
meta_core_begin_grab_op, meta_core_end_grab_op):
* src/delete.c (delete_ping_reply_func, delete_ping_timeout_func,
meta_window_delete):
* src/display.[ch] (struct MetaDisplay, struct MetaPingData,
sanity_check_timestamps, meta_display_open, event_callback,
meta_spew_event, meta_display_set_grab_op_cursor,
meta_display_begin_grab_op, meta_display_end_grab_op,
meta_display_ping_timeout, meta_display_ping_window,
process_pong_message, timestamp_too_old,
meta_display_set_input_focus_window):
* src/keybindings.[ch] (grab_keyboard, ungrab_keyboard,
meta_screen_grab_all_keys, meta_window_grab_all_keys,
meta_window_ungrab_all_keys, error_on_generic_command,
error_on_command, error_on_terminal_command):
* src/metacity-dialog.c (on_realize, warn_about_no_sm_support,
error_about_command, main):
* src/screen.[ch] (struct _MetaScreen, meta_screen_new,
meta_screen_show_desktop, meta_screen_apply_startup_properties):
* src/session.c (warn_about_lame_clients_and_finish_interact):
* src/window.[ch] (struct _MetaWindow,
intervening_user_event_occurred, window_activate,
meta_window_delete, meta_window_focus,
meta_window_send_icccm_message, meta_window_client_message,
menu_callback, meta_window_show_menu, struct EventScannerData,
check_use_this_motion_notify, meta_window_begin_grab_op,
meta_window_set_user_time):
* src/workspace.[ch] (focus_ancestor_or_mru_window,
meta_workspace_activate_with_focus, meta_workspace_activate,
meta_workspace_focus_default_window,
focus_ancestor_or_mru_window):
Fix issues on 64-bit machines with timestamps by using guint32
(like gtk+ does) instead of Time. #348305
2006-09-13 16:32:33 +00:00
Ilkka Tuohela
c53538b1c2
Updated Finnish translation
2006-09-13 15:26:15 +00:00
Rajesh Ranjan
2ba196b310
Updated Translation
2006-09-13 11:34:13 +00:00
Kwok-Koon Cheung
4beb9df364
Updated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)
...
* zh_HK.po: Updated Chinese (Hong Kong) translation.
* zh_TW.po: Updated Chinese (Taiwan) translation.
2006-09-13 10:40:53 +00:00
Ani Peter
6fb90bc723
Updated Malayalam translation
2006-09-13 10:28:30 +00:00
Felix I
dd86330ff8
Tamil Translation updated
2006-09-13 10:20:16 +00:00
Felix I
f9772ac685
Tamil Translation updated
2006-09-13 10:01:34 +00:00
Ankitkumar Rameshchandra Patel
312454150b
Updated Translation
2006-09-13 06:01:09 +00:00
Elijah Newren
3fac671fc8
patch from Bruno Boaventura de Oliveira to fix a compiler warning about
...
2006-09-12 Elijah Newren <newren gmail com>
* src/theme.c (meta_gtk_arrow_from_string,
meta_gtk_arrow_to_string): patch from Bruno Boaventura de Oliveira
to fix a compiler warning about not handling GTK_ARRROW_NONE.
#355490 .
2006-09-13 03:14:16 +00:00
Ahmad Riza H Nst
dc5dff7e9a
Updated.
...
2006-09-13 Ahmad Riza H Nst <rizahnst@eriagempita.co.id>
* id.po: Updated.
2006-09-13 02:01:57 +00:00
Elijah Newren
199e2b6988
Patch from Bruno Boaventura de Oliveira Lacerda to fix warnings about
...
2006-09-11 Elijah Newren <newren gmail com>
* src/compositor.c: Patch from Bruno Boaventura de Oliveira
Lacerda to fix warnings about unused function and global var.
#355489 .
2006-09-13 01:14:03 +00:00
Vladimer Sichinava
d3f1996655
Error correction
2006-09-13 00:51:46 +00:00
Thomas James Alexander Thurman
277236f730
2.16.2 post-release bump
2006-09-11 18:54:37 +00:00
Thomas James Alexander Thurman
0d06471910
2.16.1 release
2006-09-11 18:50:51 +00:00
David Lodge
4de104f9cf
Updated English (British) translation.
...
2006-09-10 David Lodge <dave@cirt.net>
* en_GB.po: Updated English (British) translation.
2006-09-10 10:24:10 +00:00
Elijah Newren
189c8b9b11
Fix build when XKB not found. #354211
...
2006-09-09 Elijah Newren <newren gmail com>
* src/display.c (meta_display_open): Fix build when XKB not found.
#354211
2006-09-10 04:29:14 +00:00
Elijah Newren
555d7dc90c
Avoid a stuck grab, preventing focus from being transferred between
...
2006-09-09 Elijah Newren <newren gmail com>
Avoid a stuck grab, preventing focus from being transferred
between windows. Thanks to Fryderyk Dziarmagowski for steps to
reproduce. Fixes at least part of #354422 .
* src/display.c (meta_display_begin_grab_op,
meta_display_end_grab_op): pass timestamp to
meta_screen_ungrab_all_keys, meta_screen_ungrab_all_keys, and
meta_window_ungrab_all_keys
* src/keybindings.[ch] (grab_keyboard, ungrab_keyboard): add a
timestamp parameter and remove call to
meta_display_get_current_time(), (meta_screen_grab_all_keys,
meta_screen_ungrab_all_keys, meta_window_ungrab_all_keys): add a
timestamp parameter and pass it on to grab_keyboard and
ungrab_keyboard
2006-09-09 20:19:56 +00:00
Priit Laes
2ab4a35c53
Translation updated by Ivar Smolin.
...
2006-09-08 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated by Ivar Smolin.
2006-09-08 14:12:12 +00:00
Elijah Newren
b62aba4401
make sure windows returning from fullscreen mode are constrained to be
...
2006-09-07 Elijah Newren <newren gmail com>
* src/constraints.c (update_onscreen_requirements): make sure
windows returning from fullscreen mode are constrained to be
"onscreen"; fixes #353699 .
2006-09-07 23:05:00 +00:00
Colin Watson
3800dac492
Clear window->xtransient_for after emitting the invalid window warning.
...
2006-08-30 Colin Watson <cjwatson@ubuntu.com>
* src/window-props.c (reload_transient_for): Clear
window->xtransient_for after emitting the invalid window warning.
#353540
2006-09-07 23:00:27 +00:00
Elijah Newren
bba4df7187
Patch from Bruno Boaventura de Oliveira Lacerda to replace
...
2006-09-07 Elijah Newren <newren gmail com>
* src/metacity-dialog.c: Patch from Bruno Boaventura de Oliveira
Lacerda to replace copy_of_gdk_x11_window_set_user_time() with
gdk_x11_window_set_user_time(). We've long since adopted gtk+ >=
2.6 as a dependency. #352293
2006-09-07 22:57:36 +00:00
Matic Zgur
c808195eef
Updated Slovenian translation.
...
2006-09-07 Matic Zgur <mr.zgur@gmail.com>
* sl.po: Updated Slovenian translation.
2006-09-07 20:13:26 +00:00
Nickolay V. Shmyrev
cb595266fd
Updated Russian translation by Vasiliy Faronov <qvvx@yandex.ru>.
...
2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation by
Vasiliy Faronov <qvvx@yandex.ru>.
2006-09-04 21:59:35 +00:00
Thomas James Alexander Thurman
3ba437d508
2.16.1
2006-09-04 19:49:08 +00:00
Thomas James Alexander Thurman
28ae1b40df
post-release version bump to 2.16.1
2006-09-04 17:31:41 +00:00
Thomas James Alexander Thurman
b2352cf9e2
pre 2.16.0
2006-09-04 17:22:20 +00:00
Rahul Bhalerao
3d62fedfa2
Updated translation
2006-09-04 15:04:36 +00:00
Runa Bhattacharjee
6c6d871abc
Added Entry for Bengali India Translation Updation
2006-09-04 14:18:26 +00:00
Runa Bhattacharjee
39b7e2ed79
Updated Bengali India Translation
2006-09-04 14:18:08 +00:00
Kwok-Koon Cheung
dc856f0fdb
Updated Chinese (Hong Kong) translation from Woodman Tuen
...
* zh_HK.po: Updated Chinese (Hong Kong) translation from
Woodman Tuen <wmtuen@gmail.com>.
* zh_TW.po: Updated Chinese (Taiwan) translation from
Woodman Tuen <wmtuen@gmail.com>.
2006-09-04 12:30:02 +00:00
Kostas Papadimas
39cb0ee987
Updated Greek translation
2006-09-04 10:50:53 +00:00
Ani Peter
78634dd4b8
Updated Malayalam translation
2006-09-04 09:44:38 +00:00
Rahul Bhalerao
7c8f91a3a9
Updated translation
2006-09-03 21:23:22 +00:00
Christophe Merlet
e199b946ee
Updated French translation.
2006-09-03 17:15:49 +00:00
Danilo Šegan
6b8a3a1af5
Updated Serbian by Goran Rakić.
2006-09-03 16:29:45 +00:00
Gabor Kelemen
445e982894
Translation updated.
...
2006-09-03 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
2006-09-03 12:32:32 +00:00
Gabor Kelemen
d80721697d
Translation updated.
...
2006-09-03 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
2006-09-03 11:57:30 +00:00
Kwok-Koon Cheung
d818e18d81
recover changelog
2006-09-01 10:48:58 +00:00
Kwok-Koon Cheung
f89973dbfc
Add missing entries into LINGUAS
2006-09-01 10:02:05 +00:00
Maxim Dziumanenko
c35fbb3f5f
Update Ukrainian translation.
...
2006-09-01 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
2006-09-01 09:17:25 +00:00
Leonid Kanter
d9b4fdd845
Fixed two typos
2006-09-01 09:17:06 +00:00
Duarte Loreto
0484ecd355
Updated Portuguese translation.
...
2006-09-01 Duarte Loreto <happyguy_pt@hotmail.com>
* pt.po: Updated Portuguese translation.
2006-08-31 23:42:15 +00:00
Josep Puigdemont i Casamajó
277af5e783
Updated Catalan translation.
2006-08-30 16:18:15 +00:00
Gintautas Miliauskas
3274df7df1
Updated Lithuanian translation.
2006-08-27 13:46:10 +00:00
Elijah Newren
7a68a53322
Patch from Jens Granseuer to fix the build with c89/gcc 2.95.
...
2006-08-22 Elijah Newren <newren gmail com>
* src/metacity-dialog.c (main): Patch from Jens Granseuer to fix
the build with c89/gcc 2.95.
2006-08-22 17:29:36 +00:00
Elijah Newren
c7c4efa1c1
Oops, forgot to mention the translators in the 2.15.34 release; add them
...
2006-08-21 Elijah Newren <newren gmail com>
* NEWS: Oops, forgot to mention the translators in the 2.15.34
release; add them retroactively
2006-08-21 22:07:58 +00:00
Elijah Newren
e38609f4a2
post-release version bump to 2.15.55
...
2006-08-21 Elijah Newren <newren gmail com>
* configure.in: post-release version bump to 2.15.55
2006-08-21 22:02:24 +00:00
Elijah Newren
9d320ba435
2.15.34 release
...
2006-08-21 Elijah Newren <newren gmail com>
* NEWS: 2.15.34 release
2006-08-21 21:59:54 +00:00
Elijah Newren
18107f5f36
Patch from Thomas Andersen to fix metacity-dialog handling of arguments.
...
2006-08-21 Elijah Newren <newren gmail com>
Patch from Thomas Andersen to fix metacity-dialog handling of
arguments. #340690
* src/metacity-dialog.c (main): replace hackish argument parsing
with GOption parsing. Much nicer. :)
2006-08-21 19:16:08 +00:00