diff -Nru mutter-3.14.3/aclocal.m4 mutter-3.14.4/aclocal.m4 --- mutter-3.14.3/aclocal.m4 2014-12-19 11:14:47.000000000 +0000 +++ mutter-3.14.4/aclocal.m4 2015-03-23 17:41:54.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -625,8 +625,8 @@ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir --define-variable="datadir=${datadir}" gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir --define-variable="libdir=${libdir}" gobject-introspection-1.0)" INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection @@ -661,7 +661,7 @@ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) ]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -673,10 +673,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -692,14 +692,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -744,15 +744,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -783,7 +782,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -974,7 +973,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1050,7 +1049,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1140,8 +1139,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -1214,7 +1213,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -1243,7 +1246,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1254,7 +1257,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -1264,7 +1267,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1286,7 +1289,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1321,7 +1324,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1371,7 +1374,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1410,7 +1413,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1439,7 +1442,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1486,7 +1489,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1505,7 +1508,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1586,7 +1589,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1646,7 +1649,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1674,7 +1677,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1693,7 +1696,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru mutter-3.14.3/build-aux/compile mutter-3.14.4/build-aux/compile --- mutter-3.14.3/build-aux/compile 2014-12-19 11:07:39.000000000 +0000 +++ mutter-3.14.4/build-aux/compile 2015-03-23 17:41:56.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff -Nru mutter-3.14.3/build-aux/config.guess mutter-3.14.4/build-aux/config.guess --- mutter-3.14.3/build-aux/config.guess 2014-12-19 11:07:39.000000000 +0000 +++ mutter-3.14.4/build-aux/config.guess 2015-03-23 17:41:56.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2014-03-23' +timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -24,12 +24,12 @@ # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # -# Originally written by Per Bothner. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -579,8 +579,9 @@ else IBM_ARCH=powerpc fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi diff -Nru mutter-3.14.3/build-aux/config.sub mutter-3.14.4/build-aux/config.sub --- mutter-3.14.3/build-aux/config.sub 2014-12-19 11:07:39.000000000 +0000 +++ mutter-3.14.4/build-aux/config.sub 2015-03-23 17:41:56.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2014-07-28' +timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ # of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -68,7 +68,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -260,7 +260,7 @@ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ - | fido | fr30 | frv \ + | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ @@ -302,6 +302,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -312,6 +313,7 @@ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -326,6 +328,9 @@ c6x) basic_machine=tic6x-unknown ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none @@ -436,6 +441,7 @@ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ + | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -773,6 +779,9 @@ basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux diff -Nru mutter-3.14.3/build-aux/depcomp mutter-3.14.4/build-aux/depcomp --- mutter-3.14.3/build-aux/depcomp 2014-12-19 11:07:40.000000000 +0000 +++ mutter-3.14.4/build-aux/depcomp 2015-03-23 17:41:56.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff -Nru mutter-3.14.3/build-aux/install-sh mutter-3.14.4/build-aux/install-sh --- mutter-3.14.3/build-aux/install-sh 2014-12-19 11:07:39.000000000 +0000 +++ mutter-3.14.4/build-aux/install-sh 2015-03-23 17:41:56.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru mutter-3.14.3/build-aux/missing mutter-3.14.4/build-aux/missing --- mutter-3.14.3/build-aux/missing 2014-12-19 11:07:39.000000000 +0000 +++ mutter-3.14.4/build-aux/missing 2015-03-23 17:41:56.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff -Nru mutter-3.14.3/configure mutter-3.14.4/configure --- mutter-3.14.3/configure 2014-12-19 11:14:48.000000000 +0000 +++ mutter-3.14.4/configure 2015-03-23 17:41:55.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mutter 3.14.3. +# Generated by GNU Autoconf 2.69 for mutter 3.14.4. # # Report bugs to . # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='mutter' PACKAGE_TARNAME='mutter' -PACKAGE_VERSION='3.14.3' -PACKAGE_STRING='mutter 3.14.3' +PACKAGE_VERSION='3.14.4' +PACKAGE_STRING='mutter 3.14.4' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=mutter' PACKAGE_URL='' @@ -706,7 +706,6 @@ PKG_CONFIG_LIBDIR PKG_CONFIG_PATH PKG_CONFIG -DATADIRNAME ALL_LINGUAS INTLTOOL_PERL GMSGFMT @@ -1458,7 +1457,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures mutter 3.14.3 to adapt to many kinds of systems. +\`configure' configures mutter 3.14.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1532,7 +1531,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mutter 3.14.3:";; + short | recursive ) echo "Configuration of mutter 3.14.4:";; esac cat <<\_ACEOF @@ -1691,7 +1690,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mutter configure 3.14.3 +mutter configure 3.14.4 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2243,7 +2242,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mutter $as_me 3.14.3, which was +It was created by mutter $as_me 3.14.4, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2626,7 +2625,7 @@ ac_config_headers="$ac_config_headers config.h" -am__api_version='1.14' +am__api_version='1.15' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -2798,8 +2797,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2818,7 +2817,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -3112,7 +3111,7 @@ # Define the identity of the package. PACKAGE='mutter' - VERSION='3.14.3' + VERSION='3.14.4' cat >>confdefs.h <<_ACEOF @@ -3146,8 +3145,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -3320,6 +3319,7 @@ as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 fi fi + # Check whether --enable-silent-rules was given. if test "${enable_silent_rules+set}" = set; then : enableval=$enable_silent_rules; @@ -3385,7 +3385,7 @@ MUTTER_MAJOR_VERSION=3 MUTTER_MINOR_VERSION=14 -MUTTER_MICRO_VERSION=3 +MUTTER_MICRO_VERSION=4 MUTTER_PLUGIN_API_VERSION=3 @@ -12576,44 +12576,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - @@ -14510,7 +14472,7 @@ MUTTER_PC_MODULES=" gtk+-3.0 >= 3.9.11 - gio-unix-2.0 >= 2.25.10 + gio-unix-2.0 >= 2.35.1 pango >= 1.2.0 cairo >= 1.10.0 gsettings-desktop-schemas >= 3.7.3 @@ -14959,8 +14921,8 @@ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` - INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0` - INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)" + INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir --define-variable="datadir=${datadir}" gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir --define-variable="libdir=${libdir}" gobject-introspection-1.0)" INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0` INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0` INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection @@ -17407,7 +17369,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mutter $as_me 3.14.3, which was +This file was extended by mutter $as_me 3.14.4, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17473,7 +17435,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mutter config.status 3.14.3 +mutter config.status 3.14.4 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru mutter-3.14.3/configure.ac mutter-3.14.4/configure.ac --- mutter-3.14.3/configure.ac 2014-12-19 11:14:40.000000000 +0000 +++ mutter-3.14.4/configure.ac 2015-03-23 17:40:19.000000000 +0000 @@ -2,7 +2,7 @@ m4_define([mutter_major_version], [3]) m4_define([mutter_minor_version], [14]) -m4_define([mutter_micro_version], [3]) +m4_define([mutter_micro_version], [4]) m4_define([mutter_version], [mutter_major_version.mutter_minor_version.mutter_micro_version]) @@ -72,7 +72,7 @@ MUTTER_PC_MODULES=" gtk+-3.0 >= 3.9.11 - gio-unix-2.0 >= 2.25.10 + gio-unix-2.0 >= 2.35.1 pango >= 1.2.0 cairo >= 1.10.0 gsettings-desktop-schemas >= 3.7.3 diff -Nru mutter-3.14.3/data/Makefile.in mutter-3.14.4/data/Makefile.in --- mutter-3.14.3/data/Makefile.in 2014-12-19 11:14:48.000000000 +0000 +++ mutter-3.14.4/data/Makefile.in 2015-03-23 17:41:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,7 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -88,6 +97,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ "$(DESTDIR)$(desktopfilesdir)" "$(DESTDIR)$(xmldir)" DATA = $(convert_DATA) $(desktopfiles_DATA) $(xml_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ @@ -162,7 +173,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -374,7 +384,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -620,6 +629,8 @@ ps ps-am tags-am uninstall uninstall-am uninstall-convertDATA \ uninstall-desktopfilesDATA uninstall-xmlDATA +.PRECIOUS: Makefile + @INTLTOOL_DESKTOP_RULE@ diff -Nru mutter-3.14.3/debian/changelog mutter-3.14.4/debian/changelog --- mutter-3.14.3/debian/changelog 2015-02-04 09:49:53.000000000 +0000 +++ mutter-3.14.4/debian/changelog 2015-03-23 21:47:29.000000000 +0000 @@ -1,3 +1,9 @@ +mutter (3.14.4-0ubuntu1) vivid; urgency=medium + + * New upstream bugfix release + + -- Tim Lunn Tue, 24 Mar 2015 08:39:54 +1100 + mutter (3.14.3-0ubuntu3) vivid; urgency=medium * control.in: Bump libinput build-dep to pick the new version. diff -Nru mutter-3.14.3/doc/Makefile.in mutter-3.14.4/doc/Makefile.in --- mutter-3.14.3/doc/Makefile.in 2014-12-19 11:14:48.000000000 +0000 +++ mutter-3.14.4/doc/Makefile.in 2015-03-23 17:41:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = doc -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -191,7 +202,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -376,7 +386,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -671,6 +680,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mutter-3.14.3/doc/man/Makefile.in mutter-3.14.4/doc/man/Makefile.in --- mutter-3.14.3/doc/man/Makefile.in 2014-12-19 11:14:48.000000000 +0000 +++ mutter-3.14.4/doc/man/Makefile.in 2015-03-23 17:41:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = doc/man -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ NROFF = nroff MANS = $(man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ @@ -162,7 +173,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -345,7 +355,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/man/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -569,6 +578,8 @@ ps ps-am tags-am uninstall uninstall-am uninstall-man \ uninstall-man1 +.PRECIOUS: Makefile + # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru mutter-3.14.3/doc/reference/html/annotation-glossary.html mutter-3.14.4/doc/reference/html/annotation-glossary.html --- mutter-3.14.3/doc/reference/html/annotation-glossary.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/annotation-glossary.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Annotation Glossary +Annotation Glossary: Mutter Reference Manual diff -Nru mutter-3.14.3/doc/reference/html/api-index-full.html mutter-3.14.4/doc/reference/html/api-index-full.html --- mutter-3.14.3/doc/reference/html/api-index-full.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/api-index-full.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: API Index +API Index: Mutter Reference Manual diff -Nru mutter-3.14.3/doc/reference/html/core-reference.html mutter-3.14.4/doc/reference/html/core-reference.html --- mutter-3.14.3/doc/reference/html/core-reference.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/core-reference.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Part III. Mutter Core Reference +Part III. Mutter Core Reference: Mutter Reference Manual diff -Nru mutter-3.14.3/doc/reference/html/deprecated-api-index.html mutter-3.14.4/doc/reference/html/deprecated-api-index.html --- mutter-3.14.3/doc/reference/html/deprecated-api-index.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/deprecated-api-index.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Index of deprecated API +Index of deprecated API: Mutter Reference Manual diff -Nru mutter-3.14.3/doc/reference/html/index.html mutter-3.14.4/doc/reference/html/index.html --- mutter-3.14.3/doc/reference/html/index.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/index.html 2015-03-23 17:43:00.000000000 +0000 @@ -15,7 +15,7 @@

- This document is for Mutter 3.14.3. + This document is for Mutter 3.14.4. The latest version of this documentation can be found on-line at http://developer.gnome.org/meta/.

diff -Nru mutter-3.14.3/doc/reference/html/index.sgml mutter-3.14.4/doc/reference/html/index.sgml --- mutter-3.14.3/doc/reference/html/index.sgml 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/index.sgml 2015-03-23 17:43:00.000000000 +0000 @@ -14,6 +14,8 @@ + + @@ -29,14 +31,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -46,6 +159,15 @@ + + + + + + + + + @@ -57,6 +179,10 @@ + + + + @@ -110,8 +236,136 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -145,10 +399,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -182,6 +466,8 @@ + + @@ -198,6 +484,10 @@ + + + + @@ -231,6 +521,9 @@ + + + @@ -264,6 +557,11 @@ + + + + + @@ -304,7 +602,13 @@ + + + + + + @@ -459,6 +763,10 @@ + + + + @@ -575,7 +883,26 @@ + + + + + + + + + + + + + + + + + + + diff -Nru mutter-3.14.3/doc/reference/html/MetaBackgroundActor.html mutter-3.14.4/doc/reference/html/MetaBackgroundActor.html --- mutter-3.14.3/doc/reference/html/MetaBackgroundActor.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaBackgroundActor.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaBackgroundActor +MetaBackgroundActor: Mutter Reference Manual @@ -50,7 +50,7 @@ Read / Write -gdouble +gdouble brightness Read / Write @@ -61,17 +61,17 @@ Read / Write / Construct Only -gint +gint monitor Read / Write / Construct Only -gboolean +gboolean vignette Read / Write -gdouble +gdouble vignette-sharpness Read / Write @@ -99,8 +99,8 @@

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
+
    GObject
+    ╰── GInitiallyUnowned
         ╰── ClutterActor
             ╰── MetaBackgroundActor
 
@@ -145,7 +145,7 @@

The “brightness” property

-
  “brightness”               gdouble
+
  “brightness”               gdouble

Brightness of vignette effect.

Flags: Read / Write

Allowed values: [0,1]

@@ -161,7 +161,7 @@

The “monitor” property

-
  “monitor”                  gint
+
  “monitor”                  gint

monitor.

Flags: Read / Write / Construct Only

Allowed values: >= 0

@@ -170,7 +170,7 @@

The “vignette” property

-
  “vignette”                 gboolean
+
  “vignette”                 gboolean

Whether vignette effect is enabled.

Flags: Read / Write

Default value: FALSE

@@ -178,7 +178,7 @@

The “vignette-sharpness” property

-
  “vignette-sharpness”       gdouble
+
  “vignette-sharpness”       gdouble

Sharpness of vignette effect.

Flags: Read / Write

Allowed values: >= 0

diff -Nru mutter-3.14.3/doc/reference/html/MetaBarrier.html mutter-3.14.4/doc/reference/html/MetaBarrier.html --- mutter-3.14.3/doc/reference/html/MetaBarrier.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaBarrier.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaBarrier +MetaBarrier: Mutter Reference Manual @@ -44,7 +44,7 @@ -gboolean +gboolean meta_barrier_is_active () @@ -90,22 +90,22 @@ Read / Write / Construct Only -gint +gint x1 Read / Write / Construct Only -gint +gint x2 Read / Write / Construct Only -gint +gint y1 Read / Write / Construct Only -gint +gint y2 Read / Write / Construct Only @@ -124,12 +124,12 @@ void hit -Run First +Run First void left -Run First +Run First
@@ -165,7 +165,7 @@

Object Hierarchy

    GBoxed
     ╰── MetaBarrierEvent
-    GObject
+    GObject
     ╰── MetaBarrier
 
@@ -176,7 +176,7 @@

Functions

meta_barrier_is_active ()

-
gboolean
+
gboolean
 meta_barrier_is_active (MetaBarrier *barrier);

@@ -317,7 +317,7 @@   -

guint32 time;

+

guint32 time;

Server time, in milliseconds

  @@ -344,16 +344,16 @@   -

gboolean released;

-

A boolean flag, TRUE if this event generated +

gboolean released;

+

A boolean flag, TRUE if this event generated by the pointer leaving the barrier as a result of a client calling meta_barrier_release() (will be set only for MetaBarrier::leave signals)

  -

gboolean grabbed;

-

A boolean flag, TRUE if the pointer was grabbed +

gboolean grabbed;

+

A boolean flag, TRUE if the pointer was grabbed at the time this event was sent

  @@ -380,7 +380,7 @@

The “x1” property

-
  “x1”                       gint
+
  “x1”                       gint

The first X coordinate of the barrier.

Flags: Read / Write / Construct Only

Allowed values: [0,32767]

@@ -389,7 +389,7 @@

The “x2” property

-
  “x2”                       gint
+
  “x2”                       gint

The second X coordinate of the barrier.

Flags: Read / Write / Construct Only

Allowed values: [0,32767]

@@ -398,7 +398,7 @@

The “y1” property

-
  “y1”                       gint
+
  “y1”                       gint

The first Y coordinate of the barrier.

Flags: Read / Write / Construct Only

Allowed values: [0,32767]

@@ -407,7 +407,7 @@

The “y2” property

-
  “y2”                       gint
+
  “y2”                       gint

The second Y coordinate of the barrier.

Flags: Read / Write / Construct Only

Allowed values: [0,32767]

@@ -421,7 +421,7 @@
void
 user_function (MetaBarrier      *barrier,
                MetaBarrierEvent *event,
-               gpointer          user_data)
+ gpointer user_data)

When a pointer barrier is hit, this will trigger. This requires an XI2-enabled server.

@@ -452,7 +452,7 @@
-

Flags: Run First

+

Flags: Run First


@@ -460,7 +460,7 @@
void
 user_function (MetaBarrier      *barrier,
                MetaBarrierEvent *event,
-               gpointer          user_data)
+ gpointer user_data)

When a pointer barrier hitbox was left, this will trigger. This requires an XI2-enabled server.

@@ -491,7 +491,7 @@
-

Flags: Run First

+

Flags: Run First

diff -Nru mutter-3.14.3/doc/reference/html/meta-Common.html mutter-3.14.4/doc/reference/html/meta-Common.html --- mutter-3.14.3/doc/reference/html/meta-Common.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Common.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Common +Common: Mutter Reference Manual @@ -1164,7 +1164,7 @@ [array fixed-size=11] -

gboolean left_buttons_has_spacer[MAX_BUTTONS_PER_CORNER];

+

gboolean left_buttons_has_spacer[MAX_BUTTONS_PER_CORNER];

.

[array fixed-size=11] @@ -1174,7 +1174,7 @@ [array fixed-size=11] -

gboolean right_buttons_has_spacer[MAX_BUTTONS_PER_CORNER];

+

gboolean right_buttons_has_spacer[MAX_BUTTONS_PER_CORNER];

.

[array fixed-size=11] @@ -1207,17 +1207,17 @@ -

GtkBorder visible;

+

GtkBorder visible;

inner visible portion of frame border

  -

GtkBorder invisible;

+

GtkBorder invisible;

outer invisible portion of frame border

  -

GtkBorder total;

+

GtkBorder total;

sum of the two borders above

  diff -Nru mutter-3.14.3/doc/reference/html/meta.devhelp2 mutter-3.14.4/doc/reference/html/meta.devhelp2 --- mutter-3.14.3/doc/reference/html/meta.devhelp2 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta.devhelp2 2015-03-23 17:43:00.000000000 +0000 @@ -504,5 +504,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru mutter-3.14.3/doc/reference/html/MetaDisplay.html mutter-3.14.4/doc/reference/html/MetaDisplay.html --- mutter-3.14.3/doc/reference/html/MetaDisplay.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaDisplay.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaDisplay +MetaDisplay: Mutter Reference Manual @@ -58,7 +58,7 @@ -gboolean +gboolean meta_display_supports_extended_barriers () @@ -82,7 +82,7 @@ -gboolean +gboolean meta_display_has_shape () @@ -98,7 +98,7 @@ -gboolean +gboolean meta_display_xwindow_is_a_no_focus_window () @@ -122,7 +122,7 @@ -gboolean +gboolean meta_display_xserver_time_is_before () @@ -130,7 +130,7 @@ -guint32 +guint32 meta_display_get_last_user_time () @@ -138,7 +138,7 @@ -guint32 +guint32 meta_display_get_current_time () @@ -146,7 +146,7 @@ -guint32 +guint32 meta_display_get_current_time_roundtrip () @@ -154,7 +154,7 @@ -GList * +GList * meta_display_get_tab_list () @@ -178,7 +178,7 @@ -gboolean +gboolean meta_display_begin_grab_op () @@ -202,7 +202,7 @@ -guint +guint meta_display_add_keybinding () @@ -210,7 +210,7 @@ -gboolean +gboolean meta_display_remove_keybinding () @@ -218,7 +218,7 @@ -guint +guint meta_display_get_keybinding_action () @@ -242,7 +242,7 @@ -GSList * +GSList * meta_display_sort_windows_by_stacking () @@ -303,52 +303,52 @@ void accelerator-activated -Run Last +Run Last void grab-op-begin -Run Last +Run Last void grab-op-end -Run Last +Run Last -gboolean +gboolean modifiers-accelerator-activated -Run Last +Run Last void overlay-key -Run Last +Run Last -gboolean +gboolean restart -Run Last +Run Last -gboolean +gboolean show-restart-message -Run Last +Run Last void window-created -Run Last +Run Last void window-demands-attention -Run Last +Run Last void window-marked-urgent -Run Last +Run Last @@ -382,7 +382,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaDisplay
 
@@ -421,7 +421,7 @@

meta_display_supports_extended_barriers ()

-
gboolean
+
gboolean
 meta_display_supports_extended_barriers
                                (MetaDisplay *display);
@@ -494,7 +494,7 @@

meta_display_has_shape ()

-
gboolean
+
gboolean
 meta_display_has_shape (MetaDisplay *display);

@@ -529,7 +529,7 @@

meta_display_xwindow_is_a_no_focus_window ()

-
gboolean
+
gboolean
 meta_display_xwindow_is_a_no_focus_window
                                (MetaDisplay *display,
                                 Window xwindow);
@@ -557,7 +557,7 @@

Returns

-

TRUE iff window is one of mutter's internal "no focus" windows +

TRUE iff window is one of mutter's internal "no focus" windows (there is one per screen) which will have the focus when there is no actual client window focused.

@@ -578,10 +578,10 @@

meta_display_xserver_time_is_before ()

-
gboolean
+
gboolean
 meta_display_xserver_time_is_before (MetaDisplay *display,
-                                     guint32 time1,
-                                     guint32 time2);
+ guint32 time1, + guint32 time2);

Xserver time can wraparound, thus comparing two timestamps needs to take this into account. If no wraparound has occurred, this is equivalent to time1 < time2 @@ -622,7 +622,7 @@


meta_display_get_last_user_time ()

-
guint32
+
guint32
 meta_display_get_last_user_time (MetaDisplay *display);

Parameters

@@ -648,27 +648,27 @@

meta_display_get_current_time ()

-
guint32
+
guint32
 meta_display_get_current_time (MetaDisplay *display);

meta_display_get_current_time_roundtrip ()

-
guint32
+
guint32
 meta_display_get_current_time_roundtrip
                                (MetaDisplay *display);

meta_display_get_tab_list ()

-
GList *
+
GList *
 meta_display_get_tab_list (MetaDisplay *display,
                            MetaTabList type,
                            MetaWorkspace *workspace);

Determine the list of windows that should be displayed for Alt-TAB functionality. The windows are returned in most recently used order. If workspace - is not NULL, the list only conains windows that are on + is not NULL, the list only conains windows that are on workspace or have the demands-attention hint set; otherwise it contains all windows.

@@ -713,7 +713,7 @@ MetaTabList type, MetaWorkspace *workspace, MetaWindow *window, - gboolean backward);
+ gboolean backward);

Determine the next window that should be displayed for Alt-TAB functionality.

@@ -747,7 +747,7 @@

backward

-

If TRUE, look for the previous window.

+

If TRUE, look for the previous window.

  @@ -803,16 +803,16 @@

meta_display_begin_grab_op ()

-
gboolean
+
gboolean
 meta_display_begin_grab_op (MetaDisplay *display,
                             MetaScreen *screen,
                             MetaWindow *window,
                             MetaGrabOp op,
-                            gboolean pointer_already_grabbed,
-                            gboolean frame_action,
+                            gboolean pointer_already_grabbed,
+                            gboolean frame_action,
                             int button,
-                            gulong modmask,
-                            guint32 timestamp,
+                            gulong modmask,
+                            guint32 timestamp,
                             int root_x,
                             int root_y);
@@ -821,7 +821,7 @@

meta_display_end_grab_op ()

void
 meta_display_end_grab_op (MetaDisplay *display,
-                          guint32 timestamp);
+ guint32 timestamp);

@@ -856,18 +856,18 @@

meta_display_add_keybinding ()

-
guint
+
guint
 meta_display_add_keybinding (MetaDisplay *display,
                              const char *name,
-                             GSettings *settings,
+                             GSettings *settings,
                              MetaKeyBindingFlags flags,
                              MetaKeyHandlerFunc handler,
-                             gpointer user_data,
-                             GDestroyNotify free_data);
+ gpointer user_data, + GDestroyNotify free_data);

Add a keybinding at runtime. The key name in schema needs to be of -type G_VARIANT_TYPE_STRING_ARRAY, with each string describing a +type G_VARIANT_TYPE_STRING_ARRAY, with each string describing a keybinding in the form of "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If the key is set to the empty list or a @@ -895,7 +895,7 @@

settings

-

the GSettings object where name +

the GSettings object where name is stored

  @@ -934,7 +934,7 @@

meta_display_remove_keybinding ()

-
gboolean
+
gboolean
 meta_display_remove_keybinding (MetaDisplay *display,
                                 const char *name);

Remove keybinding name @@ -965,15 +965,15 @@

Returns

-

TRUE if the binding has been removed sucessfully, -otherwise FALSE

+

TRUE if the binding has been removed sucessfully, +otherwise FALSE


meta_display_get_keybinding_action ()

-
guint
+
guint
 meta_display_get_keybinding_action (MetaDisplay *display,
                                     unsigned int keycode,
                                     unsigned long  mask);
@@ -1022,8 +1022,8 @@
void
 meta_display_set_input_focus_window (MetaDisplay *display,
                                      MetaWindow *window,
-                                     gboolean focus_frame,
-                                     guint32 timestamp);
+ gboolean focus_frame, + guint32 timestamp);

@@ -1032,14 +1032,14 @@ meta_display_focus_the_no_focus_window (MetaDisplay *display, MetaScreen *screen, - guint32 timestamp); + guint32 timestamp);

meta_display_sort_windows_by_stacking ()

-
GSList *
+
GSList *
 meta_display_sort_windows_by_stacking (MetaDisplay *display,
-                                       GSList *windows);
+ GSList *windows);

Sorts a set of windows according to their current stacking order. If windows from multiple screens are present in the set of input windows, then all the windows on screen 0 are sorted below all the windows on screen 1, and so forth. @@ -1117,14 +1117,14 @@

void
 meta_display_unmanage_screen (MetaDisplay *display,
                               MetaScreen *screen,
-                              guint32 timestamp);
+ guint32 timestamp);

meta_display_clear_mouse_mode ()

void
 meta_display_clear_mouse_mode (MetaDisplay *display);
-

Sets the mouse-mode flag to FALSE, which means that motion events are +

Sets the mouse-mode flag to FALSE, which means that motion events are no longer ignored in mouse or sloppy focus. This is an internal function. It should be used only for reimplementing keybindings, and only in a manner compatible with core code.

@@ -1246,11 +1246,11 @@

The “accelerator-activated” signal

void
 user_function (MetaDisplay *metadisplay,
-               guint        arg1,
-               guint        arg2,
-               guint        arg3,
-               gpointer     user_data)
-

Flags: Run Last

+ guint arg1, + guint arg2, + guint arg3, + gpointer user_data) +

Flags: Run Last


@@ -1260,8 +1260,8 @@ MetaScreen *arg1, MetaWindow *arg2, MetaGrabOp arg3, - gpointer user_data) -

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


@@ -1271,15 +1271,15 @@ MetaScreen *arg1, MetaWindow *arg2, MetaGrabOp arg3, - gpointer user_data) -

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “modifiers-accelerator-activated” signal

-
gboolean
+
gboolean
 user_function (MetaDisplay *display,
-               gpointer     user_data)
+ gpointer user_data)

The ::modifiers-accelerator-activated signal will be emitted when a special modifiers-only keybinding is activated.

@@ -1306,27 +1306,27 @@

Returns

-

TRUE means that the keyboard device should remain -frozen and FALSE for the default behavior of unfreezing the +

TRUE means that the keyboard device should remain +frozen and FALSE for the default behavior of unfreezing the keyboard.

-

Flags: Run Last

+

Flags: Run Last


The “overlay-key” signal

void
 user_function (MetaDisplay *metadisplay,
-               gpointer     user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “restart” signal

-
gboolean
+
gboolean
 user_function (MetaDisplay *display,
-               gpointer     user_data)
+ gpointer user_data)

The ::restart signal is emitted to indicate that compositor should reexec the process. This is emitted when meta_restart() is called, either by Mutter @@ -1356,20 +1356,20 @@

Returns

-

FALSE to indicate that the compositor could not +

FALSE to indicate that the compositor could not be restarted. When the compositor is restarted, the signal should not return.

-

Flags: Run Last

+

Flags: Run Last


The “show-restart-message” signal

-
gboolean
+
gboolean
 user_function (MetaDisplay *display,
-               gchar       *message,
-               gpointer     user_data)
+ gchar *message, + gpointer user_data)

The ::show-restart-message signal will be emitted to indicate that the compositor should show a message during restart. This is emitted when meta_restart() is called, either by Mutter @@ -1378,7 +1378,7 @@ ::restart will be emitted to exit the application and leave the stage contents frozen as soon as the the stage is painted again.

On case of failure to restart, this signal will be emitted again -with NULL for message +with NULL for message .

Parameters

@@ -1396,7 +1396,7 @@

message

-

The message to display, or NULL +

The message to display, or NULL to clear a previous restart message.

[allow-none] @@ -1410,11 +1410,11 @@

Returns

-

TRUE means the message was added to the stage; FALSE +

TRUE means the message was added to the stage; FALSE indicates that the compositor did not show the message.

-

Flags: Run Last

+

Flags: Run Last


@@ -1422,8 +1422,8 @@
void
 user_function (MetaDisplay *metadisplay,
                MetaWindow  *arg1,
-               gpointer     user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


@@ -1431,8 +1431,8 @@
void
 user_function (MetaDisplay *metadisplay,
                MetaWindow  *arg1,
-               gpointer     user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


@@ -1440,8 +1440,8 @@
void
 user_function (MetaDisplay *metadisplay,
                MetaWindow  *arg1,
-               gpointer     user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/meta-Errors.html mutter-3.14.4/doc/reference/html/meta-Errors.html --- mutter-3.14.3/doc/reference/html/meta-Errors.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Errors.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Errors +Errors: Mutter Reference Manual diff -Nru mutter-3.14.3/doc/reference/html/meta-Gradients.html mutter-3.14.4/doc/reference/html/meta-Gradients.html --- mutter-3.14.3/doc/reference/html/meta-Gradients.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Gradients.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Gradients +Gradients: Mutter Reference Manual @@ -97,8 +97,8 @@
GdkPixbuf *
 meta_gradient_create_simple (int width,
                              int height,
-                             const GdkRGBA *from,
-                             const GdkRGBA *to,
+                             const GdkRGBA *from,
+                             const GdkRGBA *to,
                              MetaGradientType style);

Parameters

@@ -149,7 +149,7 @@
GdkPixbuf *
 meta_gradient_create_multi (int width,
                             int height,
-                            const GdkRGBA *colors,
+                            const GdkRGBA *colors,
                             int n_colors,
                             MetaGradientType style);
@@ -201,9 +201,9 @@
GdkPixbuf *
 meta_gradient_create_interwoven (int width,
                                  int height,
-                                 const GdkRGBA colors1[2],
+                                 const GdkRGBA colors1[2],
                                  int thickness1,
-                                 const GdkRGBA colors2[2],
+                                 const GdkRGBA colors2[2],
                                  int thickness2);

Interwoven essentially means we have two vertical gradients, cut into horizontal strips of the given thickness, and then the strips @@ -257,7 +257,7 @@

meta_gradient_add_alpha ()

void
 meta_gradient_add_alpha (GdkPixbuf *pixbuf,
-                         const guchar *alphas,
+                         const guchar *alphas,
                          int n_alphas,
                          MetaGradientType type);
diff -Nru mutter-3.14.3/doc/reference/html/meta-Main.html mutter-3.14.4/doc/reference/html/meta-Main.html --- mutter-3.14.3/doc/reference/html/meta-Main.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Main.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Main +Main: Mutter Reference Manual @@ -41,7 +41,7 @@ -GOptionContext * +GOptionContext * meta_get_option_context () @@ -65,7 +65,7 @@ -gboolean +gboolean meta_get_replace_current_wm () @@ -135,13 +135,13 @@

Functions

meta_get_option_context ()

-
GOptionContext *
+
GOptionContext *
 meta_get_option_context (void);
-

Returns a GOptionContext initialized with mutter-related options. +

Returns a GOptionContext initialized with mutter-related options. Parse the command-line args with this before calling meta_init().

Returns

-

the GOptionContext

+

the GOptionContext

@@ -169,7 +169,7 @@

meta_get_replace_current_wm ()

-
gboolean
+
gboolean
 meta_get_replace_current_wm (void);

diff -Nru mutter-3.14.3/doc/reference/html/meta-MetaCompositor.html mutter-3.14.4/doc/reference/html/meta-MetaCompositor.html --- mutter-3.14.3/doc/reference/html/meta-MetaCompositor.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-MetaCompositor.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaCompositor +MetaCompositor: Mutter Reference Manual @@ -65,7 +65,7 @@ -gboolean +gboolean meta_compositor_process_event () @@ -73,7 +73,7 @@ -gboolean +gboolean meta_compositor_filter_keybinding () @@ -185,7 +185,7 @@ -GList * +GList * meta_get_window_actors () @@ -333,7 +333,7 @@

meta_compositor_process_event ()

-
gboolean
+
gboolean
 meta_compositor_process_event (MetaCompositor *compositor,
                                XEvent *event,
                                MetaWindow *window);
@@ -341,7 +341,7 @@

meta_compositor_filter_keybinding ()

-
gboolean
+
gboolean
 meta_compositor_filter_keybinding (MetaCompositor *compositor,
                                    MetaKeyBinding *binding);
@@ -408,7 +408,7 @@
void
 meta_compositor_sync_window_geometry (MetaCompositor *compositor,
                                       MetaWindow *window,
-                                      gboolean did_placement);
+ gboolean did_placement);

@@ -416,14 +416,14 @@
void
 meta_compositor_queue_frame_drawn (MetaCompositor *compositor,
                                    MetaWindow *window,
-                                   gboolean no_delay_frame);
+ gboolean no_delay_frame);

meta_compositor_sync_stack ()

void
 meta_compositor_sync_stack (MetaCompositor *compositor,
-                            GList *stack);
+ GList *stack);

@@ -482,7 +482,7 @@

meta_get_window_actors ()

-
GList *
+
GList *
 meta_get_window_actors (MetaScreen *screen);

Parameters

diff -Nru mutter-3.14.3/doc/reference/html/meta-MetaGroup.html mutter-3.14.4/doc/reference/html/meta-MetaGroup.html --- mutter-3.14.3/doc/reference/html/meta-MetaGroup.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-MetaGroup.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaGroup +MetaGroup: Mutter Reference Manual @@ -81,7 +81,7 @@ -GSList * +GSList * meta_group_list_windows () @@ -112,7 +112,7 @@ -gboolean +gboolean meta_group_property_notify () @@ -209,7 +209,7 @@

meta_group_list_windows ()

-
GSList *
+
GSList *
 meta_group_list_windows (MetaGroup *group);

Parameters

@@ -253,7 +253,7 @@

meta_group_property_notify ()

-
gboolean
+
gboolean
 meta_group_property_notify (MetaGroup *group,
                             XEvent *event);
diff -Nru mutter-3.14.3/doc/reference/html/meta-MetaKeybinding.html mutter-3.14.4/doc/reference/html/meta-MetaKeybinding.html --- mutter-3.14.3/doc/reference/html/meta-MetaKeybinding.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-MetaKeybinding.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaKeybinding +MetaKeybinding: Mutter Reference Manual @@ -61,7 +61,7 @@ -guint +guint meta_key_binding_get_mask () @@ -69,7 +69,7 @@ -gboolean +gboolean meta_key_binding_is_builtin () @@ -77,7 +77,7 @@ -gboolean +gboolean meta_keybindings_set_custom_handler () @@ -130,23 +130,23 @@

meta_key_binding_get_mask ()

-
guint
+
guint
 meta_key_binding_get_mask (MetaKeyBinding *binding);

meta_key_binding_is_builtin ()

-
gboolean
+
gboolean
 meta_key_binding_is_builtin (MetaKeyBinding *binding);

meta_keybindings_set_custom_handler ()

-
gboolean
-meta_keybindings_set_custom_handler (const gchar *name,
+
gboolean
+meta_keybindings_set_custom_handler (const gchar *name,
                                      MetaKeyHandlerFunc handler,
-                                     gpointer user_data,
-                                     GDestroyNotify free_data);
+ gpointer user_data, + GDestroyNotify free_data);

Allows users to register a custom handler for a builtin key binding.

@@ -183,9 +183,9 @@

Returns

-

TRUE if the binding known as name +

TRUE if the binding known as name was found, -FALSE otherwise.

+FALSE otherwise.

diff -Nru mutter-3.14.3/doc/reference/html/MetaPlugin.html mutter-3.14.4/doc/reference/html/MetaPlugin.html --- mutter-3.14.3/doc/reference/html/MetaPlugin.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaPlugin.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaPlugin +MetaPlugin: Mutter Reference Manual @@ -111,7 +111,7 @@ -gboolean +gboolean meta_plugin_begin_modal () @@ -177,7 +177,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaPlugin
 
@@ -248,10 +248,10 @@

meta_plugin_begin_modal ()

-
gboolean
+
gboolean
 meta_plugin_begin_modal (MetaPlugin *plugin,
                          MetaModalOptions options,
-                         guint32 timestamp);
+ guint32 timestamp);

This function is used to grab the keyboard and mouse for the exclusive use of the plugin. Correct operation requires that both the keyboard and mouse are grabbed, or thing will break. (In particular, other @@ -302,7 +302,7 @@

meta_plugin_end_modal ()

void
 meta_plugin_end_modal (MetaPlugin *plugin,
-                       guint32 timestamp);
+ guint32 timestamp);

Ends the modal operation begun with meta_plugin_begin_modal(). This ungrabs both the mouse and keyboard even when META_MODAL_POINTER_ALREADY_GRABBED or @@ -362,7 +362,7 @@

meta_plugin_manager_set_plugin_type ()

void
-meta_plugin_manager_set_plugin_type (GType gtype);
+meta_plugin_manager_set_plugin_type (GType gtype);
@@ -681,27 +681,27 @@ -

const gchar *name;

+

const gchar *name;

name of the plugin

  -

const gchar *version;

+

const gchar *version;

version of the plugin

  -

const gchar *author;

+

const gchar *author;

author of the plugin

  -

const gchar *license;

+

const gchar *license;

license of the plugin

  -

const gchar *description;

+

const gchar *description;

description of the plugin

  @@ -740,22 +740,22 @@ -

guint version_major;

+

guint version_major;

major component of the version number of Meta with which the plugin was compiled

  -

guint version_minor;

+

guint version_minor;

minor component of the version number of Meta with which the plugin was compiled

  -

guint version_micro;

+

guint version_micro;

micro component of the version number of Meta with which the plugin was compiled

  -

guint version_api;

+

guint version_api;

version of the plugin API

  diff -Nru mutter-3.14.3/doc/reference/html/meta-Preferences.html mutter-3.14.4/doc/reference/html/meta-Preferences.html --- mutter-3.14.3/doc/reference/html/meta-Preferences.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Preferences.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Preferences +Preferences: Mutter Reference Manual @@ -96,7 +96,7 @@ -gint +gint meta_prefs_get_mouse_button_resize () @@ -104,7 +104,7 @@ -gint +gint meta_prefs_get_mouse_button_menu () @@ -128,7 +128,7 @@ -gboolean +gboolean meta_prefs_get_attach_modal_dialogs () @@ -136,7 +136,7 @@ -gboolean +gboolean meta_prefs_get_raise_on_click () @@ -166,7 +166,7 @@ -gboolean +gboolean meta_prefs_get_dynamic_workspaces () @@ -174,7 +174,7 @@ -gboolean +gboolean meta_prefs_get_disable_workarounds () @@ -182,7 +182,7 @@ -gboolean +gboolean meta_prefs_get_auto_raise () @@ -198,7 +198,7 @@ -gboolean +gboolean meta_prefs_get_focus_change_on_pointer_rest () @@ -206,7 +206,7 @@ -gboolean +gboolean meta_prefs_get_gnome_accessibility () @@ -214,7 +214,7 @@ -gboolean +gboolean meta_prefs_get_gnome_animations () @@ -222,7 +222,7 @@ -gboolean +gboolean meta_prefs_get_edge_tiling () @@ -230,7 +230,7 @@ -gboolean +gboolean meta_prefs_get_auto_maximize () @@ -308,7 +308,7 @@ -gboolean +gboolean meta_prefs_get_compositing_manager () @@ -316,7 +316,7 @@ -gboolean +gboolean meta_prefs_get_force_fullscreen () @@ -332,7 +332,7 @@ -gboolean +gboolean meta_prefs_get_workspaces_only_on_primary () @@ -348,7 +348,7 @@ -gboolean +gboolean meta_prefs_get_ignore_request_hide_titlebar () @@ -380,7 +380,7 @@ -gboolean +gboolean meta_prefs_get_visual_bell () @@ -388,7 +388,7 @@ -gboolean +gboolean meta_prefs_bell_is_audible () @@ -437,14 +437,14 @@

MetaPrefsChangedFunc ()

void
 (*MetaPrefsChangedFunc) (MetaPreference pref,
-                         gpointer user_data);
+ gpointer user_data);

meta_prefs_add_listener ()

void
 meta_prefs_add_listener (MetaPrefsChangedFunc func,
-                         gpointer user_data);
+ gpointer user_data);

Parameters

@@ -473,7 +473,7 @@

meta_prefs_remove_listener ()

void
 meta_prefs_remove_listener (MetaPrefsChangedFunc func,
-                            gpointer user_data);
+ gpointer user_data);

Parameters

@@ -554,13 +554,13 @@

meta_prefs_get_mouse_button_resize ()

-
gint
+
gint
 meta_prefs_get_mouse_button_resize (void);

meta_prefs_get_mouse_button_menu ()

-
gint
+
gint
 meta_prefs_get_mouse_button_menu (void);

@@ -578,13 +578,13 @@

meta_prefs_get_attach_modal_dialogs ()

-
gboolean
+
gboolean
 meta_prefs_get_attach_modal_dialogs (void);

meta_prefs_get_raise_on_click ()

-
gboolean
+
gboolean
 meta_prefs_get_raise_on_click (void);

@@ -608,19 +608,19 @@

meta_prefs_get_dynamic_workspaces ()

-
gboolean
+
gboolean
 meta_prefs_get_dynamic_workspaces (void);

meta_prefs_get_disable_workarounds ()

-
gboolean
+
gboolean
 meta_prefs_get_disable_workarounds (void);

meta_prefs_get_auto_raise ()

-
gboolean
+
gboolean
 meta_prefs_get_auto_raise (void);

@@ -632,32 +632,32 @@

meta_prefs_get_focus_change_on_pointer_rest ()

-
gboolean
+
gboolean
 meta_prefs_get_focus_change_on_pointer_rest
                                (void);

meta_prefs_get_gnome_accessibility ()

-
gboolean
+
gboolean
 meta_prefs_get_gnome_accessibility (void);

meta_prefs_get_gnome_animations ()

-
gboolean
+
gboolean
 meta_prefs_get_gnome_animations (void);

meta_prefs_get_edge_tiling ()

-
gboolean
+
gboolean
 meta_prefs_get_edge_tiling (void);

meta_prefs_get_auto_maximize ()

-
gboolean
+
gboolean
 meta_prefs_get_auto_maximize (void);

@@ -736,25 +736,25 @@

meta_prefs_get_compositing_manager ()

-
gboolean
+
gboolean
 meta_prefs_get_compositing_manager (void);

meta_prefs_get_force_fullscreen ()

-
gboolean
+
gboolean
 meta_prefs_get_force_fullscreen (void);

meta_prefs_set_force_fullscreen ()

void
-meta_prefs_set_force_fullscreen (gboolean whether);
+meta_prefs_set_force_fullscreen (gboolean whether);

meta_prefs_get_workspaces_only_on_primary ()

-
gboolean
+
gboolean
 meta_prefs_get_workspaces_only_on_primary
                                (void);
@@ -767,7 +767,7 @@

meta_prefs_get_ignore_request_hide_titlebar ()

-
gboolean
+
gboolean
 meta_prefs_get_ignore_request_hide_titlebar
                                (void);
@@ -776,7 +776,7 @@

meta_prefs_set_ignore_request_hide_titlebar ()

void
 meta_prefs_set_ignore_request_hide_titlebar
-                               (gboolean whether);
+ (gboolean whether);
@@ -787,7 +787,7 @@ MetaWindow *window, ClutterKeyEvent *event, MetaKeyBinding *binding, - gpointer user_data); + gpointer user_data);

Parameters

@@ -840,13 +840,13 @@

meta_prefs_get_visual_bell ()

-
gboolean
+
gboolean
 meta_prefs_get_visual_bell (void);

meta_prefs_bell_is_audible ()

-
gboolean
+
gboolean
 meta_prefs_bell_is_audible (void);

diff -Nru mutter-3.14.3/doc/reference/html/MetaRectangle.html mutter-3.14.4/doc/reference/html/MetaRectangle.html --- mutter-3.14.3/doc/reference/html/MetaRectangle.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaRectangle.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaRectangle +MetaRectangle: Mutter Reference Manual @@ -74,7 +74,7 @@ - + @@ -240,52 +240,52 @@ - + - + - + - + - + - + - + - + - + - +
-gboolean +gboolean meta_rectangle_intersect () @@ -82,7 +82,7 @@
-gboolean +gboolean meta_rectangle_equal () @@ -98,7 +98,7 @@
-gboolean +gboolean meta_rectangle_overlap () @@ -106,7 +106,7 @@
-gboolean +gboolean meta_rectangle_vert_overlap () @@ -114,7 +114,7 @@
-gboolean +gboolean meta_rectangle_horiz_overlap () @@ -122,7 +122,7 @@
-gboolean +gboolean meta_rectangle_could_fit_rect () @@ -130,7 +130,7 @@
-gboolean +gboolean meta_rectangle_contains_rect () @@ -206,7 +206,7 @@

meta_rectangle_intersect ()

-
gboolean
+
gboolean
 meta_rectangle_intersect (const MetaRectangle *src1,
                           const MetaRectangle *src2,
                           MetaRectangle *dest);
@@ -248,7 +248,7 @@

meta_rectangle_equal ()

-
gboolean
+
gboolean
 meta_rectangle_equal (const MetaRectangle *src1,
                       const MetaRectangle *src2);
@@ -291,35 +291,35 @@

meta_rectangle_overlap ()

-
gboolean
+
gboolean
 meta_rectangle_overlap (const MetaRectangle *rect1,
                         const MetaRectangle *rect2);

meta_rectangle_vert_overlap ()

-
gboolean
+
gboolean
 meta_rectangle_vert_overlap (const MetaRectangle *rect1,
                              const MetaRectangle *rect2);

meta_rectangle_horiz_overlap ()

-
gboolean
+
gboolean
 meta_rectangle_horiz_overlap (const MetaRectangle *rect1,
                               const MetaRectangle *rect2);

meta_rectangle_could_fit_rect ()

-
gboolean
+
gboolean
 meta_rectangle_could_fit_rect (const MetaRectangle *outer_rect,
                                const MetaRectangle *inner_rect);

meta_rectangle_contains_rect ()

-
gboolean
+
gboolean
 meta_rectangle_contains_rect (const MetaRectangle *outer_rect,
                               const MetaRectangle *inner_rect);
diff -Nru mutter-3.14.3/doc/reference/html/MetaScreen.html mutter-3.14.4/doc/reference/html/MetaScreen.html --- mutter-3.14.3/doc/reference/html/MetaScreen.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaScreen.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaScreen +MetaScreen: Mutter Reference Manual @@ -92,7 +92,7 @@
-GSList * +GSList * meta_screen_get_startup_sequences () @@ -100,7 +100,7 @@
-GList * +GList * meta_screen_get_workspaces () @@ -222,7 +222,7 @@
gintgint n-workspaces Read
void in-fullscreen-changedRun LastRun Last
void monitors-changedRun LastRun Last
void restackedRun LastRun Last
void startup-sequence-changedRun LastRun Last
void window-entered-monitorRun LastRun Last
void window-left-monitorRun LastRun Last
void workareas-changedRun LastRun Last
void workspace-addedRun LastRun Last
void workspace-removedRun LastRun Last
void workspace-switchedRun LastRun Last
@@ -315,7 +315,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaScreen
 
@@ -428,7 +428,7 @@

meta_screen_get_startup_sequences ()

-
GSList *
+
GSList *
 meta_screen_get_startup_sequences (MetaScreen *screen);

Returns

@@ -439,7 +439,7 @@

meta_screen_get_workspaces ()

-
GList *
+
GList *
 meta_screen_get_workspaces (MetaScreen *screen);

Parameters

@@ -477,7 +477,7 @@ int index);

Gets the workspace object for one of a screen's workspaces given the workspace index. It's valid to call this function with an out-of-range index and it -will robustly return NULL.

+will robustly return NULL.

Parameters

@@ -502,7 +502,7 @@

Returns

-

the workspace object with specified index, or NULL +

the workspace object with specified index, or NULL if the index is out of range.

[transfer none]

@@ -513,15 +513,15 @@
void
 meta_screen_remove_workspace (MetaScreen *screen,
                               MetaWorkspace *workspace,
-                              guint32 timestamp);
+ guint32 timestamp);

meta_screen_append_new_workspace ()

MetaWorkspace *
 meta_screen_append_new_workspace (MetaScreen *screen,
-                                  gboolean activate,
-                                  guint32 timestamp);
+ gboolean activate, + guint32 timestamp);

Append a new workspace to the screen and (optionally) switch to that screen.

@@ -540,7 +540,7 @@
- + @@ -725,7 +725,7 @@

meta_screen_focus_default_window ()

void
 meta_screen_focus_default_window (MetaScreen *screen,
-                                  guint32 timestamp);
+ guint32 timestamp);
@@ -733,7 +733,7 @@
void
 meta_screen_override_workspace_layout (MetaScreen *screen,
                                        MetaScreenCorner starting_corner,
-                                       gboolean vertical_layout,
+                                       gboolean vertical_layout,
                                        int n_rows,
                                        int n_columns);

Explicitly set the layout of workspaces. Once this has been called, the contents of the @@ -759,7 +759,7 @@

- + @@ -841,7 +841,7 @@

Property Details

The “n-workspaces” property

-
  “n-workspaces”             gint
+
  “n-workspaces”             gint

Number of workspaces.

Flags: Read

Allowed values: >= 1

@@ -854,90 +854,90 @@

The “in-fullscreen-changed” signal

void
 user_function (MetaScreen *metascreen,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “monitors-changed” signal

void
 user_function (MetaScreen *metascreen,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “restacked” signal

void
 user_function (MetaScreen *metascreen,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “startup-sequence-changed” signal

void
 user_function (MetaScreen *metascreen,
-               gpointer    arg1,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer arg1, + gpointer user_data) +

Flags: Run Last


The “window-entered-monitor” signal

void
 user_function (MetaScreen *metascreen,
-               gint        arg1,
+               gint        arg1,
                MetaWindow *arg2,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “window-left-monitor” signal

void
 user_function (MetaScreen *metascreen,
-               gint        arg1,
+               gint        arg1,
                MetaWindow *arg2,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “workareas-changed” signal

void
 user_function (MetaScreen *metascreen,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “workspace-added” signal

void
 user_function (MetaScreen *metascreen,
-               gint        arg1,
-               gpointer    user_data)
-

Flags: Run Last

+ gint arg1, + gpointer user_data) +

Flags: Run Last


The “workspace-removed” signal

void
 user_function (MetaScreen *metascreen,
-               gint        arg1,
-               gpointer    user_data)
-

Flags: Run Last

+ gint arg1, + gpointer user_data) +

Flags: Run Last


The “workspace-switched” signal

void
 user_function (MetaScreen         *metascreen,
-               gint                arg1,
-               gint                arg2,
+               gint                arg1,
+               gint                arg2,
                MetaMotionDirection arg3,
-               gpointer            user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/MetaShadowFactory.html mutter-3.14.4/doc/reference/html/MetaShadowFactory.html --- mutter-3.14.3/doc/reference/html/MetaShadowFactory.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaShadowFactory.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaShadowFactory +MetaShadowFactory: Mutter Reference Manual @@ -79,7 +79,7 @@ - +

activate

TRUE if the workspace should be switched to after creation

TRUE if the workspace should be switched to after creation

 

vertical_layout

if TRUE the workspaces are laid out in columns rather than rows

if TRUE the workspaces are laid out in columns rather than rows

 
void changedRun LastRun Last
@@ -108,7 +108,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaShadowFactory
 
@@ -133,7 +133,7 @@
void
 meta_shadow_factory_set_params (MetaShadowFactory *factory,
                                 const char *class_name,
-                                gboolean focused,
+                                gboolean focused,
                                 MetaShadowParams *params);

Updates the shadow parameters for a particular class of shadows for either the focused or unfocused state. If the class name @@ -183,7 +183,7 @@

void
 meta_shadow_factory_get_params (MetaShadowFactory *factory,
                                 const char *class_name,
-                                gboolean focused,
+                                gboolean focused,
                                 MetaShadowParams *params);

Gets the shadow parameters for a particular class of shadows for either the focused or unfocused state. If the class name @@ -270,7 +270,7 @@   -

guint8 opacity;

+

guint8 opacity;

opacity of the shadow, from 0 to 255

  @@ -298,8 +298,8 @@

The “changed” signal

void
 user_function (MetaShadowFactory *metashadowfactory,
-               gpointer           user_data)
-

Flags: Run Last

+ gpointer user_data)
+

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/MetaShapedTexture.html mutter-3.14.4/doc/reference/html/MetaShapedTexture.html --- mutter-3.14.3/doc/reference/html/MetaShapedTexture.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaShapedTexture.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaShapedTexture +MetaShapedTexture: Mutter Reference Manual @@ -60,7 +60,7 @@ -gboolean +gboolean meta_shaped_texture_update_area () @@ -104,7 +104,7 @@ void size-changed -Run Last +Run Last
@@ -129,8 +129,8 @@

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
+
    GObject
+    ╰── GInitiallyUnowned
         ╰── ClutterActor
             ╰── MetaShapedTexture
 
@@ -157,12 +157,12 @@
void
 meta_shaped_texture_set_create_mipmaps
                                (MetaShapedTexture *stex,
-                                gboolean create_mipmaps);
+ gboolean create_mipmaps);

meta_shaped_texture_update_area ()

-
gboolean
+
gboolean
 meta_shaped_texture_update_area (MetaShapedTexture *stex,
                                  int x,
                                  int y,
@@ -313,8 +313,8 @@
 

The “size-changed” signal

void
 user_function (MetaShapedTexture *metashapedtexture,
-               gpointer           user_data)
-

Flags: Run Last

+ gpointer user_data)
+

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/meta-Utility-functions.html mutter-3.14.4/doc/reference/html/meta-Utility-functions.html --- mutter-3.14.3/doc/reference/html/meta-Utility-functions.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/meta-Utility-functions.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Utility functions +Utility functions: Mutter Reference Manual @@ -41,7 +41,7 @@ -gboolean +gboolean meta_is_verbose () @@ -57,7 +57,7 @@ -gboolean +gboolean meta_is_debugging () @@ -73,7 +73,7 @@ -gboolean +gboolean meta_is_syncing () @@ -177,7 +177,7 @@ -gint +gint meta_unsigned_long_equal () @@ -185,7 +185,7 @@ -guint +guint meta_unsigned_long_hash () @@ -223,7 +223,7 @@ -GPid +GPid meta_show_dialog () @@ -231,7 +231,7 @@ -guint +guint meta_later_add () @@ -286,31 +286,31 @@

Functions

meta_is_verbose ()

-
gboolean
+
gboolean
 meta_is_verbose (void);

meta_set_verbose ()

void
-meta_set_verbose (gboolean setting);
+meta_set_verbose (gboolean setting);

meta_is_debugging ()

-
gboolean
+
gboolean
 meta_is_debugging (void);

meta_set_debugging ()

void
-meta_set_debugging (gboolean setting);
+meta_set_debugging (gboolean setting);

meta_is_syncing ()

-
gboolean
+
gboolean
 meta_is_syncing (void);

Returns whether X synchronisation is currently enabled.

FIXME: This is *only* called by meta_display_open(), but by that time @@ -319,8 +319,8 @@ pointless.

Returns

-

TRUE if we must wait for events whenever we send X requests; -FALSE otherwise.

+

TRUE if we must wait for events whenever we send X requests; +FALSE otherwise.

@@ -328,7 +328,7 @@

meta_set_syncing ()

void
-meta_set_syncing (gboolean setting);
+meta_set_syncing (gboolean setting);

A handy way to turn on synchronisation on or off for every display.

Parameters

@@ -350,7 +350,7 @@

meta_set_replace_current_wm ()

void
-meta_set_replace_current_wm (gboolean setting);
+meta_set_replace_current_wm (gboolean setting);

@@ -461,15 +461,15 @@

meta_unsigned_long_equal ()

-
gint
-meta_unsigned_long_equal (gconstpointer v1,
-                          gconstpointer v2);
+
gint
+meta_unsigned_long_equal (gconstpointer v1,
+                          gconstpointer v2);

meta_unsigned_long_hash ()

-
guint
-meta_unsigned_long_hash (gconstpointer v);
+
guint
+meta_unsigned_long_hash (gconstpointer v);

@@ -509,14 +509,14 @@

meta_g_utf8_strndup ()

char *
-meta_g_utf8_strndup (const gchar *src,
-                     gsize n);
+meta_g_utf8_strndup (const gchar *src, + gsize n);

meta_free_gslist_and_elements ()

void
-meta_free_gslist_and_elements (GSList *list_to_deep_free);
+meta_free_gslist_and_elements (GSList *list_to_deep_free);

Parameters

@@ -536,7 +536,7 @@

meta_show_dialog ()

-
GPid
+
GPid
 meta_show_dialog (const char *type,
                   const char *message,
                   const char *timeout,
@@ -545,8 +545,8 @@
                   const char *cancel_text,
                   const char *icon_name,
                   const int transient_for,
-                  GSList *columns,
-                  GSList *entries);
+ GSList *columns, + GSList *entries);

Parameters

@@ -613,14 +613,14 @@

meta_later_add ()

-
guint
+
guint
 meta_later_add (MetaLaterType when,
-                GSourceFunc func,
-                gpointer data,
-                GDestroyNotify notify);
+ GSourceFunc func, + gpointer data, + GDestroyNotify notify);

Sets up a callback to be called at some later time. when determines the -particular later occasion at which it is called. This is much like g_idle_add(), +particular later occasion at which it is called. This is much like g_idle_add(), except that the functions interact properly with clutter event handling. If a "later" function is added from a clutter event handler, and is supposed to be run before the stage is redrawn, it will be run before that redraw @@ -652,7 +652,7 @@

+when it is no longer in use, or NULL

@@ -669,7 +669,7 @@

meta_later_remove ()

void
-meta_later_remove (guint later_id);
+meta_later_remove (guint later_id);

Removes a callback added with meta_later_add()

Parameters

diff -Nru mutter-3.14.3/doc/reference/html/MetaWindowActor.html mutter-3.14.4/doc/reference/html/MetaWindowActor.html --- mutter-3.14.3/doc/reference/html/MetaWindowActor.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaWindowActor.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaWindowActor +MetaWindowActor: Mutter Reference Manual @@ -69,7 +69,7 @@
- + +gchar * @@ -118,7 +118,7 @@ - +

notify

function to call to destroy data -when it is no longer in use, or NULL

 
-gboolean +gboolean meta_window_actor_is_destroyed () @@ -94,13 +94,13 @@ Read / Write / Construct Only
gbooleangboolean no-shadow Read / Write
-gchar * shadow-class Read / Write
void first-frameRun LastRun Last
@@ -143,8 +143,8 @@

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
+
    GObject
+    ╰── GInitiallyUnowned
         ╰── ClutterActor
             ╰── MetaWindowActor
 
@@ -223,7 +223,7 @@

meta_window_actor_is_destroyed ()

-
gboolean
+
gboolean
 meta_window_actor_is_destroyed (MetaWindowActor *self);

Gets whether the X window that the actor was displaying has been destroyed

@@ -243,7 +243,7 @@

Returns

-

TRUE when the window is destroyed, otherwise FALSE

+

TRUE when the window is destroyed, otherwise FALSE

@@ -273,7 +273,7 @@

The “no-shadow” property

-
  “no-shadow”                gboolean
+
  “no-shadow”                gboolean

Do not add shaddow to this window.

Flags: Read / Write

Default value: FALSE

@@ -281,7 +281,7 @@

The “shadow-class” property

-
  “shadow-class”             gchar *
+
  “shadow-class”             gchar *

NULL means to use the default shadow class for this window type.

Flags: Read / Write

Default value: NULL

@@ -293,7 +293,7 @@

The “first-frame” signal

void
 user_function (MetaWindowActor *actor,
-               gpointer         user_data)
+ gpointer user_data)

The ::first-frame signal will be emitted the first time a frame of window contents has been drawn by the application and Mutter has had the chance to drawn that frame to the screen. If the @@ -327,7 +327,7 @@

-

Flags: Run Last

+

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/MetaWindow.html mutter-3.14.4/doc/reference/html/MetaWindow.html --- mutter-3.14.3/doc/reference/html/MetaWindow.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaWindow.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaWindow +MetaWindow: Mutter Reference Manual @@ -52,7 +52,7 @@ -gboolean +gboolean meta_window_has_focus () @@ -60,7 +60,7 @@ -gboolean +gboolean meta_window_appears_focused () @@ -68,7 +68,7 @@ -gboolean +gboolean meta_window_is_shaded () @@ -76,7 +76,7 @@ -gboolean +gboolean meta_window_is_monitor_sized () @@ -84,7 +84,7 @@ -gboolean +gboolean meta_window_is_override_redirect () @@ -92,7 +92,7 @@ -gboolean +gboolean meta_window_is_skip_taskbar () @@ -188,7 +188,7 @@ -gboolean +gboolean meta_window_is_on_all_workspaces () @@ -196,7 +196,7 @@ -gboolean +gboolean meta_window_located_on_workspace () @@ -204,7 +204,7 @@ -gboolean +gboolean meta_window_is_hidden () @@ -249,7 +249,7 @@ -gboolean +gboolean meta_window_showing_on_its_workspace () @@ -362,7 +362,7 @@ -GObject * +GObject * meta_window_get_compositor_private () @@ -401,7 +401,7 @@ -gboolean +gboolean meta_window_is_ancestor_of_transient () @@ -409,7 +409,7 @@ -gboolean +gboolean (*MetaWindowForeachFunc) () @@ -441,7 +441,7 @@ -gboolean +gboolean meta_window_is_fullscreen () @@ -449,7 +449,7 @@ -gboolean +gboolean meta_window_is_on_primary_monitor () @@ -457,7 +457,7 @@ -gboolean +gboolean meta_window_requested_bypass_compositor () @@ -465,7 +465,7 @@ -gboolean +gboolean meta_window_requested_dont_bypass_compositor () @@ -473,7 +473,7 @@ -gboolean +gboolean meta_window_get_icon_geometry () @@ -560,7 +560,7 @@ -guint +guint meta_window_get_stable_sequence () @@ -568,7 +568,7 @@ -guint32 +guint32 meta_window_get_user_time () @@ -591,7 +591,7 @@ -gboolean +gboolean meta_window_is_remote () @@ -599,7 +599,7 @@ -gboolean +gboolean meta_window_is_attached_dialog () @@ -769,63 +769,63 @@ -gboolean +gboolean above Read -gboolean +gboolean appears-focused Read -gboolean +gboolean decorated Read -gboolean +gboolean demands-attention Read -gboolean +gboolean fullscreen Read -gchar * +gchar * gtk-app-menu-object-path Read -gchar * +gchar * gtk-application-id Read -gchar * +gchar * gtk-application-object-path Read -gchar * +gchar * gtk-menubar-object-path Read -gchar * +gchar * gtk-unique-bus-name Read -gchar * +gchar * gtk-window-object-path Read @@ -836,12 +836,12 @@ Read -gboolean +gboolean maximized-horizontally Read -gboolean +gboolean maximized-vertically Read @@ -852,44 +852,44 @@ Read -gboolean +gboolean minimized Read -gchar * +gchar * mutter-hints Read -gboolean +gboolean on-all-workspaces Read -gboolean +gboolean resizeable Read -gboolean +gboolean skip-taskbar Read -gchar * +gchar * title Read -gboolean +gboolean urgent Read -guint +guint user-time Read @@ -900,7 +900,7 @@ -gchar * +gchar * wm-class Read @@ -919,32 +919,32 @@ void focus -Run Last +Run Last void position-changed -Run Last +Run Last void raised -Run Last +Run Last void size-changed -Run Last +Run Last void unmanaged -Run Last +Run Last void workspace-changed -Run Last +Run Last @@ -978,7 +978,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaWindow
 
@@ -1010,13 +1010,13 @@

meta_window_has_focus ()

-
gboolean
+
gboolean
 meta_window_has_focus (MetaWindow *window);

meta_window_appears_focused ()

-
gboolean
+
gboolean
 meta_window_appears_focused (MetaWindow *window);

Determines if the window should be drawn with a focused appearance. This is true for focused windows but also true for windows with a focused modal @@ -1038,20 +1038,20 @@

Returns

-

TRUE if the window should be drawn with a focused frame

+

TRUE if the window should be drawn with a focused frame


meta_window_is_shaded ()

-
gboolean
+
gboolean
 meta_window_is_shaded (MetaWindow *window);

meta_window_is_monitor_sized ()

-
gboolean
+
gboolean
 meta_window_is_monitor_sized (MetaWindow *window);

Parameters

@@ -1070,7 +1070,7 @@

Returns

-

TRUE if the window is occupies an entire monitor or +

TRUE if the window is occupies an entire monitor or the whole screen.

@@ -1078,7 +1078,7 @@

meta_window_is_override_redirect ()

-
gboolean
+
gboolean
 meta_window_is_override_redirect (MetaWindow *window);

Parameters

@@ -1097,7 +1097,7 @@

Returns

-

TRUE if this window isn't managed by mutter; it will +

TRUE if this window isn't managed by mutter; it will control its own positioning and mutter won't draw decorations among other things. In X terminology this is "override redirect".

@@ -1106,7 +1106,7 @@

meta_window_is_skip_taskbar ()

-
gboolean
+
gboolean
 meta_window_is_skip_taskbar (MetaWindow *window);

Gets whether this window should be ignored by task lists.

@@ -1126,7 +1126,7 @@

Returns

-

TRUE if the skip bar hint is set.

+

TRUE if the skip bar hint is set.

@@ -1452,13 +1452,13 @@

meta_window_is_on_all_workspaces ()

-
gboolean
+
gboolean
 meta_window_is_on_all_workspaces (MetaWindow *window);

meta_window_located_on_workspace ()

-
gboolean
+
gboolean
 meta_window_located_on_workspace (MetaWindow *window,
                                   MetaWorkspace *workspace);
@@ -1495,7 +1495,7 @@

meta_window_is_hidden ()

-
gboolean
+
gboolean
 meta_window_is_hidden (MetaWindow *window);

@@ -1503,14 +1503,14 @@

meta_window_activate ()

void
 meta_window_activate (MetaWindow *window,
-                      guint32 current_time);
+ guint32 current_time);

meta_window_activate_with_workspace ()

void
 meta_window_activate_with_workspace (MetaWindow *window,
-                                     guint32 current_time,
+                                     guint32 current_time,
                                      MetaWorkspace *workspace);

@@ -1566,7 +1566,7 @@

meta_window_showing_on_its_workspace ()

-
gboolean
+
gboolean
 meta_window_showing_on_its_workspace (MetaWindow *window);

Parameters

@@ -1585,7 +1585,7 @@

Returns

-

TRUE if window would be visible, if its workspace was current

+

TRUE if window would be visible, if its workspace was current

@@ -1754,7 +1754,7 @@

meta_window_move_frame ()

void
 meta_window_move_frame (MetaWindow *window,
-                        gboolean user_op,
+                        gboolean user_op,
                         int root_x_nw,
                         int root_y_nw);

Moves the window to the desired location on window's assigned @@ -1799,7 +1799,7 @@

meta_window_move_resize_frame ()

void
 meta_window_move_resize_frame (MetaWindow *window,
-                               gboolean user_op,
+                               gboolean user_op,
                                int root_x_nw,
                                int root_y_nw,
                                int w,
@@ -1904,8 +1904,8 @@
 

meta_window_change_workspace_by_index ()

void
 meta_window_change_workspace_by_index (MetaWindow *window,
-                                       gint space_index,
-                                       gboolean append);
+ gint space_index, + gboolean append);

@@ -1917,7 +1917,7 @@

meta_window_get_compositor_private ()

-
GObject *
+
GObject *
 meta_window_get_compositor_private (MetaWindow *window);

Gets the compositor's wrapper object for window .

@@ -1947,7 +1947,7 @@

meta_window_set_compositor_private ()

void
 meta_window_set_compositor_private (MetaWindow *window,
-                                    GObject *priv);
+ GObject *priv);

@@ -1993,7 +1993,7 @@

meta_window_is_ancestor_of_transient ()

-
gboolean
+
gboolean
 meta_window_is_ancestor_of_transient (MetaWindow *window,
                                       MetaWindow *transient);

The function determines whether window @@ -2027,14 +2027,14 @@

Returns

-

TRUE if window is an ancestor of transient.

+

TRUE if window is an ancestor of transient.

[transfer none]


MetaWindowForeachFunc ()

-
gboolean
+
gboolean
 (*MetaWindowForeachFunc) (MetaWindow *window,
                           void *user_data);
@@ -2052,7 +2052,7 @@ . The order of window enumeration is not defined.

Iteration will stop if func - at any point returns FALSE.

+ at any point returns FALSE.

Parameters

@@ -2093,7 +2093,7 @@ is transient, call func with the window for which it's transient, repeatedly until either we find a non-transient window, or func - returns FALSE.

+ returns FALSE.

Parameters

@@ -2154,7 +2154,7 @@

meta_window_is_fullscreen ()

-
gboolean
+
gboolean
 meta_window_is_fullscreen (MetaWindow *window);

Parameters

@@ -2173,14 +2173,14 @@

Returns

-

TRUE if the window is currently fullscreen

+

TRUE if the window is currently fullscreen


meta_window_is_on_primary_monitor ()

-
gboolean
+
gboolean
 meta_window_is_on_primary_monitor (MetaWindow *window);

Parameters

@@ -2199,14 +2199,14 @@

Returns

-

TRUE if the window is on the primary monitor

+

TRUE if the window is on the primary monitor


meta_window_requested_bypass_compositor ()

-
gboolean
+
gboolean
 meta_window_requested_bypass_compositor
                                (MetaWindow *window);
@@ -2226,14 +2226,14 @@

Returns

-

TRUE if the window requested to bypass the compositor

+

TRUE if the window requested to bypass the compositor


meta_window_requested_dont_bypass_compositor ()

-
gboolean
+
gboolean
 meta_window_requested_dont_bypass_compositor
                                (MetaWindow *window);
@@ -2253,14 +2253,14 @@

Returns

-

TRUE if the window requested to opt out of unredirecting

+

TRUE if the window requested to opt out of unredirecting


meta_window_get_icon_geometry ()

-
gboolean
+
gboolean
 meta_window_get_icon_geometry (MetaWindow *window,
                                MetaRectangle *rect);

Gets the location of the icon corresponding to the window. The location @@ -2290,7 +2290,7 @@

Returns

-

TRUE if the icon geometry was succesfully retrieved.

+

TRUE if the icon geometry was succesfully retrieved.

@@ -2319,7 +2319,7 @@ - + @@ -2418,7 +2418,7 @@

Returns

the window this window is transient for, or -NULL if the WM_TRANSIENT_FOR hint is unset or does not point to a toplevel +NULL if the WM_TRANSIENT_FOR hint is unset or does not point to a toplevel window that Metacity knows about.

[transfer none]

@@ -2428,12 +2428,12 @@

meta_window_delete ()

void
 meta_window_delete (MetaWindow *window,
-                    guint32 timestamp);
+ guint32 timestamp);

meta_window_get_stable_sequence ()

-
guint
+
guint
 meta_window_get_stable_sequence (MetaWindow *window);

The stable sequence number is a monotonicially increasing unique integer assigned to each MetaWindow upon creation.

@@ -2463,7 +2463,7 @@

meta_window_get_user_time ()

-
guint32
+
guint32
 meta_window_get_user_time (MetaWindow *window);

The user time represents a timestamp for the last time the user interacted with this window. Note this property is only available @@ -2554,7 +2554,7 @@


meta_window_is_remote ()

-
gboolean
+
gboolean
 meta_window_is_remote (MetaWindow *window);

Parameters

@@ -2573,7 +2573,7 @@

Returns

-

TRUE if this window originates from a host +

TRUE if this window originates from a host different from the one running mutter.

@@ -2581,12 +2581,12 @@

meta_window_is_attached_dialog ()

-
gboolean
+
gboolean
 meta_window_is_attached_dialog (MetaWindow *window);

Tests if window is should be attached to its parent window. (If the "attach_modal_dialogs" option is not enabled, this will -always return FALSE.)

+always return FALSE.)

Parameters

rect

rectangle with the desired geometry or NULL.

rectangle with the desired geometry or NULL.

[nullable]
@@ -2639,7 +2639,7 @@

Returns

-

the _MUTTER_HINTS string, or NULL if no hints +

the _MUTTER_HINTS string, or NULL if no hints are set.

[transfer none]

@@ -2695,7 +2695,7 @@

Returns

a cairo_region_t -holding the outer bounds of the window, or NULL if the window +holding the outer bounds of the window, or NULL if the window doesn't have a frame.

[transfer none][nullable]

@@ -2733,7 +2733,7 @@

Returns

the matching tiled window or -NULL if it doesn't exist.

+NULL if it doesn't exist.

[transfer none][nullable]

@@ -2766,14 +2766,14 @@

meta_window_shade ()

void
 meta_window_shade (MetaWindow *window,
-                   guint32 timestamp);
+ guint32 timestamp);

meta_window_unshade ()

void
 meta_window_unshade (MetaWindow *window,
-                     guint32 timestamp);
+ guint32 timestamp);

@@ -2798,14 +2798,14 @@

meta_window_focus ()

void
 meta_window_focus (MetaWindow *window,
-                   guint32 timestamp);
+ guint32 timestamp);

meta_window_check_alive ()

void
 meta_window_check_alive (MetaWindow *window,
-                         guint32 timestamp);
+ guint32 timestamp);

@@ -2916,8 +2916,8 @@
void
 meta_window_begin_grab_op (MetaWindow *window,
                            MetaGrabOp op,
-                           gboolean frame_action,
-                           guint32 timestamp);
+ gboolean frame_action, + guint32 timestamp);
@@ -3101,7 +3101,7 @@

Property Details

The “above” property

-
  “above”                    gboolean
+
  “above”                    gboolean

Whether the window is shown as always-on-top.

Flags: Read

Default value: FALSE

@@ -3109,7 +3109,7 @@

The “appears-focused” property

-
  “appears-focused”          gboolean
+
  “appears-focused”          gboolean

Whether the window is drawn as being focused.

Flags: Read

Default value: FALSE

@@ -3117,7 +3117,7 @@

The “decorated” property

-
  “decorated”                gboolean
+
  “decorated”                gboolean

Whether window is decorated.

Flags: Read

Default value: TRUE

@@ -3125,7 +3125,7 @@

The “demands-attention” property

-
  “demands-attention”        gboolean
+
  “demands-attention”        gboolean

Whether the window has _NET_WM_STATE_DEMANDS_ATTENTION set.

Flags: Read

Default value: FALSE

@@ -3133,7 +3133,7 @@

The “fullscreen” property

-
  “fullscreen”               gboolean
+
  “fullscreen”               gboolean

Whether window is fullscreened.

Flags: Read

Default value: FALSE

@@ -3141,7 +3141,7 @@

The “gtk-app-menu-object-path” property

-
  “gtk-app-menu-object-path” gchar *
+
  “gtk-app-menu-object-path” gchar *

Contents of the _GTK_APP_MENU_OBJECT_PATH property of this window.

Flags: Read

Default value: NULL

@@ -3149,7 +3149,7 @@

The “gtk-application-id” property

-
  “gtk-application-id”       gchar *
+
  “gtk-application-id”       gchar *

Contents of the _GTK_APPLICATION_ID property of this window.

Flags: Read

Default value: NULL

@@ -3157,7 +3157,7 @@

The “gtk-application-object-path” property

-
  “gtk-application-object-path” gchar *
+
  “gtk-application-object-path” gchar *

Contents of the _GTK_APPLICATION_OBJECT_PATH property of this window.

Flags: Read

Default value: NULL

@@ -3165,7 +3165,7 @@

The “gtk-menubar-object-path” property

-
  “gtk-menubar-object-path”  gchar *
+
  “gtk-menubar-object-path”  gchar *

Contents of the _GTK_MENUBAR_OBJECT_PATH property of this window.

Flags: Read

Default value: NULL

@@ -3173,7 +3173,7 @@

The “gtk-unique-bus-name” property

-
  “gtk-unique-bus-name”      gchar *
+
  “gtk-unique-bus-name”      gchar *

Contents of the _GTK_UNIQUE_BUS_NAME property of this window.

Flags: Read

Default value: NULL

@@ -3181,7 +3181,7 @@

The “gtk-window-object-path” property

-
  “gtk-window-object-path”   gchar *
+
  “gtk-window-object-path”   gchar *

Contents of the _GTK_WINDOW_OBJECT_PATH property of this window.

Flags: Read

Default value: NULL

@@ -3196,7 +3196,7 @@

The “maximized-horizontally” property

-
  “maximized-horizontally”   gboolean
+
  “maximized-horizontally”   gboolean

Whether window is maximized horizontally.

Flags: Read

Default value: FALSE

@@ -3204,7 +3204,7 @@

The “maximized-vertically” property

-
  “maximized-vertically”     gboolean
+
  “maximized-vertically”     gboolean

Whether window is maximized vertically.

Flags: Read

Default value: FALSE

@@ -3219,7 +3219,7 @@

The “minimized” property

-
  “minimized”                gboolean
+
  “minimized”                gboolean

Whether window is minimized.

Flags: Read

Default value: FALSE

@@ -3227,7 +3227,7 @@

The “mutter-hints” property

-
  “mutter-hints”             gchar *
+
  “mutter-hints”             gchar *

Contents of the _MUTTER_HINTS property of this window.

Flags: Read

Default value: NULL

@@ -3235,7 +3235,7 @@

The “on-all-workspaces” property

-
  “on-all-workspaces”        gboolean
+
  “on-all-workspaces”        gboolean

Whether the window is set to appear on all workspaces.

Flags: Read

Default value: FALSE

@@ -3243,7 +3243,7 @@

The “resizeable” property

-
  “resizeable”               gboolean
+
  “resizeable”               gboolean

Whether the window can be resized.

Flags: Read

Default value: FALSE

@@ -3251,7 +3251,7 @@

The “skip-taskbar” property

-
  “skip-taskbar”             gboolean
+
  “skip-taskbar”             gboolean

Whether the skip-taskbar flag of WM_HINTS is set.

Flags: Read

Default value: FALSE

@@ -3259,7 +3259,7 @@

The “title” property

-
  “title”                    gchar *
+
  “title”                    gchar *

The title of the window.

Flags: Read

Default value: NULL

@@ -3267,7 +3267,7 @@

The “urgent” property

-
  “urgent”                   gboolean
+
  “urgent”                   gboolean

Whether the urgent flag of WM_HINTS is set.

Flags: Read

Default value: FALSE

@@ -3275,7 +3275,7 @@

The “user-time” property

-
  “user-time”                guint
+
  “user-time”                guint

Timestamp of last user interaction.

Flags: Read

Default value: 0

@@ -3291,7 +3291,7 @@

The “wm-class” property

-
  “wm-class”                 gchar *
+
  “wm-class”                 gchar *

Contents of the WM_CLASS property of this window.

Flags: Read

Default value: NULL

@@ -3303,15 +3303,15 @@

The “focus” signal

void
 user_function (MetaWindow *metawindow,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “position-changed” signal

void
 user_function (MetaWindow *window,
-               gpointer    user_data)
+ gpointer user_data)

This is emitted when the position of a window might have changed. Specifically, this is emitted when the position of the toplevel window has changed, or when @@ -3338,22 +3338,22 @@

-

Flags: Run Last

+

Flags: Run Last


The “raised” signal

void
 user_function (MetaWindow *metawindow,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data)
+

Flags: Run Last


The “size-changed” signal

void
 user_function (MetaWindow *window,
-               gpointer    user_data)
+ gpointer user_data)

This is emitted when the position of a window might have changed. Specifically, this is emitted when the size of the toplevel window has changed, or when the @@ -3380,23 +3380,23 @@

-

Flags: Run Last

+

Flags: Run Last


The “unmanaged” signal

void
 user_function (MetaWindow *metawindow,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


The “workspace-changed” signal

void
 user_function (MetaWindow *metawindow,
-               gpointer    user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/MetaWorkspace.html mutter-3.14.4/doc/reference/html/MetaWorkspace.html --- mutter-3.14.3/doc/reference/html/MetaWorkspace.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/MetaWorkspace.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: MetaWorkspace +MetaWorkspace: Mutter Reference Manual @@ -60,7 +60,7 @@ -GList * +GList * meta_workspace_list_windows () @@ -127,12 +127,12 @@ -guint +guint n-windows Read -guint +guint workspace-index Read @@ -151,12 +151,12 @@ void window-added -Run Last +Run Last void window-removed -Run Last +Run Last @@ -182,7 +182,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── MetaWorkspace
 
@@ -231,7 +231,7 @@

meta_workspace_list_windows ()

-
GList *
+
GList *
 meta_workspace_list_windows (MetaWorkspace *workspace);

Gets windows contained on the workspace, including workspace->windows and also sticky windows. Override-redirect windows are not included.

@@ -334,7 +334,7 @@

meta_workspace_activate ()

void
 meta_workspace_activate (MetaWorkspace *workspace,
-                         guint32 timestamp);
+ guint32 timestamp);

@@ -342,7 +342,7 @@
void
 meta_workspace_activate_with_focus (MetaWorkspace *workspace,
                                     MetaWindow *focus_this,
-                                    guint32 timestamp);
+ guint32 timestamp);

Switches to workspace and possibly activates the window focus_this .

@@ -373,7 +373,7 @@

focus_this

-

the MetaWindow to be focused, or NULL

+

the MetaWindow to be focused, or NULL

  @@ -391,7 +391,7 @@

meta_workspace_set_builtin_struts ()

void
 meta_workspace_set_builtin_struts (MetaWorkspace *workspace,
-                                   GSList *struts);
+ GSList *struts);

Sets a list of struts that will be used in addition to the struts of the windows in the workspace when computing the work area of the workspace.

@@ -478,7 +478,7 @@

Property Details

The “n-windows” property

-
  “n-windows”                guint
+
  “n-windows”                guint

Number of windows.

Flags: Read

Default value: 0

@@ -486,7 +486,7 @@

The “workspace-index” property

-
  “workspace-index”          guint
+
  “workspace-index”          guint

The workspace's index.

Flags: Read

Default value: 0

@@ -499,8 +499,8 @@
void
 user_function (MetaWorkspace *metaworkspace,
                MetaWindow    *arg1,
-               gpointer       user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last


@@ -508,8 +508,8 @@
void
 user_function (MetaWorkspace *metaworkspace,
                MetaWindow    *arg1,
-               gpointer       user_data)
-

Flags: Run Last

+ gpointer user_data) +

Flags: Run Last

diff -Nru mutter-3.14.3/doc/reference/html/mutter-overview.html mutter-3.14.4/doc/reference/html/mutter-overview.html --- mutter-3.14.3/doc/reference/html/mutter-overview.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/mutter-overview.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Part I. Overview +Part I. Overview: Mutter Reference Manual @@ -25,7 +25,7 @@

Mutter is a GObject-based library for creating compositing window managers.

-

Compositors that wish to use Mutter must implement a subclass of MetaPlugin and register it with meta_plugin_manager_set_plugin_type() before calling meta_init() but after g_type_init().

+

Compositors that wish to use Mutter must implement a subclass of MetaPlugin and register it with meta_plugin_manager_set_plugin_type() before calling meta_init() but after g_type_init().

MetaPlugin provides virtual functions that allow to override default behavior in the window management code, such as the effect to perform when a window is created or when switching workspaces.

diff -Nru mutter-3.14.3/doc/reference/html/object-tree.html mutter-3.14.4/doc/reference/html/object-tree.html --- mutter-3.14.3/doc/reference/html/object-tree.html 2014-12-19 11:15:00.000000000 +0000 +++ mutter-3.14.4/doc/reference/html/object-tree.html 2015-03-23 17:43:00.000000000 +0000 @@ -2,7 +2,7 @@ -Mutter Reference Manual: Object Hierarchy +Object Hierarchy: Mutter Reference Manual @@ -23,8 +23,8 @@

Object Hierarchy

-    GObject
-    ├── GInitiallyUnowned
+    GObject
+    ├── GInitiallyUnowned
        ╰── ClutterActor
            ├── MetaBackgroundActor
            ├── MetaShapedTexture
diff -Nru mutter-3.14.3/doc/reference/html/running-mutter.html mutter-3.14.4/doc/reference/html/running-mutter.html
--- mutter-3.14.3/doc/reference/html/running-mutter.html	2014-12-19 11:15:00.000000000 +0000
+++ mutter-3.14.4/doc/reference/html/running-mutter.html	2015-03-23 17:43:00.000000000 +0000
@@ -2,7 +2,7 @@
 
 
 
-Mutter Reference Manual: Part II. Running Mutter
+Part II. Running Mutter: Mutter Reference Manual
 
 
 
diff -Nru mutter-3.14.3/doc/reference/Makefile.in mutter-3.14.4/doc/reference/Makefile.in
--- mutter-3.14.3/doc/reference/Makefile.in	2014-12-19 11:14:48.000000000 +0000
+++ mutter-3.14.4/doc/reference/Makefile.in	2015-03-23 17:41:56.000000000 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,17 @@
 # Everything below here is generic #
 ####################################
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
       ?) ;; \
@@ -88,8 +98,6 @@
 @HAVE_WAYLAND_FALSE@	wayland				\
 @HAVE_WAYLAND_FALSE@	$(NULL)
 
-DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \
-	$(srcdir)/Makefile.am $(srcdir)/meta-docs.sgml.in
 subdir = doc/reference
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
@@ -99,6 +107,7 @@
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = $(top_builddir)/config.h
 CONFIG_CLEAN_FILES = meta-docs.sgml
@@ -123,6 +132,8 @@
     *) (install-info --version) >/dev/null 2>&1;; \
   esac
 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/meta-docs.sgml.in \
+	$(top_srcdir)/gtk-doc.make
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
@@ -143,7 +154,6 @@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@
-DATADIRNAME = @DATADIRNAME@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
@@ -429,6 +439,7 @@
 TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE)
 SETUP_FILES = \
 	$(content_files)		\
+	$(expand_content_files)		\
 	$(DOC_MAIN_SGML_FILE)		\
 	$(DOC_MODULE)-sections.txt	\
 	$(DOC_MODULE)-overrides.txt
@@ -518,7 +529,6 @@
 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/reference/Makefile'; \
 	$(am__cd) $(top_srcdir) && \
 	  $(AUTOMAKE) --foreign doc/reference/Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -527,7 +537,7 @@
 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 	esac;
-$(top_srcdir)/gtk-doc.make:
+$(top_srcdir)/gtk-doc.make $(am__empty):
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
@@ -705,6 +715,8 @@
 	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
 	uninstall-am uninstall-local
 
+.PRECIOUS: Makefile
+
 
 gtkdoc-check.test: Makefile
 	$(AM_V_GEN)echo "#!/bin/sh -e" > $@; \
@@ -722,7 +734,7 @@
 
 setup-build.stamp:
 	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-	    files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
+	    files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
 	    if test "x$$files" != "x" ; then \
 	        for file in $$files ; do \
 	            destdir=`dirname $(abs_builddir)/$$file`; \
@@ -771,7 +783,7 @@
 sgml.stamp: sgml-build.stamp
 	@true
 
-html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
 	$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
 	mkhtml_options=""; \
 	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -797,7 +809,7 @@
 	$(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
 	$(AM_V_at)touch html-build.stamp
 
-pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
 	$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
 	mkpdf_options=""; \
 	gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -826,12 +838,15 @@
 	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
 	  rm -f $(DOC_MODULE).types; \
 	fi
+	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
+	  rm -f $(DOC_MODULE)-sections.txt; \
+	fi
 
 distclean-local:
 	@rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
 	    $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 	@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-	    rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
+	    rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
 	fi
 
 maintainer-clean-local:
diff -Nru mutter-3.14.3/doc/reference/meta-docs.sgml mutter-3.14.4/doc/reference/meta-docs.sgml
--- mutter-3.14.3/doc/reference/meta-docs.sgml	2014-12-19 11:14:51.000000000 +0000
+++ mutter-3.14.4/doc/reference/meta-docs.sgml	2015-03-23 17:41:59.000000000 +0000
@@ -3,7 +3,7 @@
                "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
   
-  
+  
 ]>
 
   
diff -Nru mutter-3.14.3/gtk-doc.make mutter-3.14.4/gtk-doc.make
--- mutter-3.14.3/gtk-doc.make	2014-12-19 11:07:31.000000000 +0000
+++ mutter-3.14.4/gtk-doc.make	2015-03-23 17:41:42.000000000 +0000
@@ -25,6 +25,7 @@
 
 SETUP_FILES = \
 	$(content_files)		\
+	$(expand_content_files)		\
 	$(DOC_MAIN_SGML_FILE)		\
 	$(DOC_MODULE)-sections.txt	\
 	$(DOC_MODULE)-overrides.txt
@@ -86,7 +87,7 @@
 
 setup-build.stamp:
 	-$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-	    files=`echo $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types`; \
+	    files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \
 	    if test "x$$files" != "x" ; then \
 	        for file in $$files ; do \
 	            destdir=`dirname $(abs_builddir)/$$file`; \
@@ -162,7 +163,7 @@
 GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC_V_XREF_0=@echo "  DOC   Fixing cross-references";
 
-html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
 	$(GTK_DOC_V_HTML)rm -rf html && mkdir html && \
 	mkhtml_options=""; \
 	gtkdoc-mkhtml 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -194,7 +195,7 @@
 GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY))
 GTK_DOC_V_PDF_0=@echo "  DOC   Building PDF";
 
-pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files)
+pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files)
 	$(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \
 	mkpdf_options=""; \
 	gtkdoc-mkpdf 2>&1 --help | grep  >/dev/null "\-\-verbose"; \
@@ -223,12 +224,15 @@
 	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-types" ; then \
 	  rm -f $(DOC_MODULE).types; \
 	fi
+	@if echo $(SCAN_OPTIONS) | grep -q "\-\-rebuild-sections" ; then \
+	  rm -f $(DOC_MODULE)-sections.txt; \
+	fi
 
 distclean-local:
 	@rm -rf xml html $(REPORT_FILES) $(DOC_MODULE).pdf \
 	    $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 	@if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \
-	    rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
+	    rm -f $(SETUP_FILES) $(DOC_MODULE).types; \
 	fi
 
 maintainer-clean-local:
diff -Nru mutter-3.14.3/m4/intltool.m4 mutter-3.14.4/m4/intltool.m4
--- mutter-3.14.3/m4/intltool.m4	2014-12-19 11:07:31.000000000 +0000
+++ mutter-3.14.4/m4/intltool.m4	2015-03-23 17:41:42.000000000 +0000
@@ -155,31 +155,6 @@
 # Substitute ALL_LINGUAS so we can use it in po/Makefile
 AC_SUBST(ALL_LINGUAS)
 
-# Set DATADIRNAME correctly if it is not set yet
-# (copied from glib-gettext.m4)
-if test -z "$DATADIRNAME"; then
-  AC_LINK_IFELSE(
-    [AC_LANG_PROGRAM([[]],
-                     [[extern int _nl_msg_cat_cntr;
-                       return _nl_msg_cat_cntr]])],
-    [DATADIRNAME=share],
-    [case $host in
-    *-*-solaris*)
-    dnl On Solaris, if bind_textdomain_codeset is in libc,
-    dnl GNU format message catalog is always supported,
-    dnl since both are added to the libc all together.
-    dnl Hence, we'd like to go with DATADIRNAME=share
-    dnl in this case.
-    AC_CHECK_FUNC(bind_textdomain_codeset,
-      [DATADIRNAME=share], [DATADIRNAME=lib])
-    ;;
-    *)
-    [DATADIRNAME=lib]
-    ;;
-    esac])
-fi
-AC_SUBST(DATADIRNAME)
-
 IT_PO_SUBDIR([po])
 
 ])
diff -Nru mutter-3.14.3/Makefile.in mutter-3.14.4/Makefile.in
--- mutter-3.14.3/Makefile.in	2014-12-19 11:14:48.000000000 +0000
+++ mutter-3.14.4/Makefile.in	2015-03-23 17:41:56.000000000 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -14,7 +14,17 @@
 
 @SET_MAKE@
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+    false; \
+  elif test -n '$(MAKE_HOST)'; then \
+    true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+    true; \
+  else \
+    false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
       ?) ;; \
@@ -78,18 +88,6 @@
 build_triplet = @build@
 host_triplet = @host@
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-	$(top_srcdir)/configure $(am__configure_deps) \
-	$(srcdir)/config.h.in $(top_srcdir)/src/meta/meta-version.h.in \
-	COPYING NEWS build-aux/compile build-aux/config.guess \
-	build-aux/config.sub build-aux/depcomp build-aux/install-sh \
-	build-aux/missing build-aux/ltmain.sh \
-	$(top_srcdir)/build-aux/compile \
-	$(top_srcdir)/build-aux/config.guess \
-	$(top_srcdir)/build-aux/config.sub \
-	$(top_srcdir)/build-aux/install-sh \
-	$(top_srcdir)/build-aux/ltmain.sh \
-	$(top_srcdir)/build-aux/missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 	$(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
@@ -98,6 +96,8 @@
 	$(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 	$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+	$(am__configure_deps) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -161,6 +161,17 @@
 CTAGS = ctags
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+	$(top_srcdir)/build-aux/compile \
+	$(top_srcdir)/build-aux/config.guess \
+	$(top_srcdir)/build-aux/config.sub \
+	$(top_srcdir)/build-aux/install-sh \
+	$(top_srcdir)/build-aux/ltmain.sh \
+	$(top_srcdir)/build-aux/missing \
+	$(top_srcdir)/src/meta/meta-version.h.in COPYING NEWS \
+	build-aux/compile build-aux/config.guess build-aux/config.sub \
+	build-aux/depcomp build-aux/install-sh build-aux/ltmain.sh \
+	build-aux/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -222,7 +233,6 @@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@
-DATADIRNAME = @DATADIRNAME@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
 DLLTOOL = @DLLTOOL@
@@ -416,7 +426,6 @@
 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 	$(am__cd) $(top_srcdir) && \
 	  $(AUTOMAKE) --foreign Makefile
-.PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 	@case '$?' in \
 	  *config.status*) \
@@ -648,15 +657,15 @@
 	$(am__post_remove_distdir)
 
 dist-tarZ: distdir
-	@echo WARNING: "Support for shar distribution archives is" \
-	               "deprecated." >&2
+	@echo WARNING: "Support for distribution archives compressed with" \
+		       "legacy program 'compress' is deprecated." >&2
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 	$(am__post_remove_distdir)
 
 dist-shar: distdir
-	@echo WARNING: "Support for distribution archives compressed with" \
-		       "legacy program 'compress' is deprecated." >&2
+	@echo WARNING: "Support for shar distribution archives is" \
+	               "deprecated." >&2
 	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 	$(am__post_remove_distdir)
@@ -692,17 +701,17 @@
 	esac
 	chmod -R a-w $(distdir)
 	chmod u+w $(distdir)
-	mkdir $(distdir)/_build $(distdir)/_inst
+	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
 	chmod a-w $(distdir)
 	test -d $(distdir)/_build || exit 0; \
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 	  && am__cwd=`pwd` \
-	  && $(am__cd) $(distdir)/_build \
-	  && ../configure \
+	  && $(am__cd) $(distdir)/_build/sub \
+	  && ../../configure \
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
-	    --srcdir=.. --prefix="$$dc_install_base" \
+	    --srcdir=../.. --prefix="$$dc_install_base" \
 	  && $(MAKE) $(AM_MAKEFLAGS) \
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
@@ -880,6 +889,8 @@
 	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 	uninstall-am
 
+.PRECIOUS: Makefile
+
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -Nru mutter-3.14.3/NEWS mutter-3.14.4/NEWS
--- mutter-3.14.3/NEWS	2014-12-19 11:14:40.000000000 +0000
+++ mutter-3.14.4/NEWS	2015-03-23 17:41:26.000000000 +0000
@@ -1,3 +1,17 @@
+3.14.4
+======
+* Fix flash on unredirection [Chris; #743858]
+* Fix incompatibility with GLES2 GLSL [Alban; #745442]
+* Add function to refresh all background instances [Rui; #739178]
+* Fix geometry of shaded windows [Florian; #746145]
+* Misc. bug fixes [Florian, Rui; #698995, #743217, #743254]
+
+Contributors:
+  Alban Browaeys, Rui Matos, Florian Müllner, Chris Wilson
+
+Translations:
+  Matej Urbančič [sl], Muhammet Kara [tr], Samir Ribic [bs]
+
 3.14.3
 ======
 * Fix crash when trying to unredirect a destroyed window [Florian; #740133]
diff -Nru mutter-3.14.3/po/bs.po mutter-3.14.4/po/bs.po
--- mutter-3.14.3/po/bs.po	2013-07-24 01:53:06.000000000 +0000
+++ mutter-3.14.4/po/bs.po	2015-03-23 16:49:32.000000000 +0000
@@ -1,2952 +1,678 @@
-# translation of metacity.HEAD.po to Bosnian
-# This file is distributed under the same license as the metacity package.
-# Copyright (C) 2004 Free Software Foundation, Inc.
-# Kemal Sanjta , 2004.
+# Bosnian translation for gsettings-desktop-schemas
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the gsettings-desktop-schemas package.
+# FIRST AUTHOR , 2011.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: metacity.HEAD\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-09-19 12:30+0200\n"
-"PO-Revision-Date: 2004-07-30 02:16+0200\n"
-"Last-Translator: Kemal Sanjta \n"
-"Language-Team: Bosnian <+>\n"
+"Project-Id-Version: gsettings-desktop-schemas\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=mutter&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2015-02-26 23:15+0000\n"
+"PO-Revision-Date: 2015-02-04 15:40+0000\n"
+"Last-Translator: Belma Skopljakovic \n"
+"Language-Team: Bosnian \n"
+"Language: bs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.3.1\n"
+"X-Launchpad-Export-Date: 2015-02-05 07:04+0000\n"
+"X-Generator: Launchpad (build 17331)\n"
 
-#: ../src/tools/metacity-message.c:150
-#, c-format
-msgid "Usage: %s\n"
-msgstr "Iskorištenost: %s\n"
-
-#: ../src/tools/metacity-message.c:176 ../src/util.c:128
-msgid "Metacity was compiled without support for verbose mode\n"
-msgstr "Metaciti je kompajliran bez podrške za preopširan način rada\n"
-
-#: ../src/delete.c:63 ../src/delete.c:90 ../src/metacity-dialog.c:70
-#: ../src/theme-parser.c:467
-#, c-format
-msgid "Could not parse \"%s\" as an integer"
-msgstr "Nije moguće analizirati  \"%s\" kao cijeli broj"
-
-#: ../src/delete.c:70 ../src/delete.c:97 ../src/metacity-dialog.c:77
-#: ../src/theme-parser.c:476 ../src/theme-parser.c:530
-#, c-format
-msgid "Did not understand trailing characters \"%s\" in string \"%s\""
-msgstr "Ne razumijem karaktere \"%s\" u stringu \"%s\""
-
-#: ../src/delete.c:128
-#, c-format
-msgid "Failed to parse message \"%s\" from dialog process\n"
-msgstr "Nije uspjelo analiziranje poruke \"%s\" iz dijaloškog procesa\n"
-
-#: ../src/delete.c:263
-#, c-format
-msgid "Error reading from dialog display process: %s\n"
-msgstr "Greška pri čitanju iz dijaloga procesa: %s\n"
-
-#: ../src/delete.c:344
-#, c-format
-msgid ""
-"Error launching metacity-dialog to ask about killing an application: %s\n"
-msgstr ""
-"Greška pri pokretanju metacity dijaloga za potvrdu o ubijanju aplikacije: %"
-"s\n"
-
-#: ../src/delete.c:452
-#, c-format
-msgid "Failed to get hostname: %s\n"
-msgstr "Neuspjeh pri primanju imena računara %s\n"
-
-#: ../src/display.c:319
-#, c-format
-msgid "Failed to open X Window System display '%s'\n"
-msgstr "Neuspjeh pri otvaranju X Window Sistem prikaza %s'\n"
-
-#: ../src/errors.c:231
-#, c-format
-msgid ""
-"Lost connection to the display '%s';\n"
-"most likely the X server was shut down or you killed/destroyed\n"
-"the window manager.\n"
-msgstr ""
-"Izgubljena konekcija prema prikazu '%s';\n"
-"najvjerovatnije je X server ugašen ili ubijen/uništen\n"
-"upravitelj przorima.\n"
-
-#: ../src/errors.c:238
-#, c-format
-msgid "Fatal IO error %d (%s) on display '%s'.\n"
-msgstr "Fatalna IO greška %d (%s) na prikazu %s'.\n"
-
-#: ../src/frames.c:1125
-msgid "Close Window"
-msgstr "Zatvori prozor"
-
-#: ../src/frames.c:1128
-msgid "Window Menu"
-msgstr "Izbornik prozor"
-
-#: ../src/frames.c:1131
-msgid "Minimize Window"
-msgstr "Minimiziraj prozor"
-
-#: ../src/frames.c:1134
-msgid "Maximize Window"
-msgstr "Maksimiziraj prozor"
-
-#: ../src/frames.c:1137
-msgid "Unmaximize Window"
-msgstr "Poništi povećanje prozora"
-
-#: ../src/keybindings.c:994
-#, c-format
-msgid ""
-"Some other program is already using the key %s with modifiers %x as a "
-"binding\n"
-msgstr ""
-"Neki drugi program već koristi kljuć %s sa modifikacijama %x kao spoj\n"
-
-#: ../src/keybindings.c:2620
-#, c-format
-msgid "Error launching metacity-dialog to print an error about a command: %s\n"
-msgstr "Greška pri pokretanju metacity dijaloga za ispis greške komande: %s\n"
-
-#: ../src/keybindings.c:2725
-#, c-format
-msgid "No command %d has been defined.\n"
-msgstr "Nijedna komanda %d nije definisana.\n"
-
-#: ../src/keybindings.c:3570
-#, fuzzy
-msgid "No terminal command has been defined.\n"
-msgstr "Nijedna komanda %d nije definisana.\n"
-
-#: ../src/main.c:69
-#, c-format
-msgid ""
-"metacity %s\n"
-"Copyright (C) 2001-2002 Havoc Pennington, Red Hat, Inc., and others\n"
-"This is free software; see the source for copying conditions.\n"
-"There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A "
-"PARTICULAR PURPOSE.\n"
-msgstr ""
-"metacity %s\n"
-"Copyright (C) 2001-2002 Havoc Pennington, Red Hat, Inc., i ostali\n"
-"Ovo je slobodan softver, pogledajte uslove kopiranja.\n"
-
-#: ../src/main.c:257
-msgid "Disable connection to session manager"
-msgstr ""
-
-#: ../src/main.c:263
-msgid "Replace the running window manager with Metacity"
-msgstr ""
-
-#: ../src/main.c:269
-msgid "Specify session management ID"
-msgstr ""
-
-#: ../src/main.c:274
-msgid "X Display to use"
-msgstr ""
-
-#: ../src/main.c:280
-msgid "Initialize session from savefile"
-msgstr ""
-
-#: ../src/main.c:286
-msgid "Print version"
-msgstr ""
-
-#: ../src/main.c:440
-#, c-format
-msgid "Failed to scan themes directory: %s\n"
-msgstr "Neuspjeh pri skeniranju direktorija tema: %s\n"
-
-#: ../src/main.c:456
-#, c-format
-msgid ""
-"Could not find a theme! Be sure %s exists and contains the usual themes."
-msgstr ""
-"Ne mogu pronaći temu! Budite sigurni %s da postoji i sadrži iskoristive teme."
-
-#: ../src/main.c:518
-#, c-format
-msgid "Failed to restart: %s\n"
-msgstr "Neuspjeh pri ponovnom pokretanju: %s\n"
-
-#: ../src/menu.c:54
-msgid "Mi_nimize"
-msgstr "_Minimiziraj"
-
-#: ../src/menu.c:55
-msgid "Ma_ximize"
-msgstr "_Maksimiziraj"
-
-#: ../src/menu.c:56
-msgid "Unma_ximize"
-msgstr "Vrati sa _maksimiziranog"
-
-#: ../src/menu.c:57
-msgid "Roll _Up"
-msgstr "Smotaj _Gore"
-
-#: ../src/menu.c:58
-msgid "_Unroll"
-msgstr "_Odomotaj"
-
-#: ../src/menu.c:59 ../src/menu.c:60
-msgid "On _Top"
-msgstr "Na _vrhu"
-
-#: ../src/menu.c:61
-msgid "_Move"
-msgstr "_Premjesti"
-
-#: ../src/menu.c:62
-msgid "_Resize"
-msgstr "_Promjeni veličinu"
-
-#. separator
-#: ../src/menu.c:64
-msgid "_Close"
-msgstr "_Zatvori"
-
-#. separator
-#: ../src/menu.c:66
-#, fuzzy
-msgid "_Always on Visible Workspace"
-msgstr "Samo na _Ovoj radnoj površini"
-
-#: ../src/menu.c:67
-#, fuzzy
-msgid "_Only on This Workspace"
-msgstr "Samo na _Ovoj radnoj površini"
-
-#: ../src/menu.c:68
-msgid "Move to Workspace _Left"
-msgstr "Premjesti na radnu površinu _Lijevo"
-
-#: ../src/menu.c:69
-msgid "Move to Workspace R_ight"
-msgstr "Premjesti na radnu površinu _desno"
-
-#: ../src/menu.c:70
-msgid "Move to Workspace _Up"
-msgstr "Premjesti na _gornju radnu površinu"
-
-#: ../src/menu.c:71
-msgid "Move to Workspace _Down"
-msgstr "Pomjeri na _donju radnu površinu"
-
-#: ../src/menu.c:162 ../src/prefs.c:2106
-#, c-format
-msgid "Workspace %d"
-msgstr "Radna površina %d"
-
-#: ../src/menu.c:171
-msgid "Workspace 1_0"
-msgstr "Radna površina 1_0"
-
-#: ../src/menu.c:173
-#, c-format
-msgid "Workspace %s%d"
-msgstr "Radna površina %s%d"
-
-#: ../src/menu.c:368
-msgid "Move to Another _Workspace"
-msgstr "Pomjeri na drugu _radnu površinu"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the shift key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:105
-msgid "Shift"
-msgstr "Shift"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the control key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:111
-msgid "Ctrl"
-msgstr "Ctrl"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the alt key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:117
-msgid "Alt"
-msgstr "Alt"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the meta key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:123
-msgid "Meta"
-msgstr "Meta"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the super key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:129
-msgid "Super"
-msgstr "Super"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the hyper key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:135
-msgid "Hyper"
-msgstr "Hiper"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the mod2 key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:141
-msgid "Mod2"
-msgstr "Mod2"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the mod3 key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:147
-msgid "Mod3"
-msgstr "Mod3"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the mod4 key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:153
-msgid "Mod4"
-msgstr "Mod4"
-
-#. This is the text that should appear next to menu accelerators
-#. * that use the mod5 key. If the text on this key isn't typically
-#. * translated on keyboards used for your language, don't translate
-#. * this.
-#.
-#: ../src/metaaccellabel.c:159
-msgid "Mod5"
-msgstr "Mod5"
-
-#: ../src/metacity-dialog.c:110
-#, c-format
-msgid "The window \"%s\" is not responding."
-msgstr "Prozor \"%s\" ne reaguje."
-
-#: ../src/metacity-dialog.c:118
-msgid ""
-"Forcing this application to quit will cause you to lose any unsaved changes."
-msgstr ""
-"Prisiljavanje ove aplikacije da završi rad uzrokovati će gubitak svih ne "
-"pohranjenih promjena."
-
-#: ../src/metacity-dialog.c:129
-msgid "_Force Quit"
-msgstr "_Prisili izlazak"
-
-#: ../src/metacity-dialog.c:226
-msgid "Title"
-msgstr "Naslov"
-
-#: ../src/metacity-dialog.c:238
-msgid "Class"
-msgstr "Klasa"
-
-#: ../src/metacity-dialog.c:264
-msgid ""
-"These windows do not support \"save current setup\" and will have to be "
-"restarted manually next time you log in."
-msgstr ""
-"Ovi prozori ne podržavaju mogućnost \"snimi trenutne postavke\" i morati "
-"ćete ih ručno ponovno pokrenuti sljedeći put kada se prijavite."
-
-#: ../src/metacity-dialog.c:330
-#, c-format
-msgid ""
-"There was an error running \"%s\":\n"
-"%s."
-msgstr ""
-"Postoji greška pri pokretanju \"%s\":\n"
-"%s."
-
-#: ../src/metacity.desktop.in.h:1
-msgid "Metacity"
-msgstr "Metacity"
-
-#: ../src/metacity.schemas.in.h:1
-msgid "(Not implemented) Navigation works in terms of applications not windows"
-msgstr "(Nije ugrađeno) Navigacija radi u smislu aplikacija, ne prozora"
-
-#: ../src/metacity.schemas.in.h:2
-msgid ""
-"A font description string describing a font for window titlebars. The size "
-"from the description will only be used if the titlebar_font_size option is "
-"set to 0, however. Also, this option is disabled if the "
-"titlebar_uses_desktop_font option is set to true. By default, titlebar_font "
-"is unset, causing Metacity to fall back to the desktop font even if "
-"titlebar_uses_desktop_font is false."
-msgstr ""
-"Opis niza podataka pisma koji opisuju pismo za naslovnu traku prozora. Naime "
-"veličina iz opisa se samo koristi ako je titlebar_font_size opcija stavljena "
-"na 0. Također ova opcija je deaktivirana ako je titlebar_uses_desktop_font "
-"opcija postavljena kao true. Uobičajeno  titlebar_font nije podešen, zbog "
-"čega će Metacity preuzeti pismo za radnu površini čak i ako je "
-"titlebar_uses_desktop_font opcija stavljena na false."
-
-#: ../src/metacity.schemas.in.h:3
-msgid "Action on title bar double-click"
-msgstr "Akcija na naslovnom meniju dvostruki-klik"
-
-#: ../src/metacity.schemas.in.h:4
-msgid "Activate window menu"
-msgstr "Aktiviraj prozor izbornika"
-
-#: ../src/metacity.schemas.in.h:5
-msgid "Arrangement of buttons on the titlebar"
-msgstr "Aranžman funkcijskih dugmadi na naslovoj traci"
-
-#: ../src/metacity.schemas.in.h:6
-msgid ""
-"Arrangement of buttons on the titlebar. The value should be a string, such "
-"as \"menu:minimize,maximize,close\"; the colon separates the left corner of "
-"the window from the right corner, and the button names are comma-separated. "
-"Duplicate buttons are not allowed. Unknown button names are silently ignored "
-"so that buttons can be added in future metacity versions without breaking "
-"older versions."
-msgstr ""
-"Raspored dugmadi na naslovnoj traci. Vrijednost treba biti niz znakova, kao "
-"na primjer „menu:minimize,maximize,close“; dvije tačke razdvajaju lijevi "
-"ugao prozora od desnog, a dugmad su razdvojena tačka-zarezima. Dupliranje "
-"dugmadi nije dozvoljeno. Nepoznata imena dugmadi  se zanemaruju tako da se "
-"dugmad koja će se dodavati u buduće verzije metacity-a bez poremećenja "
-"starijih verzija."
-
-#: ../src/metacity.schemas.in.h:7
-msgid "Automatically raises the focused window"
-msgstr "Automatski podiže prozor sa fokusom"
-
-#: ../src/metacity.schemas.in.h:8
-msgid ""
-"Clicking a window while holding down this modifier key will move the window "
-"(left click), resize the window (middle click), or show the window menu "
-"(right click). Modifier is expressed as \"<Alt>\" or \"<Super>\" "
-"for example."
-msgstr ""
-"Pritiskom na prozor za vrijeme držanja ove tipke premejestit će prozor "
-"(lijeva tipka miša), podići prozor (srednja tipka miša) ili prikazati glavni "
-"izbornik (desna tipka miša). Tipka može biti na primjer \"<Alr>\" ili "
-"\"<Super>\""
-
-#: ../src/metacity.schemas.in.h:9
-msgid "Close window"
-msgstr "Zatvori prozor"
-
-#: ../src/metacity.schemas.in.h:10
-msgid "Commands to run in response to keybindings"
-msgstr "Naredbe koje će se pokrenuti na odaziv  kombinacije tipki sa tastature"
-
-#: ../src/metacity.schemas.in.h:11
-msgid "Current theme"
-msgstr "Trenutna tema"
-
-#: ../src/metacity.schemas.in.h:12
-msgid "Delay in milliseconds for the auto raise option"
-msgstr "Odgoda u milisekundama za opciju automatskog podizanja"
-
-#: ../src/metacity.schemas.in.h:13
-msgid ""
-"Determines whether applications or the system can generate audible 'beeps'; "
-"may be used in conjunction with 'visual bell' to allow silent 'beeps'."
-msgstr ""
-"Određuje hoće li aplikacije ili sistem generisati zvučne 'beepove'može se "
-"koristiti u spoju sa 'vizuelnim zvonom' da se dozvoli tihi 'beep'"
-
-#: ../src/metacity.schemas.in.h:14
-msgid "Disable misfeatures that are required by old or broken applications"
-msgstr "Isključi mogućnosti potrebne za stare ili neispravne aplikacijie"
-
-#: ../src/metacity.schemas.in.h:15
-msgid "Enable Visual Bell"
-msgstr "Aktiviraj vidni signal"
-
-#: ../src/metacity.schemas.in.h:16
-msgid "Hide all windows and focus desktop"
-msgstr "Sakrij sve prozore i pokaži radnu površinu"
-
-#: ../src/metacity.schemas.in.h:17
-msgid ""
-"If true, and the focus mode is either \"sloppy\" or \"mouse\" then the "
-"focused window will be automatically raised after a delay (the delay is "
-"specified by the auto_raise_delay key)."
-msgstr ""
-"Ako je aktivirano, i način fokusiranja stavljen kao  \"traljav\" ili  \"miš"
-"\" onda će fokusirani prozor biti automatski podignut nakod odgode (odgoda "
-"je određena auto_raise_delay unosom) "
-
-#: ../src/metacity.schemas.in.h:18
-msgid ""
-"If true, ignore the titlebar_font option, and use the standard application "
-"font for window titles."
-msgstr ""
-"Ako je aktivirano, ignorira se titlebar_font  opcija i koristi se standardno "
-"aplikacijsko pismo za naslovnu traku prozora."
-
-#: ../src/metacity.schemas.in.h:19
-#, fuzzy
-msgid ""
-"If true, metacity will give the user less feedback and less sense of "
-"\"direct manipulation\", by using wireframes, avoiding animations, or other "
-"means. This is a significant reduction in usability for many users, but may "
-"allow legacy applications and terminal servers to function when they would "
-"otherwise be impractical. However, the wireframe feature is disabled when "
-"accessibility is on to avoid weird desktop breakages."
-msgstr ""
-"Ukoliko je postavljeno, metacity će korisniku dati manje povratnih "
-"informacija i manje osjećaja \"direktne manipulacije\", korištenjem žičanih "
-"okvira, izbjegavanjem animacija i drugo. Ovo je značajno smanjenje "
-"funkcionalnosti za mnoge korisnike, ali omogućava nasljeđivanje programa i "
-"rad server terminala kada bi oni u suprotnom bili nepraktični."
-
-#: ../src/metacity.schemas.in.h:20
-msgid ""
-"If true, then Metacity works in terms of applications rather than windows. "
-"The concept is a bit abstract, but in general an application-based setup is "
-"more like the Mac and less like Windows. When you focus a window in "
-"application-based mode, all the windows in the application will be raised. "
-"Also, in application-based mode, focus clicks are not passed through to "
-"windows in other applications. The existence of this setting is somewhat "
-"questionable. But it's better than having settings for all the specific "
-"details of application-based vs. window-based, e.g. whether to pass through "
-"clicks. Also, application-based mode is largely unimplemented at the moment."
-msgstr ""
-"Ako je aktivirano, onda Metacity radi u okvirima aplikacija umjesto prozora. "
-"Koncept je malo apstraktan, ali u širem pogledu podešavanje na razini "
-"aplikacije je više poput Mac a manje nego Windows okruženja. Kad fokusirate "
-"prozor u načinu rada baziranom na aplikaciji, klikovi fokusiranja nisu "
-"preusmjereni na prozore u drugim aplikacijama. Postojanje ove opcije je malo "
-"upitno. Ali bolje je nego imati svojstva za sve specifične detalje u "
-"aplikacijski orijentiranom protiv prozorski orijentiranom, naprimjer da li "
-"preusmjeriti preko klikova. Također aplikacijski orjentiran način rada je "
-"jako neupotrebljen trenutno."
-
-#: ../src/metacity.schemas.in.h:21
-msgid "If true, trade off usability for less resource usage"
-msgstr ""
-"Ako je postavljno, mijenja se iskorištenost za manje korištenje resursa"
-
-#: ../src/metacity.schemas.in.h:22
-msgid "Lower window below other windows"
-msgstr "Spustiti prozor ispod ostalih prozora"
-
-#: ../src/metacity.schemas.in.h:23
-msgid "Maximize window"
-msgstr "Maksimiziraj prozor"
-
-#: ../src/metacity.schemas.in.h:24
-msgid "Maximize window horizontally"
-msgstr "Maksimiziraj prozor horizontalno"
-
-#: ../src/metacity.schemas.in.h:25
-msgid "Maximize window vertically"
-msgstr "Maksimiziraj prozor vertikalno"
-
-#: ../src/metacity.schemas.in.h:26
-msgid "Minimize window"
-msgstr "Minimiziraj prozor"
-
-#: ../src/metacity.schemas.in.h:27
-msgid "Modifier to use for modified window click actions"
-msgstr "Ispravljać za korištenje prepravljenih akcija klika u prozoru"
-
-#: ../src/metacity.schemas.in.h:28
-msgid "Move backward between panels and the desktop immediately"
-msgstr "Pomjeranje unazad između panela i radnih površina  bez odlaganja"
-
-#: ../src/metacity.schemas.in.h:29
-msgid "Move backwards between panels and the desktop with popup"
-msgstr "Pomjeranje unazad između panela i radne površine sa popup-om"
-
-#: ../src/metacity.schemas.in.h:30
-msgid "Move backwards between windows immediately"
-msgstr "Pomjeranje unazad između prozora bez odlaganja"
-
-#: ../src/metacity.schemas.in.h:31
-msgid "Move between panels and the desktop immediately"
-msgstr "Pomjeranje između prozora i radne površine bez odlaganja"
-
-#: ../src/metacity.schemas.in.h:32
-msgid "Move between panels and the desktop with popup"
-msgstr "Pomjeranje između panela i radne površine sa popup-om."
-
-#: ../src/metacity.schemas.in.h:33
-msgid "Move between windows immediately"
-msgstr "Pomjeranje između prozora bez odlaganja"
-
-#: ../src/metacity.schemas.in.h:34
-msgid "Move between windows with popup"
-msgstr "Pomjeranje između prozora sa popupom"
-
-#: ../src/metacity.schemas.in.h:35
-msgid "Move focus backwards between windows using popup display"
-msgstr "Pomjeranje fokusiranja unatrag između prozora koristeći popup prikaz"
-
-#: ../src/metacity.schemas.in.h:36
-msgid "Move window"
-msgstr "Pomjeri prozor"
-
-#: ../src/metacity.schemas.in.h:37
-msgid "Move window one workspace down"
-msgstr "Premjesti prozor za jednu radnu površinu ispod"
-
-#: ../src/metacity.schemas.in.h:38
-msgid "Move window one workspace to the left"
-msgstr "Pomjeri prozor jedan radnu površinu ulijevo"
-
-#: ../src/metacity.schemas.in.h:39
-msgid "Move window one workspace to the right"
-msgstr "Pomjeri prozor jedanu radnu površinu udesno"
-
-#: ../src/metacity.schemas.in.h:40
-msgid "Move window one workspace up"
-msgstr "Pomjeri prozor jednu radnu površinu gore"
-
-#: ../src/metacity.schemas.in.h:41
-msgid "Move window to workspace 1"
-msgstr "Premjesti prozor na radnu površinu 1"
-
-#: ../src/metacity.schemas.in.h:42
-msgid "Move window to workspace 10"
-msgstr "Premjesti prozor na radnu površinu 10"
-
-#: ../src/metacity.schemas.in.h:43
-msgid "Move window to workspace 11"
-msgstr "Premjesti prozor na radnu površinu 11"
-
-#: ../src/metacity.schemas.in.h:44
-msgid "Move window to workspace 12"
-msgstr "Premjesti prozor na radnu površinu 12"
-
-#: ../src/metacity.schemas.in.h:45
-msgid "Move window to workspace 2"
-msgstr "Premjesti prozor na radnu površinu 2"
-
-#: ../src/metacity.schemas.in.h:46
-msgid "Move window to workspace 3"
-msgstr "Premjesti prozor na radnu površinu 3"
-
-#: ../src/metacity.schemas.in.h:47
-msgid "Move window to workspace 4"
-msgstr "Premjesti prozor na radnu površinu 4"
-
-#: ../src/metacity.schemas.in.h:48
-msgid "Move window to workspace 5"
-msgstr "Premjesti prozor na radnu površinu 5"
-
-#: ../src/metacity.schemas.in.h:49
-msgid "Move window to workspace 6"
-msgstr "Premjesti prozor na radnu površinu 6"
-
-#: ../src/metacity.schemas.in.h:50
-msgid "Move window to workspace 7"
-msgstr "Premjesti prozor na radnu površinu 7"
-
-#: ../src/metacity.schemas.in.h:51
-msgid "Move window to workspace 8"
-msgstr "Premjesti prozor na radnu površinu 8"
-
-#: ../src/metacity.schemas.in.h:52
-msgid "Move window to workspace 9"
-msgstr "Premjesti prozor na radnu površinu 9"
-
-#: ../src/metacity.schemas.in.h:53
-msgid "Name of workspace"
-msgstr "Ime radne površine"
-
-#: ../src/metacity.schemas.in.h:54
-msgid "Number of workspaces"
-msgstr "Broj radnih površina"
-
-#: ../src/metacity.schemas.in.h:55
-msgid ""
-"Number of workspaces. Must be more than zero, and has a fixed maximum (to "
-"prevent accidentally destroying your desktop by asking for 34 million "
-"workspaces)."
-msgstr ""
-"Broj radnih površina. Mora biti više od nule i ima fiksni maksimum (da "
-"spriječi slučajno uništavanje vaše radne površine ako zatražite 34 milijuna "
-"radnih prostora)"
-
-#: ../src/metacity.schemas.in.h:56
-msgid "Raise obscured window, otherwise lower"
-msgstr "Podigni nejasan prozor, inače spusti"
-
-#: ../src/metacity.schemas.in.h:57
-msgid "Raise window above other windows"
-msgstr "Podigni prozor iznad ostalih prozora"
-
-#: ../src/metacity.schemas.in.h:58
-msgid "Resize window"
-msgstr "Promjeni veličinu prozora"
-
-#: ../src/metacity.schemas.in.h:59
-msgid "Run a defined command"
-msgstr "Pokreni definiranu naredbu"
-
-#: ../src/metacity.schemas.in.h:60
-msgid "Run a terminal"
-msgstr ""
-
-#: ../src/metacity.schemas.in.h:61
-msgid "Show the panel menu"
-msgstr "Pokažite izbornik panela"
-
-#: ../src/metacity.schemas.in.h:62
-msgid "Show the panel run application dialog"
-msgstr "Pokažite dijalog pokretanja u panelu"
-
-#: ../src/metacity.schemas.in.h:63
-msgid ""
-"Some applications break specifications in ways that result in window manager "
-"misfeatures. For example, ideally Metacity would place all dialogs in a "
-"consistent position with respect to their parent window. This requires "
-"ignoring application-specified positions for dialogs. But some versions of "
-"Java/Swing mark their popup menus as dialogs, so Metacity has to disable "
-"dialog positioning to allow menus to work in broken Java applications. There "
-"are several other examples like this. This option puts Metacity in full-on "
-"Correct mode, which perhaps gives a moderately nicer UI if you don't need to "
-"run any broken apps. Sadly, workarounds must be enabled by default; the real "
-"world is an ugly place. Some of the workarounds are workarounds for "
-"limitations in the specifications themselves, so sometimes a bug in no-"
-"workarounds mode won't be fixable without amending a spec."
-msgstr ""
-"Neke aplikacije krše specifikacije na način koji dovodi do nepoželjnih "
-"osobina upravljaća prozora.Na primjer, idealno Metacity stavlja sve dijaloge "
-"u određeni položaj relativan na njihov roditeljski prozor. Ovo zahtjeva "
-"ignoriranje specifičnih osobina aplikacijskih prozora za dijaloge. Ali neke "
-"verzije Jave/Swinga označe svoj popup izbornik kao dijalog, pa Metacity mora "
-"onemogućiti smještanje dijaloga da bi dozvolio izbornicima da rade u "
-"neispravnim Java aplikacijama. Postoji još primjera za poput ovog. Ova "
-"opcija stavlja Metacity u puni-on Correct  način rada koji možda daje "
-"umjereno jači UI ako nije potrebno koristiti neispravne aplikacije. "
-"Nažalost, zaobilaženja moraju biti aktivirana uobičajeno, svijet je ružno "
-"mjesto. Neke od zaobilaznica su zaobilaznice za ograničenja u samim "
-"specifikacijama, pa neki put bubu u no-workarounds načinu rada neće biti "
-"moguće popraviti bez detaljnijeg uvida u problem."
-
-#: ../src/metacity.schemas.in.h:64
-msgid "Switch to workspace 1"
-msgstr "Prebaci se na radnu površinu 1"
-
-#: ../src/metacity.schemas.in.h:65
-msgid "Switch to workspace 10"
-msgstr "Prebaci se na radnu površinu 10"
-
-#: ../src/metacity.schemas.in.h:66
-msgid "Switch to workspace 11"
-msgstr "Prebaci se na radnu površinu 11"
-
-#: ../src/metacity.schemas.in.h:67
-msgid "Switch to workspace 12"
-msgstr "Prebaci se na radnu površinu 12"
-
-#: ../src/metacity.schemas.in.h:68
-msgid "Switch to workspace 2"
-msgstr "Prebaci se na radnu površinu 2"
-
-#: ../src/metacity.schemas.in.h:69
-msgid "Switch to workspace 3"
-msgstr "Prebaci se na radnu površinu 3"
-
-#: ../src/metacity.schemas.in.h:70
-msgid "Switch to workspace 4"
-msgstr "Prebaci se na radnu površinu 4"
-
-#: ../src/metacity.schemas.in.h:71
-msgid "Switch to workspace 5"
-msgstr "Prebaci se na radnu površinu 5"
-
-#: ../src/metacity.schemas.in.h:72
-msgid "Switch to workspace 6"
-msgstr "Prebaci se na radnu površinu 6"
-
-#: ../src/metacity.schemas.in.h:73
-msgid "Switch to workspace 7"
-msgstr "Prebaci se na radnu površinu 7"
-
-#: ../src/metacity.schemas.in.h:74
-msgid "Switch to workspace 8"
-msgstr "Prebaci se na radnu površinu 8"
-
-#: ../src/metacity.schemas.in.h:75
-msgid "Switch to workspace 9"
-msgstr "Prebaci se na radnu površinu 9"
-
-#: ../src/metacity.schemas.in.h:76
-msgid "Switch to workspace above this one"
-msgstr "Prebaci se na radnu površinu iznad ovog"
-
-#: ../src/metacity.schemas.in.h:77
-msgid "Switch to workspace below this one"
-msgstr "Prebaci se na radnu površinu ispod ovog"
-
-#: ../src/metacity.schemas.in.h:78
-msgid "Switch to workspace on the left"
-msgstr "Prebaci se na radnu površinu ulijevo"
-
-#: ../src/metacity.schemas.in.h:79
-msgid "Switch to workspace on the right"
-msgstr "Prebaci se na radnu površinu udesno"
-
-#: ../src/metacity.schemas.in.h:80
-msgid "System Bell is Audible"
-msgstr "Sistemsko zvono se čuje"
-
-#: ../src/metacity.schemas.in.h:81
-msgid "Take a screenshot"
-msgstr "Uzmi sliku zaslona"
-
-#: ../src/metacity.schemas.in.h:82
-msgid "Take a screenshot of a window"
-msgstr "Uzmi sliku prozora"
-
-#: ../src/metacity.schemas.in.h:83
-msgid ""
-"Tells Metacity how to implement the visual indication that the system bell "
-"or another application 'bell' indicator has been rung. Currently there are "
-"two valid values, \"fullscreen\", which causes a fullscreen white-black "
-"flash, and \"frame_flash\" which causes the titlebar of the application "
-"which sent the bell signal to flash. If the application which sent the bell "
-"is unknown (as is usually the case for the default \"system beep\"), the "
-"currently focused window's titlebar is flashed."
-msgstr ""
-"Govori Metacity-u da prikaže nešto kada zazvoni sistemsko zvono ili neki "
-"drugi program zazvoni. Trenutno su moguće dvije vrijednosti, „fullscreen“ "
-"kojim cijeli zaslon treperi crno-bijelo, i „frame_flash“ kada treperi samo "
-"naslovna linija prozora koji je zazvonio. Ukoliko nije poznat program koji "
-"je zazvonio (kao što je to obično slučaj sa „sistemskim zvonom“), trepereće "
-"naslovna linija prozora koji je trenutno u fokusu."
-
-#: ../src/metacity.schemas.in.h:84
-msgid ""
-"The /apps/metacity/global_keybindings/run_command_N keys define keybindings "
-"that correspond to these commands. Pressing the keybinding for run_command_N "
-"will execute command_N."
-msgstr ""
-"Ključ /apps/metacity/global_keybindings/run_command_N definiše dugmad koja "
-"odgovaraju ovim komandama. Pritiskom kombinacije dugmadi za "
-"pokretanje_komandu_N će izvršiti komandu_N."
-
-#: ../src/metacity.schemas.in.h:85
-msgid ""
-"The /apps/metacity/global_keybindings/run_command_screenshot key defines a "
-"keybinding which causes the command specified by this setting to be invoked."
-msgstr ""
-"Ključ /apps/metacity/global_keybindings/run_command_N definiše funkciju "
-"dugmadi kojim se pokreće naredba navedena pomoću njega."
-
-#: ../src/metacity.schemas.in.h:86
-msgid ""
-"The /apps/metacity/global_keybindings/run_command_window_screenshot key "
-"defines a keybinding which causes the command specified by this setting to "
-"be invoked."
-msgstr ""
-"Ključ /apps/metacity/global_keybindings/run_command_window_screenshot "
-"definiše funkciju dugmadi kojim se pokreće naredba navedena pomoću njega."
-
-#: ../src/metacity.schemas.in.h:87
-msgid ""
-"The keybinding that runs the correspondingly-numbered command in /apps/"
-"metacity/keybinding_commands The format looks like \"<Control>a\" or "
-"\"<Shift><Alt>F1\". The parser is fairly liberal and allows "
-"lower or upper case, and also abbreviations such as \"<Ctl>\" and "
-"\"<Ctrl>\". If you set the option to the special string \"disabled\", "
-"then there will be no keybinding for this action."
-msgstr ""
-"Kombinacije dugmadi koja pokreću odgovarajuće označenu naredbu u /apps/"
-"metacity/keybinding_commands ključu. Oblik zapisa izgleda kao \"<"
-"Control>a\" ili \"<Shift><Alt>F1\". Program za obradu je "
-"dosta slobodan i dozvoljava velika ili mala slova, također i skraćenice "
-"poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na "
-"specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:88
-msgid ""
-"The keybinding that switches to the workspace above the current workspace. "
-"The format looks like \"<Control>a\" or \"<Shift><Alt>F1"
-"\". The parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu iznad trenutne radne "
-"površine. Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift>"
-"<Alt>F1\". Program za obradu je dosta slobodan i dozvoljava velika ili "
-"mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". "
-"Ako postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:89
-msgid ""
-"The keybinding that switches to the workspace below the current workspace. "
-"The format looks like \"<Control>a\" or \"<Shift><Alt>F1"
-"\". The parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu ispod trenutne radne "
-"površine. Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift>"
-"<Alt>F1\". Program za obradu je dosta slobodan i dozvoljava velika ili "
-"mala slova, također i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". "
-"Ako pstavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:90
-msgid ""
-"The keybinding that switches to the workspace on the left of the current "
-"workspace. The format looks like \"<Control>a\" or \"<Shift><"
-"Alt>F1\". The parser is fairly liberal and allows lower or upper case, "
-"and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you "
-"set the option to the special string \"disabled\", then there will be no "
-"keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu lijevo od trenutnog "
-"radne površine. Oblik zapisa izgleda kao \"<Control>a\" ili \"<"
-"Shift><Alt>F1\". Program za obradu je dosta slobodan i dozvoljava "
-"velika ili mala slova, također i skraćenice poput \"<Ctl>\" i \"< "
-"Ctrl>\". Ako postavite opciju na specijalni niz znakova \"disabled\", "
-"tada neće biti korištena niti jedna kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:91
-msgid ""
-"The keybinding that switches to the workspace on the right of the current "
-"workspace. The format looks like \"<Control>a\" or \"<Shift><"
-"Alt>F1\". The parser is fairly liberal and allows lower or upper case, "
-"and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you "
-"set the option to the special string \"disabled\", then there will be no "
-"keybinding for this action."
-msgstr ""
-"Kombinacija digmadi koja prebacuje na radnu površinu desno od trenutne radne "
-"površine. Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift>"
-"<Alt>F1\". Program za obradu je dosta slobodan i dozvoljava velika ili "
-"mala slova, također i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". "
-"Ako postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:92
-msgid ""
-"The keybinding that switches to workspace 1. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 1. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:93
-msgid ""
-"The keybinding that switches to workspace 10. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 10. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:94
-msgid ""
-"The keybinding that switches to workspace 11. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 11. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:95
-msgid ""
-"The keybinding that switches to workspace 12. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 12. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:96
-msgid ""
-"The keybinding that switches to workspace 2. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 2. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:97
-msgid ""
-"The keybinding that switches to workspace 3. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 3. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:98
-msgid ""
-"The keybinding that switches to workspace 4. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 4. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:99
-msgid ""
-"The keybinding that switches to workspace 5. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 5. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:100
-msgid ""
-"The keybinding that switches to workspace 6. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 6. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:101
-msgid ""
-"The keybinding that switches to workspace 7. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 7. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:102
-msgid ""
-"The keybinding that switches to workspace 8. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 8. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:103
-msgid ""
-"The keybinding that switches to workspace 9. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prebacuje na radnu površinu 9. Oblik zapisa izgleda "
-"kao \"<Control>a\" ili \"<Shift><Alt>F1\".Program za "
-"obradu je dosta slobodan i dozvoljava velika ili mala slova, također i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:104
-msgid ""
-"The keybinding used to activate the window menu. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja pokreće izbornik prozora. Oblik zapisa izgleda kao "
-"\"<Control>a\" ili \"<Shift><Alt>F1\". Program za obradu "
-"je dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice "
-"poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na "
-"specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:105
-msgid ""
-"The keybinding used to close a window. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja zatvara prozor. Oblik zapisa izgleda kao \"<"
-"Control>a\" ili \"<Shift><Alt>F1\". Program za obradu je "
-"dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice poput "
-"\"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na specijalni niz "
-"znakova \"disabled\", tada neće biti korištena niti jedna kombinacija tipki "
-"za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:106
-msgid ""
-"The keybinding used to enter \"move mode\" and begin moving a window using "
-"the keyboard. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacijadugmadi koja postavlja prozor u način rada za pomicanje i "
-"omogućava pomicanje prozora pomoću tastature. Oblik zapisa izgleda kao \"<"
-"Control>a\" ili \"<Shift><Alt>F1\". Program za obradu je "
-"dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice poput "
-"\"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na specijalni niz "
-"znakova \"disabled\", tada neće biti korištena niti jedna kombinacija tipki "
-"za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:107
-msgid ""
-"The keybinding used to enter \"resize mode\" and begin resizing a window "
-"using the keyboard. The format looks like \"<Control>a\" or \"<"
-"Shift><Alt>F1\". The parser is fairly liberal and allows lower or "
-"upper case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>"
-"\". If you set the option to the special string \"disabled\", then there "
-"will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja postavlja prozor u način rada za razvlačenje i "
-"omogućava razvlačenje prozora pomoću tastature. Oblik zapisa izgleda kao "
-"\"<Control>a\" ili \"<Shift><Alt>F1\". Program za obradu "
-"je dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice "
-"poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na "
-"specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:108
-msgid ""
-"The keybinding used to hide all normal windows and set the focus to the "
-"desktop background. The format looks like \"<Control>a\" or \"<"
-"Shift><Alt>F1\". The parser is fairly liberal and allows lower or "
-"upper case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>"
-"\". If you set the option to the special string \"disabled\", then there "
-"will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja skriva sve obične prozore i postavlja fokus na "
-"pozadinu radne površine. Oblik zapisa izgleda kao \"<Control>a\" ili "
-"\"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija tipki za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:109
-#, fuzzy
-msgid ""
-"The keybinding used to maximize a window. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja povećava prozor. Oblik zapisa izgleda kao \"<"
-"Control>a\" ili \"<Shift><Alt>F1\". Program za obradu je "
-"dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice poput "
-"\"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na specijalni niz "
-"znakova \"disabled\", tada neće biti korištena niti jedna kombinacija tipki "
-"za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:110
-msgid ""
-"The keybinding used to minimize a window. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja smanjuje prozor. Oblik zapisa izgleda kao \"<"
-"Control>a\" ili \"<Shift><Alt>F1\". Program za obradu je "
-"dosta slobodan i dozvoljava velika ili mala slova, takođe i skraćenice poput "
-"\"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na specijalni niz "
-"znakova \"disabled\", tada neće biti korištena niti jedna kombinacija tipki "
-"za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:111
-msgid ""
-"The keybinding used to move a window one workspace down. The format looks "
-"like \"<Control>a\" or \"<Shift><Alt>F1\". The parser is "
-"fairly liberal and allows lower or upper case, and also abbreviations such "
-"as \"<Ctl>\" and \"<Ctrl>\". If you set the option to the "
-"special string \"disabled\", then there will be no keybinding for this "
-"action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor za jednu radnu površinu niže. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:112
-msgid ""
-"The keybinding used to move a window one workspace to the left. The format "
-"looks like \"<Control>a\" or \"<Shift><Alt>F1\". The "
-"parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija digmadi koja premiješta prozor za jednu radnu površinu lijevo. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija tipki za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:113
-msgid ""
-"The keybinding used to move a window one workspace to the right. The format "
-"looks like \"<Control>a\" or \"<Shift><Alt>F1\". The "
-"parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor za jednu radnu površinu desno. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:114
-msgid ""
-"The keybinding used to move a window one workspace up. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor za jednu radnu površinu više. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:115
-msgid ""
-"The keybinding used to move a window to workspace 1. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 1. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:116
-msgid ""
-"The keybinding used to move a window to workspace 10. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 10. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:117
-msgid ""
-"The keybinding used to move a window to workspace 11. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 11. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:118
-msgid ""
-"The keybinding used to move a window to workspace 12. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 12. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:119
-msgid ""
-"The keybinding used to move a window to workspace 2. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 2. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:120
-msgid ""
-"The keybinding used to move a window to workspace 3. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 3. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:121
-msgid ""
-"The keybinding used to move a window to workspace 4. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 4. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:122
-msgid ""
-"The keybinding used to move a window to workspace 5. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 5. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:123
-msgid ""
-"The keybinding used to move a window to workspace 6. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 6. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:124
-msgid ""
-"The keybinding used to move a window to workspace 7. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 7. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:125
-msgid ""
-"The keybinding used to move a window to workspace 8. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 8. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:126
-msgid ""
-"The keybinding used to move a window to workspace 9. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta prozor na radnu površinu 9. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:127
-msgid ""
-"The keybinding used to move focus backwards between panels and the desktop, "
-"using a popup window. The format looks like \"<Control>a\" or \"<"
-"Shift><Alt>F1\". The parser is fairly liberal and allows lower or "
-"upper case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>"
-"\". If you set the option to the special string \"disabled\", then there "
-"will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus unazad između panela i radne "
-"površine koristeći skočni prozor. Oblik zapisa izgleda kao \"<Control>a"
-"\" ili \"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:128
-msgid ""
-"The keybinding used to move focus backwards between panels and the desktop, "
-"without a popup window. The format looks like \"<Control>a\" or \"<"
-"Shift><Alt>F1\". The parser is fairly liberal and allows lower or "
-"upper case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>"
-"\". If you set the option to the special string \"disabled\", then there "
-"will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus unazad između panela i radne "
-"površine bez skočnog prozora. Oblik zapisa izgleda kao \"<Control>a\" "
-"ili \"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:129
-msgid ""
-"The keybinding used to move focus backwards between windows without a popup "
-"window. Holding \"shift\" together with this binding makes the direction go "
-"forward again. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus unazad između prozora bez skočnog "
-"prozora. Držeći dugme \"shift\" zajedno s kombinacijom dugmadi omogućuje se "
-"suprotni smijer premiještanja. Oblik zapisa izgleda kao \"<Control>a\" "
-"ili \"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:130
-msgid ""
-"The keybinding used to move focus backwards between windows, using a popup "
-"window. Holding \"shift\" together with this binding makes the direction go "
-"forward again. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus unazad između prozora koristeći "
-"skočni prozor. Držeći dugme \"shift\" zajedno s kombinacijom tipki omogućuje "
-"se suprotni smijer premiještanja. Oblik zapisa izgleda kao \"<Control>a"
-"\" ili \"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:131
-msgid ""
-"The keybinding used to move focus between panels and the desktop, using a "
-"popup window. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus između ploče i radne površine "
-"koristeći skočni prozor. Oblik zapisa izgleda kao \"<Control>a\" ili "
-"\"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:132
-msgid ""
-"The keybinding used to move focus between panels and the desktop, without a "
-"popup window. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiještaju fokus između ploče i radne površine "
-"bez skočnog prozora. Oblik zapisa izgleda kao \"<Control>a\" ili \"<"
-"Shift><Alt>F1\". Program za obradu je dosta slobodan i dozvoljava "
-"velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< "
-"Ctrl>\". Ako postavite opciju na specijalni niz znakova \"disabled\", "
-"tada neće biti korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:133
-msgid ""
-"The keybinding used to move focus between windows without a popup window. "
-"(Traditionally <Alt>Escape) Holding the \"shift\" key while using this "
-"binding reverses the direction of movement. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus između prozora bez skočnog prozora."
-"(Uobičajeno <Alt>Escape) Držeći dugme \"shift\" zajedno s kombinacijom "
-"tipki omogućuje se suprotni smijer premiještanja. Oblik zapisa izgleda kao "
-"\"<Control>a\" ili \"<Shift><Alt>F1\". Program za obradu "
-"je dosta slobodan i dozvoljava velika ili mala slova, također i skraćenice "
-"poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju na "
-"specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:134
-msgid ""
-"The keybinding used to move focus between windows, using a popup window. "
-"(Traditionally <Alt>Tab) Holding the \"shift\" key while using this "
-"binding reverses the direction of movement. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja premiješta fokus između prozora koristeći skočni "
-"prozor. (Uobičajeno <Alt>Tab) Držeći dugme \"shift\" zajedno s "
-"kombinacijom tipki omogućuje se suprotni smijer premiještanja. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:135
-msgid ""
-"The keybinding used to toggle always on top. A window that is always on top "
-"will always be visible over other overlapping windows. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja uključuje ili isključuje opciju da prozor bude "
-"uvijek na vrhu. Prozor koji je uvijek na vrhu videti će se preko drugih "
-"preklapajućih prozora. Oblik zapisa izgleda kao \"<Control>a\" ili "
-"\"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:136
-msgid ""
-"The keybinding used to toggle fullscreen mode. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja uključuje ili isključuje prikaz preko cijelog "
-"zaslona.Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><"
-"Alt>F1\". Program za obradu je dosta slobodan i dozvoljava velika ili "
-"mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". "
-"Ako postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:137
-msgid ""
-"The keybinding used to toggle maximization. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja uključuje ili isključuje uvećanje prozora na "
-"najveću moguću veličinu. Oblik zapisa izgleda kao \"<Control>a\" ili "
-"\"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:138
-msgid ""
-"The keybinding used to toggle shaded/unshaded state. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja uključuje ili isključuje zasjenčeno stanje. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:139
-msgid ""
-"The keybinding used to toggle whether the window is on all workspaces or "
-"just one. The format looks like \"<Control>a\" or \"<Shift><"
-"Alt>F1\". The parser is fairly liberal and allows lower or upper case, "
-"and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you "
-"set the option to the special string \"disabled\", then there will be no "
-"keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja uključuje ili isključuje mogučnost da prozor bude "
-"na svim radnim površinama. Oblik zapisa izgleda kao \"<Control>a\" ili "
-"\"<Shift><Alt>F1\". Program za obradu je dosta slobodan i "
-"dozvoljava velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" "
-"i \"< Ctrl>\". Ako postavite opciju na specijalni niz znakova "
-"\"disabled\", tada neće biti korištena niti jedna kombinacija dugmadi za ovu "
-"aktivnost."
-
-#: ../src/metacity.schemas.in.h:140
-msgid ""
-"The keybinding used to unmaximize a window. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja poništava uvećanje prozora na najveću moguću "
-"veličinu. Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift>"
-"<Alt>F1\". Program za obradu je dosta slobodan i dozvoljava velika ili "
-"mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". "
-"Ako postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:141
-msgid ""
-"The keybinding which display's the panel's \"Run Application\" dialog box. "
-"The format looks like \"<Control>a\" or \"<Shift><Alt>F1"
-"\". The parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja prikazuje dijaloški okvir \"Pokreni program\". "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:142
-#, fuzzy
-msgid ""
-"The keybinding which invokes a terminal. The format looks like \"<"
-"Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prikazuje glavni izbornik ploče. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:143
-msgid ""
-"The keybinding which invokes the panel's screenshot utility to take a "
-"screenshot of a window. The format looks like \"<Control>a\" or \"<"
-"Shift><Alt>F1\". The parser is fairly liberal and allows lower or "
-"upper case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>"
-"\". If you set the option to the special string \"disabled\", then there "
-"will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja pokreće alat ploče za snimanje izgleda prozora. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:144
-msgid ""
-"The keybinding which invokes the panel's screenshot utility. The format "
-"looks like \"<Control>a\" or \"<Shift><Alt>F1\". The "
-"parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja pokreće alat ploče za snimanje izgleda zaslona. "
-"Oblik zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>"
-"F1\". Program za obradu je dosta slobodan i dozvoljava velika ili mala "
-"slova, takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako "
-"postavite opciju na specijalni niz znakova \"disabled\", tada neće biti "
-"korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:145
-msgid ""
-"The keybinding which shows the panel's main menu. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja prikazuje glavni izbornik ploče. Oblik zapisa "
-"izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". Program "
-"za obradu je dosta slobodan i dozvoljava velika ili mala slova, takođe i "
-"skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite opciju "
-"na specijalni niz znakova \"disabled\", tada neće biti korištena niti jedna "
-"kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:146
-msgid "The name of a workspace."
-msgstr "Ime radne površine."
-
-#: ../src/metacity.schemas.in.h:147
-msgid "The screenshot command"
-msgstr "Naredba za slikanje zaslona"
-
-#: ../src/metacity.schemas.in.h:148
-msgid ""
-"The theme determines the appearance of window borders, titlebar, and so "
-"forth."
-msgstr ""
-"Tema utvrđuje izgled rubova prozora, naslovne linije i svega ostalog sličnog."
-
-#: ../src/metacity.schemas.in.h:149
-msgid ""
-"The time delay before raising a window if auto_raise is set to true. The "
-"delay is given in thousandths of a second."
-msgstr ""
-"Vremenski period prije podizanja prozora ako je opcija auto_raise "
-"postavljena na „true“. Period se izražava u hiljaditim dijelovima sekunde."
-
-#: ../src/metacity.schemas.in.h:150
-msgid ""
-"The window focus mode indicates how windows are activated. It has three "
-"possible values; \"click\" means windows must be clicked in order to focus "
-"them, \"sloppy\" means windows are focused when the mouse enters the window, "
-"and \"mouse\" means windows are focused when the mouse enters the window and "
-"unfocused when the mouse leaves the window."
-msgstr ""
-"Fokus prozora podešava kako će prozori biti aktivirani. Ima tri moguće "
-"vrijednosti „click“ znači da prozor mora biti izabran da bi dobio fokus, "
-"„sloppy“ znači da prozor dobija fokus kada pokazivač miša uđe u prozor i "
-"„mouse“ što znači da će prozor biti fokusiran kada pokazivačka strelica miša "
-"uđe u prozor i biti defokusiran kada strelica izađe iz prozora."
-
-#: ../src/metacity.schemas.in.h:151
-msgid "The window screenshot command"
-msgstr "Naredba za snimanje prozora"
-
-#: ../src/metacity.schemas.in.h:152
-msgid ""
-"This keybinding changes whether a window is above or below other windows. If "
-"the window is covered by another window, it raises the window above other "
-"windows. If the window is already fully visible, it lowers the window below "
-"other windows. The format looks like \"<Control>a\" or \"<Shift>"
-"<Alt>F1\". The parser is fairly liberal and allows lower or upper "
-"case, and also abbreviations such as \"<Ctl>\" and \"<Ctrl>\". "
-"If you set the option to the special string \"disabled\", then there will be "
-"no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja postavlja prozor iznad ili ispod ostalih prozora. "
-"Ako je prozor prekriven drugim prozorom, on se podiže iznad njega. Ako je "
-"prozor već na vrhu, on se spušta ispod ostalih prozora postavljajući drugi "
-"prozor na vrh. Oblik zapisa izgleda kao \"<Control>a\" ili \"<"
-"Shift><Alt>F1\". Program za obradu je dosta slobodan i dozvoljava "
-"velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< "
-"Ctrl>\". Ako postavite opciju na specijalni niz znakova \"disabled\", "
-"tada neće biti korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:153
-msgid ""
-"This keybinding lowers a window below other windows. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja spušta prozor ispod svih ostalih prozora. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:154
-msgid ""
-"This keybinding raises the window above other windows. The format looks like "
-"\"<Control>a\" or \"<Shift><Alt>F1\". The parser is fairly "
-"liberal and allows lower or upper case, and also abbreviations such as \"<"
-"Ctl>\" and \"<Ctrl>\". If you set the option to the special string "
-"\"disabled\", then there will be no keybinding for this action."
-msgstr ""
-"Kombinacija dugmadi koja podiže prozor iznad svih ostalih prozora. Oblik "
-"zapisa izgleda kao \"<Control>a\" ili \"<Shift><Alt>F1\". "
-"Program za obradu je dosta slobodan i dozvoljava velika ili mala slova, "
-"takođe i skraćenice poput \"<Ctl>\" i \"< Ctrl>\". Ako postavite "
-"opciju na specijalni niz znakova \"disabled\", tada neće biti korištena niti "
-"jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:155
-msgid ""
-"This keybinding resizes a window to fill available horizontal space. The "
-"format looks like \"<Control>a\" or \"<Shift><Alt>F1\". "
-"The parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja mijenja veličinu prozora tako da popuni čitav "
-"vodoravni prostor. Oblik zapisa izgleda kao \"<Control>a\" ili \"<"
-"Shift><Alt>F1\". Program za obradu je dosta slobodan i dozvoljava "
-"velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< "
-"Ctrl>\". Ako postavite opciju na specijalni niz znakova \"disabled\", "
-"tada neće biti korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:156
-msgid ""
-"This keybinding resizes a window to fill available vertical space. The "
-"format looks like \"<Control>a\" or \"<Shift><Alt>F1\". "
-"The parser is fairly liberal and allows lower or upper case, and also "
-"abbreviations such as \"<Ctl>\" and \"<Ctrl>\". If you set the "
-"option to the special string \"disabled\", then there will be no keybinding "
-"for this action."
-msgstr ""
-"Kombinacija dugmadi koja mijenja veličinu prozora tako da popuni čitav "
-"okomiti prostor. Oblik zapisa izgleda kao \"<Control>a\" ili \"<"
-"Shift><Alt>F1\". Program za obradu je dosta slobodan i dozvoljava "
-"velika ili mala slova, takođe i skraćenice poput \"<Ctl>\" i \"< "
-"Ctrl>\". Ako postavite opciju na specijalni niz znakova \"disabled\", "
-"tada neće biti korištena niti jedna kombinacija dugmadi za ovu aktivnost."
-
-#: ../src/metacity.schemas.in.h:157
-msgid ""
-"This option determines the effects of double-clicking on the title bar. "
-"Current valid options are 'toggle_shade', which will shade/unshade the "
-"window, and 'toggle_maximize' which will maximize/unmaximize the window."
-msgstr ""
-"Ova opcija određuje efekt dvostrukog klika na naslovnu liniju prozora. "
-"Trenutno su ispravne opcije 'toggle_shade', što će uključiti ili poništiti "
-"sjenčenje prozora, i 'toggle_maximize' što će uvećati ili poništiti uvećanje "
-"prozora."
-
-#: ../src/metacity.schemas.in.h:158
-msgid "Toggle always on top state"
-msgstr "Uključi da je uvijek na vrhu"
-
-#: ../src/metacity.schemas.in.h:159
-msgid "Toggle fullscreen mode"
-msgstr "Postavi preko cijelog ekrana"
-
-#: ../src/metacity.schemas.in.h:160
-msgid "Toggle maximization state"
-msgstr "Promijeni stanje maksimizacije "
-
-#: ../src/metacity.schemas.in.h:161
-msgid "Toggle shaded state"
-msgstr "Promijeni stanje zasjenčenja"
-
-#: ../src/metacity.schemas.in.h:162
-msgid "Toggle window on all workspaces"
-msgstr "Uključi prozor na svim radnim površinama"
-
-#: ../src/metacity.schemas.in.h:163
-msgid ""
-"Turns on a visual indication when an application or the system issues a "
-"'bell' or 'beep'; useful for the hard-of-hearing and for use in noisy "
-"environments, or when 'audible bell' is off."
-msgstr ""
-"Uključuje vizuelni prikaz kada program ili sistem 'zazvoni'; korisno u  "
-"bučnim situacijama, ili kada je zvučno zvonce isključeno. "
-
-#: ../src/metacity.schemas.in.h:164
-msgid "Unmaximize window"
-msgstr "Poništi uvećanje prozora "
-
-#: ../src/metacity.schemas.in.h:165
-msgid "Use standard system font in window titles"
-msgstr "Koristi standardni font sistema za naslov prozora"
-
-#: ../src/metacity.schemas.in.h:166
-msgid "Visual Bell Type"
-msgstr "Vrsta vizulnog zvonca "
-
-#: ../src/metacity.schemas.in.h:167
-msgid "Window focus mode"
-msgstr "Način fokusa prozora"
-
-#: ../src/metacity.schemas.in.h:168
-msgid "Window title font"
-msgstr "Font naslova prozora"
-
-#: ../src/prefs.c:528 ../src/prefs.c:544 ../src/prefs.c:560 ../src/prefs.c:576
-#: ../src/prefs.c:592 ../src/prefs.c:612 ../src/prefs.c:628 ../src/prefs.c:644
-#: ../src/prefs.c:660 ../src/prefs.c:676 ../src/prefs.c:692 ../src/prefs.c:708
-#: ../src/prefs.c:724 ../src/prefs.c:741 ../src/prefs.c:757 ../src/prefs.c:773
-#: ../src/prefs.c:789 ../src/prefs.c:805 ../src/prefs.c:820 ../src/prefs.c:835
-#: ../src/prefs.c:850 ../src/prefs.c:866 ../src/prefs.c:882 ../src/prefs.c:898
-#, c-format
-msgid "GConf key \"%s\" is set to an invalid type\n"
-msgstr "GConf ključ \"%s\" je postavljen na neispravan tip\n"
-
-#: ../src/prefs.c:943
-#, c-format
-msgid ""
-"\"%s\" found in configuration database is not a valid value for mouse button "
-"modifier\n"
-msgstr ""
-"“%s“ je pronađen u bazi podešavanja što nije ispravna vrijednost za dugme "
-"koje mijenja ponašanje dugmadi miša\n"
-
-#: ../src/prefs.c:967 ../src/prefs.c:1428
-#, c-format
-msgid "GConf key '%s' is set to an invalid value\n"
-msgstr "GConf ključ '%s' je postavljen na neispravnu vrijednost\n"
-
-#: ../src/prefs.c:1145
-#, c-format
-msgid "Could not parse font description \"%s\" from GConf key %s\n"
-msgstr "Nije moguće analizirati opis fonta  \"%s\" iz Gconf ključa %s\n"
-
-#: ../src/prefs.c:1330
-#, c-format
-msgid ""
-"%d stored in GConf key %s is not a reasonable number of workspaces, current "
-"maximum is %d\n"
-msgstr ""
-"%d pohranjen u GConf ključu %s nije podnošljiv broj radnih površina, "
-"trenutno je maksimalan %d\n"
-
-#: ../src/prefs.c:1390
-msgid ""
-"Workarounds for broken applications disabled. Some applications may not "
-"behave properly.\n"
-msgstr ""
-"Kompromisi za loše programe su isključeni. Neki programi se mogu ponašati "
-"čudno.\n"
-
-#: ../src/prefs.c:1455
-#, c-format
-msgid "%d stored in GConf key %s is out of range 0 to %d\n"
-msgstr "%d pohranjen u GConf ključu %s je izvan dometa od 0 do %d\n"
-
-#: ../src/prefs.c:1589
-#, c-format
-msgid "Error setting number of workspaces to %d: %s\n"
-msgstr "Greška prilikom podešavanja broja radnih površina na %d: %s\n"
-
-#: ../src/prefs.c:1833
-#, c-format
-msgid ""
-"\"%s\" found in configuration database is not a valid value for keybinding "
-"\"%s\"\n"
-msgstr ""
-"\"%s\" nađen u konfiguracijskoj bazi nije ispravna kombinacija dugmadi \"%s"
-"\"\n"
-
-#: ../src/prefs.c:2187
-#, c-format
-msgid "Error setting name for workspace %d to \"%s\": %s\n"
-msgstr "Greška prilikom podešavanja imena radne površine %d  u \"%s\": %s\n"
-
-#: ../src/resizepopup.c:126
-#, c-format
-msgid "%d x %d"
-msgstr "%d x %d"
-
-#: ../src/screen.c:408
-#, c-format
-msgid "Screen %d on display '%s' is invalid\n"
-msgstr "Ekran %d na prikazu '%s' je neispravan\n"
-
-#: ../src/screen.c:424
-#, c-format
-msgid ""
-"Screen %d on display \"%s\" already has a window manager; try using the --"
-"replace option to replace the current window manager.\n"
-msgstr ""
-"Ekran %d na prikazu \"%s\" već ima upravitelja prozora; pokušajte koristiti "
-"--replace opciju da zamjenite trenutni upravitelj prozora.\n"
-
-#: ../src/screen.c:448
-#, c-format
-msgid ""
-"Could not acquire window manager selection on screen %d display \"%s\"\n"
-msgstr ""
-"Nije moguće dobiti biranje upravitelja prozora na ekranu %d prikaza \"%s\"\n"
-
-#: ../src/screen.c:506
-#, c-format
-msgid "Screen %d on display \"%s\" already has a window manager\n"
-msgstr "Ekran %d na prikazu \"%s\" već ima rukovoditelja prozora\n"
-
-#: ../src/screen.c:716
-#, c-format
-msgid "Could not release screen %d on display \"%s\"\n"
-msgstr "Nije moguće otpustiti ekran %d na prikazu \"%s\"\n"
-
-#: ../src/session.c:884 ../src/session.c:891
-#, c-format
-msgid "Could not create directory '%s': %s\n"
-msgstr "Nije moguće napraviti direktorij '%s': %s\n"
-
-#: ../src/session.c:901
-#, c-format
-msgid "Could not open session file '%s' for writing: %s\n"
-msgstr "Nije moguće otvoriti datoteku '%s' za pisanje: %s\n"
-
-#: ../src/session.c:1053
-#, c-format
-msgid "Error writing session file '%s': %s\n"
-msgstr "Pogreška pisanja datoteke sesije '%s': %s\n"
-
-#: ../src/session.c:1058
-#, c-format
-msgid "Error closing session file '%s': %s\n"
-msgstr "Greška pri zatvaranju datoteke sesije '%s': %s\n"
-
-#: ../src/session.c:1133
-#, c-format
-msgid "Failed to read saved session file %s: %s\n"
-msgstr "Nije uspjelo čitanje snimljene datoteke sesije %s: %s\n"
-
-#: ../src/session.c:1168
-#, c-format
-msgid "Failed to parse saved session file: %s\n"
-msgstr "Nije uspjela analiza snimljene datoteke sesije: %s\n"
-
-#: ../src/session.c:1217
-msgid " attribute seen but we already have the session ID"
-msgstr " atribut opažen ali već imamo ID sesije"
-
-#: ../src/session.c:1230
-#, c-format
-msgid "Unknown attribute %s on  element"
-msgstr "Nepoznata osobina %s u  elementu"
-
-#: ../src/session.c:1247
-msgid "nested  tag"
-msgstr "ugniježden  tag"
-
-#: ../src/session.c:1305 ../src/session.c:1337
-#, c-format
-msgid "Unknown attribute %s on  element"
-msgstr "Nepoznata osobina %s u  elementu"
-
-#: ../src/session.c:1409
-#, c-format
-msgid "Unknown attribute %s on  element"
-msgstr "Nepoznata osobina %s u  elementu"
-
-#: ../src/session.c:1469
-#, c-format
-msgid "Unknown attribute %s on  element"
-msgstr "Nepoznata osobina %s u  elementu"
-
-#: ../src/session.c:1489
-#, c-format
-msgid "Unknown element %s"
-msgstr "Nepoznati element %s"
-
-#: ../src/session.c:1961
-#, c-format
-msgid ""
-"Error launching metacity-dialog to warn about apps that don't support "
-"session management: %s\n"
-msgstr ""
-"Greška pri pokretanju metacity-dialoga da upozori aplikacije koje ne "
-"podržavaju session managment %s\n"
-
-#: ../src/theme-parser.c:224 ../src/theme-parser.c:242
-#, c-format
-msgid "Line %d character %d: %s"
-msgstr "Linija %d karakter %d: %s"
-
-#: ../src/theme-parser.c:396
-#, c-format
-msgid "Attribute \"%s\" repeated twice on the same <%s> element"
-msgstr "Osobina \"%s\" je ponovljena dva puta u istom elementu <%s>"
-
-#: ../src/theme-parser.c:414 ../src/theme-parser.c:439
-#, c-format
-msgid "Attribute \"%s\" is invalid on <%s> element in this context"
-msgstr "Osobina \"%s\" je neispravana u elementu <%s> u ovom kontekstu"
-
-#: ../src/theme-parser.c:485
-#, c-format
-msgid "Integer %ld must be positive"
-msgstr "Cijeli broj %ld mora biti pozitivan"
-
-#: ../src/theme-parser.c:493
-#, c-format
-msgid "Integer %ld is too large, current max is %d"
-msgstr "Cijeli broj  %ld je prevelik ,trenutno najveći je %d"
-
-#: ../src/theme-parser.c:521 ../src/theme-parser.c:602
-#: ../src/theme-parser.c:626
-#, c-format
-msgid "Could not parse \"%s\" as a floating point number"
-msgstr "Nije moguće analizirati  \"%s\" kao broj sa pomičnim  zarezom"
-
-#: ../src/theme-parser.c:552
-#, c-format
-msgid "Boolean values must be \"true\" or \"false\" not \"%s\""
-msgstr "Logičke vrijednosti moraju biti \"true\" ili \"false\", a ne \"%s\""
-
-#: ../src/theme-parser.c:572
-#, c-format
-msgid "Angle must be between 0.0 and 360.0, was %g\n"
-msgstr "Ugao mora biti između 0.0 i 360.0, bio %g\n"
-
-#: ../src/theme-parser.c:638
-#, c-format
-msgid "Alpha must be between 0.0 (invisible) and 1.0 (fully opaque), was %g\n"
-msgstr ""
-"Alfa osobina mora biti između 0.0 (nevidljivo) i 1.0 (potpuno neprozirno), "
-"bila je %g\n"
-
-#: ../src/theme-parser.c:684
-#, c-format
-msgid ""
-"Invalid title scale \"%s\" (must be one of xx-small,x-small,small,medium,"
-"large,x-large,xx-large)\n"
-msgstr ""
-"Neispravna veličina naslova \"%s\" (mora biti jedna od xx-mala,x-mala,mala,"
-"srednja,velika,x-velika,xx-velika)\n"
-
-#: ../src/theme-parser.c:729 ../src/theme-parser.c:737
-#: ../src/theme-parser.c:807 ../src/theme-parser.c:897
-#: ../src/theme-parser.c:935 ../src/theme-parser.c:1012
-#: ../src/theme-parser.c:1062 ../src/theme-parser.c:1070
-#: ../src/theme-parser.c:1126 ../src/theme-parser.c:1134
-#: ../src/theme-parser.c:2936 ../src/theme-parser.c:3025
-#: ../src/theme-parser.c:3032 ../src/theme-parser.c:3039
-#, c-format
-msgid "No \"%s\" attribute on <%s> element"
-msgstr "Nema atributa \"%s\" na <%s> elementu"
-
-#: ../src/theme-parser.c:837 ../src/theme-parser.c:905
-#: ../src/theme-parser.c:943 ../src/theme-parser.c:1020
-#, c-format
-msgid "<%s> name \"%s\" used a second time"
-msgstr "<%s> ime \"%s\" se  već drugi put koristi"
-
-#: ../src/theme-parser.c:849 ../src/theme-parser.c:955
-#: ../src/theme-parser.c:1032
-#, c-format
-msgid "<%s> parent \"%s\" has not been defined"
-msgstr "<%s> izvor \"%s\" nije definisan"
-
-#: ../src/theme-parser.c:968
-#, c-format
-msgid "<%s> geometry \"%s\" has not been defined"
-msgstr "<%s> geometrija \"%s\" se nije definisala"
-
-#: ../src/theme-parser.c:981
-#, c-format
-msgid "<%s> must specify either a geometry or a parent that has a geometry"
-msgstr "<%s> morate odrediti geometriju ili izvor koji ima geometriju"
-
-#: ../src/theme-parser.c:1080
-#, c-format
-msgid "Unknown type \"%s\" on <%s> element"
-msgstr "Nepoznat tip \"%s\" na elementu <%s>"
-
-#: ../src/theme-parser.c:1091
-#, c-format
-msgid "Unknown style_set \"%s\" on <%s> element"
-msgstr "Nepoznat style_set \"%s\" na elementu <%s>"
-
-#: ../src/theme-parser.c:1099
-#, c-format
-msgid "Window type \"%s\" has already been assigned a style set"
-msgstr "Vrsti prozora \"%s\" je već dodijeljena grupa stilova"
-
-#: ../src/theme-parser.c:1143
-#, c-format
-msgid "Unknown function \"%s\" for menu icon"
-msgstr "Nepoznata funkcija \"%s\" za sličicu izbornika"
-
-#: ../src/theme-parser.c:1152
-#, c-format
-msgid "Unknown state \"%s\" for menu icon"
-msgstr "Nepoznato stanje \"%s\" za sličicu menija"
-
-#: ../src/theme-parser.c:1160
-#, c-format
-msgid "Theme already has a menu icon for function %s state %s"
-msgstr "Tema već posjeduje sličicu izbornika za funkciju %s stanje %s"
-
-#: ../src/theme-parser.c:1177 ../src/theme-parser.c:3244
-#: ../src/theme-parser.c:3323
-#, c-format
-msgid "No  with the name \"%s\" has been defined"
-msgstr "Nije podešen sa imenom  \"%s\""
-
-#: ../src/theme-parser.c:1192 ../src/theme-parser.c:1256
-#: ../src/theme-parser.c:1545 ../src/theme-parser.c:3124
-#: ../src/theme-parser.c:3178 ../src/theme-parser.c:3338
-#: ../src/theme-parser.c:3515 ../src/theme-parser.c:3553
-#: ../src/theme-parser.c:3591 ../src/theme-parser.c:3629
-#, c-format
-msgid "Element <%s> is not allowed below <%s>"
-msgstr "Element  <%s> nije dozvoljen ispod <%s>"
-
-#: ../src/theme-parser.c:1282 ../src/theme-parser.c:1369
-#: ../src/theme-parser.c:1439
-#, c-format
-msgid "No \"name\" attribute on element <%s>"
-msgstr "Bez \"ime\" atributa na elementu <%s>"
-
-#: ../src/theme-parser.c:1289 ../src/theme-parser.c:1376
-#, c-format
-msgid "No \"value\" attribute on element <%s>"
-msgstr "Bez \"vrijednost\" atributa na  elementu <%s>"
-
-#: ../src/theme-parser.c:1320 ../src/theme-parser.c:1334
-#: ../src/theme-parser.c:1393
-msgid ""
-"Cannot specify both button_width/button_height and aspect ratio for buttons"
-msgstr ""
-"Nije moguće odrediti istovremeno dugme_širine/dugme_visine i omjer slike za "
-"dugmad"
-
-#: ../src/theme-parser.c:1343
-#, c-format
-msgid "Distance \"%s\" is unknown"
-msgstr "Udaljenost \"%s\" je nepoznata"
-
-#: ../src/theme-parser.c:1402
-#, c-format
-msgid "Aspect ratio \"%s\" is unknown"
-msgstr "Odnos \"%s\" je nepoznat"
-
-#: ../src/theme-parser.c:1446
-#, c-format
-msgid "No \"top\" attribute on element <%s>"
-msgstr "Bez \"vrh\" atributa na  elementu <%s>"
-
-#: ../src/theme-parser.c:1453
-#, c-format
-msgid "No \"bottom\" attribute on element <%s>"
-msgstr "Bez \"dno\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:1
+msgid "Navigation"
+msgstr "Navigacija"
 
-#: ../src/theme-parser.c:1460
-#, c-format
-msgid "No \"left\" attribute on element <%s>"
-msgstr "Bez \"lijevo\" atributa na elementu <%s>"
-
-#: ../src/theme-parser.c:1467
-#, c-format
-msgid "No \"right\" attribute on element <%s>"
-msgstr "Bez \"desno\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:2
+msgid "Move window to workspace 1"
+msgstr "Premjesti prozor na radnu površinu 1"
 
-#: ../src/theme-parser.c:1499
-#, c-format
-msgid "Border \"%s\" is unknown"
-msgstr "Rub „%s“ je nepoznat"
+#: ../data/50-mutter-navigation.xml.in.h:3
+msgid "Move window to workspace 2"
+msgstr "Premjesti prozor na radnu površinu 2"
 
-#: ../src/theme-parser.c:1655 ../src/theme-parser.c:1765
-#: ../src/theme-parser.c:1868 ../src/theme-parser.c:2055
-#: ../src/theme-parser.c:2869
-#, c-format
-msgid "No \"color\" attribute on element <%s>"
-msgstr "Bez \"boja\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:4
+msgid "Move window to workspace 3"
+msgstr "Premjesti prozor na radnu površinu 3"
 
-#: ../src/theme-parser.c:1662
-#, c-format
-msgid "No \"x1\" attribute on element <%s>"
-msgstr "Bez \"x1\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:5
+msgid "Move window to workspace 4"
+msgstr "Premjesti prozor na radnu površinu 4"
 
-#: ../src/theme-parser.c:1669 ../src/theme-parser.c:2714
-#, c-format
-msgid "No \"y1\" attribute on element <%s>"
-msgstr "Bez \"y1\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:6
+msgid "Move window to last workspace"
+msgstr "Premjesti prozor na posljednji radni prostor"
 
-#: ../src/theme-parser.c:1676
-#, c-format
-msgid "No \"x2\" attribute on element <%s>"
-msgstr "Bez \"x2\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:7
+msgid "Move window one workspace to the left"
+msgstr "Pomjeri prozor jedan radnu površinu ulijevo"
 
-#: ../src/theme-parser.c:1683 ../src/theme-parser.c:2721
-#, c-format
-msgid "No \"y2\" attribute on element <%s>"
-msgstr "Bez \"y2\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:8
+msgid "Move window one workspace to the right"
+msgstr "Pomjeri prozor jednu radnu površinu udesno"
 
-#: ../src/theme-parser.c:1772 ../src/theme-parser.c:1875
-#: ../src/theme-parser.c:1981 ../src/theme-parser.c:2062
-#: ../src/theme-parser.c:2168 ../src/theme-parser.c:2266
-#: ../src/theme-parser.c:2483 ../src/theme-parser.c:2609
-#: ../src/theme-parser.c:2707 ../src/theme-parser.c:2781
-#: ../src/theme-parser.c:2876
-#, c-format
-msgid "No \"x\" attribute on element <%s>"
-msgstr "Bez \"x\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:9
+msgid "Move window one workspace up"
+msgstr "Pomjeri prozor jednu radnu površinu gore"
 
-#: ../src/theme-parser.c:1779 ../src/theme-parser.c:1882
-#: ../src/theme-parser.c:1988 ../src/theme-parser.c:2069
-#: ../src/theme-parser.c:2175 ../src/theme-parser.c:2273
-#: ../src/theme-parser.c:2490 ../src/theme-parser.c:2616
-#: ../src/theme-parser.c:2788 ../src/theme-parser.c:2883
-#, c-format
-msgid "No \"y\" attribute on element <%s>"
-msgstr "Bez \"y\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:10
+msgid "Move window one workspace down"
+msgstr "Premjesti prozor za jednu radnu površinu ispod"
 
-#: ../src/theme-parser.c:1786 ../src/theme-parser.c:1889
-#: ../src/theme-parser.c:1995 ../src/theme-parser.c:2076
-#: ../src/theme-parser.c:2182 ../src/theme-parser.c:2280
-#: ../src/theme-parser.c:2497 ../src/theme-parser.c:2623
-#: ../src/theme-parser.c:2795
-#, c-format
-msgid "No \"width\" attribute on element <%s>"
-msgstr "Bez \"širina\" atributa na  elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:11
+msgid "Move window one monitor to the left"
+msgstr "Premjesti prozor monitora ulijevo"
+
+#: ../data/50-mutter-navigation.xml.in.h:12
+msgid "Move window one monitor to the right"
+msgstr "Premjesti prozor monitora udesno"
+
+#: ../data/50-mutter-navigation.xml.in.h:13
+msgid "Move window one monitor up"
+msgstr "Premjesti prozor monitora gore"
+
+#: ../data/50-mutter-navigation.xml.in.h:14
+msgid "Move window one monitor down"
+msgstr "Premjesti prozor monitora dolje"
+
+#: ../data/50-mutter-navigation.xml.in.h:15
+msgid "Switch applications"
+msgstr "Prebacuje programe"
+
+#: ../data/50-mutter-navigation.xml.in.h:16
+msgid "Switch to previous application"
+msgstr "Prebaci na prethodnu aplikaciju"
+
+#: ../data/50-mutter-navigation.xml.in.h:17
+msgid "Switch windows"
+msgstr "Prebaci prozore"
+
+#: ../data/50-mutter-navigation.xml.in.h:18
+msgid "Switch to previous window"
+msgstr "Prebaci na prethodni prozor"
+
+#: ../data/50-mutter-navigation.xml.in.h:19
+msgid "Switch windows of an application"
+msgstr "Prebacuje prozor programa"
+
+#: ../data/50-mutter-navigation.xml.in.h:20
+msgid "Switch to previous window of an application"
+msgstr "Prebaci na prethodni prozor aplikacije"
+
+#: ../data/50-mutter-navigation.xml.in.h:21
+msgid "Switch system controls"
+msgstr "Prebacuje kontrole sistema"
+
+#: ../data/50-mutter-navigation.xml.in.h:22
+msgid "Switch to previous system control"
+msgstr "Prebaci na prethodnu kontrolu sistema"
+
+#: ../data/50-mutter-navigation.xml.in.h:23
+msgid "Switch windows directly"
+msgstr "Prebacuje prozore direktno"
+
+#: ../data/50-mutter-navigation.xml.in.h:24
+msgid "Switch directly to previous window"
+msgstr "Prebaci direktno na prethodni prozor"
+
+#: ../data/50-mutter-navigation.xml.in.h:25
+msgid "Switch windows of an app directly"
+msgstr "Prebacuje prozore programa direktno"
+
+#: ../data/50-mutter-navigation.xml.in.h:26
+msgid "Switch directly to previous window of an app"
+msgstr "Prebaci direktno na prethodni prozor aplikacije"
+
+#: ../data/50-mutter-navigation.xml.in.h:27
+msgid "Switch system controls directly"
+msgstr "Prebacuje kontrole sistema direktno"
+
+#: ../data/50-mutter-navigation.xml.in.h:28
+msgid "Switch directly to previous system control"
+msgstr "Prebaci direktno na prethodnu kontrolu sistema"
+
+#: ../data/50-mutter-navigation.xml.in.h:29
+msgid "Hide all normal windows"
+msgstr "Skriva sve obične prozore"
 
-#: ../src/theme-parser.c:1793 ../src/theme-parser.c:1896
-#: ../src/theme-parser.c:2002 ../src/theme-parser.c:2083
-#: ../src/theme-parser.c:2189 ../src/theme-parser.c:2287
-#: ../src/theme-parser.c:2504 ../src/theme-parser.c:2630
-#: ../src/theme-parser.c:2802
-#, c-format
-msgid "No \"height\" attribute on element <%s>"
-msgstr "Bez \"visina\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:30
+msgid "Switch to workspace 1"
+msgstr "Prebaci se na radnu površinu 1"
 
-#: ../src/theme-parser.c:1903
-#, c-format
-msgid "No \"start_angle\" attribute on element <%s>"
-msgstr "Nema \"start_angle\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:31
+msgid "Switch to workspace 2"
+msgstr "Prebaci se na radnu površinu 2"
 
-#: ../src/theme-parser.c:1910
-#, c-format
-msgid "No \"extent_angle\" attribute on element <%s>"
-msgstr "Bez \"extent_ange\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:32
+msgid "Switch to workspace 3"
+msgstr "Prebaci se na radnu površinu 3"
 
-#: ../src/theme-parser.c:2090
-#, c-format
-msgid "No \"alpha\" attribute on element <%s>"
-msgstr "Bez \"alfa\" atributa na elementu <%s>"
+#: ../data/50-mutter-navigation.xml.in.h:33
+msgid "Switch to workspace 4"
+msgstr "Prebaci se na radnu površinu 4"
 
-#: ../src/theme-parser.c:2161
-#, c-format
-msgid "No \"type\" attribute on element <%s>"
-msgstr "Bez \"tip\" atributa na elementu <%s> "
+#: ../data/50-mutter-navigation.xml.in.h:34
+msgid "Switch to last workspace"
+msgstr "Prebaci na posljednji radni prostor"
+
+#: ../data/50-mutter-navigation.xml.in.h:35
+msgid "Move to workspace left"
+msgstr "Premješta na radni prostor lijevo"
+
+#: ../data/50-mutter-navigation.xml.in.h:36
+msgid "Move to workspace right"
+msgstr "Premješta na radni prostor desno"
+
+#: ../data/50-mutter-navigation.xml.in.h:37
+msgid "Move to workspace above"
+msgstr "Move to workspace above"
+
+#: ../data/50-mutter-navigation.xml.in.h:38
+msgid "Move to workspace below"
+msgstr "Move to workspace below"
+
+#: ../data/50-mutter-system.xml.in.h:1
+msgid "System"
+msgstr "Sistem"
+
+#: ../data/50-mutter-system.xml.in.h:2
+msgid "Show the run command prompt"
+msgstr "Prikazuje prompt za pokretanje naredbe"
+
+#: ../data/50-mutter-system.xml.in.h:3
+msgid "Show the activities overview"
+msgstr "Prikazuje pregled aktivnosti"
+
+#: ../data/50-mutter-windows.xml.in.h:1
+msgid "Windows"
+msgstr "Windows"
+
+#: ../data/50-mutter-windows.xml.in.h:2
+msgid "Activate the window menu"
+msgstr "Aktiviraj meni prozora"
 
-#: ../src/theme-parser.c:2209
-#, c-format
-msgid "Did not understand value \"%s\" for type of gradient"
-msgstr "Nisam shvatio vrijednost \"%s\" za vrstu stepenovanja"
+#: ../data/50-mutter-windows.xml.in.h:3
+msgid "Toggle fullscreen mode"
+msgstr "Postavi preko cijelog ekrana"
 
-#: ../src/theme-parser.c:2294
-#, c-format
-msgid "No \"filename\" attribute on element <%s>"
-msgstr "Bez \"imedatoteke\" atributa na elementu <%s>"
+#: ../data/50-mutter-windows.xml.in.h:4
+msgid "Toggle maximization state"
+msgstr "Promijeni stanje maksimizacije"
 
-#: ../src/theme-parser.c:2319 ../src/theme-parser.c:2827
-#, c-format
-msgid "Did not understand fill type \"%s\" for <%s> element"
-msgstr "Nisam shvatio vrstu popunjavanja  \"%s\" za <%s> element"
+#: ../data/50-mutter-windows.xml.in.h:5
+msgid "Maximize window"
+msgstr "Maksimiziraj prozor"
 
-#: ../src/theme-parser.c:2462 ../src/theme-parser.c:2595
-#: ../src/theme-parser.c:2700
-#, c-format
-msgid "No \"state\" attribute on element <%s>"
-msgstr "Bez \"stanje\" atributa na elementu  <%s> "
+#: ../data/50-mutter-windows.xml.in.h:6
+msgid "Restore window"
+msgstr "Vrati veličinu prozoru"
 
-#: ../src/theme-parser.c:2469 ../src/theme-parser.c:2602
-#, c-format
-msgid "No \"shadow\" attribute on element <%s>"
-msgstr "Bez \"sjena\" atributa na elementu <%s>"
+#: ../data/50-mutter-windows.xml.in.h:7
+msgid "Toggle shaded state"
+msgstr "Promijeni stanje zasjenčenja"
 
-#: ../src/theme-parser.c:2476
-#, c-format
-msgid "No \"arrow\" attribute on element <%s>"
-msgstr "Bez \"strelica\" atributa na elementu <%s>"
+#: ../data/50-mutter-windows.xml.in.h:8
+msgid "Close window"
+msgstr "Zatvori prozor"
 
-#: ../src/theme-parser.c:2529 ../src/theme-parser.c:2651
-#: ../src/theme-parser.c:2739
-#, c-format
-msgid "Did not understand state \"%s\" for <%s> element"
-msgstr "Nisam shvatio sjenu \"%s\" za <%s> element"
+#: ../data/50-mutter-windows.xml.in.h:9
+msgid "Hide window"
+msgstr "Sakrij prozor"
 
-#: ../src/theme-parser.c:2539 ../src/theme-parser.c:2661
-#, c-format
-msgid "Did not understand shadow \"%s\" for <%s> element"
-msgstr "Nisam shvatio sjenu \"%s\" za <%s> element"
+#: ../data/50-mutter-windows.xml.in.h:10
+msgid "Move window"
+msgstr "Pomjeri prozor"
 
-#: ../src/theme-parser.c:2549
-#, c-format
-msgid "Did not understand arrow \"%s\" for <%s> element"
-msgstr "Ne razumijmem strelicu \"%s\" za <%s> element"
+#: ../data/50-mutter-windows.xml.in.h:11
+msgid "Resize window"
+msgstr "Promijeni veličinu prozora"
 
-#: ../src/theme-parser.c:2962 ../src/theme-parser.c:3078
-#, c-format
-msgid "No  called \"%s\" has been defined"
-msgstr "Nije podešen  imena  \"%s\" "
+#: ../data/50-mutter-windows.xml.in.h:12
+msgid "Toggle window on all workspaces or one"
+msgstr "Prikazuje prozor na svim radnim prostorima ili samo na jednom"
 
-#: ../src/theme-parser.c:2974 ../src/theme-parser.c:3090
-#, c-format
-msgid "Including draw_ops \"%s\" here would create a circular reference"
-msgstr "uključivanje draw_ops \"%s\" ovdje bi kreiralo kružnu napomenu"
+#: ../data/50-mutter-windows.xml.in.h:13
+msgid "Raise window if covered, otherwise lower it"
+msgstr "Izdiže prozor ukoliko ga drugi prozor zaklanja, u protivnom ga spušta"
 
-#: ../src/theme-parser.c:3153
-#, c-format
-msgid "No \"value\" attribute on <%s> element"
-msgstr "Bez \"vrijednost\" atributa na <%s> elementu "
+#: ../data/50-mutter-windows.xml.in.h:14
+msgid "Raise window above other windows"
+msgstr "Podigni prozor iznad ostalih prozora"
 
-#: ../src/theme-parser.c:3210
-#, c-format
-msgid "No \"position\" attribute on <%s> element"
-msgstr "Bez \"pozicija\" atributa na elementu <%s>"
+#: ../data/50-mutter-windows.xml.in.h:15
+msgid "Lower window below other windows"
+msgstr "Spustiti prozor ispod ostalih prozora"
 
-#: ../src/theme-parser.c:3219
-#, c-format
-msgid "Unknown position \"%s\" for frame piece"
-msgstr "Nepoznata pozicija \"%s\" za dio okvira"
+#: ../data/50-mutter-windows.xml.in.h:16
+msgid "Maximize window vertically"
+msgstr "Maksimiziraj prozor vertikalno"
 
-#: ../src/theme-parser.c:3227
-#, c-format
-msgid "Frame style already has a piece at position %s"
-msgstr "Stil okvira već ima dio na poziciji %s"
+#: ../data/50-mutter-windows.xml.in.h:17
+msgid "Maximize window horizontally"
+msgstr "Maksimiziraj prozor horizontalno"
 
-#: ../src/theme-parser.c:3272
-#, c-format
-msgid "No \"function\" attribute on <%s> element"
-msgstr "Bez \"funkcija\" atributa na elementu <%s>"
+#: ../data/50-mutter-windows.xml.in.h:18
+msgid "View split on left"
+msgstr "Vidi podijeljeno lijevo"
 
-#: ../src/theme-parser.c:3280 ../src/theme-parser.c:3384
-#, c-format
-msgid "No \"state\" attribute on <%s> element"
-msgstr "Bez \"stanje\" atributa na <%s> elementu "
+#: ../data/50-mutter-windows.xml.in.h:19
+msgid "View split on right"
+msgstr "Vidi podijeljeno desno"
 
-#: ../src/theme-parser.c:3289
-#, c-format
-msgid "Unknown function \"%s\" for button"
-msgstr "Nepoznata funkcija \"%s\" za dugme"
+#: ../data/mutter.desktop.in.h:1
+msgid "Mutter"
+msgstr "Mutter"
 
-#: ../src/theme-parser.c:3298
-#, c-format
-msgid "Unknown state \"%s\" for button"
-msgstr "Nepoznato stanje \"%s\" za dugme"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:1
+msgid "Modifier to use for extended window management operations"
+msgstr ""
+"Modifier koji će se koristiti za proširene operacije window menadžmenta"
 
-#: ../src/theme-parser.c:3306
-#, c-format
-msgid "Frame style already has a button for function %s state %s"
-msgstr "Stil okvira već ima dugme za funkciju %s stanja %s"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:2
+msgid ""
+"This key will initiate the \"overlay\", which is a combination window "
+"overview and application launching system. The default is intended to be the "
+"\"Windows key\" on PC hardware. It's expected that this binding either the "
+"default or set to the empty string."
+msgstr ""
+"Ovaj ključ će inicirati \"prekrivanje\", koje je kombinacija pregleda "
+"prozora i sistema pokretanja aplikacije. Zadata vrijednost je namjenjena da "
+"bude \"Window ključ\" na PC hardware. Očekuje se da je ovo povezivanje ili "
+"zadato ili postavljeno na prazan string."
 
-#: ../src/theme-parser.c:3376
-#, c-format
-msgid "No \"focus\" attribute on <%s> element"
-msgstr "Bez \"usredotočenje\" atributa na elementu <%s>"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:3
+msgid "Attach modal dialogs"
+msgstr ""
+"Pridruži dijaloške prozore koji ograničavaju klikanje izvan njih (modalne)"
 
-#: ../src/theme-parser.c:3392
-#, c-format
-msgid "No \"style\" attribute on <%s> element"
-msgstr "Bez \"stil\" atributa na <%s> elementu "
+#: ../data/org.gnome.mutter.gschema.xml.in.h:4
+msgid ""
+"When true, instead of having independent titlebars, modal dialogs appear "
+"attached to the titlebar of the parent window and are moved together with "
+"the parent window."
+msgstr ""
+"Kada je uključeno, umjesto nezavisnih alatnih traka, modalni dijaloški "
+"prozori se javljaju pored naslovne trake nadređenog prozora i mogu se "
+"kretati zajedno s nadređenim prozorom."
 
-#: ../src/theme-parser.c:3401
-#, c-format
-msgid "\"%s\" is not a valid value for focus attribute"
-msgstr "\"%s“ nije dozvoljena vrijednost za osobinu fokusa"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:5
+msgid "Enable edge tiling when dropping windows on screen edges"
+msgstr "Omogući poravnanje rubova prilikom spuštanja prozora na rubove ekrana"
 
-#: ../src/theme-parser.c:3410
-#, c-format
-msgid "\"%s\" is not a valid value for state attribute"
-msgstr "\"%s\" nije dozvoljena vrijednost za osobinu state"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:6
+msgid ""
+"If enabled, dropping windows on vertical screen edges maximizes them "
+"vertically and resizes them horizontally to cover half of the available "
+"area. Dropping windows on the top screen edge maximizes them completely."
+msgstr ""
+"Ako je omogućeno, padajuće prozore na vertikalnim ivicama zaslona proširi  "
+"vertikalno i promijeni njihovu veličinu horizontalno tako da pokriju pola "
+"raspoložive oblasti. Padajuće prozore na vrhu zaslona proširi do maksimuma."
 
-#: ../src/theme-parser.c:3420
-#, c-format
-msgid "A style called \"%s\" has not been defined"
-msgstr "Stil nazvan \"%s\" nije bio određen"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:7
+msgid "Workspaces are managed dynamically"
+msgstr "Radni prostor je upravljan dinamički"
 
-#: ../src/theme-parser.c:3430
-#, c-format
-msgid "No \"resize\" attribute on <%s> element"
-msgstr "Bez \"promjenaveličine\" atributa na elementu <%s>"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:8
+msgid ""
+"Determines whether workspaces are managed dynamically or whether there's a "
+"static number of workspaces (determined by the num-workspaces key in org."
+"gnome.desktop.wm.preferences)."
+msgstr ""
+"Odredi da li su radni prostori upravljani dinamički ili da li postoji "
+"konstantan broj radnih prostora (određen brojem radnih prostora ključ u org."
+"gnome.desktop.wm.preferences)."
 
-#: ../src/theme-parser.c:3440
-#, c-format
-msgid "\"%s\" is not a valid value for resize attribute"
-msgstr "\"%s\" nije dozvoljena vrijednost za osobina resize"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:9
+msgid "Workspaces only on primary"
+msgstr "Radni prostori samo na primarni"
 
-#: ../src/theme-parser.c:3450
-#, c-format
+#: ../data/org.gnome.mutter.gschema.xml.in.h:10
 msgid ""
-"Should not have \"resize\" attribute on <%s> element for maximized/shaded "
-"states"
+"Determines whether workspace switching should happen for windows on all "
+"monitors or only for windows on the primary monitor."
 msgstr ""
-"Nikako ne treba imati „resize“ atribut u elementu <%s> za uvećana/zasjenčena "
-"stanja"
-
-#: ../src/theme-parser.c:3464
-#, c-format
-msgid "Style has already been specified for state %s resize %s focus %s"
-msgstr "Stil je već odabran za stanje %s promjene veličine %s fokusiranja %s"
+"Odrediti da li bi se trebalo desiti prebacivanje radnih prostora  za prozore "
+"na svim monitorima ili samo za prozore na primarnom monitoru."
 
-#: ../src/theme-parser.c:3475 ../src/theme-parser.c:3486
-#: ../src/theme-parser.c:3497
-#, c-format
-msgid "Style has already been specified for state %s focus %s"
-msgstr "Stil je već odabran za stanje %s fokusiranja %s"
+#: ../data/org.gnome.mutter.gschema.xml.in.h:11
+msgid "No tab popup"
+msgstr "No tab popup"
 
-#: ../src/theme-parser.c:3536
+#: ../data/org.gnome.mutter.gschema.xml.in.h:12
 msgid ""
-"Can't have a two draw_ops for a  element (theme specified a draw_ops "
-"attribute and also a  element, or specified two elements)"
+"Determines whether the use of popup and highlight frame should be disabled "
+"for window cycling."
 msgstr ""
-"Ne mogu postojati dva draw_ops-a za element  (tema navodi svojstvo "
-"draw_ops  i  element ili navodi dva elementa)"
+"Odrediti da li korištenje popup i označavanje okvira treba biti onemogućeno "
+"za ciklčni prozor."
 
-#: ../src/theme-parser.c:3574
-msgid ""
-"Can't have a two draw_ops for a