metacity:gnome-2-12

Last commit made on 2006-04-02
Get this branch:
git clone -b gnome-2-12 https://git.launchpad.net/metacity

Branch merges

Branch information

Name:
gnome-2-12
Repository:
lp:metacity

Recent commits

f6943a1... by Pema Geyleg <email address hidden>

*** empty log message ***

4f32b72... by Guntupalli Karunakar <email address hidden>

Added Dzongkha translation

013a0fe... by Gora Mohanty <email address hidden>

po/or.po: Updated Oriya translation.
po/Changelog: Changed to reflect this.

133d77c... by Elijah Newren <newren gmail com>

post-release version bump to 2.12.5

2006-02-06 Elijah Newren <newren gmail com>

        * configure.in: post-release version bump to 2.12.5

25ae7d7... by Elijah Newren <newren gmail com>

2.12.3 release

2006-02-06 Elijah Newren <newren gmail com>

        * NEWS: 2.12.3 release

5af843f... by Elijah

Make the workspace switcher work with dual-head (non-xinerama) setups.

2006-01-05 Elijah Newren <email address hidden>

 Make the workspace switcher work with dual-head (non-xinerama)
 setups. Fixes #319423.

 * src/display.c (meta_display_open, event_callback,
   meta_display_focus_the_no_focus_window):
 * src/display.h (struct MetaDisplay,
   meta_display_focus_the_no_focus_window):
 * src/keybindings.c (primary_modifier_still_pressed):
 * src/screen.c (meta_screen_new):
 * src/screen.h (struct MetaScreen):
 * src/window.c (meta_window_new_with_attrs, meta_window_show):
 * src/workspace.c (meta_workspace_focus_default_window):
 Replace display->no_focus_window with a no_focus_window for each
 screen.

 * src/display.[ch] (meta_display_xwindow_is_a_no_focus_window,
   event_callback):
 * src/window.c (meta_window_new_with_attrs):
 New utility function, meta_display_xwindow_is_a_no_focus_window(),
 for checking if the given xwindow is a no_focus_window for one of
 the screens.

10f774d... by Elijah

post-release version bump to 2.12.3

2005-11-28 Elijah Newren <email address hidden>

 * configure.in: post-release version bump to 2.12.3

2756688... by Elijah

2.12.2 release

2005-11-28 Elijah Newren <email address hidden>

 * NEWS: 2.12.2 release

50783b3... by Norayr Chilingaryan <email address hidden>

fixing minimize window translation

590b356... by Kjartan Maraas

Close a GSource leak just to be correct. Closes bug#320050.

2005-10-29 Kjartan Maraas <email address hidden>

 * src/eventqueue.c: (meta_event_queue_new): Close a GSource leak
 just to be correct. Closes bug#320050.