summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.16.3 releaseMETACITY_2_16_3Elijah Newren2006-10-022-4/+23
| | | | | | 2006-10-02 Elijah Newren <newren gmail com> * NEWS: 2.16.3 release
* Ignore edge resistance for size-increment windows when resizing with theElijah Newren2006-10-022-44/+84
| | | | | | | | | | | | | | 2006-10-02 Elijah Newren <newren gmail com> Ignore edge resistance for size-increment windows when resizing with the keyboard. #346782. * src/edge-resistance.c (apply_edge_resistance_to_each_side): ignore edge resistance for size-increment windows when resizing with the keyboard, (apply_edge_resistance_to_each_side, meta_window_edge_resistance_for_move, meta_window_edge_resistance_for_resize): pass a is_resize parameter as well
* Don't require a push/pop trap aroundElijah Newren2006-10-023-4/+12
| | | | | | | | | | | 2006-10-01 Elijah Newren <newren gmail com> * src/display.c (meta_display_set_input_focus_window): * src/window.c (meta_window_focus): Don't require a push/pop trap around meta_display_set_input_focus_window(), but rather move the push/pop into that function surrounding the XSetInputFocus() call directly. Follow up to #358514.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-10-022-20/+24
|
* surround the XDeleteProperty() call with aElijah Newren2006-10-012-3/+16
| | | | | | | | | | 2006-10-01 Elijah Newren <newren gmail com> * src/window-props.c (set_title_text): surround the XDeleteProperty() call with a meta_error_trap_push/meta_error_trap_pop pair to prevent a crash when closing a remote instance of gedit (and perhaps other apps). #358514.
* Fix longstanding focus bug with mouse (not sloppy) focus mode with popupElijah Newren2006-10-013-51/+59
| | | | | | | | | | | | | | | | | | 2006-10-01 Elijah Newren <newren gmail com> Fix longstanding focus bug with mouse (not sloppy) focus mode with popup override-redirect windows, particularly mozilla and firefox's location bar autocompletion. #357695. * src/display.c (event_callback -- EnterNotify & LeaveNotify events): for mouse focus, defocus the focused window when the mouse enters the desktop window rather than when the mouse leaves the focused window. * doc/how-to-get-focus-right.txt: update for the slightly nuanced definition of mouse focus (people without a DESKTOP window like nautilus get sloppy focus behavior now)
* Updated Bulgarian translation with bugfixes prompted by Yavor DoganovAlexander Shopov2006-09-292-17/+22
| | | | | | | 2006-09-29 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation with bugfixes prompted by Yavor Doganov
* Translation updated by Ivar Smolin.Priit Laes2006-09-272-1/+5
| | | | | | 2006-09-27 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated Italian translation.Luca Ferretti2006-09-192-552/+698
| | | | | | 2006-09-19 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation.
* Patch from Jens Granseuer to fix c89 cleanness, again. #356631.Elijah Newren2006-09-182-1/+7
| | | | | | | 2006-09-18 Elijah Newren <newren gmail com> * src/window.c (meta_window_show): Patch from Jens Granseuer to fix c89 cleanness, again. #356631.
* avoid a compilation warning by making sure to return something. #348067Elijah Newren2006-09-182-1/+6
| | | | | | | 2006-09-18 Elijah Newren <newren gmail com> * src/ui.c (filter_func): avoid a compilation warning by making sure to return something. #348067
* post-release bump to 2.16.3GNOME_2_16_BRANCHPOINTThomas James Alexander Thurman2006-09-182-1/+5
| | | | * configure.in: post-release bump to 2.16.3
* 2.16.2 releaseMETACITY_2_16_2Thomas James Alexander Thurman2006-09-182-0/+28
| | | | * NEWS: 2.16.2 release
* Partial audit to fix timestamp usage. One step towards fixing #355180; seeElijah Newren2006-09-1813-120/+269
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-09-18 Elijah Newren <newren gmail com> Partial audit to fix timestamp usage. One step towards fixing #355180; see important comments in that bug. * src/core.[ch] (meta_core_unshade, meta_core_shade): * src/delete.c (meta_window_present_delete_dialog, delete_ping_timeout_func): * src/display.[ch] (meta_display_open, meta_display_close, event_callback, meta_display_begin_grab_op, process_selection_clear, meta_display_unmanage_screen, meta_display_unmanage_windows_for_screen): * src/frames.c (meta_frames_button_press_event): * src/keybindings.c (handle_toggle_shade): * src/main.c (main): * src/screen.[ch] (update_num_workspaces, meta_screen_new, meta_screen_free, prefs_changed_callback): * src/window.[ch] (meta_window_free, finish_minimize, implement_showing, meta_window_show, meta_window_maximize, meta_window_make_fullscreen_internal, meta_window_unmake_fullscreen, meta_window_shade, meta_window_unshade, window_activate, send_sync_request, meta_window_client_message, menu_callback, meta_window_update_keyboard_resize): Remove usage of CurrentTime, meta_display_get_current_time() and meta_display_get_current_time_roundtrip() where possible, or document why it isn't possible, or at very least add a FIXME with some explanation of my laziness and what needs to be done.
* Patch from Maik Beckmann to remove compilation warnings. Fixes #355876.Elijah Newren2006-09-182-12/+6
| | | | | | | 2006-09-18 Elijah Newren <newren gmail com> * src/spring-model.c (on_end_move, model_is_calm): Patch from Maik Beckmann to remove compilation warnings. Fixes #355876.
* Make detection of stable vs. unstable automatic and based upon the versionElijah Newren2006-09-182-3/+23
| | | | | | | | 2006-09-18 Elijah Newren <newren gmail com> * configure.in: Make detection of stable vs. unstable automatic and based upon the version number. Partially based on patch from Christian Hamar in #356122. Fixes #356122.
* Dutch translation updated by Wouter BolsterleeWouter Bolsterlee2006-09-152-22/+26
| | | | | | 2006-09-15 Wouter Bolsterlee <wbolster@gnome.org> * nl.po: Dutch translation updated by Wouter Bolsterlee
* Updated Slovenian translation.Matic Zgur2006-09-152-37/+41
| | | | | | 2006-09-15 Matic Zgur <mr.zgur@gmail.com> * sl.po: Updated Slovenian translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-09-142-114/+125
| | | | | | 2006-09-14 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* update -- we depend on gtk+ >= 2.10 since Vincent's July patches forElijah Newren2006-09-143-4/+10
| | | | | | | 2006-09-13 Elijah Newren <newren gmail com> * HACKING: update -- we depend on gtk+ >= 2.10 since Vincent's July patches for #348633.
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2006-09-142-38/+76
| | | | | | | 2006-09-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Patch from Thomas Andersen to make windows be stacked correctly beforeElijah Newren2006-09-132-62/+77
| | | | | | | | 2006-09-13 Elijah Newren <newren gmail com> * src/window.c (meta_window_show): Patch from Thomas Andersen to make windows be stacked correctly before showing them, to prevent flicker with focus stealing prevention. #332385.
* Updated Catalan translation.Josep Puigdemont i Casamajó2006-09-132-23/+27
|
* Fix issues on 64-bit machines with timestamps by using guint32 (like gtk+Elijah Newren2006-09-1317-154/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Updated Finnish translationIlkka Tuohela2006-09-132-5/+10
|
* Updated TranslationRajesh Ranjan2006-09-132-122/+164
|
* Updated Chinese (Hong Kong) translation. Updated Chinese (Taiwan)Kwok-Koon Cheung2006-09-133-16/+55
| | | | | * zh_HK.po: Updated Chinese (Hong Kong) translation. * zh_TW.po: Updated Chinese (Taiwan) translation.
* Updated Malayalam translationAni Peter2006-09-132-10/+15
|
* Tamil Translation updatedFelix I2006-09-132-23/+27
|
* Tamil Translation updatedFelix I2006-09-131-557/+675
|
* Updated TranslationAnkitkumar Rameshchandra Patel2006-09-132-86/+91
|
* patch from Bruno Boaventura de Oliveira to fix a compiler warning aboutElijah Newren2006-09-132-1/+12
| | | | | | | | | 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.
* Updated.Ahmad Riza H Nst2006-09-132-69/+79
| | | | | | 2006-09-13 Ahmad Riza H Nst <rizahnst@eriagempita.co.id> * id.po: Updated.
* Patch from Bruno Boaventura de Oliveira Lacerda to fix warnings aboutElijah Newren2006-09-132-0/+12
| | | | | | | | 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.
* Error correctionVladimer Sichinava2006-09-131-866/+1034
|
* 2.16.2 post-release bumpThomas James Alexander Thurman2006-09-112-2/+10
|
* 2.16.1 releaseMETACITY_2_16_1Thomas James Alexander Thurman2006-09-111-0/+19
|
* Updated English (British) translation.David Lodge2006-09-102-1679/+886
| | | | | | 2006-09-10 David Lodge <dave@cirt.net> * en_GB.po: Updated English (British) translation.
* Fix build when XKB not found. #354211Elijah Newren2006-09-102-0/+7
| | | | | | | 2006-09-09 Elijah Newren <newren gmail com> * src/display.c (meta_display_open): Fix build when XKB not found. #354211
* Avoid a stuck grab, preventing focus from being transferred betweenElijah Newren2006-09-094-21/+37
| | | | | | | | | | | | | | | | | | | | 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
* Translation updated by Ivar Smolin.Priit Laes2006-09-082-29/+26
| | | | | | 2006-09-08 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* make sure windows returning from fullscreen mode are constrained to beElijah Newren2006-09-072-0/+16
| | | | | | | | 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.
* Clear window->xtransient_for after emitting the invalid window warning.Colin Watson2006-09-072-1/+7
| | | | | | | | 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
* Patch from Bruno Boaventura de Oliveira Lacerda to replaceElijah Newren2006-09-072-26/+10
| | | | | | | | | 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
* Updated Slovenian translation.Matic Zgur2006-09-072-1803/+964
| | | | | | 2006-09-07 Matic Zgur <mr.zgur@gmail.com> * sl.po: Updated Slovenian translation.
* Updated Russian translation by Vasiliy Faronov <qvvx@yandex.ru>.Nickolay V. Shmyrev2006-09-042-585/+634
| | | | | | | 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * ru.po: Updated Russian translation by Vasiliy Faronov <qvvx@yandex.ru>.
* 2.16.1Thomas James Alexander Thurman2006-09-041-1/+1
|
* post-release version bump to 2.16.1Thomas James Alexander Thurman2006-09-041-0/+8
|
* pre 2.16.0METACITY_2_16_0Thomas James Alexander Thurman2006-09-043-4/+19
|
* Updated translationRahul Bhalerao2006-09-042-99/+104
|