Compare commits
15 Commits
3.7.2
...
configurab
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0a4cfde4e2 | ||
![]() |
c853d197e3 | ||
![]() |
bf7ae3e4d3 | ||
![]() |
2b21f1d48c | ||
![]() |
4c91e05b86 | ||
![]() |
bc91c328f3 | ||
![]() |
5bbbac65d6 | ||
![]() |
a0a0fc14d7 | ||
![]() |
cc9efe1289 | ||
![]() |
8825ded1ca | ||
![]() |
b823ef0007 | ||
![]() |
a846434bcf | ||
![]() |
825fc2c0c8 | ||
![]() |
4fbe547f16 | ||
![]() |
fc2ba0afbe |
14
.gitignore
vendored
14
.gitignore
vendored
@@ -19,9 +19,6 @@ libtool
|
|||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
.deps
|
.deps
|
||||||
src/50-mutter-navigation.xml
|
|
||||||
src/50-mutter-system.xml
|
|
||||||
src/50-mutter-windows.xml
|
|
||||||
src/mutter-wm.desktop
|
src/mutter-wm.desktop
|
||||||
src/mutter.desktop
|
src/mutter.desktop
|
||||||
*.o
|
*.o
|
||||||
@@ -43,16 +40,14 @@ stamp-h1
|
|||||||
stamp-it
|
stamp-it
|
||||||
.intltool-merge-cache
|
.intltool-merge-cache
|
||||||
POTFILES
|
POTFILES
|
||||||
po/*.pot
|
|
||||||
50-metacity-desktop-key.xml
|
50-metacity-desktop-key.xml
|
||||||
50-metacity-key.xml
|
50-metacity-key.xml
|
||||||
inlinepixbufs.h
|
inlinepixbufs.h
|
||||||
libmutter.pc
|
libmutter-private.pc
|
||||||
mutter
|
mutter
|
||||||
mutter-theme-viewer
|
mutter-theme-viewer
|
||||||
mutter.desktop
|
mutter.desktop
|
||||||
org.gnome.mutter.gschema.valid
|
mutter.schemas
|
||||||
org.gnome.mutter.gschema.xml
|
|
||||||
testasyncgetprop
|
testasyncgetprop
|
||||||
testboxes
|
testboxes
|
||||||
testgradient
|
testgradient
|
||||||
@@ -61,13 +56,10 @@ mutter-mag
|
|||||||
mutter-message
|
mutter-message
|
||||||
mutter-window-demo
|
mutter-window-demo
|
||||||
focus-window
|
focus-window
|
||||||
test-attached
|
|
||||||
test-gravity
|
test-gravity
|
||||||
test-resizing
|
test-resizing
|
||||||
test-size-hints
|
test-size-hints
|
||||||
# We can't say just "wm-tester" here or it will ignore the directory
|
wm-tester
|
||||||
# rather than the binary
|
|
||||||
src/wm-tester/wm-tester
|
|
||||||
INSTALL
|
INSTALL
|
||||||
mkinstalldirs
|
mkinstalldirs
|
||||||
src/mutter-enum-types.[ch]
|
src/mutter-enum-types.[ch]
|
||||||
|
8
HACKING
8
HACKING
@@ -42,10 +42,10 @@ Minimal Building/Testing Environment
|
|||||||
build a development version of Metacity -- odds are, you may be able
|
build a development version of Metacity -- odds are, you may be able
|
||||||
to build metacity from CVS without building any other modules.
|
to build metacity from CVS without building any other modules.
|
||||||
|
|
||||||
As long as you have gtk+ >= 3.0 and GIO >= 2.25.10 with your distro
|
As long as you have gtk+ >= 2.10 and GConf with your distro (gtk+ >=
|
||||||
(gtk+ >= 2.6 if you manually revert the change from bug 348633), you
|
2.6 if you manually revert the change from bug 348633), you should
|
||||||
should be able to install your distro's development packages
|
be able to install your distro's development packages
|
||||||
(e.g. gtk2-devel, glib-devel, startup-notification-devel on
|
(e.g. gtk2-devel, GConf2-devel, startup-notification-devel on
|
||||||
Fedora; also, remember to install the gnome-common package which is
|
Fedora; also, remember to install the gnome-common package which is
|
||||||
needed for building cvs versions of Gnome modules like Metacity) as
|
needed for building cvs versions of Gnome modules like Metacity) as
|
||||||
well as the standard development tools (gcc, autoconf, automake,
|
well as the standard development tools (gcc, autoconf, automake,
|
||||||
|
29
README
29
README
@@ -18,7 +18,8 @@ COMPILING MUTTER
|
|||||||
You need GTK+ 2.2. For startup notification to work you need
|
You need GTK+ 2.2. For startup notification to work you need
|
||||||
libstartup-notification at
|
libstartup-notification at
|
||||||
http://www.freedesktop.org/software/startup-notification/ or on the
|
http://www.freedesktop.org/software/startup-notification/ or on the
|
||||||
GNOME ftp site.
|
GNOME ftp site. You also need GConf 1.2 (unless building a funky
|
||||||
|
extra-small embedded metacity with --disable-gconf, see below).
|
||||||
You need Clutter 1.0. You need gobject-introspection 0.6.3.
|
You need Clutter 1.0. You need gobject-introspection 0.6.3.
|
||||||
|
|
||||||
REPORTING BUGS AND SUBMITTING PATCHES
|
REPORTING BUGS AND SUBMITTING PATCHES
|
||||||
@@ -58,24 +59,25 @@ MUTTER FEATURES
|
|||||||
and should work with KWin, fvwm2, and other EWMH-compliant WMs.)
|
and should work with KWin, fvwm2, and other EWMH-compliant WMs.)
|
||||||
|
|
||||||
- Has a simple theme system and a couple of extra themes come with it.
|
- Has a simple theme system and a couple of extra themes come with it.
|
||||||
Change themes via gsettings:
|
Change themes via gconf-editor or gconftool or GNOME themes control
|
||||||
gsettings set org.gnome.desktop.wm.preferences theme Crux
|
panel:
|
||||||
gsettings set org.gnome.desktop.wm.preferences theme Gorilla
|
gconftool-2 --type=string --set /apps/metacity/general/theme Crux
|
||||||
gsettings set org.gnome.desktop.wm.preferences theme Atlanta
|
gconftool-2 --type=string --set /apps/metacity/general/theme Gorilla
|
||||||
gsettings set org.gnome.desktop.wm.preferences theme Bright
|
gconftool-2 --type=string --set /apps/metacity/general/theme Atlanta
|
||||||
|
gconftool-2 --type=string --set /apps/metacity/general/theme Bright
|
||||||
|
|
||||||
See theme-format.txt for docs on the theme format. Use
|
See theme-format.txt for docs on the theme format. Use
|
||||||
metacity-theme-viewer to preview themes.
|
metacity-theme-viewer to preview themes.
|
||||||
|
|
||||||
- Change number of workspaces via gsettings:
|
- Change number of workspaces via gconf-editor or gconftool:
|
||||||
gsettings set org.gnome.desktop.wm.preferences num-workspaces 5
|
gconftool-2 --type=int --set /apps/metacity/general/num_workspaces 5
|
||||||
|
|
||||||
Can also change workspaces from GNOME 2 pager.
|
Can also change workspaces from GNOME 2 pager.
|
||||||
|
|
||||||
- Change focus mode:
|
- Change focus mode:
|
||||||
gsettings set org.gnome.desktop.wm.preferences focus-mode mouse
|
gconftool-2 --type=string --set /apps/metacity/general/focus_mode mouse
|
||||||
gsettings set org.gnome.desktop.wm.preferences focus-mode sloppy
|
gconftool-2 --type=string --set /apps/metacity/general/focus_mode sloppy
|
||||||
gsettings set org.gnome.desktop.wm.preferences focus-mode click
|
gconftool-2 --type=string --set /apps/metacity/general/focus_mode click
|
||||||
|
|
||||||
- Global keybinding defaults include:
|
- Global keybinding defaults include:
|
||||||
|
|
||||||
@@ -90,9 +92,10 @@ MUTTER FEATURES
|
|||||||
|
|
||||||
Change keybindings for example:
|
Change keybindings for example:
|
||||||
|
|
||||||
gsettings set org.gnome.desktop.wm.keybindings switch-to-workspace-1 '[<Alt>F1]'
|
unst gconftool-2 --type=string --set /apps/metacity/global_keybindings/switch_to_workspace_1 '<Alt>F1'
|
||||||
|
|
||||||
Also try the GNOME keyboard shortcuts control panel.
|
Also try the GNOME keyboard shortcuts control panel, or
|
||||||
|
gconf-editor.
|
||||||
|
|
||||||
- Window keybindings:
|
- Window keybindings:
|
||||||
|
|
||||||
|
342
configure.in
342
configure.in
@@ -1,7 +1,7 @@
|
|||||||
AC_PREREQ(2.50)
|
AC_PREREQ(2.50)
|
||||||
|
|
||||||
m4_define([mutter_major_version], [3])
|
m4_define([mutter_major_version], [2])
|
||||||
m4_define([mutter_minor_version], [7])
|
m4_define([mutter_minor_version], [91])
|
||||||
m4_define([mutter_micro_version], [2])
|
m4_define([mutter_micro_version], [2])
|
||||||
|
|
||||||
m4_define([mutter_version],
|
m4_define([mutter_version],
|
||||||
@@ -15,9 +15,9 @@ AC_INIT([mutter], [mutter_version],
|
|||||||
AC_CONFIG_SRCDIR(src/core/display.c)
|
AC_CONFIG_SRCDIR(src/core/display.c)
|
||||||
AC_CONFIG_HEADERS(config.h)
|
AC_CONFIG_HEADERS(config.h)
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz tar-ustar])
|
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
|
||||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
|
||||||
AM_MAINTAINER_MODE([enable])
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
MUTTER_MAJOR_VERSION=mutter_major_version
|
MUTTER_MAJOR_VERSION=mutter_major_version
|
||||||
MUTTER_MINOR_VERSION=mutter_minor_version
|
MUTTER_MINOR_VERSION=mutter_minor_version
|
||||||
@@ -61,23 +61,87 @@ AC_CHECK_SIZEOF(__int64)
|
|||||||
## byte order
|
## byte order
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
||||||
|
#### Warnings
|
||||||
|
|
||||||
|
# Stay command-line compatible with the gnome-common configure option. Here
|
||||||
|
# minimum/yes/maximum are the same, however.
|
||||||
|
AC_ARG_ENABLE(compile_warnings,
|
||||||
|
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
|
||||||
|
enable_compile_warnings=error)
|
||||||
|
|
||||||
|
changequote(,)dnl
|
||||||
|
if test "$enable_compile_warnings" != no ; then
|
||||||
|
if test "x$GCC" = "xyes"; then
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wall[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wall" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
# case " $CFLAGS " in
|
||||||
|
# *[\ \ ]-Wshadow[\ \ ]*) ;;
|
||||||
|
# *) CFLAGS="$CFLAGS -Wshadow" ;;
|
||||||
|
# esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wchar-subscripts[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wmissing-declarations[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wmissing-prototypes[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wnested-externs[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wnested-externs" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wpointer-arith[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wpointer-arith" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wcast-align[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wcast-align" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Wsign-compare[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Wsign-compare" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if test "$enable_compile_warnings" = error; then
|
||||||
|
case " $CFLAGS " in
|
||||||
|
*[\ \ ]-Werror[\ \ ]*) ;;
|
||||||
|
*) CFLAGS="$CFLAGS -Werror" ;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
changequote([,])dnl
|
||||||
|
|
||||||
|
GTK_MIN_VERSION=2.90.7
|
||||||
CANBERRA_GTK=libcanberra-gtk3
|
CANBERRA_GTK=libcanberra-gtk3
|
||||||
CANBERRA_GTK_VERSION=0.26
|
CANBERRA_GTK_VERSION=0.26
|
||||||
|
|
||||||
CLUTTER_PACKAGE=clutter-1.0
|
MUTTER_PC_MODULES="gtk+-3.0 >= $GTK_MIN_VERSION pango >= 1.2.0 cairo >= 1.10.0"
|
||||||
|
|
||||||
MUTTER_PC_MODULES="
|
AC_ARG_ENABLE(gconf,
|
||||||
gtk+-3.0 >= 3.3.7
|
AC_HELP_STRING([--disable-gconf],
|
||||||
gio-2.0 >= 2.25.10
|
[disable gconf usage, for embedded/size-sensitive non-GNOME builds]),,
|
||||||
pango >= 1.2.0
|
enable_gconf=yes)
|
||||||
cairo >= 1.10.0
|
|
||||||
gsettings-desktop-schemas >= 3.3.0
|
|
||||||
xcomposite >= 0.2 xfixes xrender xdamage
|
|
||||||
$CLUTTER_PACKAGE >= 1.9.10
|
|
||||||
cogl-1.0 >= 1.9.6
|
|
||||||
"
|
|
||||||
|
|
||||||
GLIB_GSETTINGS
|
if test x$enable_gconf = xyes; then
|
||||||
|
AC_DEFINE(HAVE_GCONF,1,[Build with gconf support])
|
||||||
|
MUTTER_PC_MODULES="$MUTTER_PC_MODULES gconf-2.0 >= 1.2.0"
|
||||||
|
fi
|
||||||
|
|
||||||
AC_ARG_ENABLE(verbose-mode,
|
AC_ARG_ENABLE(verbose-mode,
|
||||||
AC_HELP_STRING([--disable-verbose-mode],
|
AC_HELP_STRING([--disable-verbose-mode],
|
||||||
@@ -98,6 +162,11 @@ AC_ARG_ENABLE(startup-notification,
|
|||||||
[disable mutter's startup notification support, for embedded/size-sensitive custom non-GNOME builds]),,
|
[disable mutter's startup notification support, for embedded/size-sensitive custom non-GNOME builds]),,
|
||||||
enable_startup_notification=auto)
|
enable_startup_notification=auto)
|
||||||
|
|
||||||
|
AC_ARG_WITH(introspection,
|
||||||
|
AC_HELP_STRING([--without-introspection],
|
||||||
|
[disable the use of GObject introspection]),,
|
||||||
|
with_introspection=auto)
|
||||||
|
|
||||||
AC_ARG_WITH(libcanberra,
|
AC_ARG_WITH(libcanberra,
|
||||||
AC_HELP_STRING([--without-libcanberra],
|
AC_HELP_STRING([--without-libcanberra],
|
||||||
[disable the use of libcanberra for playing sounds]),,
|
[disable the use of libcanberra for playing sounds]),,
|
||||||
@@ -113,14 +182,17 @@ AC_ARG_ENABLE(shape,
|
|||||||
[disable mutter's use of the shaped window extension]),,
|
[disable mutter's use of the shaped window extension]),,
|
||||||
enable_shape=auto)
|
enable_shape=auto)
|
||||||
|
|
||||||
|
## try definining HAVE_BACKTRACE
|
||||||
|
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
|
||||||
|
|
||||||
AM_GLIB_GNU_GETTEXT
|
AM_GLIB_GNU_GETTEXT
|
||||||
|
|
||||||
## here we get the flags we'll actually use
|
## here we get the flags we'll actually use
|
||||||
# GRegex requires Glib-2.14.0
|
# GRegex requires Glib-2.14.0
|
||||||
PKG_CHECK_MODULES(ALL, glib-2.0 >= 2.14.0)
|
PKG_CHECK_MODULES(ALL, glib-2.0 >= 2.14.0)
|
||||||
# gtk_window_set_icon_name requires gtk2+-2.6.0
|
# gtk_window_set_icon_name requires gtk2+-2.6.0
|
||||||
PKG_CHECK_MODULES(MUTTER_MESSAGE, gtk+-3.0)
|
PKG_CHECK_MODULES(MUTTER_MESSAGE, gtk+-3.0 >= $GTK_MIN_VERSION)
|
||||||
PKG_CHECK_MODULES(MUTTER_WINDOW_DEMO, gtk+-3.0)
|
PKG_CHECK_MODULES(MUTTER_WINDOW_DEMO, gtk+-3.0 >= $GTK_MIN_VERSION)
|
||||||
|
|
||||||
# Unconditionally use this dir to avoid a circular dep with gnomecc
|
# Unconditionally use this dir to avoid a circular dep with gnomecc
|
||||||
GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
|
GNOME_KEYBINDINGS_KEYSDIR="${datadir}/gnome-control-center/keybindings"
|
||||||
@@ -170,21 +242,63 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INTROSPECTION_VERSION=0.9.5
|
XCOMPOSITE_VERSION=0.2
|
||||||
GOBJECT_INTROSPECTION_CHECK([$INTROSPECTION_VERSION])
|
|
||||||
|
|
||||||
if test x$found_introspection != xno; then
|
AC_MSG_CHECKING([Xcomposite >= $XCOMPOSITE_VERSION])
|
||||||
AC_DEFINE(HAVE_INTROSPECTION, 1, [Define if GObject introspection is available])
|
if $PKG_CONFIG --atleast-version $XCOMPOSITE_VERSION xcomposite; then
|
||||||
MUTTER_PC_MODULES="$MUTTER_PC_MODULES gobject-introspection-1.0"
|
MUTTER_PC_MODULES="$MUTTER_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage"
|
||||||
# Since we don't make any guarantees about stability and we don't support
|
AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, 1, [Building with compositing manager support])
|
||||||
# parallel install, there's no real reason to change directories, filenames,
|
echo "Building with compositing manager"
|
||||||
# etc. as we change the Mutter tarball version. Note that this must match
|
|
||||||
# api_version in src/Makefile.am
|
## force on render also
|
||||||
META_GIR=Meta_3_0_gir
|
have_xrender=yes
|
||||||
# META_GIR=[Meta_]mutter_major_version[_]mutter_minor_version[_gir]
|
else
|
||||||
AC_SUBST(META_GIR)
|
AC_MSG_ERROR([no. Mutter requires the Xcomposite extension to build.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CLUTTER_VERSION=1.2.0
|
||||||
|
CLUTTER_PACKAGE=clutter-1.0
|
||||||
|
AC_SUBST(CLUTTER_PACKAGE)
|
||||||
|
if $PKG_CONFIG --atleast-version $CLUTTER_VERSION $CLUTTER_PACKAGE ; then
|
||||||
|
MUTTER_PC_MODULES="$MUTTER_PC_MODULES $CLUTTER_PACKAGE "
|
||||||
|
PKG_CHECK_MODULES(CLUTTER, $CLUTTER_PACKAGE)
|
||||||
|
AC_DEFINE(WITH_CLUTTER, , [Building with Clutter compositor])
|
||||||
|
|
||||||
|
dnl Check for the clutter-glx-texture-pixmap header
|
||||||
|
mutter_save_cppflags="$CPPFLAGS"
|
||||||
|
CPPFLAGS="$CPPFLAGS $CLUTTER_CFLAGS"
|
||||||
|
AC_CHECK_HEADER([clutter/glx/clutter-glx-texture-pixmap.h],
|
||||||
|
[have_glx_texture_pixmap=yes],
|
||||||
|
[have_glx_texture_pixmap=no])
|
||||||
|
CPPFLAGS="$mutter_save_cppflags"
|
||||||
|
|
||||||
|
if test x$have_glx_texture_pixmap = xyes; then
|
||||||
|
AC_DEFINE(HAVE_GLX_TEXTURE_PIXMAP, ,
|
||||||
|
[Is ClutterGLXTexturePixmap available?])
|
||||||
|
fi
|
||||||
|
else
|
||||||
|
AC_MSG_ERROR([no. Mutter requires Clutter version $CLUTTER_VERSION.])
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test x$with_introspection != xno; then
|
||||||
|
PKG_CHECK_MODULES(INTROSPECTION, gobject-introspection-1.0 >= 0.9.5, have_introspection=yes, have_introspection=no)
|
||||||
|
if test x$have_introspection=xyes; then
|
||||||
|
MUTTER_PC_MODULES="$MUTTER_PC_MODULES gobject-introspection-1.0"
|
||||||
|
AC_DEFINE(HAVE_INTROSPECTION, 1, [Define if GObject introspection is available])
|
||||||
|
G_IR_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
|
||||||
|
AC_SUBST(G_IR_SCANNER)
|
||||||
|
G_IR_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
|
||||||
|
AC_SUBST(G_IR_COMPILER)
|
||||||
|
G_IR_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
|
||||||
|
AC_SUBST(G_IR_GENERATE)
|
||||||
|
GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
|
||||||
|
AC_SUBST(GIRDIR)
|
||||||
|
TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
|
||||||
|
AC_SUBST(TYPELIBDIR)
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
AM_CONDITIONAL(WITH_INTROSPECTION, test "$have_introspection" = "yes")
|
||||||
|
|
||||||
AC_MSG_CHECKING([Xcursor])
|
AC_MSG_CHECKING([Xcursor])
|
||||||
if $PKG_CONFIG xcursor; then
|
if $PKG_CONFIG xcursor; then
|
||||||
have_xcursor=yes
|
have_xcursor=yes
|
||||||
@@ -201,39 +315,64 @@ fi
|
|||||||
|
|
||||||
PKG_CHECK_MODULES(MUTTER, $MUTTER_PC_MODULES)
|
PKG_CHECK_MODULES(MUTTER, $MUTTER_PC_MODULES)
|
||||||
|
|
||||||
# This is used for plugins
|
|
||||||
AC_SUBST(CLUTTER_PACKAGE)
|
|
||||||
PKG_CHECK_MODULES(CLUTTER, $CLUTTER_PACKAGE)
|
|
||||||
|
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
ALL_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
|
ALL_X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS"
|
||||||
|
|
||||||
# Check for Xinerama extension - we only support the "XFree86" style,
|
# Check for Xinerama extension (Solaris impl or Xfree impl)
|
||||||
# and not the older Solaris-only version; recent Solaris supports the
|
|
||||||
# XFree86 style.
|
|
||||||
mutter_save_cppflags="$CPPFLAGS"
|
mutter_save_cppflags="$CPPFLAGS"
|
||||||
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
CPPFLAGS="$CPPFLAGS $X_CFLAGS"
|
||||||
|
|
||||||
have_xinerama=yes
|
AC_ARG_ENABLE(xinerama,
|
||||||
AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
|
AC_HELP_STRING([--disable-xinerama],
|
||||||
[AC_CHECK_HEADER(X11/extensions/Xinerama.h,
|
[disable mutter's use of the Xinerama extension]),
|
||||||
[X_EXTRA_LIBS="-lXinerama $X_EXTRA_LIBS"
|
try_xinerama=$enable_xinerama,try_xinerama=yes)
|
||||||
if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
|
|
||||||
X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
|
use_solaris_xinerama=no
|
||||||
fi],
|
use_xfree_xinerama=no
|
||||||
have_xinerama=no,
|
if test "${try_xinerama}" != no; then
|
||||||
[#include <X11/Xlib.h>])],
|
case "$host" in
|
||||||
have_xinerama=no, -lXext $ALL_X_LIBS)
|
*-*-solaris*)
|
||||||
AC_MSG_CHECKING(for Xinerama support)
|
# Check for solaris
|
||||||
AC_MSG_RESULT($have_xinerama)
|
use_solaris_xinerama=yes
|
||||||
|
AC_CHECK_LIB(Xext, XineramaGetInfo,
|
||||||
|
use_solaris_xinerama=yes, use_solaris_xinerama=no,
|
||||||
|
$ALL_X_LIBS)
|
||||||
|
if test "x$use_solaris_xinerama" = "xyes"; then
|
||||||
|
AC_CHECK_HEADER(X11/extensions/xinerama.h,
|
||||||
|
if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
|
||||||
|
X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
|
||||||
|
fi
|
||||||
|
AC_DEFINE(HAVE_SOLARIS_XINERAMA, , [Have Solaris-style Xinerama])
|
||||||
|
AC_DEFINE(HAVE_XINERAMA, , [Have some version of Xinerama]),
|
||||||
|
use_solaris_xinerama=no,
|
||||||
|
[#include <X11/Xlib.h>])
|
||||||
|
fi
|
||||||
|
AC_MSG_CHECKING(for Xinerama support on Solaris)
|
||||||
|
AC_MSG_RESULT($use_solaris_xinerama);
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
# Check for XFree
|
||||||
|
use_xfree_xinerama=yes
|
||||||
|
AC_CHECK_LIB(Xinerama, XineramaQueryExtension,
|
||||||
|
[AC_CHECK_HEADER(X11/extensions/Xinerama.h,
|
||||||
|
X_EXTRA_LIBS="-lXinerama $X_EXTRA_LIBS"
|
||||||
|
if test -z "`echo $ALL_X_LIBS | grep "\-lXext" 2> /dev/null`"; then
|
||||||
|
X_EXTRA_LIBS="-lXext $X_EXTRA_LIBS"
|
||||||
|
fi
|
||||||
|
AC_DEFINE(HAVE_XFREE_XINERAMA, , [Have XFree86-style Xinerama])
|
||||||
|
AC_DEFINE(HAVE_XINERAMA,, [Have some version of Xinerama]),
|
||||||
|
use_xfree_xinerama=no,
|
||||||
|
[#include <X11/Xlib.h>])],
|
||||||
|
use_xfree_xinerama=no, -lXext $ALL_X_LIBS)
|
||||||
|
AC_MSG_CHECKING(for Xinerama support on XFree86)
|
||||||
|
AC_MSG_RESULT($use_xfree_xinerama);
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
|
|
||||||
CPPFLAGS="$mutter_save_cppflags"
|
CPPFLAGS="$mutter_save_cppflags"
|
||||||
|
|
||||||
if test x$have_xinerama = xno; then
|
|
||||||
AC_MSG_ERROR([Xinerama extension was not found])
|
|
||||||
fi
|
|
||||||
|
|
||||||
SHAPE_LIBS=
|
SHAPE_LIBS=
|
||||||
found_shape=no
|
found_shape=no
|
||||||
AC_CHECK_LIB(Xext, XShapeQueryExtension,
|
AC_CHECK_LIB(Xext, XShapeQueryExtension,
|
||||||
@@ -349,6 +488,18 @@ fi
|
|||||||
|
|
||||||
AC_SUBST(GDK_PIXBUF_CSOURCE)
|
AC_SUBST(GDK_PIXBUF_CSOURCE)
|
||||||
|
|
||||||
|
if test x$enable_gconf = xyes; then
|
||||||
|
AC_PATH_PROG(GCONFTOOL, gconftool-2, no)
|
||||||
|
if test x"$GCONFTOOL" = xno; then
|
||||||
|
AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf])
|
||||||
|
fi
|
||||||
|
|
||||||
|
AM_GCONF_SOURCE_2
|
||||||
|
else
|
||||||
|
GCONF_SCHEMAS_INSTALL_TRUE='#'
|
||||||
|
GCONF_SCHEMAS_INSTALL_FALSE=
|
||||||
|
fi
|
||||||
|
|
||||||
AC_PATH_PROG(ZENITY, zenity, no)
|
AC_PATH_PROG(ZENITY, zenity, no)
|
||||||
if test x"$ZENITY" = xno; then
|
if test x"$ZENITY" = xno; then
|
||||||
AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
|
AC_MSG_ERROR([zenity not found in your path - needed for dialogs])
|
||||||
@@ -364,71 +515,8 @@ fi
|
|||||||
# For fix-meta-rectangle.py
|
# For fix-meta-rectangle.py
|
||||||
AM_PATH_PYTHON([2.5])
|
AM_PATH_PYTHON([2.5])
|
||||||
|
|
||||||
#### Warnings (last since -Werror can disturb other tests)
|
# Use gnome-doc-utils:
|
||||||
|
GNOME_DOC_INIT([0.8.0])
|
||||||
# Stay command-line compatible with the gnome-common configure option. Here
|
|
||||||
# minimum/yes/maximum are the same, however.
|
|
||||||
AC_ARG_ENABLE(compile_warnings,
|
|
||||||
AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],[Turn on compiler warnings]),,
|
|
||||||
enable_compile_warnings=error)
|
|
||||||
|
|
||||||
changequote(,)dnl
|
|
||||||
if test "$enable_compile_warnings" != no ; then
|
|
||||||
if test "x$GCC" = "xyes"; then
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wall[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wall" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# case " $CFLAGS " in
|
|
||||||
# *[\ \ ]-Wshadow[\ \ ]*) ;;
|
|
||||||
# *) CFLAGS="$CFLAGS -Wshadow" ;;
|
|
||||||
# esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wchar-subscripts[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wchar-subscripts" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wmissing-declarations[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wmissing-declarations" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wmissing-prototypes[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wmissing-prototypes" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wnested-externs[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wnested-externs" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wpointer-arith[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wpointer-arith" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wcast-align[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wcast-align" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Wsign-compare[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Wsign-compare" ;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
if test "$enable_compile_warnings" = error; then
|
|
||||||
case " $CFLAGS " in
|
|
||||||
*[\ \ ]-Werror[\ \ ]*) ;;
|
|
||||||
*) CFLAGS="$CFLAGS -Werror -Wno-error=deprecated-declarations" ;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
changequote([,])dnl
|
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
@@ -436,7 +524,7 @@ doc/Makefile
|
|||||||
doc/man/Makefile
|
doc/man/Makefile
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/wm-tester/Makefile
|
src/wm-tester/Makefile
|
||||||
src/libmutter.pc
|
src/libmutter-private.pc
|
||||||
src/mutter-plugins.pc
|
src/mutter-plugins.pc
|
||||||
src/tools/Makefile
|
src/tools/Makefile
|
||||||
src/compositor/plugins/Makefile
|
src/compositor/plugins/Makefile
|
||||||
@@ -445,6 +533,13 @@ po/Makefile.in
|
|||||||
|
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
|
||||||
|
if test x$enable_gconf = xno; then
|
||||||
|
echo "*** WARNING WARNING WARNING WARNING WARNING"
|
||||||
|
echo "*** Building without GConf. This means there's no"
|
||||||
|
echo "*** way to change prefs except hacking source code."
|
||||||
|
echo "*** This is intended for embedded systems etc., not for normal use."
|
||||||
|
fi
|
||||||
|
|
||||||
if test x$enable_verbose_mode = xno; then
|
if test x$enable_verbose_mode = xno; then
|
||||||
echo "*** WARNING WARNING WARNING WARNING WARNING"
|
echo "*** WARNING WARNING WARNING WARNING WARNING"
|
||||||
echo "*** Building without verbose mode"
|
echo "*** Building without verbose mode"
|
||||||
@@ -461,9 +556,12 @@ mutter-$VERSION
|
|||||||
source code location: ${srcdir}
|
source code location: ${srcdir}
|
||||||
compiler: ${CC}
|
compiler: ${CC}
|
||||||
|
|
||||||
|
GConf: ${enable_gconf}
|
||||||
|
XFree86 Xinerama: ${use_xfree_xinerama}
|
||||||
|
Solaris Xinerama: ${use_solaris_xinerama}
|
||||||
Startup notification: ${have_startup_notification}
|
Startup notification: ${have_startup_notification}
|
||||||
libcanberra: ${have_libcanberra}
|
libcanberra: ${have_libcanberra}
|
||||||
Introspection: ${found_introspection}
|
Introspection: ${have_introspection}
|
||||||
Session management: ${found_sm}
|
Session management: ${found_sm}
|
||||||
Shape extension: ${found_shape}
|
Shape extension: ${found_shape}
|
||||||
Xsync: ${found_xsync}
|
Xsync: ${found_xsync}
|
||||||
@@ -475,8 +573,8 @@ MUTTER_MINOR_VERSION=mutter_minor_version
|
|||||||
if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
|
if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
|
||||||
stable_version=`expr $MUTTER_MINOR_VERSION - 1`
|
stable_version=`expr $MUTTER_MINOR_VERSION - 1`
|
||||||
echo "This is the UNSTABLE branch of mutter"
|
echo "This is the UNSTABLE branch of mutter"
|
||||||
echo -n "Use 3.$stable_version.x for stable "
|
echo -n "Use 2.$stable_version.x for stable "
|
||||||
echo "(gnome-3-$stable_version branch in git)"
|
echo "(gnome-2-$stable_version branch in Subversion)"
|
||||||
else
|
else
|
||||||
echo "This is the stable branch of mutter"
|
echo "This is the stable branch of mutter"
|
||||||
fi
|
fi
|
||||||
|
@@ -31,7 +31,8 @@ workspaces. In these cases, there needs to be a rule consistent with
|
|||||||
the above about the new window to choose.
|
the above about the new window to choose.
|
||||||
|
|
||||||
Focus method Behavior
|
Focus method Behavior
|
||||||
click Focus the window on top
|
click Focus the most recently used window (same as the window
|
||||||
|
on top)
|
||||||
sloppy Focus the window containing the pointer if there is such
|
sloppy Focus the window containing the pointer if there is such
|
||||||
a window, otherwise focus the most recently used window.
|
a window, otherwise focus the most recently used window.
|
||||||
mouse Focus the non-DESKTOP window containing the pointer if
|
mouse Focus the non-DESKTOP window containing the pointer if
|
||||||
|
@@ -46,13 +46,13 @@ because the original program does not have a manual page.
|
|||||||
Restart \fBmutter\fP(1) which is running.
|
Restart \fBmutter\fP(1) which is running.
|
||||||
.TP
|
.TP
|
||||||
.B reload-theme
|
.B reload-theme
|
||||||
Reload a theme which is specified on gsettings database.
|
Reload a theme which is specified on gconf database.
|
||||||
.TP
|
.TP
|
||||||
.B enable-keybindings
|
.B enable-keybindings
|
||||||
Enable all of keybindings which is specified on gsettings database.
|
Enable all of keybindings which is specified on gconf database.
|
||||||
.TP
|
.TP
|
||||||
.B disable-keybindings
|
.B disable-keybindings
|
||||||
Disable all of keybindings which is specified on gsettings database.
|
Disable all of keybindings which is specified on gconf database.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR mutter (1)
|
.BR mutter (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
@@ -51,7 +51,7 @@ Print the version number.
|
|||||||
.B \-?, \-\-help
|
.B \-?, \-\-help
|
||||||
Show summary of options.
|
Show summary of options.
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
\fBmutter\fP configuration can be found under \fIPreferences\fP->\fIWindows\fP and \fIPreferences\fP->\fIKeyboard Shortcuts\fP on the menu-panel. Advanced configuration can be achieved directly through gsettings.
|
\fBmutter\fP configuration can be found under \fIPreferences\fP->\fIWindows\fP and \fIPreferences\fP->\fIKeyboard Shortcuts\fP on the menu-panel. Advanced configuration can be achieved directly through gconf editing (gconf-editor or gconftool-2).
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR mutter-message (1)
|
.BR mutter-message (1)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
@@ -22,36 +22,6 @@ This document has separate sections for each format version. You may
|
|||||||
want to read the document in reverse order, since the base features
|
want to read the document in reverse order, since the base features
|
||||||
are discussed under version 1.
|
are discussed under version 1.
|
||||||
|
|
||||||
New Features in Theme Format Version 3.4
|
|
||||||
========================================
|
|
||||||
|
|
||||||
An additional color type is added to pick up custom colors defined
|
|
||||||
in the GTK+ theme's CSS:
|
|
||||||
|
|
||||||
gtk:custom(name,fallback)
|
|
||||||
|
|
||||||
where <name> refers to a custom color defined with @define-color in
|
|
||||||
the GTK+ theme, and <fallback> provides an alternative color definition
|
|
||||||
in case the color referenced by <name> is not found.
|
|
||||||
|
|
||||||
New Features in Theme Format Version 3.3
|
|
||||||
========================================
|
|
||||||
|
|
||||||
Add two additional button background functions - left_single_background and
|
|
||||||
right_single_background - for button groups with just a single button.
|
|
||||||
|
|
||||||
There are now additional frame states to style left/right tiled windows
|
|
||||||
differently ("tiled_left", "tiled_right", "tiled_left_and_shaded",
|
|
||||||
"tiled_right_and_shaded").
|
|
||||||
|
|
||||||
New Features in Theme Format Version 3.2
|
|
||||||
========================================
|
|
||||||
|
|
||||||
A new window type 'attached' is added for modal dialogs which are
|
|
||||||
attached to their parent window. (When the attach_modal_dialogs preference
|
|
||||||
is turned on.) If no style is defined for the 'attached' window type,
|
|
||||||
the 'border' window type will be used instead.
|
|
||||||
|
|
||||||
New Features in Theme Format Version 3.1
|
New Features in Theme Format Version 3.1
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
|
17
mutter.doap
17
mutter.doap
@@ -6,16 +6,6 @@
|
|||||||
|
|
||||||
<name xml:lang="en">mutter</name>
|
<name xml:lang="en">mutter</name>
|
||||||
<shortdesc xml:lang="en">Window and compositing manager based on Clutter</shortdesc>
|
<shortdesc xml:lang="en">Window and compositing manager based on Clutter</shortdesc>
|
||||||
<description>Mutter is a window and compositing manager that displays and
|
|
||||||
manages your desktop via OpenGL. Mutter combines a sophisticated display engine
|
|
||||||
using the Clutter toolkit with solid window-management logic inherited from the
|
|
||||||
Metacity window manager.
|
|
||||||
|
|
||||||
While Mutter can be used stand-alone, it is primarily intended to be used as
|
|
||||||
the display core of a larger system such as GNOME Shell. For this reason,
|
|
||||||
Mutter is very extensible via plugins, which are used both to add fancy visual
|
|
||||||
effects and to rework the window management behaviors to meet the needs of the
|
|
||||||
environment.</description>
|
|
||||||
<!--
|
<!--
|
||||||
<homepage rdf:resource="http://www.gnome.org/" />
|
<homepage rdf:resource="http://www.gnome.org/" />
|
||||||
-->
|
-->
|
||||||
@@ -39,11 +29,4 @@ environment.</description>
|
|||||||
<gnome:userid>otaylor</gnome:userid>
|
<gnome:userid>otaylor</gnome:userid>
|
||||||
</foaf:Person>
|
</foaf:Person>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<maintainer>
|
|
||||||
<foaf:Person>
|
|
||||||
<foaf:name>Florian Müllner</foaf:name>
|
|
||||||
<foaf:mbox rdf:resource="mailto:fmuellner@gnome.org" />
|
|
||||||
<gnome:userid>fmuellner</gnome:userid>
|
|
||||||
</foaf:Person>
|
|
||||||
</maintainer>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
@@ -22,7 +22,6 @@ dz
|
|||||||
el
|
el
|
||||||
en_CA
|
en_CA
|
||||||
en_GB
|
en_GB
|
||||||
eo
|
|
||||||
es
|
es
|
||||||
et
|
et
|
||||||
eu
|
eu
|
||||||
@@ -83,7 +82,6 @@ te
|
|||||||
th
|
th
|
||||||
tk
|
tk
|
||||||
tr
|
tr
|
||||||
ug
|
|
||||||
uk
|
uk
|
||||||
vi
|
vi
|
||||||
wa
|
wa
|
||||||
|
@@ -1,9 +1,5 @@
|
|||||||
# List of source files containing translatable strings.
|
# List of source files containing translatable strings.
|
||||||
# Please keep this file sorted alphabetically.
|
# Please keep this file sorted alphabetically.
|
||||||
src/50-mutter-navigation.xml.in
|
|
||||||
src/50-mutter-system.xml.in
|
|
||||||
src/50-mutter-windows.xml.in
|
|
||||||
src/compositor/compositor.c
|
|
||||||
src/core/bell.c
|
src/core/bell.c
|
||||||
src/core/core.c
|
src/core/core.c
|
||||||
src/core/delete.c
|
src/core/delete.c
|
||||||
@@ -11,7 +7,6 @@ src/core/display.c
|
|||||||
src/core/errors.c
|
src/core/errors.c
|
||||||
src/core/keybindings.c
|
src/core/keybindings.c
|
||||||
src/core/main.c
|
src/core/main.c
|
||||||
src/core/mutter.c
|
|
||||||
src/core/prefs.c
|
src/core/prefs.c
|
||||||
src/core/screen.c
|
src/core/screen.c
|
||||||
src/core/session.c
|
src/core/session.c
|
||||||
@@ -19,9 +14,10 @@ src/core/util.c
|
|||||||
src/core/window.c
|
src/core/window.c
|
||||||
src/core/window-props.c
|
src/core/window-props.c
|
||||||
src/core/xprops.c
|
src/core/xprops.c
|
||||||
|
src/include/all-keybindings.h
|
||||||
src/mutter.desktop.in
|
src/mutter.desktop.in
|
||||||
src/mutter-wm.desktop.in
|
src/mutter-wm.desktop.in
|
||||||
src/org.gnome.mutter.gschema.xml.in
|
src/mutter.schemas.in
|
||||||
src/tools/mutter-message.c
|
src/tools/mutter-message.c
|
||||||
src/ui/frames.c
|
src/ui/frames.c
|
||||||
src/ui/menu.c
|
src/ui/menu.c
|
||||||
|
184
po/ast.po
184
po/ast.po
@@ -37,6 +37,7 @@ msgstr "Petición d'información ventana desconocida: %d"
|
|||||||
#. Translators: %s is a window title
|
#. Translators: %s is a window title
|
||||||
#: ../src/core/delete.c:95
|
#: ../src/core/delete.c:95
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "<tt>%s</tt> is not responding."
|
msgid "<tt>%s</tt> is not responding."
|
||||||
msgstr "<tt>%s</tt> nun ta respondiendo."
|
msgstr "<tt>%s</tt> nun ta respondiendo."
|
||||||
|
|
||||||
@@ -121,6 +122,7 @@ msgstr "Comandu de terminal nun definíu.\n"
|
|||||||
|
|
||||||
#: ../src/core/main.c:130
|
#: ../src/core/main.c:130
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid ""
|
msgid ""
|
||||||
"mutter %s\n"
|
"mutter %s\n"
|
||||||
"Copyright (C) 2001-%d Havoc Pennington, Red Hat, Inc., and others\n"
|
"Copyright (C) 2001-%d Havoc Pennington, Red Hat, Inc., and others\n"
|
||||||
@@ -259,6 +261,7 @@ msgstr "Error axustando númberu d'arees de trabayu a %d: %s\n"
|
|||||||
|
|
||||||
#: ../src/core/prefs.c:2028 ../src/core/prefs.c:2531
|
#: ../src/core/prefs.c:2028 ../src/core/prefs.c:2531
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Workspace %d"
|
msgid "Workspace %d"
|
||||||
msgstr "Espaciu de Trabayu %d"
|
msgstr "Espaciu de Trabayu %d"
|
||||||
|
|
||||||
@@ -272,6 +275,7 @@ msgstr "\"%s\" atopau na base de datos de configuración nun ye un valor válidu
|
|||||||
|
|
||||||
#: ../src/core/prefs.c:2612
|
#: ../src/core/prefs.c:2612
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Error setting name for workspace %d to \"%s\": %s\n"
|
msgid "Error setting name for workspace %d to \"%s\": %s\n"
|
||||||
msgstr "Fallu al afitar nome pal espaciu de trabayu %d a \"%s\": %s\n"
|
msgstr "Fallu al afitar nome pal espaciu de trabayu %d a \"%s\": %s\n"
|
||||||
|
|
||||||
@@ -282,16 +286,19 @@ msgstr "Fallu al afitar l'estáu del compositor: %s\n"
|
|||||||
|
|
||||||
#: ../src/core/prefs.c:2845
|
#: ../src/core/prefs.c:2845
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Error setting clutter plugin list: %s\n"
|
msgid "Error setting clutter plugin list: %s\n"
|
||||||
msgstr "Fallu al afitar la llista desordenada de plugin: %s\n"
|
msgstr "Fallu al afitar la llista desordenada de plugin: %s\n"
|
||||||
|
|
||||||
#: ../src/core/prefs.c:2889
|
#: ../src/core/prefs.c:2889
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Error setting live hidden windows status status: %s\n"
|
msgid "Error setting live hidden windows status status: %s\n"
|
||||||
msgstr "Fallu al afitar l'estáu de les ventanes anubríes: %s\n"
|
msgstr "Fallu al afitar l'estáu de les ventanes anubríes: %s\n"
|
||||||
|
|
||||||
#: ../src/core/prefs.c:2917
|
#: ../src/core/prefs.c:2917
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Error setting no tab popup status: %s\n"
|
msgid "Error setting no tab popup status: %s\n"
|
||||||
msgstr "Fallu al afitar l'estáu de les llingüetes emerxentes: %s\n"
|
msgstr "Fallu al afitar l'estáu de les llingüetes emerxentes: %s\n"
|
||||||
|
|
||||||
@@ -351,6 +358,7 @@ msgstr "Falló analizar ficheru de sesión guardáu: %s\n"
|
|||||||
|
|
||||||
#: ../src/core/session.c:1198
|
#: ../src/core/session.c:1198
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "<mutter_session> attribute seen but we already have the session ID"
|
msgid "<mutter_session> attribute seen but we already have the session ID"
|
||||||
msgstr "Vióse l'atributu <mutter_session> pero yá tenemos la ID de sesión"
|
msgstr "Vióse l'atributu <mutter_session> pero yá tenemos la ID de sesión"
|
||||||
|
|
||||||
@@ -396,6 +404,7 @@ msgstr "Abiertu archivu log %s\n"
|
|||||||
|
|
||||||
#: ../src/core/util.c:139 ../src/tools/mutter-message.c:176
|
#: ../src/core/util.c:139 ../src/tools/mutter-message.c:176
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Mutter was compiled without support for verbose mode\n"
|
msgid "Mutter was compiled without support for verbose mode\n"
|
||||||
msgstr "Mutter compilose ensin sofitu pal mou testu\n"
|
msgstr "Mutter compilose ensin sofitu pal mou testu\n"
|
||||||
|
|
||||||
@@ -490,19 +499,19 @@ msgid ""
|
|||||||
msgstr "La propiedá %s del ventanu 0x%lx contien un códigu UTF-8 non válidu pal "
|
msgstr "La propiedá %s del ventanu 0x%lx contien un códigu UTF-8 non válidu pal "
|
||||||
"elementu %d na llista\n"
|
"elementu %d na llista\n"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:88 ../src/50-mutter-navigation.xml.in.h:18
|
#: ../src/include/all-keybindings.h:88
|
||||||
msgid "Switch to workspace 1"
|
msgid "Switch to workspace 1"
|
||||||
msgstr "Cambiar a espaciu de trabayu 1"
|
msgstr "Cambiar a espaciu de trabayu 1"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:90 ../src/50-mutter-navigation.xml.in.h:19
|
#: ../src/include/all-keybindings.h:90
|
||||||
msgid "Switch to workspace 2"
|
msgid "Switch to workspace 2"
|
||||||
msgstr "Cambiar a espaciu de trabayu 2"
|
msgstr "Cambiar a espaciu de trabayu 2"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:92 ../src/50-mutter-navigation.xml.in.h:20
|
#: ../src/include/all-keybindings.h:92
|
||||||
msgid "Switch to workspace 3"
|
msgid "Switch to workspace 3"
|
||||||
msgstr "Cambiar a espaciu de trabayu 3"
|
msgstr "Cambiar a espaciu de trabayu 3"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:94 ../src/50-mutter-navigation.xml.in.h:21
|
#: ../src/include/all-keybindings.h:94
|
||||||
msgid "Switch to workspace 4"
|
msgid "Switch to workspace 4"
|
||||||
msgstr "Cambiar a espaciu de trabayu 4"
|
msgstr "Cambiar a espaciu de trabayu 4"
|
||||||
|
|
||||||
@@ -631,57 +640,47 @@ msgstr "Saca una semeya d'una ventana"
|
|||||||
msgid "Run a terminal"
|
msgid "Run a terminal"
|
||||||
msgstr "Executar una terminal"
|
msgstr "Executar una terminal"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:271 ../src/50-mutter-windows.xml.in.h:1
|
#: ../src/include/all-keybindings.h:271
|
||||||
msgid "Activate the window menu"
|
msgid "Activate the window menu"
|
||||||
msgstr "Activar el menú de la ventana"
|
msgstr "Activar el menú de la ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:274 ../src/50-mutter-windows.xml.in.h:13
|
#: ../src/include/all-keybindings.h:274
|
||||||
#, fuzzy
|
|
||||||
msgid "Toggle fullscreen mode"
|
msgid "Toggle fullscreen mode"
|
||||||
msgstr ""
|
msgstr "Camudar a modu pantalla completa"
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Camudar a modu pantalla completa\n"
|
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Camudar a mou pantalla completa"
|
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:276 ../src/50-mutter-windows.xml.in.h:14
|
#: ../src/include/all-keybindings.h:276
|
||||||
#, fuzzy
|
|
||||||
msgid "Toggle maximization state"
|
msgid "Toggle maximization state"
|
||||||
msgstr ""
|
msgstr "Camudar a estáu maximizáu"
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Camudar a estáu maximizáu\n"
|
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Conmutar l'estáu maximizáu"
|
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:278
|
#: ../src/include/all-keybindings.h:278
|
||||||
msgid "Toggle whether a window will always be visible over other windows"
|
msgid "Toggle whether a window will always be visible over other windows"
|
||||||
msgstr "Conmutar si una ventana siempres se verá encima d'otres ventanes"
|
msgstr "Conmutar si una ventana siempres se verá encima d'otres ventanes"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:280 ../src/50-mutter-windows.xml.in.h:4
|
#: ../src/include/all-keybindings.h:280
|
||||||
msgid "Maximize window"
|
msgid "Maximize window"
|
||||||
msgstr "Maximizar ventana"
|
msgstr "Maximizar ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:282 ../src/50-mutter-windows.xml.in.h:12
|
#: ../src/include/all-keybindings.h:282
|
||||||
msgid "Restore window"
|
msgid "Restore window"
|
||||||
msgstr "Restaurar la ventana"
|
msgstr "Restaurar la ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:284 ../src/50-mutter-windows.xml.in.h:15
|
#: ../src/include/all-keybindings.h:284
|
||||||
msgid "Toggle shaded state"
|
msgid "Toggle shaded state"
|
||||||
msgstr "Activa estáu endolcáu"
|
msgstr "Activa estáu endolcáu"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:286 ../src/50-mutter-windows.xml.in.h:7
|
#: ../src/include/all-keybindings.h:286
|
||||||
msgid "Minimize window"
|
msgid "Minimize window"
|
||||||
msgstr "Minimizar ventana"
|
msgstr "Minimizar ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:288 ../src/50-mutter-windows.xml.in.h:2
|
#: ../src/include/all-keybindings.h:288
|
||||||
msgid "Close window"
|
msgid "Close window"
|
||||||
msgstr "Zarrar ventana"
|
msgstr "Zarrar ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:290 ../src/50-mutter-windows.xml.in.h:8
|
#: ../src/include/all-keybindings.h:290
|
||||||
msgid "Move window"
|
msgid "Move window"
|
||||||
msgstr "Mover ventana"
|
msgstr "Mover ventana"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:292 ../src/50-mutter-windows.xml.in.h:11
|
#: ../src/include/all-keybindings.h:292
|
||||||
msgid "Resize window"
|
msgid "Resize window"
|
||||||
msgstr "Cambiar el tamañu la ventana"
|
msgstr "Cambiar el tamañu la ventana"
|
||||||
|
|
||||||
@@ -690,22 +689,18 @@ msgid "Toggle whether window is on all workspaces or just one"
|
|||||||
msgstr "Conmutar si la ventana apaez en toles árees de trabayu o namái nuna"
|
msgstr "Conmutar si la ventana apaez en toles árees de trabayu o namái nuna"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:299
|
#: ../src/include/all-keybindings.h:299
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:10
|
|
||||||
msgid "Move window to workspace 1"
|
msgid "Move window to workspace 1"
|
||||||
msgstr "Mover ventana al espaciu de trabayu 1"
|
msgstr "Mover ventana al espaciu de trabayu 1"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:302
|
#: ../src/include/all-keybindings.h:302
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:11
|
|
||||||
msgid "Move window to workspace 2"
|
msgid "Move window to workspace 2"
|
||||||
msgstr "Mover ventana al espaciu de trabayu 2"
|
msgstr "Mover ventana al espaciu de trabayu 2"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:305
|
#: ../src/include/all-keybindings.h:305
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:12
|
|
||||||
msgid "Move window to workspace 3"
|
msgid "Move window to workspace 3"
|
||||||
msgstr "Mover ventana al espaciu de trabayu 3"
|
msgstr "Mover ventana al espaciu de trabayu 3"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:308
|
#: ../src/include/all-keybindings.h:308
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:13
|
|
||||||
msgid "Move window to workspace 4"
|
msgid "Move window to workspace 4"
|
||||||
msgstr "Mover ventana al espaciu de trabayu 4"
|
msgstr "Mover ventana al espaciu de trabayu 4"
|
||||||
|
|
||||||
@@ -741,24 +736,19 @@ msgstr "Mover ventana al espaciu de trabayu 11"
|
|||||||
msgid "Move window to workspace 12"
|
msgid "Move window to workspace 12"
|
||||||
msgstr "Mover ventana al espaciu de trabayu 12"
|
msgstr "Mover ventana al espaciu de trabayu 12"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:344 ../src/50-mutter-navigation.xml.in.h:7
|
#: ../src/include/all-keybindings.h:344
|
||||||
msgid "Move window one workspace to the left"
|
msgid "Move window one workspace to the left"
|
||||||
msgstr "Mover ventana un espaciu de trabayu a manzorga"
|
msgstr "Mover ventana un espaciu de trabayu a manzorga"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:347 ../src/50-mutter-navigation.xml.in.h:8
|
#: ../src/include/all-keybindings.h:347
|
||||||
#, fuzzy
|
|
||||||
msgid "Move window one workspace to the right"
|
msgid "Move window one workspace to the right"
|
||||||
msgstr ""
|
msgstr "Mover ventana un espaciu de trabayu a derecha"
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Mover ventana un espaciu de trabayu a derecha\n"
|
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Mover ventana un espaciu de trabayu a madrecha"
|
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:350 ../src/50-mutter-navigation.xml.in.h:9
|
#: ../src/include/all-keybindings.h:350
|
||||||
msgid "Move window one workspace up"
|
msgid "Move window one workspace up"
|
||||||
msgstr "Mover ventana un espaciu de trabayu p'arriba"
|
msgstr "Mover ventana un espaciu de trabayu p'arriba"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:353 ../src/50-mutter-navigation.xml.in.h:6
|
#: ../src/include/all-keybindings.h:353
|
||||||
msgid "Move window one workspace down"
|
msgid "Move window one workspace down"
|
||||||
msgstr "Mover ventana un espaciu de trabayu p'abaxo"
|
msgstr "Mover ventana un espaciu de trabayu p'abaxo"
|
||||||
|
|
||||||
@@ -767,29 +757,19 @@ msgid "Raise window if it's covered by another window, otherwise lower it"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Llevantar la ventana si ta cubierta por otra ventana, minimizala n'otru casu"
|
"Llevantar la ventana si ta cubierta por otra ventana, minimizala n'otru casu"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:358 ../src/50-mutter-windows.xml.in.h:9
|
#: ../src/include/all-keybindings.h:358
|
||||||
#, fuzzy
|
|
||||||
msgid "Raise window above other windows"
|
msgid "Raise window above other windows"
|
||||||
msgstr ""
|
msgstr "Poner el ventanu en primer planu"
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Poner el ventanu en primer planu\n"
|
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Poner la ventana en primer planu"
|
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:360 ../src/50-mutter-windows.xml.in.h:3
|
#: ../src/include/all-keybindings.h:360
|
||||||
#, fuzzy
|
|
||||||
msgid "Lower window below other windows"
|
msgid "Lower window below other windows"
|
||||||
msgstr ""
|
msgstr "Ventanu más baxu per debaxo d'otros ventanos"
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Ventanu más baxu per debaxo d'otros ventanos\n"
|
|
||||||
"#-#-#-#-# ast.po (metacity) #-#-#-#-#\n"
|
|
||||||
"Ventana más baxa per debaxo d'otres ventanes"
|
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:364 ../src/50-mutter-windows.xml.in.h:6
|
#: ../src/include/all-keybindings.h:364
|
||||||
msgid "Maximize window vertically"
|
msgid "Maximize window vertically"
|
||||||
msgstr "Maximizar ventana verticalmente"
|
msgstr "Maximizar ventana verticalmente"
|
||||||
|
|
||||||
#: ../src/include/all-keybindings.h:368 ../src/50-mutter-windows.xml.in.h:5
|
#: ../src/include/all-keybindings.h:368
|
||||||
msgid "Maximize window horizontally"
|
msgid "Maximize window horizontally"
|
||||||
msgstr "Maximizar ventana horizontalmente"
|
msgstr "Maximizar ventana horizontalmente"
|
||||||
|
|
||||||
@@ -1003,6 +983,7 @@ msgstr "Espaciu de Trabayu %d%n"
|
|||||||
|
|
||||||
#: ../src/ui/menu.c:213
|
#: ../src/ui/menu.c:213
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "Workspace 1_0"
|
msgid "Workspace 1_0"
|
||||||
msgstr "Espaciu de Trabayu 1_0"
|
msgstr "Espaciu de Trabayu 1_0"
|
||||||
|
|
||||||
@@ -1743,6 +1724,7 @@ msgstr "Nun se permite testu dientro del elementu <%s>"
|
|||||||
#: ../src/ui/theme-parser.c:3748 ../src/ui/theme-parser.c:3760
|
#: ../src/ui/theme-parser.c:3748 ../src/ui/theme-parser.c:3760
|
||||||
#: ../src/ui/theme-parser.c:3772
|
#: ../src/ui/theme-parser.c:3772
|
||||||
#, c-format
|
#, c-format
|
||||||
|
#, c-format
|
||||||
msgid "<%s> specified twice for this theme"
|
msgid "<%s> specified twice for this theme"
|
||||||
msgstr "<%s> especificáu dos vegaes pa esti tema"
|
msgstr "<%s> especificáu dos vegaes pa esti tema"
|
||||||
|
|
||||||
@@ -1954,96 +1936,6 @@ msgid "%d coordinate expressions parsed in %g seconds (%g seconds average)\n"
|
|||||||
msgstr "%d espresiones de coordenaes interpretaes en %g segundos (%g segundos de "
|
msgstr "%d espresiones de coordenaes interpretaes en %g segundos (%g segundos de "
|
||||||
"media)\n"
|
"media)\n"
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Hide all normal windows"
|
|
||||||
msgstr "Anubrir toles ventanes normales"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:2
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Move to workspace above"
|
|
||||||
msgstr "Mover al área de trabayu d'arriba"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:3
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Move to workspace below"
|
|
||||||
msgstr "Mover al área de trabayu d'abaxo"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:4
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Move to workspace left"
|
|
||||||
msgstr "Mover al área de trabayu de la izquierda"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:5
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Move to workspace right"
|
|
||||||
msgstr "Mover al área de trabayu de la derecha"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:14
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Navigation"
|
|
||||||
msgstr "Navegación"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:15
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch applications"
|
|
||||||
msgstr "Movese ente aplicaciones"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:16
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch system controls"
|
|
||||||
msgstr "Cambiar ente controles del sistema"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:17
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch system controls directly"
|
|
||||||
msgstr "Movese ente los controles del sistema direutamente"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:22
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch windows directly"
|
|
||||||
msgstr "Cambiar ventanes direutamente"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:23
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch windows of an app directly"
|
|
||||||
msgstr "Movese ente les ventanes d'una aplicación direutamente"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:24
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Switch windows of an application"
|
|
||||||
msgstr "Movese ente les ventanes d'una aplicación"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-system.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Show the activities overview"
|
|
||||||
msgstr "Amosar el resume d'actividaes"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-system.xml.in.h:2
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Show the run command prompt"
|
|
||||||
msgstr "Amosar l'elementu «executar comando»"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-system.xml.in.h:3
|
|
||||||
#, fuzzy
|
|
||||||
msgid "System"
|
|
||||||
msgstr "Sistema"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-windows.xml.in.h:10
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Raise window if covered, otherwise lower it"
|
|
||||||
msgstr "Llevantar la ventana si ta cubierta, minimizala n'otru casu"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-windows.xml.in.h:16
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Toggle window on all workspaces or one"
|
|
||||||
msgstr "Conmutar la ventana en toles árees de trabayu o namái nuna"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-windows.xml.in.h:17
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Windows"
|
|
||||||
msgstr "Ventanes"
|
|
||||||
|
|
||||||
#~ msgid "Desktop"
|
#~ msgid "Desktop"
|
||||||
#~ msgstr "Escritoriu"
|
#~ msgstr "Escritoriu"
|
||||||
|
|
||||||
|
2743
po/bn_IN.po
2743
po/bn_IN.po
File diff suppressed because it is too large
Load Diff
5861
po/ca@valencia.po
5861
po/ca@valencia.po
File diff suppressed because it is too large
Load Diff
1729
po/en_GB.po
1729
po/en_GB.po
File diff suppressed because it is too large
Load Diff
26
po/or.po
26
po/or.po
@@ -2456,29 +2456,3 @@ msgstr "y ମୂଲ୍ଯ %d ଥିଲା, %d ପ୍ରତ୍ଯାଶିତ ଥ
|
|||||||
msgid "%d coordinate expressions parsed in %g seconds (%g seconds average)\n"
|
msgid "%d coordinate expressions parsed in %g seconds (%g seconds average)\n"
|
||||||
msgstr "%2$g ସେକଣ୍ଡରେ %1$d ସ୍ଥାନ ନିର୍ଣ୍ଣୟ ଅଭିବ୍ଯକ୍ତି ବିଶ୍ଳେଷିତ (%3$g ସେକଣ୍ଡ ମାଧ୍ଯମାନ)\n"
|
msgstr "%2$g ସେକଣ୍ଡରେ %1$d ସ୍ଥାନ ନିର୍ଣ୍ଣୟ ଅଭିବ୍ଯକ୍ତି ବିଶ୍ଳେଷିତ (%3$g ସେକଣ୍ଡ ମାଧ୍ଯମାନ)\n"
|
||||||
|
|
||||||
#: ../src/50-mutter-launchers.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Launchers"
|
|
||||||
msgstr "ପ୍ରାରମ୍ଭକର୍ତ୍ତାମାନେ"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-navigation.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
msgid "Navigation"
|
|
||||||
msgstr "ଅନ୍ୱେଷଣ"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-screenshot.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "Take a screenshot"
|
|
||||||
msgid "Screenshots"
|
|
||||||
msgstr "ପରଦା ପ୍ରତିଛବିଗୁଡ଼ିକ"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-system.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
msgid "System"
|
|
||||||
msgstr "ତନ୍ତ୍ର"
|
|
||||||
|
|
||||||
#: ../src/50-mutter-windows.xml.in.h:1
|
|
||||||
#, fuzzy
|
|
||||||
#| msgid "/_Windows"
|
|
||||||
msgid "Windows"
|
|
||||||
msgstr "ୱିଣ୍ଡୋମାନ"
|
|
||||||
|
1784
po/pt_BR.po
1784
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
3521
po/sr@latin.po
3521
po/sr@latin.po
File diff suppressed because it is too large
Load Diff
1640
po/zh_CN.po
1640
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
1774
po/zh_HK.po
1774
po/zh_HK.po
File diff suppressed because it is too large
Load Diff
1785
po/zh_TW.po
1785
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
@@ -1,77 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
|
|
||||||
group="system"
|
|
||||||
_name="Navigation"
|
|
||||||
wm_name="Mutter"
|
|
||||||
package="mutter">
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-1"
|
|
||||||
_description="Move window to workspace 1" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-2"
|
|
||||||
_description="Move window to workspace 2" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-3"
|
|
||||||
_description="Move window to workspace 3" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-4"
|
|
||||||
_description="Move window to workspace 4" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-left"
|
|
||||||
_description="Move window one workspace to the left" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-right"
|
|
||||||
_description="Move window one workspace to the right" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-up"
|
|
||||||
_description="Move window one workspace up" />
|
|
||||||
|
|
||||||
<KeyListEntry name="move-to-workspace-down"
|
|
||||||
_description="Move window one workspace down" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-windows"
|
|
||||||
_description="Switch applications"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-group"
|
|
||||||
_description="Switch windows of an application"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-panels"
|
|
||||||
_description="Switch system controls"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="cycle-windows"
|
|
||||||
_description="Switch windows directly"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="cycle-group"
|
|
||||||
_description="Switch windows of an app directly"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="cycle-panels"
|
|
||||||
_description="Switch system controls directly"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="show-desktop"
|
|
||||||
_description="Hide all normal windows"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-1"
|
|
||||||
_description="Switch to workspace 1" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-2"
|
|
||||||
_description="Switch to workspace 2" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-3"
|
|
||||||
_description="Switch to workspace 3" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-4"
|
|
||||||
_description="Switch to workspace 4" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-left"
|
|
||||||
_description="Move to workspace left" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-right"
|
|
||||||
_description="Move to workspace right" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-up"
|
|
||||||
_description="Move to workspace above" />
|
|
||||||
|
|
||||||
<KeyListEntry name="switch-to-workspace-down"
|
|
||||||
_description="Move to workspace below" />
|
|
||||||
|
|
||||||
</KeyListEntries>
|
|
@@ -1,13 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
|
|
||||||
group="system"
|
|
||||||
_name="System"
|
|
||||||
wm_name="Mutter"
|
|
||||||
package="mutter">
|
|
||||||
|
|
||||||
<KeyListEntry name="panel-run-dialog" _description="Show the run command prompt"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="panel-main-menu" _description="Show the activities overview"/>
|
|
||||||
|
|
||||||
</KeyListEntries>
|
|
||||||
|
|
@@ -1,50 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<KeyListEntries schema="org.gnome.desktop.wm.keybindings"
|
|
||||||
group="system"
|
|
||||||
_name="Windows"
|
|
||||||
wm_name="Mutter"
|
|
||||||
package="mutter">
|
|
||||||
|
|
||||||
<KeyListEntry name="activate-window-menu" _description="Activate the window menu"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-fullscreen" _description="Toggle fullscreen mode"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-maximized" _description="Toggle maximization state"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="maximize" _description="Maximize window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="unmaximize" _description="Restore window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-shaded" _description="Toggle shaded state"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="close" _description="Close window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="minimize" _description="Minimize window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="begin-move" _description="Move window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="begin-resize" _description="Resize window"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-on-all-workspaces"
|
|
||||||
_description="Toggle window on all workspaces or one"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="raise-or-lower" _description="Raise window if covered, otherwise lower it"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="raise" _description="Raise window above other windows"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="lower" _description="Lower window below other windows"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="maximize-vertically" _description="Maximize window vertically"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="maximize-horizontally" _description="Maximize window horizontally"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-tiled-left"
|
|
||||||
schema="org.gnome.mutter.keybindings"
|
|
||||||
_description="View split on left"/>
|
|
||||||
|
|
||||||
<KeyListEntry name="toggle-tiled-right"
|
|
||||||
schema="org.gnome.mutter.keybindings"
|
|
||||||
_description="View split on right"/>
|
|
||||||
|
|
||||||
</KeyListEntries>
|
|
||||||
|
|
290
src/Makefile.am
290
src/Makefile.am
@@ -1,49 +1,28 @@
|
|||||||
# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
|
# Flag build for parallelism; see https://savannah.gnu.org/patch/?6905
|
||||||
.AUTOPARALLEL:
|
.AUTOPARALLEL:
|
||||||
|
|
||||||
lib_LTLIBRARIES = libmutter.la
|
lib_LTLIBRARIES = libmutter-private.la
|
||||||
|
|
||||||
SUBDIRS=wm-tester tools compositor/plugins
|
SUBDIRS=wm-tester tools compositor/plugins
|
||||||
|
|
||||||
INCLUDES= \
|
INCLUDES=@MUTTER_CFLAGS@ -I $(srcdir)/include -I$(srcdir)/compositor -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" -DMUTTER_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"mutter\" -DSN_API_NOT_YET_FROZEN=1 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) -DMUTTER_PKGLIBDIR=\"$(pkglibdir)\" -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\"
|
||||||
$(MUTTER_CFLAGS) \
|
|
||||||
-I$(srcdir) \
|
|
||||||
-I$(srcdir)/core \
|
|
||||||
-I$(srcdir)/ui \
|
|
||||||
-I$(srcdir)/compositor \
|
|
||||||
-DMUTTER_LIBEXECDIR=\"$(libexecdir)\" \
|
|
||||||
-DHOST_ALIAS=\"@HOST_ALIAS@\" \
|
|
||||||
-DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" \
|
|
||||||
-DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" \
|
|
||||||
-DMUTTER_DATADIR=\"$(datadir)\" \
|
|
||||||
-DG_LOG_DOMAIN=\"mutter\" \
|
|
||||||
-DSN_API_NOT_YET_FROZEN=1 \
|
|
||||||
-DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) \
|
|
||||||
-DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) \
|
|
||||||
-DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) \
|
|
||||||
-DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) \
|
|
||||||
-DMUTTER_PKGLIBDIR=\"$(pkglibdir)\" \
|
|
||||||
-DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\" \
|
|
||||||
-DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\"
|
|
||||||
|
|
||||||
mutter_built_sources = \
|
mutter_built_sources = \
|
||||||
|
mutter-marshal.h \
|
||||||
|
mutter-marshal.c \
|
||||||
mutter-enum-types.h \
|
mutter-enum-types.h \
|
||||||
mutter-enum-types.c
|
mutter-enum-types.c
|
||||||
|
|
||||||
libmutter_la_SOURCES = \
|
mutter_SOURCES= \
|
||||||
core/async-getprop.c \
|
core/async-getprop.c \
|
||||||
core/async-getprop.h \
|
core/async-getprop.h \
|
||||||
core/bell.c \
|
core/bell.c \
|
||||||
core/bell.h \
|
core/bell.h \
|
||||||
core/boxes.c \
|
core/boxes.c \
|
||||||
core/boxes-private.h \
|
core/boxes-private.h \
|
||||||
meta/boxes.h \
|
include/boxes.h \
|
||||||
compositor/cogl-utils.c \
|
|
||||||
compositor/cogl-utils.h \
|
|
||||||
compositor/compositor.c \
|
compositor/compositor.c \
|
||||||
compositor/compositor-private.h \
|
compositor/compositor-private.h \
|
||||||
compositor/meta-background-actor.c \
|
|
||||||
compositor/meta-background-actor-private.h \
|
|
||||||
compositor/meta-module.c \
|
compositor/meta-module.c \
|
||||||
compositor/meta-module.h \
|
compositor/meta-module.h \
|
||||||
compositor/meta-plugin.c \
|
compositor/meta-plugin.c \
|
||||||
@@ -52,8 +31,7 @@ libmutter_la_SOURCES = \
|
|||||||
compositor/meta-shadow-factory.c \
|
compositor/meta-shadow-factory.c \
|
||||||
compositor/meta-shadow-factory-private.h \
|
compositor/meta-shadow-factory-private.h \
|
||||||
compositor/meta-shaped-texture.c \
|
compositor/meta-shaped-texture.c \
|
||||||
compositor/meta-texture-rectangle.c \
|
compositor/meta-shaped-texture.h \
|
||||||
compositor/meta-texture-rectangle.h \
|
|
||||||
compositor/meta-texture-tower.c \
|
compositor/meta-texture-tower.c \
|
||||||
compositor/meta-texture-tower.h \
|
compositor/meta-texture-tower.h \
|
||||||
compositor/meta-window-actor.c \
|
compositor/meta-window-actor.c \
|
||||||
@@ -64,37 +42,36 @@ libmutter_la_SOURCES = \
|
|||||||
compositor/meta-window-shape.h \
|
compositor/meta-window-shape.h \
|
||||||
compositor/region-utils.c \
|
compositor/region-utils.c \
|
||||||
compositor/region-utils.h \
|
compositor/region-utils.h \
|
||||||
meta/compositor.h \
|
include/compositor.h \
|
||||||
meta/meta-background-actor.h \
|
include/meta-plugin.h \
|
||||||
meta/meta-plugin.h \
|
include/meta-shadow-factory.h \
|
||||||
meta/meta-shadow-factory.h \
|
include/meta-window-actor.h \
|
||||||
meta/meta-window-actor.h \
|
include/compositor-mutter.h \
|
||||||
meta/compositor-mutter.h \
|
|
||||||
core/above-tab-keycode.c \
|
|
||||||
core/constraints.c \
|
core/constraints.c \
|
||||||
core/constraints.h \
|
core/constraints.h \
|
||||||
core/core.c \
|
core/core.c \
|
||||||
core/delete.c \
|
core/delete.c \
|
||||||
core/display.c \
|
core/display.c \
|
||||||
core/display-private.h \
|
core/display-private.h \
|
||||||
meta/display.h \
|
include/display.h \
|
||||||
ui/draw-workspace.c \
|
ui/draw-workspace.c \
|
||||||
ui/draw-workspace.h \
|
ui/draw-workspace.h \
|
||||||
core/edge-resistance.c \
|
core/edge-resistance.c \
|
||||||
core/edge-resistance.h \
|
core/edge-resistance.h \
|
||||||
core/errors.c \
|
core/errors.c \
|
||||||
meta/errors.h \
|
include/errors.h \
|
||||||
core/eventqueue.c \
|
core/eventqueue.c \
|
||||||
core/eventqueue.h \
|
core/eventqueue.h \
|
||||||
core/frame.c \
|
core/frame.c \
|
||||||
core/frame.h \
|
core/frame-private.h \
|
||||||
|
include/frame.h \
|
||||||
ui/gradient.c \
|
ui/gradient.c \
|
||||||
meta/gradient.h \
|
ui/gradient.h \
|
||||||
core/group-private.h \
|
core/group-private.h \
|
||||||
core/group-props.c \
|
core/group-props.c \
|
||||||
core/group-props.h \
|
core/group-props.h \
|
||||||
core/group.c \
|
core/group.c \
|
||||||
meta/group.h \
|
include/group.h \
|
||||||
core/iconcache.c \
|
core/iconcache.c \
|
||||||
core/iconcache.h \
|
core/iconcache.h \
|
||||||
core/keybindings.c \
|
core/keybindings.c \
|
||||||
@@ -104,11 +81,11 @@ libmutter_la_SOURCES = \
|
|||||||
core/place.c \
|
core/place.c \
|
||||||
core/place.h \
|
core/place.h \
|
||||||
core/prefs.c \
|
core/prefs.c \
|
||||||
meta/prefs.h \
|
include/prefs.h \
|
||||||
core/screen.c \
|
core/screen.c \
|
||||||
core/screen-private.h \
|
core/screen-private.h \
|
||||||
meta/screen.h \
|
include/screen.h \
|
||||||
meta/types.h \
|
include/types.h \
|
||||||
core/session.c \
|
core/session.c \
|
||||||
core/session.h \
|
core/session.h \
|
||||||
core/stack.c \
|
core/stack.c \
|
||||||
@@ -116,20 +93,22 @@ libmutter_la_SOURCES = \
|
|||||||
core/stack-tracker.c \
|
core/stack-tracker.c \
|
||||||
core/stack-tracker.h \
|
core/stack-tracker.h \
|
||||||
core/util.c \
|
core/util.c \
|
||||||
meta/util.h \
|
include/util.h \
|
||||||
core/window-props.c \
|
core/window-props.c \
|
||||||
core/window-props.h \
|
core/window-props.h \
|
||||||
core/window.c \
|
core/window.c \
|
||||||
core/window-private.h \
|
core/window-private.h \
|
||||||
meta/window.h \
|
include/window.h \
|
||||||
core/workspace.c \
|
core/workspace.c \
|
||||||
core/workspace-private.h \
|
core/workspace-private.h \
|
||||||
core/xprops.c \
|
core/xprops.c \
|
||||||
core/xprops.h \
|
include/xprops.h \
|
||||||
meta/common.h \
|
include/common.h \
|
||||||
core/core.h \
|
include/core.h \
|
||||||
ui/ui.h \
|
include/ui.h \
|
||||||
inlinepixbufs.h \
|
inlinepixbufs.h \
|
||||||
|
ui/fixedtip.c \
|
||||||
|
ui/fixedtip.h \
|
||||||
ui/frames.c \
|
ui/frames.c \
|
||||||
ui/frames.h \
|
ui/frames.h \
|
||||||
ui/menu.c \
|
ui/menu.c \
|
||||||
@@ -137,56 +116,71 @@ libmutter_la_SOURCES = \
|
|||||||
ui/metaaccellabel.c \
|
ui/metaaccellabel.c \
|
||||||
ui/metaaccellabel.h \
|
ui/metaaccellabel.h \
|
||||||
ui/resizepopup.c \
|
ui/resizepopup.c \
|
||||||
ui/resizepopup.h \
|
include/resizepopup.h \
|
||||||
ui/tabpopup.c \
|
ui/tabpopup.c \
|
||||||
ui/tabpopup.h \
|
include/tabpopup.h \
|
||||||
ui/tile-preview.c \
|
ui/tile-preview.c \
|
||||||
ui/tile-preview.h \
|
include/tile-preview.h \
|
||||||
ui/theme-parser.c \
|
ui/theme-parser.c \
|
||||||
ui/theme.c \
|
ui/theme.c \
|
||||||
meta/theme.h \
|
ui/theme.h \
|
||||||
ui/theme-private.h \
|
ui/theme-private.h \
|
||||||
ui/ui.c \
|
ui/ui.c \
|
||||||
meta/preview-widget.h \
|
include/all-keybindings.h \
|
||||||
ui/preview-widget.c \
|
|
||||||
$(mutter_built_sources)
|
$(mutter_built_sources)
|
||||||
|
|
||||||
libmutter_la_LDFLAGS = -no-undefined
|
# by setting libmutter_private_la_CFLAGS, the files shared with
|
||||||
libmutter_la_LIBADD = $(MUTTER_LIBS)
|
# mutter proper will be compiled with different names.
|
||||||
|
libmutter_private_la_CFLAGS =
|
||||||
|
libmutter_private_la_SOURCES= \
|
||||||
|
core/boxes.c \
|
||||||
|
include/boxes.h \
|
||||||
|
ui/gradient.c \
|
||||||
|
ui/gradient.h \
|
||||||
|
core/util.c \
|
||||||
|
include/util.h \
|
||||||
|
include/common.h \
|
||||||
|
ui/preview-widget.c \
|
||||||
|
ui/preview-widget.h \
|
||||||
|
ui/theme-parser.c \
|
||||||
|
ui/theme.c \
|
||||||
|
ui/theme.h
|
||||||
|
|
||||||
|
libmutter_private_la_LDFLAGS = -no-undefined
|
||||||
|
libmutter_private_la_LIBADD = @MUTTER_LIBS@
|
||||||
|
|
||||||
# Headers installed for plugins; introspected information will
|
# Headers installed for plugins; introspected information will
|
||||||
# be extracted into Mutter-<version>.gir
|
# be extracted into Mutter-<version>.gir
|
||||||
libmutterinclude_base_headers = \
|
libmutterinclude_base_headers = \
|
||||||
meta/boxes.h \
|
include/boxes.h \
|
||||||
meta/common.h \
|
ui/gradient.h \
|
||||||
meta/compositor-mutter.h \
|
include/main.h \
|
||||||
meta/compositor.h \
|
include/util.h \
|
||||||
meta/display.h \
|
include/common.h \
|
||||||
meta/errors.h \
|
ui/theme.h \
|
||||||
meta/gradient.h \
|
include/prefs.h \
|
||||||
meta/group.h \
|
include/window.h \
|
||||||
meta/keybindings.h \
|
include/workspace.h \
|
||||||
meta/main.h \
|
include/compositor.h \
|
||||||
meta/meta-background-actor.h \
|
include/compositor-mutter.h \
|
||||||
meta/meta-plugin.h \
|
include/types.h \
|
||||||
meta/meta-shaped-texture.h \
|
include/errors.h \
|
||||||
meta/meta-shadow-factory.h \
|
include/screen.h \
|
||||||
meta/meta-window-actor.h \
|
include/display.h \
|
||||||
meta/prefs.h \
|
include/group.h \
|
||||||
meta/screen.h \
|
include/keybindings.h \
|
||||||
meta/theme.h \
|
include/meta-plugin.h \
|
||||||
meta/types.h \
|
include/meta-shadow-factory.h \
|
||||||
meta/util.h \
|
include/meta-window-actor.h
|
||||||
meta/window.h \
|
|
||||||
meta/workspace.h
|
|
||||||
|
|
||||||
# Excluded from scanning for introspection but installed
|
# Excluded from scanning for introspection but installed
|
||||||
|
# preview-widget.h: only part of libmutter-private
|
||||||
# atomnames.h: macros cause problems for scanning process
|
# atomnames.h: macros cause problems for scanning process
|
||||||
libmutterinclude_extra_headers = \
|
libmutterinclude_extra_headers = \
|
||||||
meta/preview-widget.h \
|
ui/preview-widget.h \
|
||||||
meta/atomnames.h
|
include/atomnames.h
|
||||||
|
|
||||||
libmutterincludedir = $(includedir)/mutter/meta
|
libmutterincludedir = $(includedir)/mutter/mutter-private
|
||||||
|
|
||||||
libmutterinclude_HEADERS = \
|
libmutterinclude_HEADERS = \
|
||||||
$(libmutterinclude_base_headers) \
|
$(libmutterinclude_base_headers) \
|
||||||
@@ -197,18 +191,9 @@ mutter_theme_viewer_SOURCES= \
|
|||||||
|
|
||||||
bin_PROGRAMS=mutter mutter-theme-viewer
|
bin_PROGRAMS=mutter mutter-theme-viewer
|
||||||
|
|
||||||
mutter_SOURCES = core/mutter.c
|
api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
|
||||||
mutter_LDADD = $(MUTTER_LIBS) libmutter.la
|
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
|
||||||
include $(INTROSPECTION_MAKEFILE)
|
|
||||||
|
|
||||||
# Since we don't make any guarantees about stability and we don't support
|
|
||||||
# parallel install, there's no real reason to change directories, filenames,
|
|
||||||
# etc. as we change the Mutter tarball version.
|
|
||||||
#api_version = $(MUTTER_MAJOR_VERSION).$(MUTTER_MINOR_VERSION)
|
|
||||||
api_version = 3.0
|
|
||||||
|
|
||||||
|
if WITH_INTROSPECTION
|
||||||
# These files are in package-private directories, even though they may be used
|
# These files are in package-private directories, even though they may be used
|
||||||
# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
|
# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
|
||||||
# and g-ir-compiler --includedir.
|
# and g-ir-compiler --includedir.
|
||||||
@@ -218,32 +203,50 @@ gir_DATA = Meta-$(api_version).gir
|
|||||||
typelibdir = $(pkglibdir)
|
typelibdir = $(pkglibdir)
|
||||||
typelib_DATA = Meta-$(api_version).typelib
|
typelib_DATA = Meta-$(api_version).typelib
|
||||||
|
|
||||||
INTROSPECTION_GIRS = Meta-$(api_version).gir
|
# We need to strip out the attribute that would point back to libmutter-introspect
|
||||||
|
# so that libgirepository looks for symbols in the executable instead
|
||||||
Meta-$(api_version).gir: libmutter.la
|
Meta-$(api_version).gir: $(G_IR_SCANNER) mutter $(libmutterinclude_HEADERS) $(mutter_SOURCES) Makefile
|
||||||
@META_GIR@_INCLUDES = GObject-2.0 GDesktopEnums-3.0 Gdk-3.0 Gtk-3.0 Clutter-1.0 xlib-2.0 xfixes-4.0 Cogl-1.0
|
$(AM_V_GEN) pwd=`pwd` ; \
|
||||||
@META_GIR@_EXPORT_PACKAGES = libmutter
|
cd $(srcdir) && \
|
||||||
@META_GIR@_CFLAGS = $(INCLUDES)
|
$(G_IR_SCANNER) \
|
||||||
@META_GIR@_LIBS = libmutter.la
|
--namespace=Meta \
|
||||||
@META_GIR@_FILES = \
|
--nsversion=$(api_version) \
|
||||||
mutter-enum-types.h \
|
--warn-all \
|
||||||
$(libmutterinclude_base_headers) \
|
--warn-error \
|
||||||
$(filter %.c,$(libmutter_la_SOURCES))
|
--include=GObject-2.0 \
|
||||||
@META_GIR@_SCANNERFLAGS = --warn-all --warn-error
|
--include=Gdk-3.0 \
|
||||||
|
--include=Gtk-3.0 \
|
||||||
|
--include=Clutter-1.0 \
|
||||||
|
--pkg=clutter-1.0 \
|
||||||
|
--pkg=gtk+-3.0 \
|
||||||
|
--include=xlib-2.0 \
|
||||||
|
--include=xfixes-4.0 \
|
||||||
|
--program=$$pwd/mutter \
|
||||||
|
mutter-enum-types.h \
|
||||||
|
$(filter %.c,$(mutter_SOURCES)) \
|
||||||
|
$(libmutterinclude_base_headers) \
|
||||||
|
$(INCLUDES) \
|
||||||
|
-o $$pwd/$@
|
||||||
|
|
||||||
|
Meta-$(api_version).typelib: $(G_IR_COMPILER) Meta-$(api_version).gir
|
||||||
|
$(AM_V_GEN) LD_LIBRARY_PATH=$${LD_LIBRARY_PATH:+$$LD_LIBRARY_PATH:}. $(G_IR_COMPILER) Meta-$(api_version).gir -o $@
|
||||||
endif
|
endif
|
||||||
|
|
||||||
mutter_theme_viewer_LDADD= $(MUTTER_LIBS) libmutter.la
|
EFENCE=
|
||||||
|
mutter_LDADD=@MUTTER_LIBS@ $(EFENCE)
|
||||||
|
mutter_LDFLAGS=-export-dynamic
|
||||||
|
|
||||||
testboxes_SOURCES = core/testboxes.c
|
mutter_theme_viewer_LDADD= @MUTTER_LIBS@ libmutter-private.la
|
||||||
testgradient_SOURCES = ui/testgradient.c
|
|
||||||
testasyncgetprop_SOURCES = core/testasyncgetprop.c
|
testboxes_SOURCES=include/util.h core/util.c include/boxes.h core/boxes.c core/testboxes.c
|
||||||
|
testgradient_SOURCES=ui/gradient.h ui/gradient.c ui/testgradient.c
|
||||||
|
testasyncgetprop_SOURCES=core/async-getprop.h core/async-getprop.c core/testasyncgetprop.c
|
||||||
|
|
||||||
noinst_PROGRAMS=testboxes testgradient testasyncgetprop
|
noinst_PROGRAMS=testboxes testgradient testasyncgetprop
|
||||||
|
|
||||||
testboxes_LDADD = $(MUTTER_LIBS) libmutter.la
|
testboxes_LDADD= @MUTTER_LIBS@
|
||||||
testgradient_LDADD = $(MUTTER_LIBS) libmutter.la
|
testgradient_LDADD= @MUTTER_LIBS@
|
||||||
testasyncgetprop_LDADD = $(MUTTER_LIBS) libmutter.la
|
testasyncgetprop_LDADD= @MUTTER_LIBS@
|
||||||
|
|
||||||
@INTLTOOL_DESKTOP_RULE@
|
@INTLTOOL_DESKTOP_RULE@
|
||||||
|
|
||||||
@@ -257,19 +260,20 @@ wmproperties_in_files=mutter-wm.desktop.in
|
|||||||
wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop)
|
wmproperties_files=$(wmproperties_in_files:.desktop.in=.desktop)
|
||||||
wmproperties_DATA = $(wmproperties_files)
|
wmproperties_DATA = $(wmproperties_files)
|
||||||
|
|
||||||
xmldir = @GNOME_KEYBINDINGS_KEYSDIR@
|
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
||||||
xml_in_files = \
|
schema_in_files = mutter.schemas.in
|
||||||
50-mutter-navigation.xml.in \
|
schema_DATA = $(schema_in_files:.schemas.in=.schemas)
|
||||||
50-mutter-system.xml.in \
|
|
||||||
50-mutter-windows.xml.in
|
|
||||||
xml_DATA = $(xml_in_files:.xml.in=.xml)
|
|
||||||
|
|
||||||
gsettings_SCHEMAS = org.gnome.mutter.gschema.xml
|
|
||||||
@INTLTOOL_XML_NOMERGE_RULE@
|
@INTLTOOL_XML_NOMERGE_RULE@
|
||||||
@GSETTINGS_RULES@
|
|
||||||
|
|
||||||
convertdir = $(datadir)/GConf/gsettings
|
@INTLTOOL_SCHEMAS_RULE@
|
||||||
convert_DATA = mutter-schemas.convert
|
|
||||||
|
if GCONF_SCHEMAS_INSTALL
|
||||||
|
install-data-local:
|
||||||
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
|
||||||
|
else
|
||||||
|
install-data-local:
|
||||||
|
endif
|
||||||
|
|
||||||
IMAGES=stock_maximize.png stock_minimize.png stock_delete.png
|
IMAGES=stock_maximize.png stock_minimize.png stock_delete.png
|
||||||
VARIABLES=stock_maximize_data $(srcdir)/stock_maximize.png \
|
VARIABLES=stock_maximize_data $(srcdir)/stock_maximize.png \
|
||||||
@@ -281,8 +285,7 @@ CLEANFILES = \
|
|||||||
inlinepixbufs.h \
|
inlinepixbufs.h \
|
||||||
mutter.desktop \
|
mutter.desktop \
|
||||||
mutter-wm.desktop \
|
mutter-wm.desktop \
|
||||||
org.gnome.mutter.gschema.xml \
|
mutter.schemas \
|
||||||
$(xml_DATA) \
|
|
||||||
$(mutter_built_sources) \
|
$(mutter_built_sources) \
|
||||||
$(typelib_DATA) \
|
$(typelib_DATA) \
|
||||||
$(gir_DATA)
|
$(gir_DATA)
|
||||||
@@ -292,31 +295,50 @@ inlinepixbufs.h: $(IMAGES)
|
|||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
|
|
||||||
pkgconfig_DATA = libmutter.pc mutter-plugins.pc
|
pkgconfig_DATA = libmutter-private.pc mutter-plugins.pc
|
||||||
|
|
||||||
EXTRA_DIST=$(desktopfiles_files) \
|
EXTRA_DIST=$(desktopfiles_files) \
|
||||||
$(wmproperties_files) \
|
$(wmproperties_files) \
|
||||||
$(IMAGES) \
|
$(IMAGES) \
|
||||||
$(desktopfiles_in_files) \
|
$(desktopfiles_in_files) \
|
||||||
$(wmproperties_in_files) \
|
$(wmproperties_in_files) \
|
||||||
$(xml_in_files) \
|
$(schema_in_files) \
|
||||||
org.gnome.mutter.gschema.xml.in \
|
libmutter-private.pc.in \
|
||||||
mutter-schemas.convert \
|
|
||||||
libmutter.pc.in \
|
|
||||||
mutter-plugins.pc.in \
|
mutter-plugins.pc.in \
|
||||||
mutter-enum-types.h.in \
|
mutter-enum-types.h.in \
|
||||||
mutter-enum-types.c.in
|
mutter-enum-types.c.in \
|
||||||
|
mutter-marshal.list
|
||||||
|
|
||||||
BUILT_SOURCES += $(mutter_built_sources)
|
BUILT_SOURCES += $(mutter_built_sources)
|
||||||
MUTTER_STAMP_FILES = stamp-mutter-enum-types.h
|
MUTTER_STAMP_FILES = stamp-mutter-marshal.h stamp-mutter-enum-types.h
|
||||||
CLEANFILES += $(MUTTER_STAMP_FILES)
|
CLEANFILES += $(MUTTER_STAMP_FILES)
|
||||||
|
|
||||||
|
mutter-marshal.h: stamp-mutter-marshal.h
|
||||||
|
@true
|
||||||
|
stamp-mutter-marshal.h: Makefile mutter-marshal.list
|
||||||
|
$(AM_V_GEN) $(GLIB_GENMARSHAL) \
|
||||||
|
--prefix=_mutter_marshal \
|
||||||
|
--header \
|
||||||
|
$(srcdir)/mutter-marshal.list > xgen-tmh && \
|
||||||
|
(cmp -s xgen-tmh mutter-marshal.h || cp -f xgen-tmh mutter-marshal.h) && \
|
||||||
|
rm -f xgen-tmh && \
|
||||||
|
echo timestamp > $(@F)
|
||||||
|
|
||||||
|
mutter-marshal.c: Makefile mutter-marshal.list
|
||||||
|
$(AM_V_GEN) (echo "#include \"mutter-marshal.h\"" ; \
|
||||||
|
$(GLIB_GENMARSHAL) \
|
||||||
|
--prefix=_mutter_marshal \
|
||||||
|
--body \
|
||||||
|
$(srcdir)/mutter-marshal.list ) > xgen-tmc && \
|
||||||
|
cp -f xgen-tmc mutter-marshal.c && \
|
||||||
|
rm -f xgen-tmc
|
||||||
|
|
||||||
mutter-enum-types.h: stamp-mutter-enum-types.h Makefile
|
mutter-enum-types.h: stamp-mutter-enum-types.h Makefile
|
||||||
@true
|
@true
|
||||||
stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
|
stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.in
|
||||||
$(AM_V_GEN) ( cd $(srcdir) && \
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
||||||
$(GLIB_MKENUMS) \
|
$(GLIB_MKENUMS) \
|
||||||
--template mutter-enum-types.h.in \
|
--template $(srcdir)/mutter-enum-types.h.in \
|
||||||
$(libmutterinclude_base_headers) ) >> xgen-teth && \
|
$(libmutterinclude_base_headers) ) >> xgen-teth && \
|
||||||
(cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
|
(cmp -s xgen-teth mutter-enum-types.h || cp xgen-teth mutter-enum-types.h) && \
|
||||||
rm -f xgen-teth && \
|
rm -f xgen-teth && \
|
||||||
@@ -325,7 +347,7 @@ stamp-mutter-enum-types.h: $(libmutterinclude_base_headers) mutter-enum-types.h.
|
|||||||
mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
|
mutter-enum-types.c: stamp-mutter-enum-types.h mutter-enum-types.c.in
|
||||||
$(AM_V_GEN) ( cd $(srcdir) && \
|
$(AM_V_GEN) ( cd $(srcdir) && \
|
||||||
$(GLIB_MKENUMS) \
|
$(GLIB_MKENUMS) \
|
||||||
--template mutter-enum-types.c.in \
|
--template $(srcdir)/mutter-enum-types.c.in \
|
||||||
$(libmutterinclude_base_headers) ) >> xgen-tetc && \
|
$(libmutterinclude_base_headers) ) >> xgen-tetc && \
|
||||||
cp xgen-tetc mutter-enum-types.c && \
|
cp xgen-tetc mutter-enum-types.c && \
|
||||||
rm -f xgen-tetc
|
rm -f xgen-tetc
|
||||||
|
@@ -1,110 +0,0 @@
|
|||||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
||||||
/*
|
|
||||||
* Utilities for use with Cogl
|
|
||||||
*
|
|
||||||
* Copyright 2010 Red Hat, Inc.
|
|
||||||
* Copyright 2010 Intel Corporation
|
|
||||||
*
|
|
||||||
* 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 the Free Software Foundation; either version 2 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
||||||
* 02111-1307, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "cogl-utils.h"
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_create_color_texture_4ub:
|
|
||||||
* @red:
|
|
||||||
* @green:
|
|
||||||
* @blue:
|
|
||||||
* @alpha:
|
|
||||||
* @flags: Optional flags for the texture, or %COGL_TEXTURE_NONE;
|
|
||||||
* %COGL_TEXTURE_NO_SLICING is useful if the texture will be
|
|
||||||
* repeated to create a constant color fill, since hardware
|
|
||||||
* repeat can't be used for a sliced texture.
|
|
||||||
*
|
|
||||||
* Creates a texture that is a single pixel with the specified
|
|
||||||
* unpremultiplied color components.
|
|
||||||
*
|
|
||||||
* Return value: (transfer full): a newly created Cogl texture
|
|
||||||
*/
|
|
||||||
CoglHandle
|
|
||||||
meta_create_color_texture_4ub (guint8 red,
|
|
||||||
guint8 green,
|
|
||||||
guint8 blue,
|
|
||||||
guint8 alpha,
|
|
||||||
CoglTextureFlags flags)
|
|
||||||
{
|
|
||||||
CoglColor color;
|
|
||||||
guint8 pixel[4];
|
|
||||||
|
|
||||||
cogl_color_set_from_4ub (&color, red, green, blue, alpha);
|
|
||||||
cogl_color_premultiply (&color);
|
|
||||||
|
|
||||||
pixel[0] = cogl_color_get_red_byte (&color);
|
|
||||||
pixel[1] = cogl_color_get_green_byte (&color);
|
|
||||||
pixel[2] = cogl_color_get_blue_byte (&color);
|
|
||||||
pixel[3] = cogl_color_get_alpha_byte (&color);
|
|
||||||
|
|
||||||
return cogl_texture_new_from_data (1, 1,
|
|
||||||
flags,
|
|
||||||
COGL_PIXEL_FORMAT_RGBA_8888_PRE,
|
|
||||||
COGL_PIXEL_FORMAT_ANY,
|
|
||||||
4, pixel);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Based on gnome-shell/src/st/st-private.c:_st_create_texture_material.c */
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_create_texture_material:
|
|
||||||
* @src_texture: (allow-none): texture to use initially for the layer
|
|
||||||
*
|
|
||||||
* Creates a material with a single layer. Using a common template
|
|
||||||
* allows sharing a shader for different uses in Mutter. To share the same
|
|
||||||
* shader with all other materials that are just texture plus opacity
|
|
||||||
* would require Cogl fixes.
|
|
||||||
* (See http://bugzilla.clutter-project.org/show_bug.cgi?id=2425)
|
|
||||||
*
|
|
||||||
* Return value: (transfer full): a newly created Cogl material
|
|
||||||
*/
|
|
||||||
CoglHandle
|
|
||||||
meta_create_texture_material (CoglHandle src_texture)
|
|
||||||
{
|
|
||||||
static CoglHandle texture_material_template = COGL_INVALID_HANDLE;
|
|
||||||
CoglHandle material;
|
|
||||||
|
|
||||||
/* We use a material that has a dummy texture as a base for all
|
|
||||||
texture materials. The idea is that only the Cogl texture object
|
|
||||||
would be different in the children so it is likely that Cogl will
|
|
||||||
be able to share GL programs between all the textures. */
|
|
||||||
if (G_UNLIKELY (texture_material_template == COGL_INVALID_HANDLE))
|
|
||||||
{
|
|
||||||
CoglHandle dummy_texture;
|
|
||||||
|
|
||||||
dummy_texture = meta_create_color_texture_4ub (0xff, 0xff, 0xff, 0xff,
|
|
||||||
COGL_TEXTURE_NONE);
|
|
||||||
|
|
||||||
texture_material_template = cogl_material_new ();
|
|
||||||
cogl_material_set_layer (texture_material_template, 0, dummy_texture);
|
|
||||||
cogl_handle_unref (dummy_texture);
|
|
||||||
}
|
|
||||||
|
|
||||||
material = cogl_material_copy (texture_material_template);
|
|
||||||
|
|
||||||
if (src_texture != COGL_INVALID_HANDLE)
|
|
||||||
cogl_material_set_layer (material, 0, src_texture);
|
|
||||||
|
|
||||||
return material;
|
|
||||||
}
|
|
@@ -5,10 +5,9 @@
|
|||||||
|
|
||||||
#include <X11/extensions/Xfixes.h>
|
#include <X11/extensions/Xfixes.h>
|
||||||
|
|
||||||
#include <meta/compositor.h>
|
#include "compositor.h"
|
||||||
#include <meta/display.h>
|
#include "display.h"
|
||||||
#include "meta-plugin-manager.h"
|
#include "meta-plugin-manager.h"
|
||||||
#include "meta-window-actor-private.h"
|
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
typedef struct _MetaCompScreen MetaCompScreen;
|
typedef struct _MetaCompScreen MetaCompScreen;
|
||||||
@@ -36,16 +35,11 @@ struct _MetaCompScreen
|
|||||||
MetaScreen *screen;
|
MetaScreen *screen;
|
||||||
|
|
||||||
ClutterActor *stage, *window_group, *overlay_group;
|
ClutterActor *stage, *window_group, *overlay_group;
|
||||||
ClutterActor *background_actor;
|
|
||||||
ClutterActor *hidden_group;
|
ClutterActor *hidden_group;
|
||||||
GList *windows;
|
GList *windows;
|
||||||
GHashTable *windows_by_xid;
|
GHashTable *windows_by_xid;
|
||||||
Window output;
|
Window output;
|
||||||
|
|
||||||
/* Used for unredirecting fullscreen windows */
|
|
||||||
guint disable_unredirect_count;
|
|
||||||
MetaWindowActor *unredirected_window;
|
|
||||||
|
|
||||||
/* Before we create the output window */
|
/* Before we create the output window */
|
||||||
XserverRegion pending_input_region;
|
XserverRegion pending_input_region;
|
||||||
|
|
||||||
@@ -55,6 +49,9 @@ struct _MetaCompScreen
|
|||||||
};
|
};
|
||||||
|
|
||||||
void meta_switch_workspace_completed (MetaScreen *screen);
|
void meta_switch_workspace_completed (MetaScreen *screen);
|
||||||
|
void meta_set_stage_input_region (MetaScreen *screen,
|
||||||
|
XserverRegion region);
|
||||||
|
void meta_empty_stage_input_region (MetaScreen *screen);
|
||||||
|
|
||||||
gboolean meta_begin_modal_for_plugin (MetaScreen *screen,
|
gboolean meta_begin_modal_for_plugin (MetaScreen *screen,
|
||||||
MetaPlugin *plugin,
|
MetaPlugin *plugin,
|
||||||
|
@@ -4,20 +4,18 @@
|
|||||||
|
|
||||||
#include <clutter/x11/clutter-x11.h>
|
#include <clutter/x11/clutter-x11.h>
|
||||||
|
|
||||||
#include <meta/screen.h>
|
#include "screen.h"
|
||||||
#include <meta/errors.h>
|
#include "errors.h"
|
||||||
#include <meta/window.h>
|
#include "window.h"
|
||||||
#include "compositor-private.h"
|
#include "compositor-private.h"
|
||||||
#include <meta/compositor-mutter.h>
|
#include "compositor-mutter.h"
|
||||||
#include "xprops.h"
|
#include "xprops.h"
|
||||||
#include <meta/prefs.h>
|
#include "prefs.h"
|
||||||
#include <meta/main.h>
|
#include "meta-shadow-factory.h"
|
||||||
#include <meta/meta-shadow-factory.h>
|
|
||||||
#include "meta-window-actor-private.h"
|
#include "meta-window-actor-private.h"
|
||||||
#include "meta-window-group.h"
|
#include "meta-window-group.h"
|
||||||
#include "meta-background-actor-private.h"
|
#include "../core/window-private.h" /* to check window->hidden */
|
||||||
#include "window-private.h" /* to check window->hidden */
|
#include "../core/display-private.h" /* for meta_display_lookup_x_window() */
|
||||||
#include "display-private.h" /* for meta_display_lookup_x_window() */
|
|
||||||
#include <X11/extensions/shape.h>
|
#include <X11/extensions/shape.h>
|
||||||
#include <X11/extensions/Xcomposite.h>
|
#include <X11/extensions/Xcomposite.h>
|
||||||
|
|
||||||
@@ -36,7 +34,7 @@ composite_at_least_version (MetaDisplay *display, int maj, int min)
|
|||||||
return (major > maj || (major == maj && minor >= min));
|
return (major > maj || (major == maj && minor >= min));
|
||||||
}
|
}
|
||||||
|
|
||||||
static void sync_actor_stacking (MetaCompScreen *info);
|
static void sync_actor_stacking (GList *windows);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_finish_workspace_switch (MetaCompScreen *info)
|
meta_finish_workspace_switch (MetaCompScreen *info)
|
||||||
@@ -50,7 +48,7 @@ meta_finish_workspace_switch (MetaCompScreen *info)
|
|||||||
/*
|
/*
|
||||||
* Fix up stacking order in case the plugin messed it up.
|
* Fix up stacking order in case the plugin messed it up.
|
||||||
*/
|
*/
|
||||||
sync_actor_stacking (info);
|
sync_actor_stacking (info->windows);
|
||||||
|
|
||||||
/* printf ("... FINISHED DESKTOP SWITCH\n"); */
|
/* printf ("... FINISHED DESKTOP SWITCH\n"); */
|
||||||
|
|
||||||
@@ -89,7 +87,7 @@ add_win (MetaWindow *window)
|
|||||||
|
|
||||||
meta_window_actor_new (window);
|
meta_window_actor_new (window);
|
||||||
|
|
||||||
sync_actor_stacking (info);
|
sync_actor_stacking (info->windows);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -109,6 +107,28 @@ process_damage (MetaCompositor *compositor,
|
|||||||
meta_window_actor_process_damage (window_actor, event);
|
meta_window_actor_process_damage (window_actor, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_SHAPE
|
||||||
|
static void
|
||||||
|
process_shape (MetaCompositor *compositor,
|
||||||
|
XShapeEvent *event,
|
||||||
|
MetaWindow *window)
|
||||||
|
{
|
||||||
|
MetaWindowActor *window_actor;
|
||||||
|
|
||||||
|
if (window == NULL)
|
||||||
|
return;
|
||||||
|
|
||||||
|
window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
||||||
|
if (window_actor == NULL)
|
||||||
|
return;
|
||||||
|
|
||||||
|
if (event->kind == ShapeBounding)
|
||||||
|
{
|
||||||
|
meta_window_actor_update_shape (window_actor, event->shaped);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void
|
static void
|
||||||
process_property_notify (MetaCompositor *compositor,
|
process_property_notify (MetaCompositor *compositor,
|
||||||
XPropertyEvent *event,
|
XPropertyEvent *event,
|
||||||
@@ -116,21 +136,6 @@ process_property_notify (MetaCompositor *compositor,
|
|||||||
{
|
{
|
||||||
MetaWindowActor *window_actor;
|
MetaWindowActor *window_actor;
|
||||||
|
|
||||||
if (event->atom == compositor->atom_x_root_pixmap)
|
|
||||||
{
|
|
||||||
GSList *l;
|
|
||||||
|
|
||||||
for (l = meta_display_get_screens (compositor->display); l; l = l->next)
|
|
||||||
{
|
|
||||||
MetaScreen *screen = l->data;
|
|
||||||
if (event->window == meta_screen_get_xroot (screen))
|
|
||||||
{
|
|
||||||
meta_background_actor_update (screen);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (window == NULL)
|
if (window == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -231,27 +236,6 @@ meta_get_window_group_for_screen (MetaScreen *screen)
|
|||||||
return info->window_group;
|
return info->window_group;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_get_background_actor_for_screen:
|
|
||||||
* @screen: a #MetaScreen
|
|
||||||
*
|
|
||||||
* Gets the actor that draws the root window background under the windows.
|
|
||||||
* The root window background automatically tracks the image or color set
|
|
||||||
* by the environment.
|
|
||||||
*
|
|
||||||
* Returns: (transfer none): The background actor corresponding to @screen
|
|
||||||
*/
|
|
||||||
ClutterActor *
|
|
||||||
meta_get_background_actor_for_screen (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
|
|
||||||
if (!info)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
return info->background_actor;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_get_window_actors:
|
* meta_get_window_actors:
|
||||||
* @screen: a #MetaScreen
|
* @screen: a #MetaScreen
|
||||||
@@ -279,12 +263,6 @@ do_set_stage_input_region (MetaScreen *screen,
|
|||||||
Window xstage = clutter_x11_get_stage_window (CLUTTER_STAGE (info->stage));
|
Window xstage = clutter_x11_get_stage_window (CLUTTER_STAGE (info->stage));
|
||||||
|
|
||||||
XFixesSetWindowShapeRegion (xdpy, xstage, ShapeInput, 0, 0, region);
|
XFixesSetWindowShapeRegion (xdpy, xstage, ShapeInput, 0, 0, region);
|
||||||
|
|
||||||
/* It's generally a good heuristic that when a crossing event is generated because
|
|
||||||
* we reshape the overlay, we don't want it to affect focus-follows-mouse focus -
|
|
||||||
* it's not the user doing something, it's the environment changing under the user.
|
|
||||||
*/
|
|
||||||
meta_display_add_ignored_crossing_serial (display, XNextRequest (xdpy));
|
|
||||||
XFixesSetWindowShapeRegion (xdpy, info->output, ShapeInput, 0, 0, region);
|
XFixesSetWindowShapeRegion (xdpy, info->output, ShapeInput, 0, 0, region);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -458,43 +436,20 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
|||||||
gint width, height;
|
gint width, height;
|
||||||
XWindowAttributes attr;
|
XWindowAttributes attr;
|
||||||
long event_mask;
|
long event_mask;
|
||||||
guint n_retries;
|
|
||||||
guint max_retries;
|
|
||||||
|
|
||||||
/* Check if the screen is already managed */
|
/* Check if the screen is already managed */
|
||||||
if (meta_screen_get_compositor_data (screen))
|
if (meta_screen_get_compositor_data (screen))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (meta_get_replace_current_wm ())
|
meta_error_trap_push_with_return (display);
|
||||||
max_retries = 5;
|
XCompositeRedirectSubwindows (xdisplay, xroot, CompositeRedirectManual);
|
||||||
else
|
XSync (xdisplay, FALSE);
|
||||||
max_retries = 1;
|
|
||||||
|
|
||||||
n_retries = 0;
|
if (meta_error_trap_pop_with_return (display))
|
||||||
|
|
||||||
/* Some compositors (like old versions of Mutter) might not properly unredirect
|
|
||||||
* subwindows before destroying the WM selection window; so we wait a while
|
|
||||||
* for such a compositor to exit before giving up.
|
|
||||||
*/
|
|
||||||
while (TRUE)
|
|
||||||
{
|
{
|
||||||
meta_error_trap_push_with_return (display);
|
g_warning ("Another compositing manager is running on screen %i",
|
||||||
XCompositeRedirectSubwindows (xdisplay, xroot, CompositeRedirectManual);
|
screen_number);
|
||||||
XSync (xdisplay, FALSE);
|
return;
|
||||||
|
|
||||||
if (!meta_error_trap_pop_with_return (display))
|
|
||||||
break;
|
|
||||||
|
|
||||||
if (n_retries == max_retries)
|
|
||||||
{
|
|
||||||
/* This probably means that a non-WM compositor like xcompmgr is running;
|
|
||||||
* we have no way to get it to exit */
|
|
||||||
meta_fatal (_("Another compositing manager is already running on screen %i on display \"%s\"."),
|
|
||||||
screen_number, display->name);
|
|
||||||
}
|
|
||||||
|
|
||||||
n_retries++;
|
|
||||||
g_usleep (G_USEC_PER_SEC);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
info = g_new0 (MetaCompScreen, 1);
|
info = g_new0 (MetaCompScreen, 1);
|
||||||
@@ -515,15 +470,13 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
|||||||
|
|
||||||
meta_screen_set_cm_selection (screen);
|
meta_screen_set_cm_selection (screen);
|
||||||
|
|
||||||
info->stage = clutter_stage_new ();
|
info->stage = clutter_stage_get_default ();
|
||||||
|
|
||||||
meta_screen_get_size (screen, &width, &height);
|
meta_screen_get_size (screen, &width, &height);
|
||||||
clutter_actor_realize (info->stage);
|
clutter_actor_set_size (info->stage, width, height);
|
||||||
|
|
||||||
xwin = clutter_x11_get_stage_window (CLUTTER_STAGE (info->stage));
|
xwin = clutter_x11_get_stage_window (CLUTTER_STAGE (info->stage));
|
||||||
|
|
||||||
XResizeWindow (xdisplay, xwin, width, height);
|
|
||||||
|
|
||||||
event_mask = FocusChangeMask |
|
event_mask = FocusChangeMask |
|
||||||
ExposureMask |
|
ExposureMask |
|
||||||
EnterWindowMask | LeaveWindowMask |
|
EnterWindowMask | LeaveWindowMask |
|
||||||
@@ -541,14 +494,9 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
|||||||
XSelectInput (xdisplay, xwin, event_mask);
|
XSelectInput (xdisplay, xwin, event_mask);
|
||||||
|
|
||||||
info->window_group = meta_window_group_new (screen);
|
info->window_group = meta_window_group_new (screen);
|
||||||
info->background_actor = meta_background_actor_new_for_screen (screen);
|
|
||||||
info->overlay_group = clutter_group_new ();
|
info->overlay_group = clutter_group_new ();
|
||||||
info->hidden_group = clutter_group_new ();
|
info->hidden_group = clutter_group_new ();
|
||||||
|
|
||||||
clutter_container_add (CLUTTER_CONTAINER (info->window_group),
|
|
||||||
info->background_actor,
|
|
||||||
NULL);
|
|
||||||
|
|
||||||
clutter_container_add (CLUTTER_CONTAINER (info->stage),
|
clutter_container_add (CLUTTER_CONTAINER (info->stage),
|
||||||
info->window_group,
|
info->window_group,
|
||||||
info->overlay_group,
|
info->overlay_group,
|
||||||
@@ -557,7 +505,20 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
|
|||||||
|
|
||||||
clutter_actor_hide (info->hidden_group);
|
clutter_actor_hide (info->hidden_group);
|
||||||
|
|
||||||
info->plugin_mgr = meta_plugin_manager_new (screen);
|
info->plugin_mgr =
|
||||||
|
meta_plugin_manager_get (screen);
|
||||||
|
|
||||||
|
if (info->plugin_mgr != meta_plugin_manager_get_default ())
|
||||||
|
{
|
||||||
|
/* The default plugin manager has been initialized during
|
||||||
|
* global preferences load.
|
||||||
|
*/
|
||||||
|
if (!meta_plugin_manager_load (info->plugin_mgr))
|
||||||
|
g_critical ("failed to load plugins");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!meta_plugin_manager_initialize (info->plugin_mgr))
|
||||||
|
g_critical ("failed to initialize plugins");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Delay the creation of the overlay window as long as we can, to avoid
|
* Delay the creation of the overlay window as long as we can, to avoid
|
||||||
@@ -594,55 +555,6 @@ void
|
|||||||
meta_compositor_unmanage_screen (MetaCompositor *compositor,
|
meta_compositor_unmanage_screen (MetaCompositor *compositor,
|
||||||
MetaScreen *screen)
|
MetaScreen *screen)
|
||||||
{
|
{
|
||||||
MetaDisplay *display = meta_screen_get_display (screen);
|
|
||||||
Display *xdisplay = meta_display_get_xdisplay (display);
|
|
||||||
Window xroot = meta_screen_get_xroot (screen);
|
|
||||||
|
|
||||||
/* This is the most important part of cleanup - we have to do this
|
|
||||||
* before giving up the window manager selection or the next
|
|
||||||
* window manager won't be able to redirect subwindows */
|
|
||||||
XCompositeUnredirectSubwindows (xdisplay, xroot, CompositeRedirectManual);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Shapes the cow so that the given window is exposed,
|
|
||||||
* when metaWindow is NULL it clears the shape again
|
|
||||||
*/
|
|
||||||
static void
|
|
||||||
meta_shape_cow_for_window (MetaScreen *screen,
|
|
||||||
MetaWindow *metaWindow)
|
|
||||||
{
|
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
Display *xdisplay = meta_display_get_xdisplay (meta_screen_get_display (screen));
|
|
||||||
|
|
||||||
if (metaWindow == NULL)
|
|
||||||
XFixesSetWindowShapeRegion (xdisplay, info->output, ShapeBounding, 0, 0, None);
|
|
||||||
else
|
|
||||||
{
|
|
||||||
XserverRegion output_region;
|
|
||||||
XRectangle screen_rect, window_bounds;
|
|
||||||
int width, height;
|
|
||||||
MetaRectangle rect;
|
|
||||||
|
|
||||||
meta_window_get_outer_rect (metaWindow, &rect);
|
|
||||||
|
|
||||||
window_bounds.x = rect.x;
|
|
||||||
window_bounds.y = rect.y;
|
|
||||||
window_bounds.width = rect.width;
|
|
||||||
window_bounds.height = rect.height;
|
|
||||||
|
|
||||||
meta_screen_get_size (screen, &width, &height);
|
|
||||||
screen_rect.x = 0;
|
|
||||||
screen_rect.y = 0;
|
|
||||||
screen_rect.width = width;
|
|
||||||
screen_rect.height = height;
|
|
||||||
|
|
||||||
output_region = XFixesCreateRegion (xdisplay, &window_bounds, 1);
|
|
||||||
|
|
||||||
XFixesInvertRegion (xdisplay, output_region, &screen_rect, output_region);
|
|
||||||
XFixesSetWindowShapeRegion (xdisplay, info->output, ShapeBounding, 0, 0, output_region);
|
|
||||||
XFixesDestroyRegion (xdisplay, output_region);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -665,25 +577,12 @@ meta_compositor_remove_window (MetaCompositor *compositor,
|
|||||||
MetaWindow *window)
|
MetaWindow *window)
|
||||||
{
|
{
|
||||||
MetaWindowActor *window_actor = NULL;
|
MetaWindowActor *window_actor = NULL;
|
||||||
MetaScreen *screen;
|
|
||||||
MetaCompScreen *info;
|
|
||||||
|
|
||||||
DEBUG_TRACE ("meta_compositor_remove_window\n");
|
DEBUG_TRACE ("meta_compositor_remove_window\n");
|
||||||
window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
||||||
if (!window_actor)
|
if (!window_actor)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
screen = meta_window_get_screen (window);
|
|
||||||
info = meta_screen_get_compositor_data (screen);
|
|
||||||
|
|
||||||
if (window_actor == info->unredirected_window)
|
|
||||||
{
|
|
||||||
meta_window_actor_set_redirected (window_actor, TRUE);
|
|
||||||
meta_shape_cow_for_window (meta_window_get_screen (meta_window_actor_get_meta_window (info->unredirected_window)),
|
|
||||||
NULL);
|
|
||||||
info->unredirected_window = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
meta_window_actor_destroy (window_actor);
|
meta_window_actor_destroy (window_actor);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -711,16 +610,6 @@ is_grabbed_event (XEvent *event)
|
|||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
meta_compositor_window_shape_changed (MetaCompositor *compositor,
|
|
||||||
MetaWindow *window)
|
|
||||||
{
|
|
||||||
MetaWindowActor *window_actor;
|
|
||||||
window_actor = META_WINDOW_ACTOR (meta_window_get_compositor_private (window));
|
|
||||||
meta_window_actor_update_shape (window_actor);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_compositor_process_event: (skip)
|
* meta_compositor_process_event: (skip)
|
||||||
*
|
*
|
||||||
@@ -800,6 +689,13 @@ meta_compositor_process_event (MetaCompositor *compositor,
|
|||||||
DEBUG_TRACE ("meta_compositor_process_event (process_damage)\n");
|
DEBUG_TRACE ("meta_compositor_process_event (process_damage)\n");
|
||||||
process_damage (compositor, (XDamageNotifyEvent *) event, window);
|
process_damage (compositor, (XDamageNotifyEvent *) event, window);
|
||||||
}
|
}
|
||||||
|
#ifdef HAVE_SHAPE
|
||||||
|
else if (event->type == meta_display_get_shape_event_base (compositor->display) + ShapeNotify)
|
||||||
|
{
|
||||||
|
DEBUG_TRACE ("meta_compositor_process_event (process_shape)\n");
|
||||||
|
process_shape (compositor, (XShapeEvent *) event, window);
|
||||||
|
}
|
||||||
|
#endif /* HAVE_SHAPE */
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -815,19 +711,6 @@ meta_compositor_process_event (MetaCompositor *compositor,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
|
||||||
meta_compositor_filter_keybinding (MetaCompositor *compositor,
|
|
||||||
MetaScreen *screen,
|
|
||||||
MetaKeyBinding *binding)
|
|
||||||
{
|
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
|
|
||||||
if (info->plugin_mgr)
|
|
||||||
return meta_plugin_manager_filter_keybinding (info->plugin_mgr, binding);
|
|
||||||
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_compositor_show_window (MetaCompositor *compositor,
|
meta_compositor_show_window (MetaCompositor *compositor,
|
||||||
MetaWindow *window,
|
MetaWindow *window,
|
||||||
@@ -882,6 +765,29 @@ meta_compositor_unmaximize_window (MetaCompositor *compositor,
|
|||||||
meta_window_actor_unmaximize (window_actor, old_rect, new_rect);
|
meta_window_actor_unmaximize (window_actor, old_rect, new_rect);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_compositor_update_workspace_geometry (MetaCompositor *compositor,
|
||||||
|
MetaWorkspace *workspace)
|
||||||
|
{
|
||||||
|
#if 0
|
||||||
|
/* FIXME -- should do away with this function in favour of MetaWorkspace
|
||||||
|
* signal.
|
||||||
|
*/
|
||||||
|
MetaScreen *screen = meta_workspace_get_screen (workspace);
|
||||||
|
MetaCompScreen *info;
|
||||||
|
MetaPluginManager *mgr;
|
||||||
|
|
||||||
|
DEBUG_TRACE ("meta_compositor_update_workspace_geometry\n");
|
||||||
|
info = meta_screen_get_compositor_data (screen);
|
||||||
|
mgr = info->plugin_mgr;
|
||||||
|
|
||||||
|
if (!mgr || !workspace)
|
||||||
|
return;
|
||||||
|
|
||||||
|
meta_plugin_manager_update_workspace (mgr, workspace);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
meta_compositor_switch_workspace (MetaCompositor *compositor,
|
meta_compositor_switch_workspace (MetaCompositor *compositor,
|
||||||
MetaScreen *screen,
|
MetaScreen *screen,
|
||||||
@@ -921,73 +827,18 @@ meta_compositor_switch_workspace (MetaCompositor *compositor,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sync_actor_stacking (MetaCompScreen *info)
|
sync_actor_stacking (GList *windows)
|
||||||
{
|
{
|
||||||
GList *children;
|
|
||||||
GList *tmp;
|
GList *tmp;
|
||||||
GList *old;
|
|
||||||
gboolean reordered;
|
|
||||||
|
|
||||||
/* NB: The first entries in the lists are stacked the lowest */
|
/* NB: The first entry in the list is stacked the lowest */
|
||||||
|
|
||||||
/* Restacking will trigger full screen redraws, so it's worth a
|
for (tmp = g_list_last (windows); tmp != NULL; tmp = tmp->prev)
|
||||||
* little effort to make sure we actually need to restack before
|
|
||||||
* we go ahead and do it */
|
|
||||||
|
|
||||||
children = clutter_container_get_children (CLUTTER_CONTAINER (info->window_group));
|
|
||||||
reordered = FALSE;
|
|
||||||
|
|
||||||
old = children;
|
|
||||||
|
|
||||||
/* We allow for actors in the window group other than the actors we
|
|
||||||
* know about, but it's up to a plugin to try and keep them stacked correctly
|
|
||||||
* (we really need extra API to make that reliable.)
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Of the actors we know, the bottom actor should be the background actor */
|
|
||||||
|
|
||||||
while (old && old->data != info->background_actor && !META_IS_WINDOW_ACTOR (old->data))
|
|
||||||
old = old->next;
|
|
||||||
if (old == NULL || old->data != info->background_actor)
|
|
||||||
{
|
|
||||||
reordered = TRUE;
|
|
||||||
goto done_with_check;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Then the window actors should follow in sequence */
|
|
||||||
|
|
||||||
old = old->next;
|
|
||||||
for (tmp = info->windows; tmp != NULL; tmp = tmp->next)
|
|
||||||
{
|
|
||||||
while (old && !META_IS_WINDOW_ACTOR (old->data))
|
|
||||||
old = old->next;
|
|
||||||
|
|
||||||
/* old == NULL: someone reparented a window out of the window group,
|
|
||||||
* order undefined, always restack */
|
|
||||||
if (old == NULL || old->data != tmp->data)
|
|
||||||
{
|
|
||||||
reordered = TRUE;
|
|
||||||
goto done_with_check;
|
|
||||||
}
|
|
||||||
|
|
||||||
old = old->next;
|
|
||||||
}
|
|
||||||
|
|
||||||
done_with_check:
|
|
||||||
|
|
||||||
g_list_free (children);
|
|
||||||
|
|
||||||
if (!reordered)
|
|
||||||
return;
|
|
||||||
|
|
||||||
for (tmp = g_list_last (info->windows); tmp != NULL; tmp = tmp->prev)
|
|
||||||
{
|
{
|
||||||
MetaWindowActor *window_actor = tmp->data;
|
MetaWindowActor *window_actor = tmp->data;
|
||||||
|
|
||||||
clutter_actor_lower_bottom (CLUTTER_ACTOR (window_actor));
|
clutter_actor_lower_bottom (CLUTTER_ACTOR (window_actor));
|
||||||
}
|
}
|
||||||
|
|
||||||
clutter_actor_lower_bottom (info->background_actor);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -1025,10 +876,7 @@ meta_compositor_sync_stack (MetaCompositor *compositor,
|
|||||||
|
|
||||||
if (old_window->hidden &&
|
if (old_window->hidden &&
|
||||||
!meta_window_actor_effect_in_progress (old_actor))
|
!meta_window_actor_effect_in_progress (old_actor))
|
||||||
{
|
old_stack = g_list_delete_link (old_stack, old_stack);
|
||||||
old_stack = g_list_delete_link (old_stack, old_stack);
|
|
||||||
old_actor = NULL;
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -1079,7 +927,7 @@ meta_compositor_sync_stack (MetaCompositor *compositor,
|
|||||||
old_stack = g_list_remove (old_stack, actor);
|
old_stack = g_list_remove (old_stack, actor);
|
||||||
}
|
}
|
||||||
|
|
||||||
sync_actor_stacking (info);
|
sync_actor_stacking (info->windows);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
@@ -1129,20 +977,12 @@ meta_compositor_sync_screen_size (MetaCompositor *compositor,
|
|||||||
guint width,
|
guint width,
|
||||||
guint height)
|
guint height)
|
||||||
{
|
{
|
||||||
MetaDisplay *display = meta_screen_get_display (screen);
|
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
Display *xdisplay;
|
|
||||||
Window xwin;
|
|
||||||
|
|
||||||
DEBUG_TRACE ("meta_compositor_sync_screen_size\n");
|
DEBUG_TRACE ("meta_compositor_sync_screen_size\n");
|
||||||
g_return_if_fail (info);
|
g_return_if_fail (info);
|
||||||
|
|
||||||
xdisplay = meta_display_get_xdisplay (display);
|
clutter_actor_set_size (info->stage, width, height);
|
||||||
xwin = clutter_x11_get_stage_window (CLUTTER_STAGE (info->stage));
|
|
||||||
|
|
||||||
XResizeWindow (xdisplay, xwin, width, height);
|
|
||||||
|
|
||||||
meta_background_actor_screen_size_changed (screen);
|
|
||||||
|
|
||||||
meta_verbose ("Changed size for stage on screen %d to %dx%d\n",
|
meta_verbose ("Changed size for stage on screen %d to %dx%d\n",
|
||||||
meta_screen_get_screen_number (screen),
|
meta_screen_get_screen_number (screen),
|
||||||
@@ -1153,36 +993,6 @@ static void
|
|||||||
pre_paint_windows (MetaCompScreen *info)
|
pre_paint_windows (MetaCompScreen *info)
|
||||||
{
|
{
|
||||||
GList *l;
|
GList *l;
|
||||||
MetaWindowActor *top_window;
|
|
||||||
MetaWindowActor *expected_unredirected_window = NULL;
|
|
||||||
|
|
||||||
if (info->windows == NULL)
|
|
||||||
return;
|
|
||||||
|
|
||||||
top_window = g_list_last (info->windows)->data;
|
|
||||||
|
|
||||||
if (meta_window_actor_should_unredirect (top_window) &&
|
|
||||||
info->disable_unredirect_count == 0)
|
|
||||||
expected_unredirected_window = top_window;
|
|
||||||
|
|
||||||
if (info->unredirected_window != expected_unredirected_window)
|
|
||||||
{
|
|
||||||
if (info->unredirected_window != NULL)
|
|
||||||
{
|
|
||||||
meta_window_actor_set_redirected (info->unredirected_window, TRUE);
|
|
||||||
meta_shape_cow_for_window (meta_window_get_screen (meta_window_actor_get_meta_window (info->unredirected_window)),
|
|
||||||
NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (expected_unredirected_window != NULL)
|
|
||||||
{
|
|
||||||
meta_shape_cow_for_window (meta_window_get_screen (meta_window_actor_get_meta_window (top_window)),
|
|
||||||
meta_window_actor_get_meta_window (top_window));
|
|
||||||
meta_window_actor_set_redirected (top_window, FALSE);
|
|
||||||
}
|
|
||||||
|
|
||||||
info->unredirected_window = expected_unredirected_window;
|
|
||||||
}
|
|
||||||
|
|
||||||
for (l = info->windows; l; l = l->next)
|
for (l = info->windows; l; l = l->next)
|
||||||
meta_window_actor_pre_paint (l->data);
|
meta_window_actor_pre_paint (l->data);
|
||||||
@@ -1285,78 +1095,3 @@ meta_get_overlay_window (MetaScreen *screen)
|
|||||||
|
|
||||||
return info->output;
|
return info->output;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_disable_unredirect_for_screen:
|
|
||||||
* @screen: a #MetaScreen
|
|
||||||
*
|
|
||||||
* Disables unredirection, can be usefull in situations where having
|
|
||||||
* unredirected windows is undesireable like when recording a video.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_disable_unredirect_for_screen (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
if (info != NULL)
|
|
||||||
info->disable_unredirect_count = info->disable_unredirect_count + 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_enable_unredirect_for_screen:
|
|
||||||
* @screen: a #MetaScreen
|
|
||||||
*
|
|
||||||
* Enables unredirection which reduces the overhead for apps like games.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_enable_unredirect_for_screen (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (screen);
|
|
||||||
if (info != NULL)
|
|
||||||
info->disable_unredirect_count = MAX(0, info->disable_unredirect_count - 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
#define FLASH_TIME_MS 50
|
|
||||||
|
|
||||||
static void
|
|
||||||
flash_out_completed (ClutterAnimation *animation,
|
|
||||||
ClutterActor *flash)
|
|
||||||
{
|
|
||||||
clutter_actor_destroy (flash);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
flash_in_completed (ClutterAnimation *animation,
|
|
||||||
ClutterActor *flash)
|
|
||||||
{
|
|
||||||
clutter_actor_animate (flash, CLUTTER_EASE_IN_QUAD,
|
|
||||||
FLASH_TIME_MS,
|
|
||||||
"opacity", 0,
|
|
||||||
"signal-after::completed", flash_out_completed, flash,
|
|
||||||
NULL);
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
meta_compositor_flash_screen (MetaCompositor *compositor,
|
|
||||||
MetaScreen *screen)
|
|
||||||
{
|
|
||||||
ClutterActor *stage;
|
|
||||||
ClutterActor *flash;
|
|
||||||
ClutterColor black = { 0, 0, 0, 255 };
|
|
||||||
gfloat width, height;
|
|
||||||
|
|
||||||
stage = meta_get_stage_for_screen (screen);
|
|
||||||
clutter_actor_get_size (stage, &width, &height);
|
|
||||||
|
|
||||||
flash = clutter_rectangle_new_with_color (&black);
|
|
||||||
clutter_actor_set_size (flash, width, height);
|
|
||||||
clutter_actor_set_opacity (flash, 0);
|
|
||||||
clutter_container_add_actor (CLUTTER_CONTAINER (stage), flash);
|
|
||||||
|
|
||||||
clutter_actor_animate (flash, CLUTTER_EASE_OUT_QUAD,
|
|
||||||
FLASH_TIME_MS,
|
|
||||||
"opacity", 192,
|
|
||||||
"signal-after::completed", flash_in_completed, flash,
|
|
||||||
NULL);
|
|
||||||
}
|
|
||||||
|
@@ -1,15 +0,0 @@
|
|||||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
||||||
|
|
||||||
#ifndef META_BACKGROUND_ACTOR_PRIVATE_H
|
|
||||||
#define META_BACKGROUND_ACTOR_PRIVATE_H
|
|
||||||
|
|
||||||
#include <meta/screen.h>
|
|
||||||
#include <meta/meta-background-actor.h>
|
|
||||||
|
|
||||||
void meta_background_actor_set_visible_region (MetaBackgroundActor *self,
|
|
||||||
cairo_region_t *visible_region);
|
|
||||||
|
|
||||||
void meta_background_actor_update (MetaScreen *screen);
|
|
||||||
void meta_background_actor_screen_size_changed (MetaScreen *screen);
|
|
||||||
|
|
||||||
#endif /* META_BACKGROUND_ACTOR_PRIVATE_H */
|
|
@@ -1,705 +0,0 @@
|
|||||||
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
||||||
/*
|
|
||||||
* meta-background-actor.c: Actor for painting the root window background
|
|
||||||
*
|
|
||||||
* Copyright 2009 Sander Dijkhuis
|
|
||||||
* Copyright 2010 Red Hat, 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 the Free Software Foundation; either version 2 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
||||||
* 02111-1307, USA.
|
|
||||||
*
|
|
||||||
* Portions adapted from gnome-shell/src/shell-global.c
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#define COGL_ENABLE_EXPERIMENTAL_API
|
|
||||||
#include <cogl/cogl-texture-pixmap-x11.h>
|
|
||||||
|
|
||||||
#define CLUTTER_ENABLE_EXPERIMENTAL_API
|
|
||||||
#include <clutter/clutter.h>
|
|
||||||
|
|
||||||
#include <X11/Xatom.h>
|
|
||||||
|
|
||||||
#include "cogl-utils.h"
|
|
||||||
#include "compositor-private.h"
|
|
||||||
#include <meta/errors.h>
|
|
||||||
#include "meta-background-actor-private.h"
|
|
||||||
|
|
||||||
/* We allow creating multiple MetaBackgroundActors for the same MetaScreen to
|
|
||||||
* allow different rendering options to be set for different copies.
|
|
||||||
* But we want to share the same underlying CoglTexture for efficiency and
|
|
||||||
* to avoid driver bugs that might occur if we created multiple CoglTexturePixmaps
|
|
||||||
* for the same pixmap.
|
|
||||||
*
|
|
||||||
* This structure holds common information.
|
|
||||||
*/
|
|
||||||
typedef struct _MetaScreenBackground MetaScreenBackground;
|
|
||||||
|
|
||||||
struct _MetaScreenBackground
|
|
||||||
{
|
|
||||||
MetaScreen *screen;
|
|
||||||
GSList *actors;
|
|
||||||
|
|
||||||
float texture_width;
|
|
||||||
float texture_height;
|
|
||||||
CoglTexture *texture;
|
|
||||||
CoglMaterialWrapMode wrap_mode;
|
|
||||||
guint have_pixmap : 1;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct _MetaBackgroundActorPrivate
|
|
||||||
{
|
|
||||||
MetaScreenBackground *background;
|
|
||||||
CoglPipeline *pipeline;
|
|
||||||
|
|
||||||
cairo_region_t *visible_region;
|
|
||||||
float dim_factor;
|
|
||||||
};
|
|
||||||
|
|
||||||
enum
|
|
||||||
{
|
|
||||||
PROP_0,
|
|
||||||
|
|
||||||
PROP_DIM_FACTOR,
|
|
||||||
|
|
||||||
PROP_LAST
|
|
||||||
};
|
|
||||||
|
|
||||||
static GParamSpec *obj_props[PROP_LAST];
|
|
||||||
|
|
||||||
G_DEFINE_TYPE (MetaBackgroundActor, meta_background_actor, CLUTTER_TYPE_ACTOR);
|
|
||||||
|
|
||||||
static void set_texture (MetaScreenBackground *background,
|
|
||||||
CoglHandle texture);
|
|
||||||
static void set_texture_to_stage_color (MetaScreenBackground *background);
|
|
||||||
|
|
||||||
static void
|
|
||||||
on_notify_stage_color (GObject *stage,
|
|
||||||
GParamSpec *pspec,
|
|
||||||
MetaScreenBackground *background)
|
|
||||||
{
|
|
||||||
if (!background->have_pixmap)
|
|
||||||
set_texture_to_stage_color (background);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
free_screen_background (MetaScreenBackground *background)
|
|
||||||
{
|
|
||||||
set_texture (background, COGL_INVALID_HANDLE);
|
|
||||||
|
|
||||||
if (background->screen != NULL)
|
|
||||||
{
|
|
||||||
ClutterActor *stage = meta_get_stage_for_screen (background->screen);
|
|
||||||
g_signal_handlers_disconnect_by_func (stage,
|
|
||||||
(gpointer) on_notify_stage_color,
|
|
||||||
background);
|
|
||||||
background->screen = NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static MetaScreenBackground *
|
|
||||||
meta_screen_background_get (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaScreenBackground *background;
|
|
||||||
|
|
||||||
background = g_object_get_data (G_OBJECT (screen), "meta-screen-background");
|
|
||||||
if (background == NULL)
|
|
||||||
{
|
|
||||||
ClutterActor *stage;
|
|
||||||
|
|
||||||
background = g_new0 (MetaScreenBackground, 1);
|
|
||||||
|
|
||||||
background->screen = screen;
|
|
||||||
g_object_set_data_full (G_OBJECT (screen), "meta-screen-background",
|
|
||||||
background, (GDestroyNotify) free_screen_background);
|
|
||||||
|
|
||||||
stage = meta_get_stage_for_screen (screen);
|
|
||||||
g_signal_connect (stage, "notify::color",
|
|
||||||
G_CALLBACK (on_notify_stage_color), background);
|
|
||||||
|
|
||||||
meta_background_actor_update (screen);
|
|
||||||
}
|
|
||||||
|
|
||||||
return background;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
update_wrap_mode_of_actor (MetaBackgroundActor *self)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
|
|
||||||
cogl_pipeline_set_layer_wrap_mode (priv->pipeline, 0, priv->background->wrap_mode);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
update_wrap_mode (MetaScreenBackground *background)
|
|
||||||
{
|
|
||||||
GSList *l;
|
|
||||||
int width, height;
|
|
||||||
|
|
||||||
meta_screen_get_size (background->screen, &width, &height);
|
|
||||||
|
|
||||||
/* We turn off repeating when we have a full-screen pixmap to keep from
|
|
||||||
* getting artifacts from one side of the image sneaking into the other
|
|
||||||
* side of the image via bilinear filtering.
|
|
||||||
*/
|
|
||||||
if (width == background->texture_width && height == background->texture_height)
|
|
||||||
background->wrap_mode = COGL_MATERIAL_WRAP_MODE_CLAMP_TO_EDGE;
|
|
||||||
else
|
|
||||||
background->wrap_mode = COGL_MATERIAL_WRAP_MODE_REPEAT;
|
|
||||||
|
|
||||||
for (l = background->actors; l; l = l->next)
|
|
||||||
update_wrap_mode_of_actor (l->data);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
set_texture_on_actor (MetaBackgroundActor *self)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
MetaDisplay *display = meta_screen_get_display (priv->background->screen);
|
|
||||||
|
|
||||||
/* This may trigger destruction of an old texture pixmap, which, if
|
|
||||||
* the underlying X pixmap is already gone has the tendency to trigger
|
|
||||||
* X errors inside DRI. For safety, trap errors */
|
|
||||||
meta_error_trap_push (display);
|
|
||||||
cogl_pipeline_set_layer_texture (priv->pipeline, 0, priv->background->texture);
|
|
||||||
meta_error_trap_pop (display);
|
|
||||||
|
|
||||||
clutter_actor_queue_redraw (CLUTTER_ACTOR (self));
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
set_texture (MetaScreenBackground *background,
|
|
||||||
CoglHandle texture)
|
|
||||||
{
|
|
||||||
MetaDisplay *display = meta_screen_get_display (background->screen);
|
|
||||||
GSList *l;
|
|
||||||
|
|
||||||
/* This may trigger destruction of an old texture pixmap, which, if
|
|
||||||
* the underlying X pixmap is already gone has the tendency to trigger
|
|
||||||
* X errors inside DRI. For safety, trap errors */
|
|
||||||
meta_error_trap_push (display);
|
|
||||||
if (background->texture != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
cogl_handle_unref (background->texture);
|
|
||||||
background->texture = COGL_INVALID_HANDLE;
|
|
||||||
}
|
|
||||||
meta_error_trap_pop (display);
|
|
||||||
|
|
||||||
if (texture != COGL_INVALID_HANDLE)
|
|
||||||
background->texture = cogl_handle_ref (texture);
|
|
||||||
|
|
||||||
background->texture_width = cogl_texture_get_width (background->texture);
|
|
||||||
background->texture_height = cogl_texture_get_height (background->texture);
|
|
||||||
|
|
||||||
for (l = background->actors; l; l = l->next)
|
|
||||||
set_texture_on_actor (l->data);
|
|
||||||
|
|
||||||
update_wrap_mode (background);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Sets our pipeline to paint with a 1x1 texture of the stage's background
|
|
||||||
* color; doing this when we have no pixmap allows the application to turn
|
|
||||||
* off painting the stage. There might be a performance benefit to
|
|
||||||
* painting in this case with a solid color, but the normal solid color
|
|
||||||
* case is a 1x1 root pixmap, so we'd have to reverse-engineer that to
|
|
||||||
* actually pick up the (small?) performance win. This is just a fallback.
|
|
||||||
*/
|
|
||||||
static void
|
|
||||||
set_texture_to_stage_color (MetaScreenBackground *background)
|
|
||||||
{
|
|
||||||
ClutterActor *stage = meta_get_stage_for_screen (background->screen);
|
|
||||||
ClutterColor color;
|
|
||||||
CoglHandle texture;
|
|
||||||
|
|
||||||
clutter_stage_get_color (CLUTTER_STAGE (stage), &color);
|
|
||||||
|
|
||||||
/* Slicing will prevent COGL from using hardware texturing for
|
|
||||||
* the tiled 1x1 pixmap, and will cause it to draw the window
|
|
||||||
* background in millions of separate 1x1 rectangles */
|
|
||||||
texture = meta_create_color_texture_4ub (color.red, color.green,
|
|
||||||
color.blue, 0xff,
|
|
||||||
COGL_TEXTURE_NO_SLICING);
|
|
||||||
set_texture (background, texture);
|
|
||||||
cogl_handle_unref (texture);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_dispose (GObject *object)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (object);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
|
|
||||||
meta_background_actor_set_visible_region (self, NULL);
|
|
||||||
|
|
||||||
if (priv->background != NULL)
|
|
||||||
{
|
|
||||||
priv->background->actors = g_slist_remove (priv->background->actors, self);
|
|
||||||
priv->background = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
g_clear_pointer(&priv->pipeline, cogl_object_unref);
|
|
||||||
|
|
||||||
G_OBJECT_CLASS (meta_background_actor_parent_class)->dispose (object);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_get_preferred_width (ClutterActor *actor,
|
|
||||||
gfloat for_height,
|
|
||||||
gfloat *min_width_p,
|
|
||||||
gfloat *natural_width_p)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (actor);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
int width, height;
|
|
||||||
|
|
||||||
meta_screen_get_size (priv->background->screen, &width, &height);
|
|
||||||
|
|
||||||
if (min_width_p)
|
|
||||||
*min_width_p = width;
|
|
||||||
if (natural_width_p)
|
|
||||||
*natural_width_p = width;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_get_preferred_height (ClutterActor *actor,
|
|
||||||
gfloat for_width,
|
|
||||||
gfloat *min_height_p,
|
|
||||||
gfloat *natural_height_p)
|
|
||||||
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (actor);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
int width, height;
|
|
||||||
|
|
||||||
meta_screen_get_size (priv->background->screen, &width, &height);
|
|
||||||
|
|
||||||
if (min_height_p)
|
|
||||||
*min_height_p = height;
|
|
||||||
if (natural_height_p)
|
|
||||||
*natural_height_p = height;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_paint (ClutterActor *actor)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (actor);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
guint8 opacity = clutter_actor_get_paint_opacity (actor);
|
|
||||||
guint8 color_component;
|
|
||||||
int width, height;
|
|
||||||
|
|
||||||
meta_screen_get_size (priv->background->screen, &width, &height);
|
|
||||||
|
|
||||||
color_component = (int)(0.5 + opacity * priv->dim_factor);
|
|
||||||
|
|
||||||
cogl_pipeline_set_color4ub (priv->pipeline,
|
|
||||||
color_component,
|
|
||||||
color_component,
|
|
||||||
color_component,
|
|
||||||
opacity);
|
|
||||||
|
|
||||||
cogl_set_source (priv->pipeline);
|
|
||||||
|
|
||||||
if (priv->visible_region)
|
|
||||||
{
|
|
||||||
int n_rectangles = cairo_region_num_rectangles (priv->visible_region);
|
|
||||||
int i;
|
|
||||||
|
|
||||||
for (i = 0; i < n_rectangles; i++)
|
|
||||||
{
|
|
||||||
cairo_rectangle_int_t rect;
|
|
||||||
cairo_region_get_rectangle (priv->visible_region, i, &rect);
|
|
||||||
|
|
||||||
cogl_rectangle_with_texture_coords (rect.x, rect.y,
|
|
||||||
rect.x + rect.width, rect.y + rect.height,
|
|
||||||
rect.x / priv->background->texture_width,
|
|
||||||
rect.y / priv->background->texture_height,
|
|
||||||
(rect.x + rect.width) / priv->background->texture_width,
|
|
||||||
(rect.y + rect.height) / priv->background->texture_height);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
cogl_rectangle_with_texture_coords (0.0f, 0.0f,
|
|
||||||
width, height,
|
|
||||||
0.0f, 0.0f,
|
|
||||||
width / priv->background->texture_width,
|
|
||||||
height / priv->background->texture_height);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static gboolean
|
|
||||||
meta_background_actor_get_paint_volume (ClutterActor *actor,
|
|
||||||
ClutterPaintVolume *volume)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (actor);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
int width, height;
|
|
||||||
|
|
||||||
meta_screen_get_size (priv->background->screen, &width, &height);
|
|
||||||
|
|
||||||
clutter_paint_volume_set_width (volume, width);
|
|
||||||
clutter_paint_volume_set_height (volume, height);
|
|
||||||
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_set_dim_factor (MetaBackgroundActor *self,
|
|
||||||
gfloat dim_factor)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
|
|
||||||
if (priv->dim_factor == dim_factor)
|
|
||||||
return;
|
|
||||||
|
|
||||||
priv->dim_factor = dim_factor;
|
|
||||||
|
|
||||||
clutter_actor_queue_redraw (CLUTTER_ACTOR (self));
|
|
||||||
|
|
||||||
g_object_notify_by_pspec (G_OBJECT (self), obj_props[PROP_DIM_FACTOR]);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_get_property(GObject *object,
|
|
||||||
guint prop_id,
|
|
||||||
GValue *value,
|
|
||||||
GParamSpec *pspec)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (object);
|
|
||||||
MetaBackgroundActorPrivate *priv = self->priv;
|
|
||||||
|
|
||||||
switch (prop_id)
|
|
||||||
{
|
|
||||||
case PROP_DIM_FACTOR:
|
|
||||||
g_value_set_float (value, priv->dim_factor);
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_set_property(GObject *object,
|
|
||||||
guint prop_id,
|
|
||||||
const GValue *value,
|
|
||||||
GParamSpec *pspec)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self = META_BACKGROUND_ACTOR (object);
|
|
||||||
|
|
||||||
switch (prop_id)
|
|
||||||
{
|
|
||||||
case PROP_DIM_FACTOR:
|
|
||||||
meta_background_actor_set_dim_factor (self, g_value_get_float (value));
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_class_init (MetaBackgroundActorClass *klass)
|
|
||||||
{
|
|
||||||
GObjectClass *object_class = G_OBJECT_CLASS (klass);
|
|
||||||
ClutterActorClass *actor_class = CLUTTER_ACTOR_CLASS (klass);
|
|
||||||
GParamSpec *pspec;
|
|
||||||
|
|
||||||
g_type_class_add_private (klass, sizeof (MetaBackgroundActorPrivate));
|
|
||||||
|
|
||||||
object_class->dispose = meta_background_actor_dispose;
|
|
||||||
object_class->get_property = meta_background_actor_get_property;
|
|
||||||
object_class->set_property = meta_background_actor_set_property;
|
|
||||||
|
|
||||||
actor_class->get_preferred_width = meta_background_actor_get_preferred_width;
|
|
||||||
actor_class->get_preferred_height = meta_background_actor_get_preferred_height;
|
|
||||||
actor_class->paint = meta_background_actor_paint;
|
|
||||||
actor_class->get_paint_volume = meta_background_actor_get_paint_volume;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* MetaBackgroundActor:dim-factor:
|
|
||||||
*
|
|
||||||
* Factor to dim the background by, between 0.0 (black) and 1.0 (original
|
|
||||||
* colors)
|
|
||||||
*/
|
|
||||||
pspec = g_param_spec_float ("dim-factor",
|
|
||||||
"Dim factor",
|
|
||||||
"Factor to dim the background by",
|
|
||||||
0.0, 1.0,
|
|
||||||
1.0,
|
|
||||||
G_PARAM_READWRITE);
|
|
||||||
obj_props[PROP_DIM_FACTOR] = pspec;
|
|
||||||
g_object_class_install_property (object_class, PROP_DIM_FACTOR, pspec);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_background_actor_init (MetaBackgroundActor *self)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv;
|
|
||||||
|
|
||||||
priv = self->priv = G_TYPE_INSTANCE_GET_PRIVATE (self,
|
|
||||||
META_TYPE_BACKGROUND_ACTOR,
|
|
||||||
MetaBackgroundActorPrivate);
|
|
||||||
priv->dim_factor = 1.0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_new:
|
|
||||||
* @screen: the #MetaScreen
|
|
||||||
*
|
|
||||||
* Creates a new actor to draw the background for the given screen.
|
|
||||||
*
|
|
||||||
* Return value: the newly created background actor
|
|
||||||
*/
|
|
||||||
ClutterActor *
|
|
||||||
meta_background_actor_new_for_screen (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *self;
|
|
||||||
MetaBackgroundActorPrivate *priv;
|
|
||||||
|
|
||||||
g_return_val_if_fail (META_IS_SCREEN (screen), NULL);
|
|
||||||
|
|
||||||
self = g_object_new (META_TYPE_BACKGROUND_ACTOR, NULL);
|
|
||||||
priv = self->priv;
|
|
||||||
|
|
||||||
priv->background = meta_screen_background_get (screen);
|
|
||||||
priv->background->actors = g_slist_prepend (priv->background->actors, self);
|
|
||||||
|
|
||||||
/* A CoglMaterial and a CoglPipeline are the same thing */
|
|
||||||
priv->pipeline = (CoglPipeline*) meta_create_texture_material (NULL);
|
|
||||||
|
|
||||||
set_texture_on_actor (self);
|
|
||||||
update_wrap_mode_of_actor (self);
|
|
||||||
|
|
||||||
return CLUTTER_ACTOR (self);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_update:
|
|
||||||
* @screen: a #MetaScreen
|
|
||||||
*
|
|
||||||
* Refetches the _XROOTPMAP_ID property for the root window and updates
|
|
||||||
* the contents of the background actor based on that. There's no attempt
|
|
||||||
* to optimize out pixmap values that don't change (since a root pixmap
|
|
||||||
* could be replaced by with another pixmap with the same ID under some
|
|
||||||
* circumstances), so this should only be called when we actually receive
|
|
||||||
* a PropertyNotify event for the property.
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_background_actor_update (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaScreenBackground *background;
|
|
||||||
MetaDisplay *display;
|
|
||||||
MetaCompositor *compositor;
|
|
||||||
Atom type;
|
|
||||||
int format;
|
|
||||||
gulong nitems;
|
|
||||||
gulong bytes_after;
|
|
||||||
guchar *data;
|
|
||||||
Pixmap root_pixmap_id;
|
|
||||||
|
|
||||||
background = meta_screen_background_get (screen);
|
|
||||||
display = meta_screen_get_display (screen);
|
|
||||||
compositor = meta_display_get_compositor (display);
|
|
||||||
|
|
||||||
root_pixmap_id = None;
|
|
||||||
if (!XGetWindowProperty (meta_display_get_xdisplay (display),
|
|
||||||
meta_screen_get_xroot (screen),
|
|
||||||
compositor->atom_x_root_pixmap,
|
|
||||||
0, LONG_MAX,
|
|
||||||
False,
|
|
||||||
AnyPropertyType,
|
|
||||||
&type, &format, &nitems, &bytes_after, &data) &&
|
|
||||||
type != None)
|
|
||||||
{
|
|
||||||
/* Got a property. */
|
|
||||||
if (type == XA_PIXMAP && format == 32 && nitems == 1)
|
|
||||||
{
|
|
||||||
/* Was what we expected. */
|
|
||||||
root_pixmap_id = *(Pixmap *)data;
|
|
||||||
}
|
|
||||||
|
|
||||||
XFree(data);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (root_pixmap_id != None)
|
|
||||||
{
|
|
||||||
CoglHandle texture;
|
|
||||||
CoglContext *ctx = clutter_backend_get_cogl_context (clutter_get_default_backend ());
|
|
||||||
GError *error = NULL;
|
|
||||||
|
|
||||||
meta_error_trap_push (display);
|
|
||||||
texture = cogl_texture_pixmap_x11_new (ctx, root_pixmap_id, FALSE, &error);
|
|
||||||
meta_error_trap_pop (display);
|
|
||||||
|
|
||||||
if (texture != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
set_texture (background, texture);
|
|
||||||
cogl_handle_unref (texture);
|
|
||||||
|
|
||||||
background->have_pixmap = True;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
g_warning ("Failed to create background texture from pixmap: %s",
|
|
||||||
error->message);
|
|
||||||
g_error_free (error);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
background->have_pixmap = False;
|
|
||||||
set_texture_to_stage_color (background);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_set_visible_region:
|
|
||||||
* @self: a #MetaBackgroundActor
|
|
||||||
* @visible_region: (allow-none): the area of the actor (in allocate-relative
|
|
||||||
* coordinates) that is visible.
|
|
||||||
*
|
|
||||||
* Sets the area of the background that is unobscured by overlapping windows.
|
|
||||||
* This is used to optimize and only paint the visible portions.
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_background_actor_set_visible_region (MetaBackgroundActor *self,
|
|
||||||
cairo_region_t *visible_region)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv;
|
|
||||||
|
|
||||||
g_return_if_fail (META_IS_BACKGROUND_ACTOR (self));
|
|
||||||
|
|
||||||
priv = self->priv;
|
|
||||||
|
|
||||||
if (priv->visible_region)
|
|
||||||
{
|
|
||||||
cairo_region_destroy (priv->visible_region);
|
|
||||||
priv->visible_region = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (visible_region)
|
|
||||||
{
|
|
||||||
cairo_rectangle_int_t screen_rect = { 0 };
|
|
||||||
meta_screen_get_size (priv->background->screen, &screen_rect.width, &screen_rect.height);
|
|
||||||
|
|
||||||
/* Doing the intersection here is probably unnecessary - MetaWindowGroup
|
|
||||||
* should never compute a visible area that's larger than the root screen!
|
|
||||||
* but it's not that expensive and adds some extra robustness.
|
|
||||||
*/
|
|
||||||
priv->visible_region = cairo_region_create_rectangle (&screen_rect);
|
|
||||||
cairo_region_intersect (priv->visible_region, visible_region);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_screen_size_changed:
|
|
||||||
* @screen: a #MetaScreen
|
|
||||||
*
|
|
||||||
* Called by the compositor when the size of the #MetaScreen changes
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_background_actor_screen_size_changed (MetaScreen *screen)
|
|
||||||
{
|
|
||||||
MetaScreenBackground *background = meta_screen_background_get (screen);
|
|
||||||
GSList *l;
|
|
||||||
|
|
||||||
update_wrap_mode (background);
|
|
||||||
|
|
||||||
for (l = background->actors; l; l = l->next)
|
|
||||||
clutter_actor_queue_relayout (l->data);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_add_glsl_snippet:
|
|
||||||
* @actor: a #MetaBackgroundActor
|
|
||||||
* @hook: where to insert the code
|
|
||||||
* @declarations: GLSL declarations
|
|
||||||
* @code: GLSL code
|
|
||||||
* @is_replace: wheter Cogl code should be replaced by the custom shader
|
|
||||||
*
|
|
||||||
* Adds a GLSL snippet to the pipeline used for drawing the background.
|
|
||||||
* See #CoglSnippet for details.
|
|
||||||
*/
|
|
||||||
void
|
|
||||||
meta_background_actor_add_glsl_snippet (MetaBackgroundActor *actor,
|
|
||||||
MetaSnippetHook hook,
|
|
||||||
const char *declarations,
|
|
||||||
const char *code,
|
|
||||||
gboolean is_replace)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv;
|
|
||||||
CoglSnippet *snippet;
|
|
||||||
|
|
||||||
g_return_if_fail (META_IS_BACKGROUND_ACTOR (actor));
|
|
||||||
|
|
||||||
priv = actor->priv;
|
|
||||||
|
|
||||||
if (is_replace)
|
|
||||||
{
|
|
||||||
snippet = cogl_snippet_new (hook, declarations, NULL);
|
|
||||||
cogl_snippet_set_replace (snippet, code);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
snippet = cogl_snippet_new (hook, declarations, code);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hook == META_SNIPPET_HOOK_VERTEX ||
|
|
||||||
hook == META_SNIPPET_HOOK_FRAGMENT)
|
|
||||||
cogl_pipeline_add_snippet (priv->pipeline, snippet);
|
|
||||||
else
|
|
||||||
cogl_pipeline_add_layer_snippet (priv->pipeline, 0, snippet);
|
|
||||||
|
|
||||||
cogl_object_unref (snippet);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_background_actor_set_uniform_float:
|
|
||||||
* @actor: a #MetaBackgroundActor
|
|
||||||
* @uniform_name:
|
|
||||||
* @n_components: number of components (for vector uniforms)
|
|
||||||
* @count: number of uniforms (for array uniforms)
|
|
||||||
* @uniform: (array length=uniform_length): the float values to set
|
|
||||||
* @uniform_length: the length of @uniform. Must be exactly @n_components x @count,
|
|
||||||
* and is provided mainly for language bindings.
|
|
||||||
*
|
|
||||||
* Sets a new GLSL uniform to the provided value. This is mostly
|
|
||||||
* useful in congiunction with meta_background_actor_add_glsl_snippet().
|
|
||||||
*/
|
|
||||||
|
|
||||||
void
|
|
||||||
meta_background_actor_set_uniform_float (MetaBackgroundActor *actor,
|
|
||||||
const char *uniform_name,
|
|
||||||
int n_components,
|
|
||||||
int count,
|
|
||||||
const float *uniform,
|
|
||||||
int uniform_length)
|
|
||||||
{
|
|
||||||
MetaBackgroundActorPrivate *priv;
|
|
||||||
|
|
||||||
g_return_if_fail (META_IS_BACKGROUND_ACTOR (actor));
|
|
||||||
g_return_if_fail (uniform_length == n_components * count);
|
|
||||||
|
|
||||||
priv = actor->priv;
|
|
||||||
|
|
||||||
cogl_pipeline_set_uniform_float (priv->pipeline,
|
|
||||||
cogl_pipeline_get_uniform_location (priv->pipeline,
|
|
||||||
uniform_name),
|
|
||||||
n_components, count, uniform);
|
|
||||||
}
|
|
||||||
|
|
@@ -21,7 +21,7 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <meta/meta-plugin.h>
|
#include "meta-plugin.h"
|
||||||
#include "meta-module.h"
|
#include "meta-module.h"
|
||||||
|
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
|
@@ -24,112 +24,426 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "compositor-private.h"
|
#include "compositor-private.h"
|
||||||
#include "meta-plugin-manager.h"
|
#include "meta-plugin-manager.h"
|
||||||
#include <meta/prefs.h>
|
#include "prefs.h"
|
||||||
#include <meta/errors.h>
|
#include "errors.h"
|
||||||
#include <meta/workspace.h>
|
#include "workspace.h"
|
||||||
#include "meta-module.h"
|
#include "meta-module.h"
|
||||||
#include "window-private.h"
|
#include "../core/window-private.h"
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
#include <clutter/x11/clutter-x11.h>
|
#include <clutter/x11/clutter-x11.h>
|
||||||
|
|
||||||
static GType plugin_type = G_TYPE_NONE;
|
/*
|
||||||
|
* There is only one instace of each module per the process.
|
||||||
|
*/
|
||||||
|
static GHashTable *plugin_modules = NULL;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* We have one "default plugin manager" that acts for the first screen,
|
||||||
|
* but also can be used before we open any screens, and additional
|
||||||
|
* plugin managers for each screen. (This is ugly. Probably we should
|
||||||
|
* have one plugin manager and only make the plugins per-screen.)
|
||||||
|
*/
|
||||||
|
|
||||||
|
static MetaPluginManager *default_plugin_manager;
|
||||||
|
|
||||||
|
static gboolean meta_plugin_manager_reload (MetaPluginManager *plugin_mgr);
|
||||||
|
|
||||||
struct MetaPluginManager
|
struct MetaPluginManager
|
||||||
{
|
{
|
||||||
MetaScreen *screen;
|
MetaScreen *screen;
|
||||||
MetaPlugin *plugin;
|
|
||||||
|
GList /* MetaPlugin */ *plugins; /* TODO -- maybe use hash table */
|
||||||
|
GList *unload; /* Plugins that are disabled and pending unload */
|
||||||
|
|
||||||
|
guint idle_unload_id;
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
/*
|
||||||
meta_plugin_manager_set_plugin_type (GType gtype)
|
* Checks that the plugin is compatible with the WM and sets up the plugin
|
||||||
|
* struct.
|
||||||
|
*/
|
||||||
|
static MetaPlugin *
|
||||||
|
meta_plugin_load (MetaPluginManager *mgr,
|
||||||
|
MetaModule *module,
|
||||||
|
const gchar *params)
|
||||||
{
|
{
|
||||||
if (plugin_type != G_TYPE_NONE)
|
MetaPlugin *plugin = NULL;
|
||||||
meta_fatal ("Mutter plugin already set: %s", g_type_name (plugin_type));
|
GType plugin_type = meta_module_get_plugin_type (module);
|
||||||
|
|
||||||
plugin_type = gtype;
|
if (!plugin_type)
|
||||||
|
{
|
||||||
|
g_warning ("Plugin type not registered !!!");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
plugin = g_object_new (plugin_type,
|
||||||
|
"params", params,
|
||||||
|
NULL);
|
||||||
|
|
||||||
|
return plugin;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Loads the given plugin.
|
* Attempst to unload a plugin; returns FALSE if plugin cannot be unloaded at
|
||||||
|
* present (e.g., and effect is in progress) and should be scheduled for
|
||||||
|
* removal later.
|
||||||
*/
|
*/
|
||||||
void
|
static gboolean
|
||||||
meta_plugin_manager_load (const gchar *plugin_name)
|
meta_plugin_unload (MetaPlugin *plugin)
|
||||||
{
|
{
|
||||||
const gchar *dpath = MUTTER_PLUGIN_DIR "/";
|
if (meta_plugin_running (plugin))
|
||||||
gchar *path;
|
|
||||||
MetaModule *module;
|
|
||||||
|
|
||||||
if (g_path_is_absolute (plugin_name))
|
|
||||||
path = g_strdup (plugin_name);
|
|
||||||
else
|
|
||||||
path = g_strconcat (dpath, plugin_name, ".so", NULL);
|
|
||||||
|
|
||||||
module = g_object_new (META_TYPE_MODULE, "path", path, NULL);
|
|
||||||
if (!module || !g_type_module_use (G_TYPE_MODULE (module)))
|
|
||||||
{
|
{
|
||||||
/* This is fatal under the assumption that a monitoring
|
g_object_set (plugin, "disabled", TRUE, NULL);
|
||||||
* process like gnome-session will take over and handle
|
return FALSE;
|
||||||
* our untimely exit.
|
|
||||||
*/
|
|
||||||
g_printerr ("Unable to load plugin module [%s]: %s",
|
|
||||||
path, g_module_error());
|
|
||||||
exit (1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
meta_plugin_manager_set_plugin_type (meta_module_get_plugin_type (module));
|
g_object_unref (plugin);
|
||||||
|
|
||||||
g_type_module_unuse (G_TYPE_MODULE (module));
|
return TRUE;
|
||||||
g_free (path);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MetaPluginManager *
|
/*
|
||||||
|
* Iddle callback to remove plugins that could not be removed directly and are
|
||||||
|
* pending for removal.
|
||||||
|
*/
|
||||||
|
static gboolean
|
||||||
|
meta_plugin_manager_idle_unload (MetaPluginManager *plugin_mgr)
|
||||||
|
{
|
||||||
|
GList *l = plugin_mgr->unload;
|
||||||
|
gboolean dont_remove = TRUE;
|
||||||
|
|
||||||
|
while (l)
|
||||||
|
{
|
||||||
|
MetaPlugin *plugin = l->data;
|
||||||
|
|
||||||
|
if (meta_plugin_unload (plugin))
|
||||||
|
{
|
||||||
|
/* Remove from list */
|
||||||
|
GList *p = l->prev;
|
||||||
|
GList *n = l->next;
|
||||||
|
|
||||||
|
if (!p)
|
||||||
|
plugin_mgr->unload = n;
|
||||||
|
else
|
||||||
|
p->next = n;
|
||||||
|
|
||||||
|
if (n)
|
||||||
|
n->prev = p;
|
||||||
|
|
||||||
|
g_list_free_1 (l);
|
||||||
|
|
||||||
|
l = n;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
l = l->next;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!plugin_mgr->unload)
|
||||||
|
{
|
||||||
|
/* If no more unloads are pending, remove the handler as well */
|
||||||
|
dont_remove = FALSE;
|
||||||
|
plugin_mgr->idle_unload_id = 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
return dont_remove;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Unloads all plugins
|
||||||
|
*/
|
||||||
|
static void
|
||||||
|
meta_plugin_manager_unload (MetaPluginManager *plugin_mgr)
|
||||||
|
{
|
||||||
|
GList *plugins = plugin_mgr->plugins;
|
||||||
|
|
||||||
|
while (plugins)
|
||||||
|
{
|
||||||
|
MetaPlugin *plugin = plugins->data;
|
||||||
|
|
||||||
|
/* If the plugin could not be removed, move it to the unload list */
|
||||||
|
if (!meta_plugin_unload (plugin))
|
||||||
|
{
|
||||||
|
plugin_mgr->unload = g_list_prepend (plugin_mgr->unload, plugin);
|
||||||
|
|
||||||
|
if (!plugin_mgr->idle_unload_id)
|
||||||
|
{
|
||||||
|
plugin_mgr->idle_unload_id = g_idle_add ((GSourceFunc)
|
||||||
|
meta_plugin_manager_idle_unload,
|
||||||
|
plugin_mgr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins = plugins->next;
|
||||||
|
}
|
||||||
|
|
||||||
|
g_list_free (plugin_mgr->plugins);
|
||||||
|
plugin_mgr->plugins = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
prefs_changed_callback (MetaPreference pref,
|
||||||
|
void *data)
|
||||||
|
{
|
||||||
|
MetaPluginManager *plugin_mgr = data;
|
||||||
|
|
||||||
|
if (pref == META_PREF_CLUTTER_PLUGINS)
|
||||||
|
{
|
||||||
|
meta_plugin_manager_reload (plugin_mgr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static MetaModule *
|
||||||
|
meta_plugin_manager_get_module (const gchar *path)
|
||||||
|
{
|
||||||
|
MetaModule *module = g_hash_table_lookup (plugin_modules, path);
|
||||||
|
|
||||||
|
if (!module &&
|
||||||
|
(module = g_object_new (META_TYPE_MODULE, "path", path, NULL)))
|
||||||
|
{
|
||||||
|
g_hash_table_insert (plugin_modules, g_strdup (path), module);
|
||||||
|
}
|
||||||
|
|
||||||
|
return module;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Loads all plugins listed in gconf registry.
|
||||||
|
*/
|
||||||
|
gboolean
|
||||||
|
meta_plugin_manager_load (MetaPluginManager *plugin_mgr)
|
||||||
|
{
|
||||||
|
const gchar *dpath = MUTTER_PLUGIN_DIR "/";
|
||||||
|
GSList *plugins, *fallback = NULL;
|
||||||
|
|
||||||
|
plugins = meta_prefs_get_clutter_plugins ();
|
||||||
|
|
||||||
|
if (!plugins)
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
* If no plugins are specified, try to load the default plugin.
|
||||||
|
*/
|
||||||
|
fallback = g_slist_append (fallback, "default");
|
||||||
|
plugins = fallback;
|
||||||
|
}
|
||||||
|
|
||||||
|
while (plugins)
|
||||||
|
{
|
||||||
|
gchar *plugin_string;
|
||||||
|
gchar *params;
|
||||||
|
|
||||||
|
plugin_string = g_strdup (plugins->data);
|
||||||
|
|
||||||
|
if (plugin_string)
|
||||||
|
{
|
||||||
|
MetaModule *module;
|
||||||
|
gchar *path;
|
||||||
|
|
||||||
|
params = strchr (plugin_string, ':');
|
||||||
|
|
||||||
|
if (params)
|
||||||
|
{
|
||||||
|
*params = 0;
|
||||||
|
++params;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (g_path_is_absolute (plugin_string))
|
||||||
|
path = g_strdup (plugin_string);
|
||||||
|
else
|
||||||
|
path = g_strconcat (dpath, plugin_string, ".so", NULL);
|
||||||
|
|
||||||
|
module = meta_plugin_manager_get_module (path);
|
||||||
|
|
||||||
|
if (module)
|
||||||
|
{
|
||||||
|
gboolean use_succeeded;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* This dlopens the module and registers the plugin type with the
|
||||||
|
* GType system, if the module is not already loaded. When we
|
||||||
|
* create a plugin, the type system also calls g_type_module_use()
|
||||||
|
* to guarantee the module will not be unloaded during the plugin
|
||||||
|
* life time. Consequently we can unuse() the module again.
|
||||||
|
*/
|
||||||
|
use_succeeded = g_type_module_use (G_TYPE_MODULE (module));
|
||||||
|
|
||||||
|
if (use_succeeded)
|
||||||
|
{
|
||||||
|
MetaPlugin *plugin = meta_plugin_load (plugin_mgr, module, params);
|
||||||
|
|
||||||
|
if (plugin)
|
||||||
|
plugin_mgr->plugins = g_list_prepend (plugin_mgr->plugins, plugin);
|
||||||
|
else
|
||||||
|
g_warning ("Plugin load for [%s] failed", path);
|
||||||
|
|
||||||
|
g_type_module_unuse (G_TYPE_MODULE (module));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
g_warning ("Unable to load plugin module [%s]: %s",
|
||||||
|
path, g_module_error());
|
||||||
|
|
||||||
|
g_free (path);
|
||||||
|
g_free (plugin_string);
|
||||||
|
}
|
||||||
|
|
||||||
|
plugins = plugins->next;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (fallback)
|
||||||
|
g_slist_free (fallback);
|
||||||
|
|
||||||
|
if (plugin_mgr->plugins != NULL)
|
||||||
|
{
|
||||||
|
meta_prefs_add_listener (prefs_changed_callback, plugin_mgr);
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
meta_plugin_manager_initialize (MetaPluginManager *plugin_mgr)
|
||||||
|
{
|
||||||
|
GList *iter;
|
||||||
|
|
||||||
|
for (iter = plugin_mgr->plugins; iter; iter = iter->next)
|
||||||
|
{
|
||||||
|
MetaPlugin *plugin = (MetaPlugin*) iter->data;
|
||||||
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
g_object_set (plugin,
|
||||||
|
"screen", plugin_mgr->screen,
|
||||||
|
NULL);
|
||||||
|
|
||||||
|
if (klass->start)
|
||||||
|
klass->start (plugin);
|
||||||
|
}
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Reloads all plugins
|
||||||
|
*/
|
||||||
|
static gboolean
|
||||||
|
meta_plugin_manager_reload (MetaPluginManager *plugin_mgr)
|
||||||
|
{
|
||||||
|
/* TODO -- brute force; should we build a list of plugins to load and list of
|
||||||
|
* plugins to unload? We are probably not going to have large numbers of
|
||||||
|
* plugins loaded at the same time, so it might not be worth it.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Prevent stale grabs on unloaded plugins */
|
||||||
|
meta_check_end_modal (plugin_mgr->screen);
|
||||||
|
|
||||||
|
meta_plugin_manager_unload (plugin_mgr);
|
||||||
|
return meta_plugin_manager_load (plugin_mgr);
|
||||||
|
}
|
||||||
|
|
||||||
|
static MetaPluginManager *
|
||||||
meta_plugin_manager_new (MetaScreen *screen)
|
meta_plugin_manager_new (MetaScreen *screen)
|
||||||
{
|
{
|
||||||
MetaPluginManager *plugin_mgr;
|
MetaPluginManager *plugin_mgr;
|
||||||
MetaPluginClass *klass;
|
|
||||||
MetaPlugin *plugin;
|
if (!plugin_modules)
|
||||||
|
{
|
||||||
|
plugin_modules = g_hash_table_new_full (g_str_hash, g_str_equal, g_free,
|
||||||
|
NULL);
|
||||||
|
}
|
||||||
|
|
||||||
plugin_mgr = g_new0 (MetaPluginManager, 1);
|
plugin_mgr = g_new0 (MetaPluginManager, 1);
|
||||||
plugin_mgr->screen = screen;
|
|
||||||
plugin_mgr->plugin = plugin = g_object_new (plugin_type, "screen", screen, NULL);
|
|
||||||
|
|
||||||
klass = META_PLUGIN_GET_CLASS (plugin);
|
plugin_mgr->screen = screen;
|
||||||
|
|
||||||
if (klass->start)
|
if (screen)
|
||||||
klass->start (plugin);
|
g_object_set_data (G_OBJECT (screen), "meta-plugin-manager", plugin_mgr);
|
||||||
|
|
||||||
return plugin_mgr;
|
return plugin_mgr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MetaPluginManager *
|
||||||
|
meta_plugin_manager_get_default (void)
|
||||||
|
{
|
||||||
|
if (!default_plugin_manager)
|
||||||
|
{
|
||||||
|
default_plugin_manager = meta_plugin_manager_new (NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
return default_plugin_manager;
|
||||||
|
}
|
||||||
|
|
||||||
|
MetaPluginManager *
|
||||||
|
meta_plugin_manager_get (MetaScreen *screen)
|
||||||
|
{
|
||||||
|
MetaPluginManager *plugin_mgr;
|
||||||
|
|
||||||
|
plugin_mgr = g_object_get_data (G_OBJECT (screen), "meta-plugin-manager");
|
||||||
|
if (plugin_mgr)
|
||||||
|
return plugin_mgr;
|
||||||
|
|
||||||
|
if (!default_plugin_manager)
|
||||||
|
meta_plugin_manager_get_default ();
|
||||||
|
|
||||||
|
if (!default_plugin_manager->screen)
|
||||||
|
{
|
||||||
|
/* The default plugin manager is so far unused, we can recycle it */
|
||||||
|
default_plugin_manager->screen = screen;
|
||||||
|
g_object_set_data (G_OBJECT (screen), "meta-plugin-manager", default_plugin_manager);
|
||||||
|
|
||||||
|
return default_plugin_manager;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return meta_plugin_manager_new (screen);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_plugin_manager_kill_window_effects (MetaPluginManager *plugin_mgr,
|
meta_plugin_manager_kill_window_effects (MetaPluginManager *plugin_mgr,
|
||||||
MetaWindowActor *actor)
|
MetaWindowActor *actor)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l = plugin_mgr->plugins;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
|
|
||||||
if (klass->kill_window_effects)
|
while (l)
|
||||||
klass->kill_window_effects (plugin, actor);
|
{
|
||||||
|
MetaPlugin *plugin = l->data;
|
||||||
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
if (!meta_plugin_disabled (plugin)
|
||||||
|
&& klass->kill_window_effects)
|
||||||
|
klass->kill_window_effects (plugin, actor);
|
||||||
|
|
||||||
|
l = l->next;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_plugin_manager_kill_switch_workspace (MetaPluginManager *plugin_mgr)
|
meta_plugin_manager_kill_switch_workspace (MetaPluginManager *plugin_mgr)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l = plugin_mgr->plugins;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
|
|
||||||
if (klass->kill_switch_workspace)
|
while (l)
|
||||||
klass->kill_switch_workspace (plugin);
|
{
|
||||||
|
MetaPlugin *plugin = l->data;
|
||||||
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
if (!meta_plugin_disabled (plugin)
|
||||||
|
&& (meta_plugin_features (plugin) & META_PLUGIN_SWITCH_WORKSPACE)
|
||||||
|
&& klass->kill_switch_workspace)
|
||||||
|
klass->kill_switch_workspace (plugin);
|
||||||
|
|
||||||
|
l = l->next;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Public method that the compositor hooks into for events that require
|
* Public method that the compositor hooks into for events that require
|
||||||
* no additional parameters.
|
* no additional parameters.
|
||||||
*
|
*
|
||||||
* Returns TRUE if the plugin handled the event type (i.e.,
|
* Returns TRUE if at least one of the plugins handled the event type (i.e.,
|
||||||
* if the return value is FALSE, there will be no subsequent call to the
|
* if the return value is FALSE, there will be no subsequent call to the
|
||||||
* manager completed() callback, and the compositor must ensure that any
|
* manager completed() callback, and the compositor must ensure that any
|
||||||
* appropriate post-effect cleanup is carried out.
|
* appropriate post-effect cleanup is carried out.
|
||||||
@@ -139,48 +453,60 @@ meta_plugin_manager_event_simple (MetaPluginManager *plugin_mgr,
|
|||||||
MetaWindowActor *actor,
|
MetaWindowActor *actor,
|
||||||
unsigned long event)
|
unsigned long event)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l = plugin_mgr->plugins;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
|
||||||
gboolean retval = FALSE;
|
gboolean retval = FALSE;
|
||||||
|
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
||||||
|
|
||||||
if (display->display_opening)
|
if (display->display_opening)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
switch (event)
|
while (l)
|
||||||
{
|
{
|
||||||
case META_PLUGIN_MINIMIZE:
|
MetaPlugin *plugin = l->data;
|
||||||
if (klass->minimize)
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
{
|
|
||||||
retval = TRUE;
|
|
||||||
meta_plugin_manager_kill_window_effects (plugin_mgr,
|
|
||||||
actor);
|
|
||||||
|
|
||||||
_meta_plugin_effect_started (plugin);
|
if (!meta_plugin_disabled (plugin) &&
|
||||||
klass->minimize (plugin, actor);
|
(meta_plugin_features (plugin) & event))
|
||||||
}
|
|
||||||
break;
|
|
||||||
case META_PLUGIN_MAP:
|
|
||||||
if (klass->map)
|
|
||||||
{
|
{
|
||||||
retval = TRUE;
|
retval = TRUE;
|
||||||
meta_plugin_manager_kill_window_effects (plugin_mgr,
|
|
||||||
actor);
|
|
||||||
|
|
||||||
_meta_plugin_effect_started (plugin);
|
switch (event)
|
||||||
klass->map (plugin, actor);
|
{
|
||||||
|
case META_PLUGIN_MINIMIZE:
|
||||||
|
if (klass->minimize)
|
||||||
|
{
|
||||||
|
meta_plugin_manager_kill_window_effects (
|
||||||
|
plugin_mgr,
|
||||||
|
actor);
|
||||||
|
|
||||||
|
_meta_plugin_effect_started (plugin);
|
||||||
|
klass->minimize (plugin, actor);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case META_PLUGIN_MAP:
|
||||||
|
if (klass->map)
|
||||||
|
{
|
||||||
|
meta_plugin_manager_kill_window_effects (
|
||||||
|
plugin_mgr,
|
||||||
|
actor);
|
||||||
|
|
||||||
|
_meta_plugin_effect_started (plugin);
|
||||||
|
klass->map (plugin, actor);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case META_PLUGIN_DESTROY:
|
||||||
|
if (klass->destroy)
|
||||||
|
{
|
||||||
|
_meta_plugin_effect_started (plugin);
|
||||||
|
klass->destroy (plugin, actor);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
g_warning ("Incorrect handler called for event %lu", event);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
case META_PLUGIN_DESTROY:
|
l = l->next;
|
||||||
if (klass->destroy)
|
|
||||||
{
|
|
||||||
retval = TRUE;
|
|
||||||
_meta_plugin_effect_started (plugin);
|
|
||||||
klass->destroy (plugin, actor);
|
|
||||||
}
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
g_warning ("Incorrect handler called for event %lu", event);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
@@ -190,7 +516,7 @@ meta_plugin_manager_event_simple (MetaPluginManager *plugin_mgr,
|
|||||||
* The public method that the compositor hooks into for maximize and unmaximize
|
* The public method that the compositor hooks into for maximize and unmaximize
|
||||||
* events.
|
* events.
|
||||||
*
|
*
|
||||||
* Returns TRUE if the plugin handled the event type (i.e.,
|
* Returns TRUE if at least one of the plugins handled the event type (i.e.,
|
||||||
* if the return value is FALSE, there will be no subsequent call to the
|
* if the return value is FALSE, there will be no subsequent call to the
|
||||||
* manager completed() callback, and the compositor must ensure that any
|
* manager completed() callback, and the compositor must ensure that any
|
||||||
* appropriate post-effect cleanup is carried out.
|
* appropriate post-effect cleanup is carried out.
|
||||||
@@ -204,44 +530,57 @@ meta_plugin_manager_event_maximize (MetaPluginManager *plugin_mgr,
|
|||||||
gint target_width,
|
gint target_width,
|
||||||
gint target_height)
|
gint target_height)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l = plugin_mgr->plugins;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
|
||||||
gboolean retval = FALSE;
|
gboolean retval = FALSE;
|
||||||
|
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
||||||
|
|
||||||
if (display->display_opening)
|
if (display->display_opening)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
switch (event)
|
while (l)
|
||||||
{
|
{
|
||||||
case META_PLUGIN_MAXIMIZE:
|
MetaPlugin *plugin = l->data;
|
||||||
if (klass->maximize)
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
if (!meta_plugin_disabled (plugin) &&
|
||||||
|
(meta_plugin_features (plugin) & event))
|
||||||
{
|
{
|
||||||
retval = TRUE;
|
retval = TRUE;
|
||||||
meta_plugin_manager_kill_window_effects (plugin_mgr,
|
|
||||||
actor);
|
|
||||||
|
|
||||||
_meta_plugin_effect_started (plugin);
|
switch (event)
|
||||||
klass->maximize (plugin, actor,
|
{
|
||||||
target_x, target_y,
|
case META_PLUGIN_MAXIMIZE:
|
||||||
target_width, target_height);
|
if (klass->maximize)
|
||||||
}
|
{
|
||||||
break;
|
meta_plugin_manager_kill_window_effects (
|
||||||
case META_PLUGIN_UNMAXIMIZE:
|
plugin_mgr,
|
||||||
if (klass->unmaximize)
|
actor);
|
||||||
{
|
|
||||||
retval = TRUE;
|
|
||||||
meta_plugin_manager_kill_window_effects (plugin_mgr,
|
|
||||||
actor);
|
|
||||||
|
|
||||||
_meta_plugin_effect_started (plugin);
|
_meta_plugin_effect_started (plugin);
|
||||||
klass->unmaximize (plugin, actor,
|
klass->maximize (plugin, actor,
|
||||||
target_x, target_y,
|
target_x, target_y,
|
||||||
target_width, target_height);
|
target_width, target_height);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case META_PLUGIN_UNMAXIMIZE:
|
||||||
|
if (klass->unmaximize)
|
||||||
|
{
|
||||||
|
meta_plugin_manager_kill_window_effects (
|
||||||
|
plugin_mgr,
|
||||||
|
actor);
|
||||||
|
|
||||||
|
_meta_plugin_effect_started (plugin);
|
||||||
|
klass->unmaximize (plugin, actor,
|
||||||
|
target_x, target_y,
|
||||||
|
target_width, target_height);
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
g_warning ("Incorrect handler called for event %lu", event);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
break;
|
|
||||||
default:
|
l = l->next;
|
||||||
g_warning ("Incorrect handler called for event %lu", event);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
@@ -250,7 +589,7 @@ meta_plugin_manager_event_maximize (MetaPluginManager *plugin_mgr,
|
|||||||
/*
|
/*
|
||||||
* The public method that the compositor hooks into for desktop switching.
|
* The public method that the compositor hooks into for desktop switching.
|
||||||
*
|
*
|
||||||
* Returns TRUE if the plugin handled the event type (i.e.,
|
* Returns TRUE if at least one of the plugins handled the event type (i.e.,
|
||||||
* if the return value is FALSE, there will be no subsequent call to the
|
* if the return value is FALSE, there will be no subsequent call to the
|
||||||
* manager completed() callback, and the compositor must ensure that any
|
* manager completed() callback, and the compositor must ensure that any
|
||||||
* appropriate post-effect cleanup is carried out.
|
* appropriate post-effect cleanup is carried out.
|
||||||
@@ -261,43 +600,41 @@ meta_plugin_manager_switch_workspace (MetaPluginManager *plugin_mgr,
|
|||||||
gint to,
|
gint to,
|
||||||
MetaMotionDirection direction)
|
MetaMotionDirection direction)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l = plugin_mgr->plugins;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
|
||||||
gboolean retval = FALSE;
|
gboolean retval = FALSE;
|
||||||
|
MetaDisplay *display = meta_screen_get_display (plugin_mgr->screen);
|
||||||
|
|
||||||
if (display->display_opening)
|
if (display->display_opening)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (klass->switch_workspace)
|
while (l)
|
||||||
{
|
{
|
||||||
retval = TRUE;
|
MetaPlugin *plugin = l->data;
|
||||||
meta_plugin_manager_kill_switch_workspace (plugin_mgr);
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
_meta_plugin_effect_started (plugin);
|
if (!meta_plugin_disabled (plugin) &&
|
||||||
klass->switch_workspace (plugin, from, to, direction);
|
(meta_plugin_features (plugin) & META_PLUGIN_SWITCH_WORKSPACE))
|
||||||
|
{
|
||||||
|
if (klass->switch_workspace)
|
||||||
|
{
|
||||||
|
retval = TRUE;
|
||||||
|
meta_plugin_manager_kill_switch_workspace (plugin_mgr);
|
||||||
|
|
||||||
|
_meta_plugin_effect_started (plugin);
|
||||||
|
klass->switch_workspace (plugin, from, to, direction);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
l = l->next;
|
||||||
}
|
}
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
|
||||||
meta_plugin_manager_filter_keybinding (MetaPluginManager *plugin_mgr,
|
|
||||||
MetaKeyBinding *binding)
|
|
||||||
{
|
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
|
||||||
|
|
||||||
if (klass->keybinding_filter)
|
|
||||||
return klass->keybinding_filter (plugin, binding);
|
|
||||||
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The public method that the compositor hooks into for desktop switching.
|
* The public method that the compositor hooks into for desktop switching.
|
||||||
*
|
*
|
||||||
* Returns TRUE if the plugin handled the event type (i.e.,
|
* Returns TRUE if at least one of the plugins handled the event type (i.e.,
|
||||||
* if the return value is FALSE, there will be no subsequent call to the
|
* if the return value is FALSE, there will be no subsequent call to the
|
||||||
* manager completed() callback, and the compositor must ensure that any
|
* manager completed() callback, and the compositor must ensure that any
|
||||||
* appropriate post-effect cleanup is carried out.
|
* appropriate post-effect cleanup is carried out.
|
||||||
@@ -306,20 +643,49 @@ gboolean
|
|||||||
meta_plugin_manager_xevent_filter (MetaPluginManager *plugin_mgr,
|
meta_plugin_manager_xevent_filter (MetaPluginManager *plugin_mgr,
|
||||||
XEvent *xev)
|
XEvent *xev)
|
||||||
{
|
{
|
||||||
MetaPlugin *plugin = plugin_mgr->plugin;
|
GList *l;
|
||||||
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
gboolean have_plugin_xevent_func;
|
||||||
|
|
||||||
if (!plugin_mgr)
|
if (!plugin_mgr)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
l = plugin_mgr->plugins;
|
||||||
|
|
||||||
/* We need to make sure that clutter gets certain events, like
|
/* We need to make sure that clutter gets certain events, like
|
||||||
* ConfigureNotify on the stage window. If there is a plugin that
|
* ConfigureNotify on the stage window. If there is a plugin that
|
||||||
* provides an xevent_filter function, then it's the responsibility
|
* provides an xevent_filter function, then it's the responsibility
|
||||||
* of that plugin to pass events to Clutter. Otherwise, we send the
|
* of that plugin to pass events to Clutter. Otherwise, we send the
|
||||||
* event directly to Clutter ourselves.
|
* event directly to Clutter ourselves.
|
||||||
|
*
|
||||||
|
* What happens if there are two plugins with xevent_filter functions
|
||||||
|
* is undefined; in general, multiple competing plugins are something
|
||||||
|
* we don't support well or care much about.
|
||||||
|
*
|
||||||
|
* FIXME: Really, we should just always handle sending the event to
|
||||||
|
* clutter if a plugin doesn't report the event as handled by
|
||||||
|
* returning TRUE, but it doesn't seem worth breaking compatibility
|
||||||
|
* of the plugin interface right now to achieve this; the way it is
|
||||||
|
* now works fine in practice.
|
||||||
*/
|
*/
|
||||||
if (klass->xevent_filter)
|
have_plugin_xevent_func = FALSE;
|
||||||
return klass->xevent_filter (plugin, xev);
|
|
||||||
else
|
while (l)
|
||||||
|
{
|
||||||
|
MetaPlugin *plugin = l->data;
|
||||||
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
if (klass->xevent_filter)
|
||||||
|
{
|
||||||
|
have_plugin_xevent_func = TRUE;
|
||||||
|
if (klass->xevent_filter (plugin, xev) == TRUE)
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|
||||||
|
l = l->next;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!have_plugin_xevent_func)
|
||||||
return clutter_x11_handle_event (xev) != CLUTTER_X11_FILTER_CONTINUE;
|
return clutter_x11_handle_event (xev) != CLUTTER_X11_FILTER_CONTINUE;
|
||||||
|
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
@@ -24,11 +24,11 @@
|
|||||||
#ifndef META_PLUGIN_MANAGER_H_
|
#ifndef META_PLUGIN_MANAGER_H_
|
||||||
#define META_PLUGIN_MANAGER_H_
|
#define META_PLUGIN_MANAGER_H_
|
||||||
|
|
||||||
#include <meta/types.h>
|
#include "types.h"
|
||||||
#include <meta/screen.h>
|
#include "screen.h"
|
||||||
|
|
||||||
#define META_PLUGIN_FROM_MANAGER_
|
#define META_PLUGIN_FROM_MANAGER_
|
||||||
#include <meta/meta-plugin.h>
|
#include "meta-plugin.h"
|
||||||
#undef META_PLUGIN_FROM_MANAGER_
|
#undef META_PLUGIN_FROM_MANAGER_
|
||||||
|
|
||||||
#define META_PLUGIN_MINIMIZE (1<<0)
|
#define META_PLUGIN_MINIMIZE (1<<0)
|
||||||
@@ -46,10 +46,11 @@
|
|||||||
*/
|
*/
|
||||||
typedef struct MetaPluginManager MetaPluginManager;
|
typedef struct MetaPluginManager MetaPluginManager;
|
||||||
|
|
||||||
MetaPluginManager * meta_plugin_manager_new (MetaScreen *screen);
|
MetaPluginManager * meta_plugin_manager_get (MetaScreen *screen);
|
||||||
|
MetaPluginManager * meta_plugin_manager_get_default (void);
|
||||||
void meta_plugin_manager_load (const gchar *plugin_name);
|
|
||||||
|
|
||||||
|
gboolean meta_plugin_manager_load (MetaPluginManager *mgr);
|
||||||
|
gboolean meta_plugin_manager_initialize (MetaPluginManager *plugin_mgr);
|
||||||
gboolean meta_plugin_manager_event_simple (MetaPluginManager *mgr,
|
gboolean meta_plugin_manager_event_simple (MetaPluginManager *mgr,
|
||||||
MetaWindowActor *actor,
|
MetaWindowActor *actor,
|
||||||
unsigned long event);
|
unsigned long event);
|
||||||
@@ -61,15 +62,16 @@ gboolean meta_plugin_manager_event_maximize (MetaPluginManager *mgr,
|
|||||||
gint target_y,
|
gint target_y,
|
||||||
gint target_width,
|
gint target_width,
|
||||||
gint target_height);
|
gint target_height);
|
||||||
|
void meta_plugin_manager_update_workspaces (MetaPluginManager *mgr);
|
||||||
|
|
||||||
|
void meta_plugin_manager_update_workspace (MetaPluginManager *mgr,
|
||||||
|
MetaWorkspace *w);
|
||||||
|
|
||||||
gboolean meta_plugin_manager_switch_workspace (MetaPluginManager *mgr,
|
gboolean meta_plugin_manager_switch_workspace (MetaPluginManager *mgr,
|
||||||
gint from,
|
gint from,
|
||||||
gint to,
|
gint to,
|
||||||
MetaMotionDirection direction);
|
MetaMotionDirection direction);
|
||||||
|
|
||||||
gboolean meta_plugin_manager_filter_keybinding (MetaPluginManager *mgr,
|
|
||||||
MetaKeyBinding *binding);
|
|
||||||
|
|
||||||
gboolean meta_plugin_manager_xevent_filter (MetaPluginManager *mgr,
|
gboolean meta_plugin_manager_xevent_filter (MetaPluginManager *mgr,
|
||||||
XEvent *xev);
|
XEvent *xev);
|
||||||
|
|
||||||
|
@@ -21,10 +21,9 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <meta/meta-plugin.h>
|
#include "meta-plugin.h"
|
||||||
#include "meta-plugin-manager.h"
|
#include "screen.h"
|
||||||
#include <meta/screen.h>
|
#include "display.h"
|
||||||
#include <meta/display.h>
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <X11/Xlib.h>
|
#include <X11/Xlib.h>
|
||||||
@@ -44,17 +43,124 @@ enum
|
|||||||
{
|
{
|
||||||
PROP_0,
|
PROP_0,
|
||||||
PROP_SCREEN,
|
PROP_SCREEN,
|
||||||
|
PROP_PARAMS,
|
||||||
|
PROP_FEATURES,
|
||||||
|
PROP_DISABLED,
|
||||||
PROP_DEBUG_MODE,
|
PROP_DEBUG_MODE,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _MetaPluginPrivate
|
struct _MetaPluginPrivate
|
||||||
{
|
{
|
||||||
MetaScreen *screen;
|
MetaScreen *screen;
|
||||||
|
gchar *params;
|
||||||
|
gulong features;
|
||||||
|
|
||||||
gint running;
|
gint running;
|
||||||
|
|
||||||
|
gboolean disabled : 1;
|
||||||
gboolean debug : 1;
|
gboolean debug : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_plugin_dispose (GObject *object)
|
||||||
|
{
|
||||||
|
G_OBJECT_CLASS (meta_plugin_parent_class)->dispose (object);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_plugin_finalize (GObject *object)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (object)->priv;
|
||||||
|
|
||||||
|
g_free (priv->params);
|
||||||
|
priv->params = NULL;
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (meta_plugin_parent_class)->finalize (object);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_plugin_parse_params (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
char *p;
|
||||||
|
gulong features = 0;
|
||||||
|
MetaPluginPrivate *priv = plugin->priv;
|
||||||
|
MetaPluginClass *klass = META_PLUGIN_GET_CLASS (plugin);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Feature flags: identify events that the plugin can handle; a plugin can
|
||||||
|
* handle one or more events.
|
||||||
|
*/
|
||||||
|
if (klass->minimize)
|
||||||
|
features |= META_PLUGIN_MINIMIZE;
|
||||||
|
|
||||||
|
if (klass->maximize)
|
||||||
|
features |= META_PLUGIN_MAXIMIZE;
|
||||||
|
|
||||||
|
if (klass->unmaximize)
|
||||||
|
features |= META_PLUGIN_UNMAXIMIZE;
|
||||||
|
|
||||||
|
if (klass->map)
|
||||||
|
features |= META_PLUGIN_MAP;
|
||||||
|
|
||||||
|
if (klass->destroy)
|
||||||
|
features |= META_PLUGIN_DESTROY;
|
||||||
|
|
||||||
|
if (klass->switch_workspace)
|
||||||
|
features |= META_PLUGIN_SWITCH_WORKSPACE;
|
||||||
|
|
||||||
|
if (priv->params)
|
||||||
|
{
|
||||||
|
gboolean debug = FALSE;
|
||||||
|
|
||||||
|
if ((p = strstr (priv->params, "disable:")))
|
||||||
|
{
|
||||||
|
gchar *d = g_strdup (p+8);
|
||||||
|
|
||||||
|
p = strchr (d, ';');
|
||||||
|
|
||||||
|
if (p)
|
||||||
|
*p = 0;
|
||||||
|
|
||||||
|
if (strstr (d, "minimize"))
|
||||||
|
features &= ~ META_PLUGIN_MINIMIZE;
|
||||||
|
|
||||||
|
if (strstr (d, "maximize"))
|
||||||
|
features &= ~ META_PLUGIN_MAXIMIZE;
|
||||||
|
|
||||||
|
if (strstr (d, "unmaximize"))
|
||||||
|
features &= ~ META_PLUGIN_UNMAXIMIZE;
|
||||||
|
|
||||||
|
if (strstr (d, "map"))
|
||||||
|
features &= ~ META_PLUGIN_MAP;
|
||||||
|
|
||||||
|
if (strstr (d, "destroy"))
|
||||||
|
features &= ~ META_PLUGIN_DESTROY;
|
||||||
|
|
||||||
|
if (strstr (d, "switch-workspace"))
|
||||||
|
features &= ~META_PLUGIN_SWITCH_WORKSPACE;
|
||||||
|
|
||||||
|
g_free (d);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (strstr (priv->params, "debug"))
|
||||||
|
debug = TRUE;
|
||||||
|
|
||||||
|
if (debug != priv->debug)
|
||||||
|
{
|
||||||
|
priv->debug = debug;
|
||||||
|
|
||||||
|
g_object_notify (G_OBJECT (plugin), "debug-mode");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (features != priv->features)
|
||||||
|
{
|
||||||
|
priv->features = features;
|
||||||
|
|
||||||
|
g_object_notify (G_OBJECT (plugin), "features");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_plugin_set_property (GObject *object,
|
meta_plugin_set_property (GObject *object,
|
||||||
guint prop_id,
|
guint prop_id,
|
||||||
@@ -68,6 +174,13 @@ meta_plugin_set_property (GObject *object,
|
|||||||
case PROP_SCREEN:
|
case PROP_SCREEN:
|
||||||
priv->screen = g_value_get_object (value);
|
priv->screen = g_value_get_object (value);
|
||||||
break;
|
break;
|
||||||
|
case PROP_PARAMS:
|
||||||
|
priv->params = g_value_dup_string (value);
|
||||||
|
meta_plugin_parse_params (META_PLUGIN (object));
|
||||||
|
break;
|
||||||
|
case PROP_DISABLED:
|
||||||
|
priv->disabled = g_value_get_boolean (value);
|
||||||
|
break;
|
||||||
case PROP_DEBUG_MODE:
|
case PROP_DEBUG_MODE:
|
||||||
priv->debug = g_value_get_boolean (value);
|
priv->debug = g_value_get_boolean (value);
|
||||||
break;
|
break;
|
||||||
@@ -90,9 +203,18 @@ meta_plugin_get_property (GObject *object,
|
|||||||
case PROP_SCREEN:
|
case PROP_SCREEN:
|
||||||
g_value_set_object (value, priv->screen);
|
g_value_set_object (value, priv->screen);
|
||||||
break;
|
break;
|
||||||
|
case PROP_PARAMS:
|
||||||
|
g_value_set_string (value, priv->params);
|
||||||
|
break;
|
||||||
|
case PROP_DISABLED:
|
||||||
|
g_value_set_boolean (value, priv->disabled);
|
||||||
|
break;
|
||||||
case PROP_DEBUG_MODE:
|
case PROP_DEBUG_MODE:
|
||||||
g_value_set_boolean (value, priv->debug);
|
g_value_set_boolean (value, priv->debug);
|
||||||
break;
|
break;
|
||||||
|
case PROP_FEATURES:
|
||||||
|
g_value_set_ulong (value, priv->features);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||||
break;
|
break;
|
||||||
@@ -105,6 +227,8 @@ meta_plugin_class_init (MetaPluginClass *klass)
|
|||||||
{
|
{
|
||||||
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
|
||||||
|
|
||||||
|
gobject_class->finalize = meta_plugin_finalize;
|
||||||
|
gobject_class->dispose = meta_plugin_dispose;
|
||||||
gobject_class->set_property = meta_plugin_set_property;
|
gobject_class->set_property = meta_plugin_set_property;
|
||||||
gobject_class->get_property = meta_plugin_get_property;
|
gobject_class->get_property = meta_plugin_get_property;
|
||||||
|
|
||||||
@@ -116,6 +240,31 @@ meta_plugin_class_init (MetaPluginClass *klass)
|
|||||||
META_TYPE_SCREEN,
|
META_TYPE_SCREEN,
|
||||||
G_PARAM_READWRITE));
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
|
g_object_class_install_property (gobject_class,
|
||||||
|
PROP_PARAMS,
|
||||||
|
g_param_spec_string ("params",
|
||||||
|
"Parameters",
|
||||||
|
"Plugin Parameters",
|
||||||
|
NULL,
|
||||||
|
G_PARAM_READWRITE |
|
||||||
|
G_PARAM_CONSTRUCT));
|
||||||
|
|
||||||
|
g_object_class_install_property (gobject_class,
|
||||||
|
PROP_FEATURES,
|
||||||
|
g_param_spec_ulong ("features",
|
||||||
|
"Features",
|
||||||
|
"Plugin Features",
|
||||||
|
0 , G_MAXULONG, 0,
|
||||||
|
G_PARAM_READABLE));
|
||||||
|
|
||||||
|
g_object_class_install_property (gobject_class,
|
||||||
|
PROP_DISABLED,
|
||||||
|
g_param_spec_boolean ("disabled",
|
||||||
|
"Plugin disabled",
|
||||||
|
"Plugin disabled",
|
||||||
|
FALSE,
|
||||||
|
G_PARAM_READWRITE));
|
||||||
|
|
||||||
g_object_class_install_property (gobject_class,
|
g_object_class_install_property (gobject_class,
|
||||||
PROP_DEBUG_MODE,
|
PROP_DEBUG_MODE,
|
||||||
g_param_spec_boolean ("debug-mode",
|
g_param_spec_boolean ("debug-mode",
|
||||||
@@ -135,6 +284,22 @@ meta_plugin_init (MetaPlugin *self)
|
|||||||
self->priv = priv = META_PLUGIN_GET_PRIVATE (self);
|
self->priv = priv = META_PLUGIN_GET_PRIVATE (self);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gulong
|
||||||
|
meta_plugin_features (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return priv->features;
|
||||||
|
}
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
meta_plugin_disabled (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return priv->disabled;
|
||||||
|
}
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
meta_plugin_running (MetaPlugin *plugin)
|
meta_plugin_running (MetaPlugin *plugin)
|
||||||
{
|
{
|
||||||
@@ -162,6 +327,30 @@ meta_plugin_get_info (MetaPlugin *plugin)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ClutterActor *
|
||||||
|
meta_plugin_get_overlay_group (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return meta_get_overlay_group_for_screen (priv->screen);
|
||||||
|
}
|
||||||
|
|
||||||
|
ClutterActor *
|
||||||
|
meta_plugin_get_stage (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return meta_get_stage_for_screen (priv->screen);
|
||||||
|
}
|
||||||
|
|
||||||
|
ClutterActor *
|
||||||
|
meta_plugin_get_window_group (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return meta_get_window_group_for_screen (priv->screen);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* _meta_plugin_effect_started:
|
* _meta_plugin_effect_started:
|
||||||
* @plugin: the plugin
|
* @plugin: the plugin
|
||||||
@@ -182,7 +371,7 @@ meta_plugin_switch_workspace_completed (MetaPlugin *plugin)
|
|||||||
{
|
{
|
||||||
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
MetaScreen *screen = priv->screen;
|
MetaScreen *screen = meta_plugin_get_screen (plugin);
|
||||||
|
|
||||||
if (priv->running-- < 0)
|
if (priv->running-- < 0)
|
||||||
{
|
{
|
||||||
@@ -256,6 +445,80 @@ meta_plugin_destroy_completed (MetaPlugin *plugin,
|
|||||||
meta_plugin_window_effect_completed (plugin, actor, META_PLUGIN_DESTROY);
|
meta_plugin_window_effect_completed (plugin, actor, META_PLUGIN_DESTROY);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_plugin_query_screen_size (MetaPlugin *plugin,
|
||||||
|
int *width,
|
||||||
|
int *height)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
meta_screen_get_size (priv->screen, width, height);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_plugin_set_stage_reactive (MetaPlugin *plugin,
|
||||||
|
gboolean reactive)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
MetaScreen *screen = priv->screen;
|
||||||
|
|
||||||
|
if (reactive)
|
||||||
|
meta_set_stage_input_region (screen, None);
|
||||||
|
else
|
||||||
|
meta_empty_stage_input_region (screen);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_plugin_set_stage_input_area (MetaPlugin *plugin,
|
||||||
|
gint x, gint y, gint width, gint height)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
MetaScreen *screen = priv->screen;
|
||||||
|
MetaDisplay *display = meta_screen_get_display (screen);
|
||||||
|
Display *xdpy = meta_display_get_xdisplay (display);
|
||||||
|
XRectangle rect;
|
||||||
|
XserverRegion region;
|
||||||
|
|
||||||
|
rect.x = x;
|
||||||
|
rect.y = y;
|
||||||
|
rect.width = width;
|
||||||
|
rect.height = height;
|
||||||
|
|
||||||
|
region = XFixesCreateRegion (xdpy, &rect, 1);
|
||||||
|
meta_set_stage_input_region (screen, region);
|
||||||
|
XFixesDestroyRegion (xdpy, region);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_plugin_set_stage_input_region (MetaPlugin *plugin,
|
||||||
|
XserverRegion region)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
MetaScreen *screen = priv->screen;
|
||||||
|
|
||||||
|
meta_set_stage_input_region (screen, region);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* meta_plugin_get_window_actors:
|
||||||
|
* @plugin: A #MetaPlugin
|
||||||
|
*
|
||||||
|
* This function returns all of the #MetaWindowActor objects referenced by Mutter, including
|
||||||
|
* override-redirect windows. The returned list is a snapshot of Mutter's current
|
||||||
|
* stacking order, with the topmost window last.
|
||||||
|
*
|
||||||
|
* The 'restacked' signal of #MetaScreen signals when this value has changed.
|
||||||
|
*
|
||||||
|
* Returns: (transfer none) (element-type MetaWindowActor): Windows in stacking order, topmost last
|
||||||
|
*/
|
||||||
|
GList *
|
||||||
|
meta_plugin_get_window_actors (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
return meta_get_window_actors (priv->screen);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_plugin_begin_modal:
|
* meta_plugin_begin_modal:
|
||||||
* @plugin: a #MetaPlugin
|
* @plugin: a #MetaPlugin
|
||||||
@@ -295,7 +558,7 @@ meta_plugin_begin_modal (MetaPlugin *plugin,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_plugin_end_modal:
|
* meta_plugin_end_modal
|
||||||
* @plugin: a #MetaPlugin
|
* @plugin: a #MetaPlugin
|
||||||
* @timestamp: the time used for releasing grabs
|
* @timestamp: the time used for releasing grabs
|
||||||
*
|
*
|
||||||
@@ -314,6 +577,16 @@ meta_plugin_end_modal (MetaPlugin *plugin,
|
|||||||
meta_end_modal_for_plugin (priv->screen, plugin, timestamp);
|
meta_end_modal_for_plugin (priv->screen, plugin, timestamp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Display *
|
||||||
|
meta_plugin_get_xdisplay (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaPluginPrivate *priv = META_PLUGIN (plugin)->priv;
|
||||||
|
MetaDisplay *display = meta_screen_get_display (priv->screen);
|
||||||
|
Display *xdpy = meta_display_get_xdisplay (display);
|
||||||
|
|
||||||
|
return xdpy;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_plugin_get_screen:
|
* meta_plugin_get_screen:
|
||||||
* @plugin: a #MetaPlugin
|
* @plugin: a #MetaPlugin
|
||||||
@@ -331,3 +604,4 @@ meta_plugin_get_screen (MetaPlugin *plugin)
|
|||||||
|
|
||||||
return priv->screen;
|
return priv->screen;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
#include <cairo.h>
|
#include <cairo.h>
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
#include "meta-window-shape.h"
|
#include "meta-window-shape.h"
|
||||||
#include <meta/meta-shadow-factory.h>
|
#include "meta-shadow-factory.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MetaShadow:
|
* MetaShadow:
|
||||||
@@ -47,8 +47,7 @@ void meta_shadow_paint (MetaShadow *shadow,
|
|||||||
int window_width,
|
int window_width,
|
||||||
int window_height,
|
int window_height,
|
||||||
guint8 opacity,
|
guint8 opacity,
|
||||||
cairo_region_t *clip,
|
cairo_region_t *clip);
|
||||||
gboolean clip_strictly);
|
|
||||||
void meta_shadow_get_bounds (MetaShadow *shadow,
|
void meta_shadow_get_bounds (MetaShadow *shadow,
|
||||||
int window_x,
|
int window_x,
|
||||||
int window_y,
|
int window_y,
|
||||||
@@ -56,8 +55,6 @@ void meta_shadow_get_bounds (MetaShadow *shadow,
|
|||||||
int window_height,
|
int window_height,
|
||||||
cairo_rectangle_int_t *bounds);
|
cairo_rectangle_int_t *bounds);
|
||||||
|
|
||||||
MetaShadowFactory *meta_shadow_factory_new (void);
|
|
||||||
|
|
||||||
MetaShadow *meta_shadow_factory_get_shadow (MetaShadowFactory *factory,
|
MetaShadow *meta_shadow_factory_get_shadow (MetaShadowFactory *factory,
|
||||||
MetaWindowShape *shape,
|
MetaWindowShape *shape,
|
||||||
int width,
|
int width,
|
||||||
|
@@ -5,6 +5,7 @@
|
|||||||
* Create and cache shadow textures for abritrary window shapes
|
* Create and cache shadow textures for abritrary window shapes
|
||||||
*
|
*
|
||||||
* Copyright 2010 Red Hat, Inc.
|
* Copyright 2010 Red Hat, Inc.
|
||||||
|
* Copyright 2010 Intel Corporation
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
@@ -25,7 +26,6 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "cogl-utils.h"
|
|
||||||
#include "meta-shadow-factory-private.h"
|
#include "meta-shadow-factory-private.h"
|
||||||
#include "region-utils.h"
|
#include "region-utils.h"
|
||||||
|
|
||||||
@@ -120,17 +120,17 @@ static guint signals[LAST_SIGNAL] = { 0 };
|
|||||||
/* The first element in this array also defines the default parameters
|
/* The first element in this array also defines the default parameters
|
||||||
* for newly created classes */
|
* for newly created classes */
|
||||||
MetaShadowClassInfo default_shadow_classes[] = {
|
MetaShadowClassInfo default_shadow_classes[] = {
|
||||||
{ "normal", { 6, -1, 0, 3, 255 }, { 3, -1, 0, 3, 128 } },
|
{ "normal", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
{ "dialog", { 6, -1, 0, 3, 255 }, { 3, -1, 0, 3, 128 } },
|
{ "dialog", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
{ "modal_dialog", { 6, -1, 0, 1, 255 }, { 3, -1, 0, 3, 128 } },
|
{ "modal_dialog", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
{ "utility", { 3, -1, 0, 1, 255 }, { 3, -1, 0, 1, 128 } },
|
{ "utility", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
{ "border", { 6, -1, 0, 3, 255 }, { 3, -1, 0, 3, 128 } },
|
{ "border", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
{ "menu", { 6, -1, 0, 3, 255 }, { 3, -1, 0, 0, 128 } },
|
{ "menu", { 12, -1, 0, 8, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
|
|
||||||
{ "popup-menu", { 1, -1, 0, 1, 128 }, { 1, -1, 0, 1, 128 } },
|
{ "popup-menu", { 6, -1, 0, 4, 255 }, { 6, -1, 0, 4, 255 } },
|
||||||
|
|
||||||
{ "dropdown-menu", { 1, 10, 0, 1, 128 }, { 1, 10, 0, 1, 128 } },
|
{ "dropdown-menu", { 6, 25, 0, 4, 255 }, { 6, 100, 0, 4, 255 } },
|
||||||
{ "attached", { 1, -1, 0, 1, 128 }, { 1, -1, 0, 1, 128 } }
|
{ "attached", { 6, 25, 0, 4, 255 }, { 6, 100, 0, 4, 255 } }
|
||||||
};
|
};
|
||||||
|
|
||||||
G_DEFINE_TYPE (MetaShadowFactory, meta_shadow_factory, G_TYPE_OBJECT);
|
G_DEFINE_TYPE (MetaShadowFactory, meta_shadow_factory, G_TYPE_OBJECT);
|
||||||
@@ -189,10 +189,8 @@ meta_shadow_unref (MetaShadow *shadow)
|
|||||||
* @window_width: actual width of the region to paint a shadow for
|
* @window_width: actual width of the region to paint a shadow for
|
||||||
* @window_height: actual height of the region to paint a shadow for
|
* @window_height: actual height of the region to paint a shadow for
|
||||||
* @clip: (allow-none): if non-%NULL specifies the visible portion
|
* @clip: (allow-none): if non-%NULL specifies the visible portion
|
||||||
* of the shadow.
|
* of the shadow. Drawing won't be strictly clipped to this region
|
||||||
* @clip_strictly: if %TRUE, drawing will be clipped strictly
|
* but it will be used to optimize what is drawn.
|
||||||
* to @clip, otherwise, it will be only used to optimize
|
|
||||||
* drawing.
|
|
||||||
*
|
*
|
||||||
* Paints the shadow at the given position, for the specified actual
|
* Paints the shadow at the given position, for the specified actual
|
||||||
* size of the region. (Since a #MetaShadow can be shared between
|
* size of the region. (Since a #MetaShadow can be shared between
|
||||||
@@ -206,8 +204,7 @@ meta_shadow_paint (MetaShadow *shadow,
|
|||||||
int window_width,
|
int window_width,
|
||||||
int window_height,
|
int window_height,
|
||||||
guint8 opacity,
|
guint8 opacity,
|
||||||
cairo_region_t *clip,
|
cairo_region_t *clip)
|
||||||
gboolean clip_strictly)
|
|
||||||
{
|
{
|
||||||
float texture_width = cogl_texture_get_width (shadow->texture);
|
float texture_width = cogl_texture_get_width (shadow->texture);
|
||||||
float texture_height = cogl_texture_get_height (shadow->texture);
|
float texture_height = cogl_texture_get_height (shadow->texture);
|
||||||
@@ -279,9 +276,6 @@ meta_shadow_paint (MetaShadow *shadow,
|
|||||||
dest_rect.y = dest_y[j];
|
dest_rect.y = dest_y[j];
|
||||||
dest_rect.height = dest_y[j + 1] - dest_y[j];
|
dest_rect.height = dest_y[j + 1] - dest_y[j];
|
||||||
|
|
||||||
if (dest_rect.height == 0)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
for (i = 0; i < n_x; i++)
|
for (i = 0; i < n_x; i++)
|
||||||
{
|
{
|
||||||
cairo_region_overlap_t overlap;
|
cairo_region_overlap_t overlap;
|
||||||
@@ -289,64 +283,16 @@ meta_shadow_paint (MetaShadow *shadow,
|
|||||||
dest_rect.x = dest_x[i];
|
dest_rect.x = dest_x[i];
|
||||||
dest_rect.width = dest_x[i + 1] - dest_x[i];
|
dest_rect.width = dest_x[i + 1] - dest_x[i];
|
||||||
|
|
||||||
if (dest_rect.width == 0)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if (clip)
|
if (clip)
|
||||||
overlap = cairo_region_contains_rectangle (clip, &dest_rect);
|
overlap = cairo_region_contains_rectangle (clip, &dest_rect);
|
||||||
else
|
else
|
||||||
overlap = CAIRO_REGION_OVERLAP_IN;
|
overlap = CAIRO_REGION_OVERLAP_PART;
|
||||||
|
|
||||||
/* There's quite a bit of overhead from allocating a new
|
if (overlap != CAIRO_REGION_OVERLAP_OUT)
|
||||||
* region in order to find an exact intersection and
|
cogl_rectangle_with_texture_coords (dest_x[i], dest_y[j],
|
||||||
* generating more geometry - we make the assumption that
|
dest_x[i + 1], dest_y[j + 1],
|
||||||
* unless we have to clip strictly it will be cheaper to
|
src_x[i], src_y[j],
|
||||||
* just draw the entire rectangle.
|
src_x[i + 1], src_y[j + 1]);
|
||||||
*/
|
|
||||||
if (overlap == CAIRO_REGION_OVERLAP_IN ||
|
|
||||||
(overlap == CAIRO_REGION_OVERLAP_PART && !clip_strictly))
|
|
||||||
{
|
|
||||||
cogl_rectangle_with_texture_coords (dest_x[i], dest_y[j],
|
|
||||||
dest_x[i + 1], dest_y[j + 1],
|
|
||||||
src_x[i], src_y[j],
|
|
||||||
src_x[i + 1], src_y[j + 1]);
|
|
||||||
}
|
|
||||||
else if (overlap == CAIRO_REGION_OVERLAP_PART)
|
|
||||||
{
|
|
||||||
cairo_region_t *intersection;
|
|
||||||
int n_rectangles, k;
|
|
||||||
|
|
||||||
intersection = cairo_region_create_rectangle (&dest_rect);
|
|
||||||
cairo_region_intersect (intersection, clip);
|
|
||||||
|
|
||||||
n_rectangles = cairo_region_num_rectangles (intersection);
|
|
||||||
for (k = 0; k < n_rectangles; k++)
|
|
||||||
{
|
|
||||||
cairo_rectangle_int_t rect;
|
|
||||||
float src_x1, src_x2, src_y1, src_y2;
|
|
||||||
|
|
||||||
cairo_region_get_rectangle (intersection, k, &rect);
|
|
||||||
|
|
||||||
/* Separately linear interpolate X and Y coordinates in the source
|
|
||||||
* based on the destination X and Y coordinates */
|
|
||||||
|
|
||||||
src_x1 = (src_x[i] * (dest_rect.x + dest_rect.width - rect.x) +
|
|
||||||
src_x[i + 1] * (rect.x - dest_rect.x)) / dest_rect.width;
|
|
||||||
src_x2 = (src_x[i] * (dest_rect.x + dest_rect.width - (rect.x + rect.width)) +
|
|
||||||
src_x[i + 1] * (rect.x + rect.width - dest_rect.x)) / dest_rect.width;
|
|
||||||
|
|
||||||
src_y1 = (src_y[j] * (dest_rect.y + dest_rect.height - rect.y) +
|
|
||||||
src_y[j + 1] * (rect.y - dest_rect.y)) / dest_rect.height;
|
|
||||||
src_y2 = (src_y[j] * (dest_rect.y + dest_rect.height - (rect.y + rect.height)) +
|
|
||||||
src_y[j + 1] * (rect.y + rect.height - dest_rect.y)) / dest_rect.height;
|
|
||||||
|
|
||||||
cogl_rectangle_with_texture_coords (rect.x, rect.y,
|
|
||||||
rect.x + rect.width, rect.y + rect.height,
|
|
||||||
src_x1, src_y1, src_x2, src_y2);
|
|
||||||
}
|
|
||||||
|
|
||||||
cairo_region_destroy (intersection);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -360,7 +306,7 @@ meta_shadow_paint (MetaShadow *shadow,
|
|||||||
* @window_height: actual height of the region to paint a shadow for
|
* @window_height: actual height of the region to paint a shadow for
|
||||||
*
|
*
|
||||||
* Computes the bounds of the pixels that will be affected by
|
* Computes the bounds of the pixels that will be affected by
|
||||||
* meta_shadow_paint()
|
* meta_shadow_paints()
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
meta_shadow_get_bounds (MetaShadow *shadow,
|
meta_shadow_get_bounds (MetaShadow *shadow,
|
||||||
@@ -371,7 +317,7 @@ meta_shadow_get_bounds (MetaShadow *shadow,
|
|||||||
cairo_rectangle_int_t *bounds)
|
cairo_rectangle_int_t *bounds)
|
||||||
{
|
{
|
||||||
bounds->x = window_x - shadow->outer_border_left;
|
bounds->x = window_x - shadow->outer_border_left;
|
||||||
bounds->y = window_y - shadow->outer_border_top;
|
bounds->y = window_x - shadow->outer_border_top;
|
||||||
bounds->width = window_width + shadow->outer_border_left + shadow->outer_border_right;
|
bounds->width = window_width + shadow->outer_border_left + shadow->outer_border_right;
|
||||||
bounds->height = window_height + shadow->outer_border_top + shadow->outer_border_bottom;
|
bounds->height = window_height + shadow->outer_border_top + shadow->outer_border_bottom;
|
||||||
}
|
}
|
||||||
@@ -442,7 +388,8 @@ meta_shadow_factory_class_init (MetaShadowFactoryClass *klass)
|
|||||||
G_TYPE_FROM_CLASS (object_class),
|
G_TYPE_FROM_CLASS (object_class),
|
||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
0,
|
0,
|
||||||
NULL, NULL, NULL,
|
NULL, NULL,
|
||||||
|
g_cclosure_marshal_VOID__VOID,
|
||||||
G_TYPE_NONE, 0);
|
G_TYPE_NONE, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -694,6 +641,49 @@ flip_buffer (guchar *buffer,
|
|||||||
#undef BLOCK_SIZE
|
#undef BLOCK_SIZE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Creates a material with a single layer. Using a common template
|
||||||
|
* allows sharing a shader between all shadows. To share the same
|
||||||
|
* shader with all other materials that are just texture plus
|
||||||
|
* opacity would require cogl fixes. Based on
|
||||||
|
* gnome-shell/src/st/_st_create_texture_material.c
|
||||||
|
*/
|
||||||
|
static CoglHandle
|
||||||
|
create_texture_material (CoglHandle src_texture)
|
||||||
|
{
|
||||||
|
static CoglHandle texture_material_template = COGL_INVALID_HANDLE;
|
||||||
|
CoglHandle material;
|
||||||
|
|
||||||
|
g_return_val_if_fail (src_texture != COGL_INVALID_HANDLE,
|
||||||
|
COGL_INVALID_HANDLE);
|
||||||
|
|
||||||
|
/* We use a material that has a dummy texture as a base for all
|
||||||
|
texture materials. The idea is that only the Cogl texture object
|
||||||
|
would be different in the children so it is likely that Cogl will
|
||||||
|
be able to share GL programs between all the textures. */
|
||||||
|
if (G_UNLIKELY (texture_material_template == COGL_INVALID_HANDLE))
|
||||||
|
{
|
||||||
|
static const guint8 white_pixel[] = { 0xff, 0xff, 0xff, 0xff };
|
||||||
|
CoglHandle dummy_texture;
|
||||||
|
|
||||||
|
dummy_texture =
|
||||||
|
cogl_texture_new_from_data (1, 1,
|
||||||
|
COGL_TEXTURE_NONE,
|
||||||
|
COGL_PIXEL_FORMAT_RGBA_8888_PRE,
|
||||||
|
COGL_PIXEL_FORMAT_ANY,
|
||||||
|
4, white_pixel);
|
||||||
|
|
||||||
|
texture_material_template = cogl_material_new ();
|
||||||
|
cogl_material_set_layer (texture_material_template, 0, dummy_texture);
|
||||||
|
cogl_handle_unref (dummy_texture);
|
||||||
|
}
|
||||||
|
|
||||||
|
material = cogl_material_copy (texture_material_template);
|
||||||
|
|
||||||
|
cogl_material_set_layer (material, 0, src_texture);
|
||||||
|
|
||||||
|
return material;
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
make_shadow (MetaShadow *shadow,
|
make_shadow (MetaShadow *shadow,
|
||||||
cairo_region_t *region)
|
cairo_region_t *region)
|
||||||
@@ -785,7 +775,7 @@ make_shadow (MetaShadow *shadow,
|
|||||||
|
|
||||||
/* We offset the passed in pixels to crop off the extra area we allocated at the top
|
/* We offset the passed in pixels to crop off the extra area we allocated at the top
|
||||||
* in the case of top_fade >= 0. We also account for padding at the left for symmetry
|
* in the case of top_fade >= 0. We also account for padding at the left for symmetry
|
||||||
* though that doesn't currently occur.
|
* though that doesn't currnetly occur.
|
||||||
*/
|
*/
|
||||||
shadow->texture = cogl_texture_new_from_data (shadow->outer_border_left + extents.width + shadow->outer_border_right,
|
shadow->texture = cogl_texture_new_from_data (shadow->outer_border_left + extents.width + shadow->outer_border_right,
|
||||||
shadow->outer_border_top + extents.height + shadow->outer_border_bottom,
|
shadow->outer_border_top + extents.height + shadow->outer_border_bottom,
|
||||||
@@ -801,7 +791,7 @@ make_shadow (MetaShadow *shadow,
|
|||||||
cairo_region_destroy (column_convolve_region);
|
cairo_region_destroy (column_convolve_region);
|
||||||
g_free (buffer);
|
g_free (buffer);
|
||||||
|
|
||||||
shadow->material = meta_create_texture_material (shadow->texture);
|
shadow->material = create_texture_material (shadow->texture);
|
||||||
}
|
}
|
||||||
|
|
||||||
static MetaShadowParams *
|
static MetaShadowParams *
|
||||||
|
@@ -1,13 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* shaped texture
|
* shaped texture
|
||||||
*
|
*
|
||||||
* An actor to draw a masked texture.
|
* An actor to draw a texture clipped to a list of rectangles
|
||||||
*
|
*
|
||||||
* Authored By Neil Roberts <neil@linux.intel.com>
|
* Authored By Neil Roberts <neil@linux.intel.com>
|
||||||
* and Jasper St. Pierre <jstpierre@mecheye.net>
|
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008 Intel Corporation
|
* Copyright (C) 2008 Intel Corporation
|
||||||
* Copyright (C) 2012 Red Hat, Inc.
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License as
|
* modify it under the terms of the GNU General Public License as
|
||||||
@@ -27,37 +25,37 @@
|
|||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#define CLUTTER_ENABLE_EXPERIMENTAL_API
|
#include "meta-shaped-texture.h"
|
||||||
#define COGL_ENABLE_EXPERIMENTAL_API
|
|
||||||
|
|
||||||
#include <meta/meta-shaped-texture.h>
|
|
||||||
#include "meta-texture-tower.h"
|
#include "meta-texture-tower.h"
|
||||||
|
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
#include <cogl/cogl.h>
|
#include <cogl/cogl.h>
|
||||||
#include <cogl/cogl-texture-pixmap-x11.h>
|
#include <string.h>
|
||||||
#include <gdk/gdk.h> /* for gdk_rectangle_intersect() */
|
|
||||||
|
|
||||||
static void meta_shaped_texture_dispose (GObject *object);
|
static void meta_shaped_texture_dispose (GObject *object);
|
||||||
|
static void meta_shaped_texture_finalize (GObject *object);
|
||||||
|
static void meta_shaped_texture_notify (GObject *object,
|
||||||
|
GParamSpec *pspec);
|
||||||
|
|
||||||
static void meta_shaped_texture_paint (ClutterActor *actor);
|
static void meta_shaped_texture_paint (ClutterActor *actor);
|
||||||
static void meta_shaped_texture_pick (ClutterActor *actor,
|
static void meta_shaped_texture_pick (ClutterActor *actor,
|
||||||
const ClutterColor *color);
|
const ClutterColor *color);
|
||||||
|
|
||||||
static void meta_shaped_texture_get_preferred_width (ClutterActor *self,
|
static void meta_shaped_texture_update_area (ClutterX11TexturePixmap *texture,
|
||||||
gfloat for_height,
|
int x,
|
||||||
gfloat *min_width_p,
|
int y,
|
||||||
gfloat *natural_width_p);
|
int width,
|
||||||
|
int height);
|
||||||
|
|
||||||
static void meta_shaped_texture_get_preferred_height (ClutterActor *self,
|
static void meta_shaped_texture_dirty_mask (MetaShapedTexture *stex);
|
||||||
gfloat for_width,
|
|
||||||
gfloat *min_height_p,
|
|
||||||
gfloat *natural_height_p);
|
|
||||||
|
|
||||||
static gboolean meta_shaped_texture_get_paint_volume (ClutterActor *self, ClutterPaintVolume *volume);
|
|
||||||
|
|
||||||
|
#ifdef HAVE_GLX_TEXTURE_PIXMAP
|
||||||
G_DEFINE_TYPE (MetaShapedTexture, meta_shaped_texture,
|
G_DEFINE_TYPE (MetaShapedTexture, meta_shaped_texture,
|
||||||
CLUTTER_TYPE_ACTOR);
|
CLUTTER_GLX_TYPE_TEXTURE_PIXMAP);
|
||||||
|
#else /* HAVE_GLX_TEXTURE_PIXMAP */
|
||||||
|
G_DEFINE_TYPE (MetaShapedTexture, meta_shaped_texture,
|
||||||
|
CLUTTER_X11_TYPE_TEXTURE_PIXMAP);
|
||||||
|
#endif /* HAVE_GLX_TEXTURE_PIXMAP */
|
||||||
|
|
||||||
#define META_SHAPED_TEXTURE_GET_PRIVATE(obj) \
|
#define META_SHAPED_TEXTURE_GET_PRIVATE(obj) \
|
||||||
(G_TYPE_INSTANCE_GET_PRIVATE ((obj), META_TYPE_SHAPED_TEXTURE, \
|
(G_TYPE_INSTANCE_GET_PRIVATE ((obj), META_TYPE_SHAPED_TEXTURE, \
|
||||||
@@ -66,15 +64,15 @@ G_DEFINE_TYPE (MetaShapedTexture, meta_shaped_texture,
|
|||||||
struct _MetaShapedTexturePrivate
|
struct _MetaShapedTexturePrivate
|
||||||
{
|
{
|
||||||
MetaTextureTower *paint_tower;
|
MetaTextureTower *paint_tower;
|
||||||
Pixmap pixmap;
|
|
||||||
CoglHandle texture;
|
|
||||||
CoglHandle mask_texture;
|
CoglHandle mask_texture;
|
||||||
CoglHandle material;
|
CoglHandle material;
|
||||||
CoglHandle material_unshaped;
|
CoglHandle material_unshaped;
|
||||||
|
|
||||||
cairo_region_t *clip_region;
|
cairo_region_t *clip_region;
|
||||||
|
|
||||||
guint tex_width, tex_height;
|
guint mask_width, mask_height;
|
||||||
|
|
||||||
|
GArray *rectangles;
|
||||||
|
|
||||||
guint create_mipmaps : 1;
|
guint create_mipmaps : 1;
|
||||||
};
|
};
|
||||||
@@ -84,14 +82,16 @@ meta_shaped_texture_class_init (MetaShapedTextureClass *klass)
|
|||||||
{
|
{
|
||||||
GObjectClass *gobject_class = (GObjectClass *) klass;
|
GObjectClass *gobject_class = (GObjectClass *) klass;
|
||||||
ClutterActorClass *actor_class = (ClutterActorClass *) klass;
|
ClutterActorClass *actor_class = (ClutterActorClass *) klass;
|
||||||
|
ClutterX11TexturePixmapClass *x11_texture_class = (ClutterX11TexturePixmapClass *) klass;
|
||||||
|
|
||||||
gobject_class->dispose = meta_shaped_texture_dispose;
|
gobject_class->dispose = meta_shaped_texture_dispose;
|
||||||
|
gobject_class->finalize = meta_shaped_texture_finalize;
|
||||||
|
gobject_class->notify = meta_shaped_texture_notify;
|
||||||
|
|
||||||
actor_class->get_preferred_width = meta_shaped_texture_get_preferred_width;
|
|
||||||
actor_class->get_preferred_height = meta_shaped_texture_get_preferred_height;
|
|
||||||
actor_class->paint = meta_shaped_texture_paint;
|
actor_class->paint = meta_shaped_texture_paint;
|
||||||
actor_class->pick = meta_shaped_texture_pick;
|
actor_class->pick = meta_shaped_texture_pick;
|
||||||
actor_class->get_paint_volume = meta_shaped_texture_get_paint_volume;
|
|
||||||
|
x11_texture_class->update_area = meta_shaped_texture_update_area;
|
||||||
|
|
||||||
g_type_class_add_private (klass, sizeof (MetaShapedTexturePrivate));
|
g_type_class_add_private (klass, sizeof (MetaShapedTexturePrivate));
|
||||||
}
|
}
|
||||||
@@ -103,8 +103,9 @@ meta_shaped_texture_init (MetaShapedTexture *self)
|
|||||||
|
|
||||||
priv = self->priv = META_SHAPED_TEXTURE_GET_PRIVATE (self);
|
priv = self->priv = META_SHAPED_TEXTURE_GET_PRIVATE (self);
|
||||||
|
|
||||||
|
priv->rectangles = g_array_new (FALSE, FALSE, sizeof (XRectangle));
|
||||||
|
|
||||||
priv->paint_tower = meta_texture_tower_new ();
|
priv->paint_tower = meta_texture_tower_new ();
|
||||||
priv->texture = COGL_INVALID_HANDLE;
|
|
||||||
priv->mask_texture = COGL_INVALID_HANDLE;
|
priv->mask_texture = COGL_INVALID_HANDLE;
|
||||||
priv->create_mipmaps = TRUE;
|
priv->create_mipmaps = TRUE;
|
||||||
}
|
}
|
||||||
@@ -119,6 +120,8 @@ meta_shaped_texture_dispose (GObject *object)
|
|||||||
meta_texture_tower_free (priv->paint_tower);
|
meta_texture_tower_free (priv->paint_tower);
|
||||||
priv->paint_tower = NULL;
|
priv->paint_tower = NULL;
|
||||||
|
|
||||||
|
meta_shaped_texture_dirty_mask (self);
|
||||||
|
|
||||||
if (priv->material != COGL_INVALID_HANDLE)
|
if (priv->material != COGL_INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
cogl_handle_unref (priv->material);
|
cogl_handle_unref (priv->material);
|
||||||
@@ -129,18 +132,163 @@ meta_shaped_texture_dispose (GObject *object)
|
|||||||
cogl_handle_unref (priv->material_unshaped);
|
cogl_handle_unref (priv->material_unshaped);
|
||||||
priv->material_unshaped = COGL_INVALID_HANDLE;
|
priv->material_unshaped = COGL_INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
if (priv->texture != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
cogl_handle_unref (priv->texture);
|
|
||||||
priv->texture = COGL_INVALID_HANDLE;
|
|
||||||
}
|
|
||||||
|
|
||||||
meta_shaped_texture_set_mask_texture (self, COGL_INVALID_HANDLE);
|
|
||||||
meta_shaped_texture_set_clip_region (self, NULL);
|
meta_shaped_texture_set_clip_region (self, NULL);
|
||||||
|
|
||||||
G_OBJECT_CLASS (meta_shaped_texture_parent_class)->dispose (object);
|
G_OBJECT_CLASS (meta_shaped_texture_parent_class)->dispose (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_shaped_texture_finalize (GObject *object)
|
||||||
|
{
|
||||||
|
MetaShapedTexture *self = (MetaShapedTexture *) object;
|
||||||
|
MetaShapedTexturePrivate *priv = self->priv;
|
||||||
|
|
||||||
|
g_array_free (priv->rectangles, TRUE);
|
||||||
|
|
||||||
|
G_OBJECT_CLASS (meta_shaped_texture_parent_class)->finalize (object);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_shaped_texture_notify (GObject *object,
|
||||||
|
GParamSpec *pspec)
|
||||||
|
{
|
||||||
|
if (G_OBJECT_CLASS (meta_shaped_texture_parent_class)->notify)
|
||||||
|
G_OBJECT_CLASS (meta_shaped_texture_parent_class)->notify (object, pspec);
|
||||||
|
|
||||||
|
/* It seems like we could just do this out of update_area(), but unfortunately,
|
||||||
|
* clutter_glx_texture_pixmap() doesn't call through the vtable on the
|
||||||
|
* initial update_area, so we need to look for changes to the texture
|
||||||
|
* explicitly.
|
||||||
|
*/
|
||||||
|
if (strcmp (pspec->name, "cogl-texture") == 0)
|
||||||
|
{
|
||||||
|
MetaShapedTexture *stex = (MetaShapedTexture *) object;
|
||||||
|
MetaShapedTexturePrivate *priv = stex->priv;
|
||||||
|
|
||||||
|
meta_shaped_texture_clear (stex);
|
||||||
|
|
||||||
|
if (priv->create_mipmaps)
|
||||||
|
meta_texture_tower_set_base_texture (priv->paint_tower,
|
||||||
|
clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (stex)));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_shaped_texture_dirty_mask (MetaShapedTexture *stex)
|
||||||
|
{
|
||||||
|
MetaShapedTexturePrivate *priv = stex->priv;
|
||||||
|
|
||||||
|
if (priv->mask_texture != COGL_INVALID_HANDLE)
|
||||||
|
{
|
||||||
|
GLuint mask_gl_tex;
|
||||||
|
GLenum mask_gl_target;
|
||||||
|
|
||||||
|
cogl_texture_get_gl_texture (priv->mask_texture,
|
||||||
|
&mask_gl_tex, &mask_gl_target);
|
||||||
|
|
||||||
|
if (mask_gl_target == GL_TEXTURE_RECTANGLE_ARB)
|
||||||
|
glDeleteTextures (1, &mask_gl_tex);
|
||||||
|
|
||||||
|
cogl_handle_unref (priv->mask_texture);
|
||||||
|
priv->mask_texture = COGL_INVALID_HANDLE;
|
||||||
|
|
||||||
|
if (priv->material != COGL_INVALID_HANDLE)
|
||||||
|
cogl_material_set_layer (priv->material, 1, COGL_INVALID_HANDLE);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
meta_shaped_texture_ensure_mask (MetaShapedTexture *stex)
|
||||||
|
{
|
||||||
|
MetaShapedTexturePrivate *priv = stex->priv;
|
||||||
|
CoglHandle paint_tex;
|
||||||
|
guint tex_width, tex_height;
|
||||||
|
|
||||||
|
paint_tex = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (stex));
|
||||||
|
|
||||||
|
if (paint_tex == COGL_INVALID_HANDLE)
|
||||||
|
return;
|
||||||
|
|
||||||
|
tex_width = cogl_texture_get_width (paint_tex);
|
||||||
|
tex_height = cogl_texture_get_height (paint_tex);
|
||||||
|
|
||||||
|
/* If the mask texture we have was created for a different size then
|
||||||
|
recreate it */
|
||||||
|
if (priv->mask_texture != COGL_INVALID_HANDLE
|
||||||
|
&& (priv->mask_width != tex_width || priv->mask_height != tex_height))
|
||||||
|
meta_shaped_texture_dirty_mask (stex);
|
||||||
|
|
||||||
|
/* If we don't have a mask texture yet then create one */
|
||||||
|
if (priv->mask_texture == COGL_INVALID_HANDLE)
|
||||||
|
{
|
||||||
|
guchar *mask_data;
|
||||||
|
const XRectangle *rect;
|
||||||
|
GLenum paint_gl_target;
|
||||||
|
|
||||||
|
/* Create data for an empty image */
|
||||||
|
mask_data = g_malloc0 (tex_width * tex_height);
|
||||||
|
|
||||||
|
/* Cut out a hole for each rectangle */
|
||||||
|
for (rect = (XRectangle *) priv->rectangles->data
|
||||||
|
+ priv->rectangles->len;
|
||||||
|
rect-- > (XRectangle *) priv->rectangles->data;)
|
||||||
|
{
|
||||||
|
gint x1 = rect->x, x2 = x1 + rect->width;
|
||||||
|
gint y1 = rect->y, y2 = y1 + rect->height;
|
||||||
|
guchar *p;
|
||||||
|
|
||||||
|
/* Clip the rectangle to the size of the texture */
|
||||||
|
x1 = CLAMP (x1, 0, (gint) tex_width - 1);
|
||||||
|
x2 = CLAMP (x2, x1, (gint) tex_width);
|
||||||
|
y1 = CLAMP (y1, 0, (gint) tex_height - 1);
|
||||||
|
y2 = CLAMP (y2, y1, (gint) tex_height);
|
||||||
|
|
||||||
|
/* Fill the rectangle */
|
||||||
|
for (p = mask_data + y1 * tex_width + x1;
|
||||||
|
y1 < y2;
|
||||||
|
y1++, p += tex_width)
|
||||||
|
memset (p, 255, x2 - x1);
|
||||||
|
}
|
||||||
|
|
||||||
|
cogl_texture_get_gl_texture (paint_tex, NULL, &paint_gl_target);
|
||||||
|
|
||||||
|
if (paint_gl_target == GL_TEXTURE_RECTANGLE_ARB)
|
||||||
|
{
|
||||||
|
GLuint tex;
|
||||||
|
|
||||||
|
glGenTextures (1, &tex);
|
||||||
|
glBindTexture (GL_TEXTURE_RECTANGLE_ARB, tex);
|
||||||
|
glPixelStorei (GL_UNPACK_ROW_LENGTH, tex_width);
|
||||||
|
glPixelStorei (GL_UNPACK_ALIGNMENT, 1);
|
||||||
|
glPixelStorei (GL_UNPACK_SKIP_ROWS, 0);
|
||||||
|
glPixelStorei (GL_UNPACK_SKIP_PIXELS, 0);
|
||||||
|
glTexImage2D (GL_TEXTURE_RECTANGLE_ARB, 0,
|
||||||
|
GL_ALPHA, tex_width, tex_height,
|
||||||
|
0, GL_ALPHA, GL_UNSIGNED_BYTE, mask_data);
|
||||||
|
|
||||||
|
priv->mask_texture
|
||||||
|
= cogl_texture_new_from_foreign (tex,
|
||||||
|
GL_TEXTURE_RECTANGLE_ARB,
|
||||||
|
tex_width, tex_height,
|
||||||
|
0, 0,
|
||||||
|
COGL_PIXEL_FORMAT_A_8);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
priv->mask_texture = cogl_texture_new_from_data (tex_width, tex_height,
|
||||||
|
COGL_TEXTURE_NONE,
|
||||||
|
COGL_PIXEL_FORMAT_A_8,
|
||||||
|
COGL_PIXEL_FORMAT_ANY,
|
||||||
|
tex_width,
|
||||||
|
mask_data);
|
||||||
|
|
||||||
|
g_free (mask_data);
|
||||||
|
|
||||||
|
priv->mask_width = tex_width;
|
||||||
|
priv->mask_height = tex_height;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_shaped_texture_paint (ClutterActor *actor)
|
meta_shaped_texture_paint (ClutterActor *actor)
|
||||||
{
|
{
|
||||||
@@ -179,20 +327,20 @@ meta_shaped_texture_paint (ClutterActor *actor)
|
|||||||
if (priv->create_mipmaps)
|
if (priv->create_mipmaps)
|
||||||
paint_tex = meta_texture_tower_get_paint_texture (priv->paint_tower);
|
paint_tex = meta_texture_tower_get_paint_texture (priv->paint_tower);
|
||||||
else
|
else
|
||||||
paint_tex = priv->texture;
|
paint_tex = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (stex));
|
||||||
|
|
||||||
if (paint_tex == COGL_INVALID_HANDLE)
|
if (paint_tex == COGL_INVALID_HANDLE)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
tex_width = priv->tex_width;
|
tex_width = cogl_texture_get_width (paint_tex);
|
||||||
tex_height = priv->tex_height;
|
tex_height = cogl_texture_get_height (paint_tex);
|
||||||
|
|
||||||
if (tex_width == 0 || tex_height == 0) /* no contents yet */
|
if (tex_width == 0 || tex_height == 0) /* no contents yet */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (priv->mask_texture == COGL_INVALID_HANDLE)
|
if (priv->rectangles->len < 1)
|
||||||
{
|
{
|
||||||
/* Use a single-layer texture if we don't have a mask. */
|
/* If there are no rectangles use a single-layer texture */
|
||||||
|
|
||||||
if (priv->material_unshaped == COGL_INVALID_HANDLE)
|
if (priv->material_unshaped == COGL_INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
@@ -205,6 +353,8 @@ meta_shaped_texture_paint (ClutterActor *actor)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
meta_shaped_texture_ensure_mask (stex);
|
||||||
|
|
||||||
if (priv->material == COGL_INVALID_HANDLE)
|
if (priv->material == COGL_INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
if (G_UNLIKELY (material_template == COGL_INVALID_HANDLE))
|
if (G_UNLIKELY (material_template == COGL_INVALID_HANDLE))
|
||||||
@@ -238,7 +388,6 @@ meta_shaped_texture_paint (ClutterActor *actor)
|
|||||||
{
|
{
|
||||||
int n_rects;
|
int n_rects;
|
||||||
int i;
|
int i;
|
||||||
cairo_rectangle_int_t tex_rect = { 0, 0, tex_width, tex_height };
|
|
||||||
|
|
||||||
/* Limit to how many separate rectangles we'll draw; beyond this just
|
/* Limit to how many separate rectangles we'll draw; beyond this just
|
||||||
* fall back and draw the whole thing */
|
* fall back and draw the whole thing */
|
||||||
@@ -256,9 +405,6 @@ meta_shaped_texture_paint (ClutterActor *actor)
|
|||||||
|
|
||||||
cairo_region_get_rectangle (priv->clip_region, i, &rect);
|
cairo_region_get_rectangle (priv->clip_region, i, &rect);
|
||||||
|
|
||||||
if (!gdk_rectangle_intersect (&tex_rect, &rect, &rect))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
x1 = rect.x;
|
x1 = rect.x;
|
||||||
y1 = rect.y;
|
y1 = rect.y;
|
||||||
x2 = rect.x + rect.width;
|
x2 = rect.x + rect.width;
|
||||||
@@ -294,8 +440,8 @@ meta_shaped_texture_pick (ClutterActor *actor,
|
|||||||
MetaShapedTexture *stex = (MetaShapedTexture *) actor;
|
MetaShapedTexture *stex = (MetaShapedTexture *) actor;
|
||||||
MetaShapedTexturePrivate *priv = stex->priv;
|
MetaShapedTexturePrivate *priv = stex->priv;
|
||||||
|
|
||||||
/* If there is no region then use the regular pick */
|
/* If there are no rectangles then use the regular pick */
|
||||||
if (priv->mask_texture == COGL_INVALID_HANDLE)
|
if (priv->rectangles->len < 1)
|
||||||
CLUTTER_ACTOR_CLASS (meta_shaped_texture_parent_class)
|
CLUTTER_ACTOR_CLASS (meta_shaped_texture_parent_class)
|
||||||
->pick (actor, color);
|
->pick (actor, color);
|
||||||
else if (clutter_actor_should_pick_paint (actor))
|
else if (clutter_actor_should_pick_paint (actor))
|
||||||
@@ -304,7 +450,7 @@ meta_shaped_texture_pick (ClutterActor *actor,
|
|||||||
ClutterActorBox alloc;
|
ClutterActorBox alloc;
|
||||||
guint tex_width, tex_height;
|
guint tex_width, tex_height;
|
||||||
|
|
||||||
paint_tex = priv->texture;
|
paint_tex = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (stex));
|
||||||
|
|
||||||
if (paint_tex == COGL_INVALID_HANDLE)
|
if (paint_tex == COGL_INVALID_HANDLE)
|
||||||
return;
|
return;
|
||||||
@@ -315,6 +461,8 @@ meta_shaped_texture_pick (ClutterActor *actor,
|
|||||||
if (tex_width == 0 || tex_height == 0) /* no contents yet */
|
if (tex_width == 0 || tex_height == 0) /* no contents yet */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
meta_shaped_texture_ensure_mask (stex);
|
||||||
|
|
||||||
cogl_set_source_color4ub (color->red, color->green, color->blue,
|
cogl_set_source_color4ub (color->red, color->green, color->blue,
|
||||||
color->alpha);
|
color->alpha);
|
||||||
|
|
||||||
@@ -330,48 +478,19 @@ meta_shaped_texture_pick (ClutterActor *actor,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_shaped_texture_get_preferred_width (ClutterActor *self,
|
meta_shaped_texture_update_area (ClutterX11TexturePixmap *texture,
|
||||||
gfloat for_height,
|
int x,
|
||||||
gfloat *min_width_p,
|
int y,
|
||||||
gfloat *natural_width_p)
|
int width,
|
||||||
|
int height)
|
||||||
{
|
{
|
||||||
MetaShapedTexturePrivate *priv;
|
MetaShapedTexture *stex = (MetaShapedTexture *) texture;
|
||||||
|
MetaShapedTexturePrivate *priv = stex->priv;
|
||||||
|
|
||||||
g_return_if_fail (META_IS_SHAPED_TEXTURE (self));
|
CLUTTER_X11_TEXTURE_PIXMAP_CLASS (meta_shaped_texture_parent_class)->update_area (texture,
|
||||||
|
x, y, width, height);
|
||||||
|
|
||||||
priv = META_SHAPED_TEXTURE (self)->priv;
|
meta_texture_tower_update_area (priv->paint_tower, x, y, width, height);
|
||||||
|
|
||||||
if (min_width_p)
|
|
||||||
*min_width_p = 0;
|
|
||||||
|
|
||||||
if (natural_width_p)
|
|
||||||
*natural_width_p = priv->tex_width;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
meta_shaped_texture_get_preferred_height (ClutterActor *self,
|
|
||||||
gfloat for_width,
|
|
||||||
gfloat *min_height_p,
|
|
||||||
gfloat *natural_height_p)
|
|
||||||
{
|
|
||||||
MetaShapedTexturePrivate *priv;
|
|
||||||
|
|
||||||
g_return_if_fail (META_IS_SHAPED_TEXTURE (self));
|
|
||||||
|
|
||||||
priv = META_SHAPED_TEXTURE (self)->priv;
|
|
||||||
|
|
||||||
if (min_height_p)
|
|
||||||
*min_height_p = 0;
|
|
||||||
|
|
||||||
if (natural_height_p)
|
|
||||||
*natural_height_p = priv->tex_height;
|
|
||||||
}
|
|
||||||
|
|
||||||
static gboolean
|
|
||||||
meta_shaped_texture_get_paint_volume (ClutterActor *self,
|
|
||||||
ClutterPaintVolume *volume)
|
|
||||||
{
|
|
||||||
return clutter_paint_volume_set_from_allocation (volume, self);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ClutterActor *
|
ClutterActor *
|
||||||
@@ -397,16 +516,34 @@ meta_shaped_texture_set_create_mipmaps (MetaShapedTexture *stex,
|
|||||||
if (create_mipmaps != priv->create_mipmaps)
|
if (create_mipmaps != priv->create_mipmaps)
|
||||||
{
|
{
|
||||||
CoglHandle base_texture;
|
CoglHandle base_texture;
|
||||||
|
|
||||||
priv->create_mipmaps = create_mipmaps;
|
priv->create_mipmaps = create_mipmaps;
|
||||||
|
|
||||||
base_texture = create_mipmaps ?
|
base_texture = create_mipmaps ?
|
||||||
priv->texture : COGL_INVALID_HANDLE;
|
clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (stex)) : COGL_INVALID_HANDLE;
|
||||||
|
|
||||||
meta_texture_tower_set_base_texture (priv->paint_tower, base_texture);
|
meta_texture_tower_set_base_texture (priv->paint_tower, base_texture);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This is a workaround for deficiencies in the hack tower:
|
||||||
|
*
|
||||||
|
* When we call clutter_x11_texture_pixmap_set_pixmap(tp, None),
|
||||||
|
* ClutterX11TexturePixmap knows that it has to get rid of the old texture, but
|
||||||
|
* clutter_texture_set_cogl_texture(texture, COGL_INVALID_HANDLE) isn't allowed, so
|
||||||
|
* it grabs the material for the texture and manually sets the texture in it. This means
|
||||||
|
* that the "cogl-texture" property isn't notified, so we don't find out about it.
|
||||||
|
*
|
||||||
|
* And if we keep the CoglX11TexturePixmap around after the X pixmap is freed, then
|
||||||
|
* we'll trigger X errors when we actually try to free it.
|
||||||
|
*
|
||||||
|
* The only correct thing to do here is to change our code to derive
|
||||||
|
* from ClutterActor and get rid of the inheritance hack tower. Once
|
||||||
|
* we want to depend on Clutter-1.4 (which has CoglTexturePixmapX11),
|
||||||
|
* that will be very easy to do.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
meta_shaped_texture_set_mask_texture (MetaShapedTexture *stex,
|
meta_shaped_texture_clear (MetaShapedTexture *stex)
|
||||||
CoglHandle mask_texture)
|
|
||||||
{
|
{
|
||||||
MetaShapedTexturePrivate *priv;
|
MetaShapedTexturePrivate *priv;
|
||||||
|
|
||||||
@@ -414,98 +551,17 @@ meta_shaped_texture_set_mask_texture (MetaShapedTexture *stex,
|
|||||||
|
|
||||||
priv = stex->priv;
|
priv = stex->priv;
|
||||||
|
|
||||||
if (priv->mask_texture != COGL_INVALID_HANDLE)
|
meta_texture_tower_set_base_texture (priv->paint_tower, COGL_INVALID_HANDLE);
|
||||||
{
|
|
||||||
cogl_handle_unref (priv->mask_texture);
|
|
||||||
priv->mask_texture = COGL_INVALID_HANDLE;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (mask_texture != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
priv->mask_texture = mask_texture;
|
|
||||||
cogl_handle_ref (priv->mask_texture);
|
|
||||||
}
|
|
||||||
|
|
||||||
clutter_actor_queue_redraw (CLUTTER_ACTOR (stex));
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
|
||||||
meta_shaped_texture_update_area (MetaShapedTexture *stex,
|
|
||||||
int x,
|
|
||||||
int y,
|
|
||||||
int width,
|
|
||||||
int height)
|
|
||||||
{
|
|
||||||
MetaShapedTexturePrivate *priv;
|
|
||||||
const cairo_rectangle_int_t clip = { x, y, width, height };
|
|
||||||
|
|
||||||
priv = stex->priv;
|
|
||||||
|
|
||||||
if (priv->texture == COGL_INVALID_HANDLE)
|
|
||||||
return;
|
|
||||||
|
|
||||||
cogl_texture_pixmap_x11_update_area (priv->texture, x, y, width, height);
|
|
||||||
|
|
||||||
meta_texture_tower_update_area (priv->paint_tower, x, y, width, height);
|
|
||||||
|
|
||||||
clutter_actor_queue_redraw_with_clip (CLUTTER_ACTOR (stex), &clip);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
set_cogl_texture (MetaShapedTexture *stex,
|
|
||||||
CoglHandle cogl_tex)
|
|
||||||
{
|
|
||||||
MetaShapedTexturePrivate *priv;
|
|
||||||
guint width, height;
|
|
||||||
|
|
||||||
g_return_if_fail (META_IS_SHAPED_TEXTURE (stex));
|
|
||||||
|
|
||||||
priv = stex->priv;
|
|
||||||
|
|
||||||
if (priv->texture != COGL_INVALID_HANDLE)
|
|
||||||
cogl_handle_unref (priv->texture);
|
|
||||||
|
|
||||||
priv->texture = cogl_tex;
|
|
||||||
|
|
||||||
if (priv->material != COGL_INVALID_HANDLE)
|
if (priv->material != COGL_INVALID_HANDLE)
|
||||||
cogl_material_set_layer (priv->material, 0, cogl_tex);
|
cogl_material_set_layer (priv->material, 0, COGL_INVALID_HANDLE);
|
||||||
|
|
||||||
if (priv->material_unshaped != COGL_INVALID_HANDLE)
|
if (priv->material_unshaped != COGL_INVALID_HANDLE)
|
||||||
cogl_material_set_layer (priv->material_unshaped, 0, cogl_tex);
|
cogl_material_set_layer (priv->material_unshaped, 0, COGL_INVALID_HANDLE);
|
||||||
|
|
||||||
if (cogl_tex != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
width = cogl_texture_get_width (cogl_tex);
|
|
||||||
height = cogl_texture_get_height (cogl_tex);
|
|
||||||
|
|
||||||
if (width != priv->tex_width ||
|
|
||||||
height != priv->tex_height)
|
|
||||||
{
|
|
||||||
priv->tex_width = width;
|
|
||||||
priv->tex_height = height;
|
|
||||||
|
|
||||||
clutter_actor_queue_relayout (CLUTTER_ACTOR (stex));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
/* size changed to 0 going to an invalid handle */
|
|
||||||
priv->tex_width = 0;
|
|
||||||
priv->tex_height = 0;
|
|
||||||
clutter_actor_queue_relayout (CLUTTER_ACTOR (stex));
|
|
||||||
}
|
|
||||||
|
|
||||||
clutter_actor_queue_redraw (CLUTTER_ACTOR (stex));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_shaped_texture_set_pixmap:
|
|
||||||
* @stex: The #MetaShapedTexture
|
|
||||||
* @pixmap: The pixmap you want the stex to assume
|
|
||||||
*/
|
|
||||||
void
|
void
|
||||||
meta_shaped_texture_set_pixmap (MetaShapedTexture *stex,
|
meta_shaped_texture_clear_rectangles (MetaShapedTexture *stex)
|
||||||
Pixmap pixmap)
|
|
||||||
{
|
{
|
||||||
MetaShapedTexturePrivate *priv;
|
MetaShapedTexturePrivate *priv;
|
||||||
|
|
||||||
@@ -513,42 +569,43 @@ meta_shaped_texture_set_pixmap (MetaShapedTexture *stex,
|
|||||||
|
|
||||||
priv = stex->priv;
|
priv = stex->priv;
|
||||||
|
|
||||||
if (priv->pixmap == pixmap)
|
g_array_set_size (priv->rectangles, 0);
|
||||||
return;
|
meta_shaped_texture_dirty_mask (stex);
|
||||||
|
clutter_actor_queue_redraw (CLUTTER_ACTOR (stex));
|
||||||
priv->pixmap = pixmap;
|
|
||||||
|
|
||||||
if (pixmap != None)
|
|
||||||
{
|
|
||||||
CoglContext *ctx =
|
|
||||||
clutter_backend_get_cogl_context (clutter_get_default_backend ());
|
|
||||||
set_cogl_texture (stex, cogl_texture_pixmap_x11_new (ctx, pixmap, FALSE, NULL));
|
|
||||||
}
|
|
||||||
else
|
|
||||||
set_cogl_texture (stex, COGL_INVALID_HANDLE);
|
|
||||||
|
|
||||||
if (priv->create_mipmaps)
|
|
||||||
meta_texture_tower_set_base_texture (priv->paint_tower, priv->texture);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
void
|
||||||
* meta_shaped_texture_get_texture:
|
meta_shaped_texture_add_rectangle (MetaShapedTexture *stex,
|
||||||
* @stex: The #MetaShapedTexture
|
const XRectangle *rect)
|
||||||
*
|
|
||||||
* Returns: (transfer none): the unshaped texture
|
|
||||||
*/
|
|
||||||
CoglHandle
|
|
||||||
meta_shaped_texture_get_texture (MetaShapedTexture *stex)
|
|
||||||
{
|
{
|
||||||
g_return_val_if_fail (META_IS_SHAPED_TEXTURE (stex), COGL_INVALID_HANDLE);
|
g_return_if_fail (META_IS_SHAPED_TEXTURE (stex));
|
||||||
return stex->priv->texture;
|
|
||||||
|
meta_shaped_texture_add_rectangles (stex, 1, rect);
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
meta_shaped_texture_add_rectangles (MetaShapedTexture *stex,
|
||||||
|
size_t num_rects,
|
||||||
|
const XRectangle *rects)
|
||||||
|
{
|
||||||
|
MetaShapedTexturePrivate *priv;
|
||||||
|
|
||||||
|
g_return_if_fail (META_IS_SHAPED_TEXTURE (stex));
|
||||||
|
|
||||||
|
priv = stex->priv;
|
||||||
|
|
||||||
|
g_array_append_vals (priv->rectangles, rects, num_rects);
|
||||||
|
|
||||||
|
meta_shaped_texture_dirty_mask (stex);
|
||||||
|
clutter_actor_queue_redraw (CLUTTER_ACTOR (stex));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_shaped_texture_set_clip_region:
|
* meta_shaped_texture_set_clip_region:
|
||||||
* @stex: a #MetaShapedTexture
|
* @frame: a #TidyTextureframe
|
||||||
* @clip_region: (transfer full): the region of the texture that
|
* @clip_region: (transfer full): the region of the texture that
|
||||||
* is visible and should be painted.
|
* is visible and should be painted. OWNERSHIP IS ASSUMED BY
|
||||||
|
* THE FUNCTION (for efficiency to avoid a copy.)
|
||||||
*
|
*
|
||||||
* Provides a hint to the texture about what areas of the texture
|
* Provides a hint to the texture about what areas of the texture
|
||||||
* are not completely obscured and thus need to be painted. This
|
* are not completely obscured and thus need to be painted. This
|
||||||
@@ -574,106 +631,5 @@ meta_shaped_texture_set_clip_region (MetaShapedTexture *stex,
|
|||||||
priv->clip_region = NULL;
|
priv->clip_region = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (clip_region)
|
priv->clip_region = clip_region;
|
||||||
priv->clip_region = cairo_region_copy (clip_region);
|
|
||||||
else
|
|
||||||
priv->clip_region = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* meta_shaped_texture_get_image:
|
|
||||||
* @stex: A #MetaShapedTexture
|
|
||||||
* @clip: A clipping rectangle, to help prevent extra processing.
|
|
||||||
* In the case that the clipping rectangle is partially or fully
|
|
||||||
* outside the bounds of the texture, the rectangle will be clipped.
|
|
||||||
*
|
|
||||||
* Flattens the two layers of the shaped texture into one ARGB32
|
|
||||||
* image by alpha blending the two images, and returns the flattened
|
|
||||||
* image.
|
|
||||||
*
|
|
||||||
* Returns: (transfer full): a new cairo surface to be freed with
|
|
||||||
* cairo_surface_destroy().
|
|
||||||
*/
|
|
||||||
cairo_surface_t *
|
|
||||||
meta_shaped_texture_get_image (MetaShapedTexture *stex,
|
|
||||||
cairo_rectangle_int_t *clip)
|
|
||||||
{
|
|
||||||
CoglHandle texture, mask_texture;
|
|
||||||
cairo_rectangle_int_t texture_rect = { 0, 0, 0, 0 };
|
|
||||||
cairo_surface_t *surface;
|
|
||||||
|
|
||||||
g_return_val_if_fail (META_IS_SHAPED_TEXTURE (stex), NULL);
|
|
||||||
|
|
||||||
texture = stex->priv->texture;
|
|
||||||
|
|
||||||
if (texture == NULL)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
texture_rect.width = cogl_texture_get_width (texture);
|
|
||||||
texture_rect.height = cogl_texture_get_height (texture);
|
|
||||||
|
|
||||||
if (clip != NULL)
|
|
||||||
{
|
|
||||||
/* GdkRectangle is just a typedef of cairo_rectangle_int_t,
|
|
||||||
* so we can use the gdk_rectangle_* APIs on these. */
|
|
||||||
if (!gdk_rectangle_intersect (&texture_rect, clip, clip))
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (clip != NULL)
|
|
||||||
texture = cogl_texture_new_from_sub_texture (texture,
|
|
||||||
clip->x,
|
|
||||||
clip->y,
|
|
||||||
clip->width,
|
|
||||||
clip->height);
|
|
||||||
|
|
||||||
surface = cairo_image_surface_create (CAIRO_FORMAT_ARGB32,
|
|
||||||
cogl_texture_get_width (texture),
|
|
||||||
cogl_texture_get_height (texture));
|
|
||||||
|
|
||||||
cogl_texture_get_data (texture, CLUTTER_CAIRO_FORMAT_ARGB32,
|
|
||||||
cairo_image_surface_get_stride (surface),
|
|
||||||
cairo_image_surface_get_data (surface));
|
|
||||||
|
|
||||||
cairo_surface_mark_dirty (surface);
|
|
||||||
|
|
||||||
if (clip != NULL)
|
|
||||||
cogl_object_unref (texture);
|
|
||||||
|
|
||||||
mask_texture = stex->priv->mask_texture;
|
|
||||||
if (mask_texture != COGL_INVALID_HANDLE)
|
|
||||||
{
|
|
||||||
cairo_t *cr;
|
|
||||||
cairo_surface_t *mask_surface;
|
|
||||||
|
|
||||||
if (clip != NULL)
|
|
||||||
mask_texture = cogl_texture_new_from_sub_texture (mask_texture,
|
|
||||||
clip->x,
|
|
||||||
clip->y,
|
|
||||||
clip->width,
|
|
||||||
clip->height);
|
|
||||||
|
|
||||||
mask_surface = cairo_image_surface_create (CAIRO_FORMAT_A8,
|
|
||||||
cogl_texture_get_width (mask_texture),
|
|
||||||
cogl_texture_get_height (mask_texture));
|
|
||||||
|
|
||||||
cogl_texture_get_data (mask_texture, COGL_PIXEL_FORMAT_A_8,
|
|
||||||
cairo_image_surface_get_stride (mask_surface),
|
|
||||||
cairo_image_surface_get_data (mask_surface));
|
|
||||||
|
|
||||||
cairo_surface_mark_dirty (mask_surface);
|
|
||||||
|
|
||||||
cr = cairo_create (surface);
|
|
||||||
cairo_set_source_surface (cr, mask_surface, 0, 0);
|
|
||||||
cairo_set_operator (cr, CAIRO_OPERATOR_DEST_IN);
|
|
||||||
cairo_paint (cr);
|
|
||||||
cairo_destroy (cr);
|
|
||||||
|
|
||||||
cairo_surface_destroy (mask_surface);
|
|
||||||
|
|
||||||
if (clip != NULL)
|
|
||||||
cogl_object_unref (mask_texture);
|
|
||||||
}
|
|
||||||
|
|
||||||
return surface;
|
|
||||||
}
|
}
|
||||||
|
@@ -26,8 +26,12 @@
|
|||||||
#ifndef __META_SHAPED_TEXTURE_H__
|
#ifndef __META_SHAPED_TEXTURE_H__
|
||||||
#define __META_SHAPED_TEXTURE_H__
|
#define __META_SHAPED_TEXTURE_H__
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
#include <X11/Xlib.h>
|
#ifdef HAVE_GLX_TEXTURE_PIXMAP
|
||||||
|
#include <clutter/glx/clutter-glx.h>
|
||||||
|
#endif /* HAVE_GLX_TEXTURE_PIXMAP */
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
@@ -44,12 +48,20 @@ typedef struct _MetaShapedTexturePrivate MetaShapedTexturePrivate;
|
|||||||
|
|
||||||
struct _MetaShapedTextureClass
|
struct _MetaShapedTextureClass
|
||||||
{
|
{
|
||||||
ClutterActorClass parent_class;
|
#ifdef HAVE_GLX_TEXTURE_PIXMAP
|
||||||
|
ClutterGLXTexturePixmapClass parent_class;
|
||||||
|
#else
|
||||||
|
ClutterX11TexturePixmapClass parent_class;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _MetaShapedTexture
|
struct _MetaShapedTexture
|
||||||
{
|
{
|
||||||
ClutterActor parent;
|
#ifdef HAVE_GLX_TEXTURE_PIXMAP
|
||||||
|
ClutterGLXTexturePixmap parent;
|
||||||
|
#else
|
||||||
|
ClutterX11TexturePixmap parent;
|
||||||
|
#endif
|
||||||
|
|
||||||
MetaShapedTexturePrivate *priv;
|
MetaShapedTexturePrivate *priv;
|
||||||
};
|
};
|
||||||
@@ -61,27 +73,20 @@ ClutterActor *meta_shaped_texture_new (void);
|
|||||||
void meta_shaped_texture_set_create_mipmaps (MetaShapedTexture *stex,
|
void meta_shaped_texture_set_create_mipmaps (MetaShapedTexture *stex,
|
||||||
gboolean create_mipmaps);
|
gboolean create_mipmaps);
|
||||||
|
|
||||||
void meta_shaped_texture_update_area (MetaShapedTexture *stex,
|
void meta_shaped_texture_clear (MetaShapedTexture *stex);
|
||||||
int x,
|
|
||||||
int y,
|
|
||||||
int width,
|
|
||||||
int height);
|
|
||||||
|
|
||||||
void meta_shaped_texture_set_pixmap (MetaShapedTexture *stex,
|
void meta_shaped_texture_clear_rectangles (MetaShapedTexture *stex);
|
||||||
Pixmap pixmap);
|
|
||||||
|
|
||||||
CoglHandle meta_shaped_texture_get_texture (MetaShapedTexture *stex);
|
void meta_shaped_texture_add_rectangle (MetaShapedTexture *stex,
|
||||||
|
const XRectangle *rect);
|
||||||
void meta_shaped_texture_set_mask_texture (MetaShapedTexture *stex,
|
void meta_shaped_texture_add_rectangles (MetaShapedTexture *stex,
|
||||||
CoglHandle mask_texture);
|
size_t num_rects,
|
||||||
|
const XRectangle *rects);
|
||||||
|
|
||||||
/* Assumes ownership of clip_region */
|
/* Assumes ownership of clip_region */
|
||||||
void meta_shaped_texture_set_clip_region (MetaShapedTexture *stex,
|
void meta_shaped_texture_set_clip_region (MetaShapedTexture *stex,
|
||||||
cairo_region_t *clip_region);
|
cairo_region_t *clip_region);
|
||||||
|
|
||||||
cairo_surface_t * meta_shaped_texture_get_image (MetaShapedTexture *stex,
|
|
||||||
cairo_rectangle_int_t *clip);
|
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __META_SHAPED_TEXTURE_H__ */
|
#endif /* __META_SHAPED_TEXTURE_H__ */
|
@@ -1,101 +0,0 @@
|
|||||||
/*
|
|
||||||
* texture rectangle
|
|
||||||
*
|
|
||||||
* A small utility function to help create a rectangle texture
|
|
||||||
*
|
|
||||||
* Authored By Neil Roberts <neil@linux.intel.com>
|
|
||||||
*
|
|
||||||
* Copyright (C) 2011, 2012 Intel Corporation
|
|
||||||
*
|
|
||||||
* 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 the Free Software Foundation; either version 2 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
||||||
* 02111-1307, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#define CLUTTER_ENABLE_EXPERIMENTAL_API
|
|
||||||
#define COGL_ENABLE_EXPERIMENTAL_API
|
|
||||||
|
|
||||||
#include <clutter/clutter.h>
|
|
||||||
#include "meta-texture-rectangle.h"
|
|
||||||
|
|
||||||
CoglTexture *
|
|
||||||
meta_texture_rectangle_new (unsigned int width,
|
|
||||||
unsigned int height,
|
|
||||||
CoglPixelFormat format,
|
|
||||||
CoglPixelFormat internal_format,
|
|
||||||
unsigned int rowstride,
|
|
||||||
const guint8 *data,
|
|
||||||
GError **error)
|
|
||||||
{
|
|
||||||
ClutterBackend *backend =
|
|
||||||
clutter_get_default_backend ();
|
|
||||||
CoglContext *context =
|
|
||||||
clutter_backend_get_cogl_context (backend);
|
|
||||||
CoglTextureRectangle *tex_rect;
|
|
||||||
|
|
||||||
tex_rect = cogl_texture_rectangle_new_with_size (context,
|
|
||||||
width, height,
|
|
||||||
internal_format,
|
|
||||||
error);
|
|
||||||
if (tex_rect == NULL)
|
|
||||||
return NULL;
|
|
||||||
|
|
||||||
if (data)
|
|
||||||
cogl_texture_set_region (COGL_TEXTURE (tex_rect),
|
|
||||||
0, 0, /* src_x/y */
|
|
||||||
0, 0, /* dst_x/y */
|
|
||||||
width, height, /* dst_width/height */
|
|
||||||
width, height, /* width/height */
|
|
||||||
format,
|
|
||||||
rowstride,
|
|
||||||
data);
|
|
||||||
|
|
||||||
return COGL_TEXTURE (tex_rect);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
|
||||||
texture_rectangle_check_cb (CoglTexture *sub_texture,
|
|
||||||
const float *sub_texture_coords,
|
|
||||||
const float *meta_coords,
|
|
||||||
void *user_data)
|
|
||||||
{
|
|
||||||
gboolean *result = user_data;
|
|
||||||
|
|
||||||
if (cogl_is_texture_rectangle (sub_texture))
|
|
||||||
*result = TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Determines if the given texture is using a rectangle texture as its
|
|
||||||
* primitive texture type. Eventually this function could be replaced
|
|
||||||
* with cogl_texture_get_type if Cogl makes that public.
|
|
||||||
*
|
|
||||||
* http://git.gnome.org/browse/cogl/commit/?h=8012eee31
|
|
||||||
*/
|
|
||||||
gboolean
|
|
||||||
meta_texture_rectangle_check (CoglTexture *texture)
|
|
||||||
{
|
|
||||||
gboolean result = FALSE;
|
|
||||||
|
|
||||||
cogl_meta_texture_foreach_in_region (COGL_META_TEXTURE (texture),
|
|
||||||
0.0f, 0.0f, /* tx_1 / ty_1 */
|
|
||||||
1.0f, 1.0f, /* tx_2 / ty_2 */
|
|
||||||
COGL_PIPELINE_WRAP_MODE_REPEAT,
|
|
||||||
COGL_PIPELINE_WRAP_MODE_REPEAT,
|
|
||||||
texture_rectangle_check_cb,
|
|
||||||
&result);
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
@@ -1,47 +0,0 @@
|
|||||||
/*
|
|
||||||
* texture rectangle
|
|
||||||
*
|
|
||||||
* A small utility function to help create a rectangle texture
|
|
||||||
*
|
|
||||||
* Authored By Neil Roberts <neil@linux.intel.com>
|
|
||||||
*
|
|
||||||
* Copyright (C) 2011 Intel Corporation
|
|
||||||
*
|
|
||||||
* 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 the Free Software Foundation; either version 2 of the
|
|
||||||
* License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope that it will be useful, but
|
|
||||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License
|
|
||||||
* along with this program; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
||||||
* 02111-1307, USA.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __META_TEXTURE_RECTANGLE_H__
|
|
||||||
#define __META_TEXTURE_RECTANGLE_H__
|
|
||||||
|
|
||||||
#include <cogl/cogl.h>
|
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
|
||||||
|
|
||||||
CoglTexture *
|
|
||||||
meta_texture_rectangle_new (unsigned int width,
|
|
||||||
unsigned int height,
|
|
||||||
CoglPixelFormat format,
|
|
||||||
CoglPixelFormat internal_format,
|
|
||||||
unsigned int rowstride,
|
|
||||||
const guint8 *data,
|
|
||||||
GError **error);
|
|
||||||
|
|
||||||
gboolean
|
|
||||||
meta_texture_rectangle_check (CoglTexture *texture);
|
|
||||||
|
|
||||||
G_END_DECLS
|
|
||||||
|
|
||||||
#endif /* __META_TEXTURE_RECTANGLE_H__ */
|
|
@@ -26,7 +26,6 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "meta-texture-tower.h"
|
#include "meta-texture-tower.h"
|
||||||
#include "meta-texture-rectangle.h"
|
|
||||||
|
|
||||||
#ifndef M_LOG2E
|
#ifndef M_LOG2E
|
||||||
#define M_LOG2E 1.4426950408889634074
|
#define M_LOG2E 1.4426950408889634074
|
||||||
@@ -98,9 +97,33 @@ meta_texture_tower_free (MetaTextureTower *tower)
|
|||||||
g_slice_free (MetaTextureTower, tower);
|
g_slice_free (MetaTextureTower, tower);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static gboolean
|
||||||
|
texture_is_rectangle (CoglHandle texture)
|
||||||
|
{
|
||||||
|
GLuint gl_tex;
|
||||||
|
GLenum gl_target;
|
||||||
|
|
||||||
|
cogl_texture_get_gl_texture (texture, &gl_tex, &gl_target);
|
||||||
|
return gl_target == GL_TEXTURE_RECTANGLE_ARB;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
free_texture (CoglHandle texture)
|
||||||
|
{
|
||||||
|
GLuint gl_tex;
|
||||||
|
GLenum gl_target;
|
||||||
|
|
||||||
|
cogl_texture_get_gl_texture (texture, &gl_tex, &gl_target);
|
||||||
|
|
||||||
|
if (gl_target == GL_TEXTURE_RECTANGLE_ARB)
|
||||||
|
glDeleteTextures (1, &gl_tex);
|
||||||
|
|
||||||
|
cogl_handle_unref (texture);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_texture_tower_set_base_texture:
|
* meta_texture_tower_update_area:
|
||||||
* @tower: a #MetaTextureTower
|
* @tower: a MetaTextureTower
|
||||||
* @texture: the new texture used as a base for scaled down versions
|
* @texture: the new texture used as a base for scaled down versions
|
||||||
*
|
*
|
||||||
* Sets the base texture that is the scaled texture that the
|
* Sets the base texture that is the scaled texture that the
|
||||||
@@ -125,7 +148,7 @@ meta_texture_tower_set_base_texture (MetaTextureTower *tower,
|
|||||||
{
|
{
|
||||||
if (tower->textures[i] != COGL_INVALID_HANDLE)
|
if (tower->textures[i] != COGL_INVALID_HANDLE)
|
||||||
{
|
{
|
||||||
cogl_handle_unref (tower->textures[i]);
|
free_texture (tower->textures[i]);
|
||||||
tower->textures[i] = COGL_INVALID_HANDLE;
|
tower->textures[i] = COGL_INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -163,7 +186,7 @@ meta_texture_tower_set_base_texture (MetaTextureTower *tower,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_texture_tower_update_area:
|
* meta_texture_tower_update_area:
|
||||||
* @tower: a #MetaTextureTower
|
* @tower: a MetaTextureTower
|
||||||
* @x: X coordinate of upper left of rectangle that changed
|
* @x: X coordinate of upper left of rectangle that changed
|
||||||
* @y: Y coordinate of upper left of rectangle that changed
|
* @y: Y coordinate of upper left of rectangle that changed
|
||||||
* @width: width of rectangle that changed
|
* @width: width of rectangle that changed
|
||||||
@@ -186,9 +209,6 @@ meta_texture_tower_update_area (MetaTextureTower *tower,
|
|||||||
|
|
||||||
g_return_if_fail (tower != NULL);
|
g_return_if_fail (tower != NULL);
|
||||||
|
|
||||||
if (tower->textures[0] == COGL_INVALID_HANDLE)
|
|
||||||
return;
|
|
||||||
|
|
||||||
texture_width = cogl_texture_get_width (tower->textures[0]);
|
texture_width = cogl_texture_get_width (tower->textures[0]);
|
||||||
texture_height = cogl_texture_get_height (tower->textures[0]);
|
texture_height = cogl_texture_get_height (tower->textures[0]);
|
||||||
|
|
||||||
@@ -355,20 +375,25 @@ texture_tower_create_texture (MetaTextureTower *tower,
|
|||||||
int height)
|
int height)
|
||||||
{
|
{
|
||||||
if ((!is_power_of_two (width) || !is_power_of_two (height)) &&
|
if ((!is_power_of_two (width) || !is_power_of_two (height)) &&
|
||||||
meta_texture_rectangle_check (tower->textures[level - 1]))
|
texture_is_rectangle (tower->textures[level - 1]))
|
||||||
{
|
{
|
||||||
tower->textures[level] =
|
GLuint tex = 0;
|
||||||
meta_texture_rectangle_new (width, height,
|
|
||||||
/* data format */
|
glGenTextures (1, &tex);
|
||||||
TEXTURE_FORMAT,
|
glBindTexture (GL_TEXTURE_RECTANGLE_ARB, tex);
|
||||||
/* internal cogl format */
|
glTexImage2D (GL_TEXTURE_RECTANGLE_ARB, 0,
|
||||||
TEXTURE_FORMAT,
|
GL_RGBA, width,height,
|
||||||
/* rowstride */
|
#if TEXTURE_FORMAT == COGL_PIXEL_FORMAT_BGRA_8888_PRE
|
||||||
width * 4,
|
0, GL_BGRA, GL_UNSIGNED_BYTE,
|
||||||
/* data */
|
#else /* assume big endian */
|
||||||
NULL,
|
0, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV,
|
||||||
/* error */
|
#endif
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
tower->textures[level] = cogl_texture_new_from_foreign (tex, GL_TEXTURE_RECTANGLE_ARB,
|
||||||
|
width, height,
|
||||||
|
0, 0,
|
||||||
|
TEXTURE_FORMAT);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@@ -397,7 +422,12 @@ texture_tower_revalidate_fbo (MetaTextureTower *tower,
|
|||||||
CoglMatrix modelview;
|
CoglMatrix modelview;
|
||||||
|
|
||||||
if (tower->fbos[level] == COGL_INVALID_HANDLE)
|
if (tower->fbos[level] == COGL_INVALID_HANDLE)
|
||||||
tower->fbos[level] = cogl_offscreen_new_to_texture (dest_texture);
|
{
|
||||||
|
/* Work around http://bugzilla.openedhand.com/show_bug.cgi?id=2110 */
|
||||||
|
cogl_flush();
|
||||||
|
|
||||||
|
tower->fbos[level] = cogl_offscreen_new_to_texture (dest_texture);
|
||||||
|
}
|
||||||
|
|
||||||
if (tower->fbos[level] == COGL_INVALID_HANDLE)
|
if (tower->fbos[level] == COGL_INVALID_HANDLE)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
@@ -546,7 +576,7 @@ texture_tower_revalidate_client (MetaTextureTower *tower,
|
|||||||
4 * dest_width,
|
4 * dest_width,
|
||||||
dest_data);
|
dest_data);
|
||||||
|
|
||||||
if (dest_texture_height < source_texture_height)
|
if (dest_height < source_texture_height)
|
||||||
{
|
{
|
||||||
g_free (source_tmp1);
|
g_free (source_tmp1);
|
||||||
g_free (source_tmp2);
|
g_free (source_tmp2);
|
||||||
@@ -566,7 +596,7 @@ texture_tower_revalidate (MetaTextureTower *tower,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_texture_tower_get_paint_texture:
|
* meta_texture_tower_get_paint_texture:
|
||||||
* @tower: a #MetaTextureTower
|
* @tower: a MetaTextureTower
|
||||||
*
|
*
|
||||||
* Gets the texture from the tower that best matches the current
|
* Gets the texture from the tower that best matches the current
|
||||||
* rendering scale. (On the assumption here the texture is going to
|
* rendering scale. (On the assumption here the texture is going to
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include <X11/extensions/Xdamage.h>
|
#include <X11/extensions/Xdamage.h>
|
||||||
#include <meta/compositor-mutter.h>
|
#include "compositor-mutter.h"
|
||||||
|
|
||||||
MetaWindowActor *meta_window_actor_new (MetaWindow *window);
|
MetaWindowActor *meta_window_actor_new (MetaWindow *window);
|
||||||
|
|
||||||
@@ -26,22 +26,15 @@ void meta_window_actor_unmaximize (MetaWindowActor *self,
|
|||||||
|
|
||||||
void meta_window_actor_process_damage (MetaWindowActor *self,
|
void meta_window_actor_process_damage (MetaWindowActor *self,
|
||||||
XDamageNotifyEvent *event);
|
XDamageNotifyEvent *event);
|
||||||
|
|
||||||
void meta_window_actor_pre_paint (MetaWindowActor *self);
|
void meta_window_actor_pre_paint (MetaWindowActor *self);
|
||||||
|
|
||||||
void meta_window_actor_invalidate_shadow (MetaWindowActor *self);
|
void meta_window_actor_invalidate_shadow (MetaWindowActor *self);
|
||||||
|
|
||||||
void meta_window_actor_set_redirected (MetaWindowActor *self, gboolean state);
|
|
||||||
|
|
||||||
gboolean meta_window_actor_should_unredirect (MetaWindowActor *self);
|
|
||||||
|
|
||||||
void meta_window_actor_get_shape_bounds (MetaWindowActor *self,
|
|
||||||
cairo_rectangle_int_t *bounds);
|
|
||||||
|
|
||||||
gboolean meta_window_actor_effect_in_progress (MetaWindowActor *self);
|
gboolean meta_window_actor_effect_in_progress (MetaWindowActor *self);
|
||||||
void meta_window_actor_sync_actor_position (MetaWindowActor *self);
|
void meta_window_actor_sync_actor_position (MetaWindowActor *self);
|
||||||
void meta_window_actor_sync_visibility (MetaWindowActor *self);
|
void meta_window_actor_sync_visibility (MetaWindowActor *self);
|
||||||
void meta_window_actor_update_shape (MetaWindowActor *self);
|
void meta_window_actor_update_shape (MetaWindowActor *self,
|
||||||
|
gboolean shaped);
|
||||||
void meta_window_actor_update_opacity (MetaWindowActor *self);
|
void meta_window_actor_update_opacity (MetaWindowActor *self);
|
||||||
void meta_window_actor_mapped (MetaWindowActor *self);
|
void meta_window_actor_mapped (MetaWindowActor *self);
|
||||||
void meta_window_actor_unmapped (MetaWindowActor *self);
|
void meta_window_actor_unmapped (MetaWindowActor *self);
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -5,12 +5,8 @@
|
|||||||
#define _ISOC99_SOURCE /* for roundf */
|
#define _ISOC99_SOURCE /* for roundf */
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include <gdk/gdk.h> /* for gdk_rectangle_intersect() */
|
|
||||||
|
|
||||||
#include "compositor-private.h"
|
|
||||||
#include "meta-window-actor-private.h"
|
#include "meta-window-actor-private.h"
|
||||||
#include "meta-window-group.h"
|
#include "meta-window-group.h"
|
||||||
#include "meta-background-actor-private.h"
|
|
||||||
|
|
||||||
struct _MetaWindowGroupClass
|
struct _MetaWindowGroupClass
|
||||||
{
|
{
|
||||||
@@ -26,28 +22,9 @@ struct _MetaWindowGroup
|
|||||||
|
|
||||||
G_DEFINE_TYPE (MetaWindowGroup, meta_window_group, CLUTTER_TYPE_GROUP);
|
G_DEFINE_TYPE (MetaWindowGroup, meta_window_group, CLUTTER_TYPE_GROUP);
|
||||||
|
|
||||||
/* This file uses pixel-aligned region computation to determine what
|
/* We want to find out if the window is "close enough" to
|
||||||
* can be clipped out. This only really works if everything is aligned
|
* 1:1 transform. We do that by converting the transformed coordinates
|
||||||
* to the pixel grid - not scaled or rotated and at integer offsets.
|
* to 24.8 fixed-point before checking if they look right.
|
||||||
*
|
|
||||||
* (This could be relaxed - if we turned off filtering for unscaled
|
|
||||||
* windows then windows would be, by definition aligned to the pixel
|
|
||||||
* grid. And for rectangular windows without a shape, the outline that
|
|
||||||
* we draw for an unrotated window is always a rectangle because we
|
|
||||||
* don't use antialasing for the window boundary - with or without
|
|
||||||
* filtering, with or without a scale. But figuring out exactly
|
|
||||||
* what pixels will be drawn by the graphics system in these cases
|
|
||||||
* gets tricky, so we just go for the easiest part - no scale,
|
|
||||||
* and at integer offsets.)
|
|
||||||
*
|
|
||||||
* The way we check for pixel-aligned is by looking at the
|
|
||||||
* transformation into screen space of the allocation box of an actor
|
|
||||||
* and and checking if the corners are "close enough" to integral
|
|
||||||
* pixel values.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* The definition of "close enough" to integral pixel values is
|
|
||||||
* equality when we convert to 24.8 fixed-point.
|
|
||||||
*/
|
*/
|
||||||
static inline int
|
static inline int
|
||||||
round_to_fixed (float x)
|
round_to_fixed (float x)
|
||||||
@@ -55,24 +32,41 @@ round_to_fixed (float x)
|
|||||||
return roundf (x * 256);
|
return roundf (x * 256);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This helper function checks if (according to our fixed point precision)
|
/* We can only (easily) apply our logic for figuring out what a window
|
||||||
* the vertices @verts form a box of width @widthf and height @heightf
|
* obscures if is not transformed. This function does that check and
|
||||||
* located at integral coordinates. These coordinates are returned
|
* as a side effect gets the position of the upper-left corner of the
|
||||||
* in @x_origin and @y_origin.
|
* actors.
|
||||||
|
*
|
||||||
|
* (We actually could handle scaled and non-integrally positioned actors
|
||||||
|
* too as long as they weren't shaped - no filtering is done at the
|
||||||
|
* edges so a rectangle stays a rectangle. But the gain from that is
|
||||||
|
* small, especally since most of our windows are shaped. The simple
|
||||||
|
* case we handle here is the case that matters when the user is just
|
||||||
|
* using the desktop normally.)
|
||||||
|
*
|
||||||
|
* If we assume that the window group is untransformed (it better not
|
||||||
|
* be!) then we could also make this determination by checking directly
|
||||||
|
* if the actor itself is rotated, scaled, or at a non-integral position.
|
||||||
|
* However, the criterion for "close enough" in that case get trickier,
|
||||||
|
* since, for example, the allowed rotation depends on the size of
|
||||||
|
* actor. The approach we take here is to just require everything
|
||||||
|
* to be within 1/256th of a pixel.
|
||||||
*/
|
*/
|
||||||
static gboolean
|
static gboolean
|
||||||
vertices_are_untransformed (ClutterVertex *verts,
|
actor_is_untransformed (ClutterActor *actor,
|
||||||
float widthf,
|
int *x_origin,
|
||||||
float heightf,
|
int *y_origin)
|
||||||
int *x_origin,
|
|
||||||
int *y_origin)
|
|
||||||
{
|
{
|
||||||
|
gfloat widthf, heightf;
|
||||||
int width, height;
|
int width, height;
|
||||||
|
ClutterVertex verts[4];
|
||||||
int v0x, v0y, v1x, v1y, v2x, v2y, v3x, v3y;
|
int v0x, v0y, v1x, v1y, v2x, v2y, v3x, v3y;
|
||||||
int x, y;
|
int x, y;
|
||||||
|
|
||||||
|
clutter_actor_get_size (actor, &widthf, &heightf);
|
||||||
width = round_to_fixed (widthf); height = round_to_fixed (heightf);
|
width = round_to_fixed (widthf); height = round_to_fixed (heightf);
|
||||||
|
|
||||||
|
clutter_actor_get_abs_allocation_vertices (actor, verts);
|
||||||
v0x = round_to_fixed (verts[0].x); v0y = round_to_fixed (verts[0].y);
|
v0x = round_to_fixed (verts[0].x); v0y = round_to_fixed (verts[0].y);
|
||||||
v1x = round_to_fixed (verts[1].x); v1y = round_to_fixed (verts[1].y);
|
v1x = round_to_fixed (verts[1].x); v1y = round_to_fixed (verts[1].y);
|
||||||
v2x = round_to_fixed (verts[2].x); v2y = round_to_fixed (verts[2].y);
|
v2x = round_to_fixed (verts[2].x); v2y = round_to_fixed (verts[2].y);
|
||||||
@@ -103,117 +97,13 @@ vertices_are_untransformed (ClutterVertex *verts,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Check if an actor is "untransformed" - which actually means transformed by
|
|
||||||
* at most a integer-translation. The integer translation, if any, is returned.
|
|
||||||
*/
|
|
||||||
static gboolean
|
|
||||||
actor_is_untransformed (ClutterActor *actor,
|
|
||||||
int *x_origin,
|
|
||||||
int *y_origin)
|
|
||||||
{
|
|
||||||
gfloat widthf, heightf;
|
|
||||||
ClutterVertex verts[4];
|
|
||||||
|
|
||||||
clutter_actor_get_size (actor, &widthf, &heightf);
|
|
||||||
clutter_actor_get_abs_allocation_vertices (actor, verts);
|
|
||||||
|
|
||||||
return vertices_are_untransformed (verts, widthf, heightf, x_origin, y_origin);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Help macros to scale from OpenGL <-1,1> coordinates system to
|
|
||||||
* window coordinates ranging [0,window-size]. Borrowed from clutter-utils.c
|
|
||||||
*/
|
|
||||||
#define MTX_GL_SCALE_X(x,w,v1,v2) ((((((x) / (w)) + 1.0f) / 2.0f) * (v1)) + (v2))
|
|
||||||
#define MTX_GL_SCALE_Y(y,w,v1,v2) ((v1) - (((((y) / (w)) + 1.0f) / 2.0f) * (v1)) + (v2))
|
|
||||||
|
|
||||||
/* Check if we're painting the MetaWindowGroup "untransformed". This can
|
|
||||||
* differ from the result of actor_is_untransformed(window_group) if we're
|
|
||||||
* inside a clone paint. The integer translation, if any, is returned.
|
|
||||||
*/
|
|
||||||
static gboolean
|
|
||||||
painting_untransformed (MetaWindowGroup *window_group,
|
|
||||||
int *x_origin,
|
|
||||||
int *y_origin)
|
|
||||||
{
|
|
||||||
CoglMatrix modelview, projection, modelview_projection;
|
|
||||||
ClutterVertex vertices[4];
|
|
||||||
int width, height;
|
|
||||||
float viewport[4];
|
|
||||||
int i;
|
|
||||||
|
|
||||||
cogl_get_modelview_matrix (&modelview);
|
|
||||||
cogl_get_projection_matrix (&projection);
|
|
||||||
|
|
||||||
cogl_matrix_multiply (&modelview_projection,
|
|
||||||
&projection,
|
|
||||||
&modelview);
|
|
||||||
|
|
||||||
meta_screen_get_size (window_group->screen, &width, &height);
|
|
||||||
|
|
||||||
vertices[0].x = 0;
|
|
||||||
vertices[0].y = 0;
|
|
||||||
vertices[0].z = 0;
|
|
||||||
vertices[1].x = width;
|
|
||||||
vertices[1].y = 0;
|
|
||||||
vertices[1].z = 0;
|
|
||||||
vertices[2].x = 0;
|
|
||||||
vertices[2].y = height;
|
|
||||||
vertices[2].z = 0;
|
|
||||||
vertices[3].x = width;
|
|
||||||
vertices[3].y = height;
|
|
||||||
vertices[3].z = 0;
|
|
||||||
|
|
||||||
cogl_get_viewport (viewport);
|
|
||||||
|
|
||||||
for (i = 0; i < 4; i++)
|
|
||||||
{
|
|
||||||
float w = 1;
|
|
||||||
cogl_matrix_transform_point (&modelview_projection, &vertices[i].x, &vertices[i].y, &vertices[i].z, &w);
|
|
||||||
vertices[i].x = MTX_GL_SCALE_X (vertices[i].x, w,
|
|
||||||
viewport[2], viewport[0]);
|
|
||||||
vertices[i].y = MTX_GL_SCALE_Y (vertices[i].y, w,
|
|
||||||
viewport[3], viewport[1]);
|
|
||||||
}
|
|
||||||
|
|
||||||
return vertices_are_untransformed (vertices, width, height, x_origin, y_origin);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_window_group_paint (ClutterActor *actor)
|
meta_window_group_paint (ClutterActor *actor)
|
||||||
{
|
{
|
||||||
cairo_region_t *visible_region;
|
|
||||||
ClutterActor *stage;
|
|
||||||
cairo_rectangle_int_t visible_rect;
|
|
||||||
GList *children, *l;
|
|
||||||
int paint_x_origin, paint_y_origin;
|
|
||||||
int actor_x_origin, actor_y_origin;
|
|
||||||
int paint_x_offset, paint_y_offset;
|
|
||||||
|
|
||||||
MetaWindowGroup *window_group = META_WINDOW_GROUP (actor);
|
MetaWindowGroup *window_group = META_WINDOW_GROUP (actor);
|
||||||
MetaCompScreen *info = meta_screen_get_compositor_data (window_group->screen);
|
cairo_region_t *visible_region;
|
||||||
|
cairo_rectangle_int_t screen_rect = { 0 };
|
||||||
/* Normally we expect an actor to be drawn at it's position on the screen.
|
GList *children, *l;
|
||||||
* However, if we're inside the paint of a ClutterClone, that won't be the
|
|
||||||
* case and we need to compensate. We look at the position of the window
|
|
||||||
* group under the current model-view matrix and the position of the actor.
|
|
||||||
* If they are both simply integer translations, then we can compensate
|
|
||||||
* easily, otherwise we give up.
|
|
||||||
*
|
|
||||||
* Possible cleanup: work entirely in paint space - we can compute the
|
|
||||||
* combination of the model-view matrix with the local matrix for each child
|
|
||||||
* actor and get a total transformation for that actor for how we are
|
|
||||||
* painting currently, and never worry about how actors are positioned
|
|
||||||
* on the stage.
|
|
||||||
*/
|
|
||||||
if (!painting_untransformed (window_group, &paint_x_origin, &paint_y_origin) ||
|
|
||||||
!actor_is_untransformed (actor, &actor_x_origin, &actor_y_origin))
|
|
||||||
{
|
|
||||||
CLUTTER_ACTOR_CLASS (meta_window_group_parent_class)->paint (actor);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
paint_x_offset = paint_x_origin - actor_x_origin;
|
|
||||||
paint_y_offset = paint_y_origin - actor_y_origin;
|
|
||||||
|
|
||||||
/* We walk the list from top to bottom (opposite of painting order),
|
/* We walk the list from top to bottom (opposite of painting order),
|
||||||
* and subtract the opaque area of each window out of the visible
|
* and subtract the opaque area of each window out of the visible
|
||||||
@@ -222,95 +112,41 @@ meta_window_group_paint (ClutterActor *actor)
|
|||||||
children = clutter_container_get_children (CLUTTER_CONTAINER (actor));
|
children = clutter_container_get_children (CLUTTER_CONTAINER (actor));
|
||||||
children = g_list_reverse (children);
|
children = g_list_reverse (children);
|
||||||
|
|
||||||
/* Get the clipped redraw bounds from Clutter so that we can avoid
|
/* Start off with the full screen area (for a multihead setup, we
|
||||||
* painting shadows on windows that don't need to be painted in this
|
* might want to use a more accurate union of the monitors to avoid
|
||||||
* frame. In the case of a multihead setup with mismatched monitor
|
* painting in holes from mismatched monitor sizes. That's just an
|
||||||
* sizes, we could intersect this with an accurate union of the
|
* optimization, however.)
|
||||||
* monitors to avoid painting shadows that are visible only in the
|
*/
|
||||||
* holes. */
|
meta_screen_get_size (window_group->screen, &screen_rect.width, &screen_rect.height);
|
||||||
stage = clutter_actor_get_stage (actor);
|
visible_region = cairo_region_create_rectangle (&screen_rect);
|
||||||
clutter_stage_get_redraw_clip_bounds (CLUTTER_STAGE (stage),
|
|
||||||
&visible_rect);
|
|
||||||
|
|
||||||
visible_region = cairo_region_create_rectangle (&visible_rect);
|
|
||||||
|
|
||||||
if (info->unredirected_window != NULL)
|
|
||||||
{
|
|
||||||
cairo_rectangle_int_t unredirected_rect;
|
|
||||||
MetaWindow *window = meta_window_actor_get_meta_window (info->unredirected_window);
|
|
||||||
|
|
||||||
meta_window_get_outer_rect (window, (MetaRectangle *)&unredirected_rect);
|
|
||||||
cairo_region_subtract_rectangle (visible_region, &unredirected_rect);
|
|
||||||
}
|
|
||||||
|
|
||||||
for (l = children; l; l = l->next)
|
for (l = children; l; l = l->next)
|
||||||
{
|
{
|
||||||
if (!CLUTTER_ACTOR_IS_VISIBLE (l->data))
|
MetaWindowActor *window_actor;
|
||||||
|
gboolean x, y;
|
||||||
|
|
||||||
|
if (!META_IS_WINDOW_ACTOR (l->data) || !CLUTTER_ACTOR_IS_VISIBLE (l->data))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (l->data == info->unredirected_window)
|
window_actor = l->data;
|
||||||
|
|
||||||
|
if (!actor_is_untransformed (CLUTTER_ACTOR (window_actor), &x, &y))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* If an actor has effects applied, then that can change the area
|
/* Temporarily move to the coordinate system of the actor */
|
||||||
* it paints and the opacity, so we no longer can figure out what
|
cairo_region_translate (visible_region, - x, - y);
|
||||||
* portion of the actor is obscured and what portion of the screen
|
|
||||||
* it obscures, so we skip the actor.
|
|
||||||
*
|
|
||||||
* This has a secondary beneficial effect: if a ClutterOffscreenEffect
|
|
||||||
* is applied to an actor, then our clipped redraws interfere with the
|
|
||||||
* caching of the FBO - even if we only need to draw a small portion
|
|
||||||
* of the window right now, ClutterOffscreenEffect may use other portions
|
|
||||||
* of the FBO later. So, skipping actors with effects applied also
|
|
||||||
* prevents these bugs.
|
|
||||||
*
|
|
||||||
* Theoretically, we should check clutter_actor_get_offscreen_redirect()
|
|
||||||
* as well for the same reason, but omitted for simplicity in the
|
|
||||||
* hopes that no-one will do that.
|
|
||||||
*/
|
|
||||||
if (clutter_actor_has_effects (l->data))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if (META_IS_WINDOW_ACTOR (l->data))
|
meta_window_actor_set_visible_region (window_actor, visible_region);
|
||||||
|
|
||||||
|
if (clutter_actor_get_paint_opacity (CLUTTER_ACTOR (window_actor)) == 0xff)
|
||||||
{
|
{
|
||||||
MetaWindowActor *window_actor = l->data;
|
cairo_region_t *obscured_region = meta_window_actor_get_obscured_region (window_actor);
|
||||||
int x, y;
|
if (obscured_region)
|
||||||
|
cairo_region_subtract (visible_region, obscured_region);
|
||||||
if (!actor_is_untransformed (CLUTTER_ACTOR (window_actor), &x, &y))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
x += paint_x_offset;
|
|
||||||
y += paint_y_offset;
|
|
||||||
|
|
||||||
/* Temporarily move to the coordinate system of the actor */
|
|
||||||
cairo_region_translate (visible_region, - x, - y);
|
|
||||||
|
|
||||||
meta_window_actor_set_visible_region (window_actor, visible_region);
|
|
||||||
|
|
||||||
if (clutter_actor_get_paint_opacity (CLUTTER_ACTOR (window_actor)) == 0xff)
|
|
||||||
{
|
|
||||||
cairo_region_t *obscured_region = meta_window_actor_get_obscured_region (window_actor);
|
|
||||||
if (obscured_region)
|
|
||||||
cairo_region_subtract (visible_region, obscured_region);
|
|
||||||
}
|
|
||||||
|
|
||||||
meta_window_actor_set_visible_region_beneath (window_actor, visible_region);
|
|
||||||
cairo_region_translate (visible_region, x, y);
|
|
||||||
}
|
}
|
||||||
else if (META_IS_BACKGROUND_ACTOR (l->data))
|
|
||||||
{
|
|
||||||
MetaBackgroundActor *background_actor = l->data;
|
|
||||||
int x, y;
|
|
||||||
|
|
||||||
if (!actor_is_untransformed (CLUTTER_ACTOR (background_actor), &x, &y))
|
meta_window_actor_set_visible_region_beneath (window_actor, visible_region);
|
||||||
continue;
|
cairo_region_translate (visible_region, x, y);
|
||||||
|
|
||||||
x += paint_x_offset;
|
|
||||||
y += paint_y_offset;
|
|
||||||
|
|
||||||
cairo_region_translate (visible_region, - x, - y);
|
|
||||||
meta_background_actor_set_visible_region (background_actor, visible_region);
|
|
||||||
cairo_region_translate (visible_region, x, y);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cairo_region_destroy (visible_region);
|
cairo_region_destroy (visible_region);
|
||||||
@@ -322,16 +158,13 @@ meta_window_group_paint (ClutterActor *actor)
|
|||||||
*/
|
*/
|
||||||
for (l = children; l; l = l->next)
|
for (l = children; l; l = l->next)
|
||||||
{
|
{
|
||||||
if (META_IS_WINDOW_ACTOR (l->data))
|
MetaWindowActor *window_actor;
|
||||||
{
|
|
||||||
MetaWindowActor *window_actor = l->data;
|
if (!META_IS_WINDOW_ACTOR (l->data))
|
||||||
meta_window_actor_reset_visible_regions (window_actor);
|
continue;
|
||||||
}
|
|
||||||
else if (META_IS_BACKGROUND_ACTOR (l->data))
|
window_actor = l->data;
|
||||||
{
|
meta_window_actor_reset_visible_regions (window_actor);
|
||||||
MetaBackgroundActor *background_actor = l->data;
|
|
||||||
meta_background_actor_set_visible_region (background_actor, NULL);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
g_list_free (children);
|
g_list_free (children);
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
|
|
||||||
#include <meta/screen.h>
|
#include "screen.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* MetaWindowGroup:
|
* MetaWindowGroup:
|
||||||
|
@@ -141,9 +141,8 @@ meta_window_shape_new (cairo_region_t *region)
|
|||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
g_print ("%d: +%d+%dx%dx%d => +%d+%dx%dx%d\n",
|
g_print ("%d: +%d+%dx%dx%d => +%d+%dx%dx%d\n",
|
||||||
iter.i, iter.rectangle.x, iter.rectangle.y, iter.rectangle.width, iter.rectangle.height,
|
i, iter.rectangle.x, iter.rectangle.y, iter.rectangle.width, iter.rectangle.height,
|
||||||
shape->rectangles[iter.i].x, shape->rectangles[iter.i].y,
|
shape->rectangles[i].x, shape->rectangles[i].y, shape->rectangles[i].width, shape->rectangles[i].height);
|
||||||
hape->rectangles[iter.i].width, shape->rectangles[iter.i].height);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
hash = hash * 31 + x1 * 17 + x2 * 27 + y1 * 37 + y2 * 43;
|
hash = hash * 31 + x1 * 17 + x2 * 27 + y1 * 37 + y2 * 43;
|
||||||
|
@@ -32,8 +32,8 @@
|
|||||||
* MetaWindowShape:
|
* MetaWindowShape:
|
||||||
* #MetaWindowShape represents a 9-sliced region with borders on all sides that
|
* #MetaWindowShape represents a 9-sliced region with borders on all sides that
|
||||||
* are unscaled, and a constant central region that is scaled. For example,
|
* are unscaled, and a constant central region that is scaled. For example,
|
||||||
* the regions representing two windows that are rounded rectangles,
|
* if you the regions representing two windows that around rounded rectangles,
|
||||||
* with the same corner radius but different sizes, have the
|
* with the same corner regions, but different sizes, they have the
|
||||||
* same MetaWindowShape.
|
* same MetaWindowShape.
|
||||||
*
|
*
|
||||||
* #MetaWindowShape is designed to be used as part of a hash table key, so has
|
* #MetaWindowShape is designed to be used as part of a hash table key, so has
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
pkglibdir=@MUTTER_PLUGIN_DIR@
|
pkglibdir=@MUTTER_PLUGIN_DIR@
|
||||||
|
|
||||||
INCLUDES=@MUTTER_CFLAGS@ -I $(top_srcdir)/src -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" -DMUTTER_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"mutter\" -DSN_API_NOT_YET_FROZEN=1 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\"
|
INCLUDES=@MUTTER_CFLAGS@ -I $(top_srcdir)/src/include -DMUTTER_LIBEXECDIR=\"$(libexecdir)\" -DHOST_ALIAS=\"@HOST_ALIAS@\" -DMUTTER_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DMUTTER_PKGDATADIR=\"$(pkgdatadir)\" -DMUTTER_DATADIR=\"$(datadir)\" -DG_LOG_DOMAIN=\"mutter\" -DSN_API_NOT_YET_FROZEN=1 -DMUTTER_MAJOR_VERSION=$(MUTTER_MAJOR_VERSION) -DMUTTER_MINOR_VERSION=$(MUTTER_MINOR_VERSION) -DMUTTER_MICRO_VERSION=$(MUTTER_MICRO_VERSION) -DMUTTER_PLUGIN_API_VERSION=$(MUTTER_PLUGIN_API_VERSION) -DMUTTER_PLUGIN_DIR=\"@MUTTER_PLUGIN_DIR@\"
|
||||||
|
|
||||||
default_la_CFLAGS = -fPIC
|
default_la_CFLAGS = -fPIC
|
||||||
default_la_SOURCES = default.c
|
default_la_SOURCES = default.c
|
||||||
@@ -16,9 +16,3 @@ pkglib_LTLIBRARIES = default.la
|
|||||||
install-exec-hook:
|
install-exec-hook:
|
||||||
-rm $(DESTDIR)$(pkglibdir)/*.a
|
-rm $(DESTDIR)$(pkglibdir)/*.a
|
||||||
-rm $(DESTDIR)$(pkglibdir)/*.la
|
-rm $(DESTDIR)$(pkglibdir)/*.la
|
||||||
|
|
||||||
# Since we removed the .la file, 'make uninstall' doesn't work properly,
|
|
||||||
# since it counts on libtool to remove the .la files, so just kill the
|
|
||||||
# .so file manually.
|
|
||||||
uninstall-local:
|
|
||||||
-rm -f $(DESTDIR)$(pkglibdir)/default.so
|
|
||||||
|
41
src/compositor/plugins/README
Normal file
41
src/compositor/plugins/README
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
|
||||||
|
Plugins implement effects associated with WM events, such as window map,
|
||||||
|
minimizing, maximizing, unmaximizing, destruction and workspace switching. The
|
||||||
|
plugin API is documented in src/include/compositor-clutter-plugin.h; in
|
||||||
|
addition the simple plugin can be used as a reference implementation.
|
||||||
|
|
||||||
|
The API is intended to be generic, exposing no implementation details of the WM
|
||||||
|
to the plugins; this will facilitate reuse without modification with another WM
|
||||||
|
(there are plans to use the same plugin API with Matchbox 2).
|
||||||
|
|
||||||
|
Multiple plugins can implement the same effect and be loaded at the same time;
|
||||||
|
however, stacking arbitrary effects in this way might not work as expected;
|
||||||
|
this is particularly true of more complex effects, such as those for workspace
|
||||||
|
switching.
|
||||||
|
|
||||||
|
Plugins are installed in ${prefix}/lib/metacity/plugins/clutter; from there the
|
||||||
|
WM will load plugins listed in the clutter_plugins key in the Metacity gconf
|
||||||
|
general preferences group. Each entry in preferences has the format
|
||||||
|
|
||||||
|
'name: optional parameters'
|
||||||
|
|
||||||
|
where 'name' is the name of the library without the .so suffix.
|
||||||
|
|
||||||
|
As noted above, additional parameters can be passed to the plugin via the
|
||||||
|
preference key. In such case, the plugin name is immediately followed by a
|
||||||
|
colon, separating it from the parameters. Two common parameters should be
|
||||||
|
handled by all plugins:
|
||||||
|
|
||||||
|
'debug' indicates that the plugin is run in a debug mode (what exactly that
|
||||||
|
means is left to the plugin to determine).
|
||||||
|
|
||||||
|
'disable' parameter indicates which effects within the plugin should be
|
||||||
|
disabled; the format of the disable parameter is
|
||||||
|
|
||||||
|
'disable: effect1[, effect2];'
|
||||||
|
|
||||||
|
where effect1, etc., matches the effects listed in the
|
||||||
|
compositor-clutter-plugin.h file (currently one of 'map', 'destroy',
|
||||||
|
'maximize', 'unmaximize', 'switch-workspace'). Example 'disable:
|
||||||
|
minimize, maximize;'.
|
||||||
|
|
@@ -21,8 +21,8 @@
|
|||||||
* 02111-1307, USA.
|
* 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <meta/meta-plugin.h>
|
#include "meta-plugin.h"
|
||||||
#include <meta/window.h>
|
#include "window.h"
|
||||||
|
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#define _(x) dgettext (GETTEXT_PACKAGE, x)
|
#define _(x) dgettext (GETTEXT_PACKAGE, x)
|
||||||
@@ -112,6 +112,8 @@ struct _MetaDefaultPluginPrivate
|
|||||||
ClutterActor *desktop2;
|
ClutterActor *desktop2;
|
||||||
|
|
||||||
MetaPluginInfo info;
|
MetaPluginInfo info;
|
||||||
|
|
||||||
|
gboolean debug_mode : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -180,6 +182,34 @@ meta_default_plugin_get_property (GObject *object,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
start (MetaPlugin *plugin)
|
||||||
|
{
|
||||||
|
MetaDefaultPluginPrivate *priv = META_DEFAULT_PLUGIN (plugin)->priv;
|
||||||
|
|
||||||
|
guint destroy_timeout = DESTROY_TIMEOUT;
|
||||||
|
guint minimize_timeout = MINIMIZE_TIMEOUT;
|
||||||
|
guint maximize_timeout = MAXIMIZE_TIMEOUT;
|
||||||
|
guint map_timeout = MAP_TIMEOUT;
|
||||||
|
guint switch_timeout = SWITCH_TIMEOUT;
|
||||||
|
|
||||||
|
if (meta_plugin_debug_mode (plugin))
|
||||||
|
{
|
||||||
|
g_debug ("Plugin %s: Entering debug mode.", priv->info.name);
|
||||||
|
|
||||||
|
priv->debug_mode = TRUE;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Double the effect duration to make them easier to observe.
|
||||||
|
*/
|
||||||
|
destroy_timeout *= 2;
|
||||||
|
minimize_timeout *= 2;
|
||||||
|
maximize_timeout *= 2;
|
||||||
|
map_timeout *= 2;
|
||||||
|
switch_timeout *= 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
meta_default_plugin_class_init (MetaDefaultPluginClass *klass)
|
meta_default_plugin_class_init (MetaDefaultPluginClass *klass)
|
||||||
{
|
{
|
||||||
@@ -191,6 +221,7 @@ meta_default_plugin_class_init (MetaDefaultPluginClass *klass)
|
|||||||
gobject_class->set_property = meta_default_plugin_set_property;
|
gobject_class->set_property = meta_default_plugin_set_property;
|
||||||
gobject_class->get_property = meta_default_plugin_get_property;
|
gobject_class->get_property = meta_default_plugin_get_property;
|
||||||
|
|
||||||
|
plugin_class->start = start;
|
||||||
plugin_class->map = map;
|
plugin_class->map = map;
|
||||||
plugin_class->minimize = minimize;
|
plugin_class->minimize = minimize;
|
||||||
plugin_class->maximize = maximize;
|
plugin_class->maximize = maximize;
|
||||||
@@ -253,8 +284,7 @@ on_switch_workspace_effect_complete (ClutterTimeline *timeline, gpointer data)
|
|||||||
{
|
{
|
||||||
MetaPlugin *plugin = META_PLUGIN (data);
|
MetaPlugin *plugin = META_PLUGIN (data);
|
||||||
MetaDefaultPluginPrivate *priv = META_DEFAULT_PLUGIN (plugin)->priv;
|
MetaDefaultPluginPrivate *priv = META_DEFAULT_PLUGIN (plugin)->priv;
|
||||||
MetaScreen *screen = meta_plugin_get_screen (plugin);
|
GList *l = meta_plugin_get_window_actors (plugin);
|
||||||
GList *l = meta_get_window_actors (screen);
|
|
||||||
|
|
||||||
while (l)
|
while (l)
|
||||||
{
|
{
|
||||||
@@ -287,22 +317,21 @@ switch_workspace (MetaPlugin *plugin,
|
|||||||
gint from, gint to,
|
gint from, gint to,
|
||||||
MetaMotionDirection direction)
|
MetaMotionDirection direction)
|
||||||
{
|
{
|
||||||
MetaScreen *screen;
|
|
||||||
MetaDefaultPluginPrivate *priv = META_DEFAULT_PLUGIN (plugin)->priv;
|
MetaDefaultPluginPrivate *priv = META_DEFAULT_PLUGIN (plugin)->priv;
|
||||||
GList *l;
|
GList *l;
|
||||||
|
gint n_workspaces;
|
||||||
ClutterActor *workspace0 = clutter_group_new ();
|
ClutterActor *workspace0 = clutter_group_new ();
|
||||||
ClutterActor *workspace1 = clutter_group_new ();
|
ClutterActor *workspace1 = clutter_group_new ();
|
||||||
ClutterActor *stage;
|
ClutterActor *stage;
|
||||||
int screen_width, screen_height;
|
int screen_width, screen_height;
|
||||||
|
MetaScreen *screen = meta_plugin_get_screen (plugin);
|
||||||
ClutterAnimation *animation;
|
ClutterAnimation *animation;
|
||||||
|
|
||||||
screen = meta_plugin_get_screen (plugin);
|
stage = meta_plugin_get_stage (plugin);
|
||||||
stage = meta_get_stage_for_screen (screen);
|
|
||||||
|
|
||||||
meta_screen_get_size (screen,
|
|
||||||
&screen_width,
|
|
||||||
&screen_height);
|
|
||||||
|
|
||||||
|
meta_plugin_query_screen_size (plugin,
|
||||||
|
&screen_width,
|
||||||
|
&screen_height);
|
||||||
clutter_actor_set_anchor_point (workspace1,
|
clutter_actor_set_anchor_point (workspace1,
|
||||||
screen_width,
|
screen_width,
|
||||||
screen_height);
|
screen_height);
|
||||||
@@ -321,7 +350,9 @@ switch_workspace (MetaPlugin *plugin,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
l = g_list_last (meta_get_window_actors (screen));
|
n_workspaces = meta_screen_get_n_workspaces (screen);
|
||||||
|
|
||||||
|
l = g_list_last (meta_plugin_get_window_actors (plugin));
|
||||||
|
|
||||||
while (l)
|
while (l)
|
||||||
{
|
{
|
||||||
@@ -419,19 +450,12 @@ static void
|
|||||||
minimize (MetaPlugin *plugin, MetaWindowActor *window_actor)
|
minimize (MetaPlugin *plugin, MetaWindowActor *window_actor)
|
||||||
{
|
{
|
||||||
MetaWindowType type;
|
MetaWindowType type;
|
||||||
MetaRectangle icon_geometry;
|
|
||||||
MetaWindow *meta_window = meta_window_actor_get_meta_window (window_actor);
|
MetaWindow *meta_window = meta_window_actor_get_meta_window (window_actor);
|
||||||
ClutterActor *actor = CLUTTER_ACTOR (window_actor);
|
ClutterActor *actor = CLUTTER_ACTOR (window_actor);
|
||||||
|
|
||||||
|
|
||||||
type = meta_window_get_window_type (meta_window);
|
type = meta_window_get_window_type (meta_window);
|
||||||
|
|
||||||
if (!meta_window_get_icon_geometry(meta_window, &icon_geometry))
|
|
||||||
{
|
|
||||||
icon_geometry.x = 0;
|
|
||||||
icon_geometry.y = 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (type == META_WINDOW_NORMAL)
|
if (type == META_WINDOW_NORMAL)
|
||||||
{
|
{
|
||||||
ClutterAnimation *animation;
|
ClutterAnimation *animation;
|
||||||
@@ -448,8 +472,6 @@ minimize (MetaPlugin *plugin, MetaWindowActor *window_actor)
|
|||||||
MINIMIZE_TIMEOUT,
|
MINIMIZE_TIMEOUT,
|
||||||
"scale-x", 0.0,
|
"scale-x", 0.0,
|
||||||
"scale-y", 0.0,
|
"scale-y", 0.0,
|
||||||
"x", (double)icon_geometry.x,
|
|
||||||
"y", (double)icon_geometry.y,
|
|
||||||
NULL);
|
NULL);
|
||||||
apriv->tml_minimize = clutter_animation_get_timeline (animation);
|
apriv->tml_minimize = clutter_animation_get_timeline (animation);
|
||||||
data->plugin = plugin;
|
data->plugin = plugin;
|
||||||
|
@@ -43,17 +43,32 @@
|
|||||||
/* Optimium performance seems to be with MAX_CHUNK_RECTANGLES=4; 8 is about 10% slower.
|
/* Optimium performance seems to be with MAX_CHUNK_RECTANGLES=4; 8 is about 10% slower.
|
||||||
* But using 8 may be more robust to systems with slow malloc(). */
|
* But using 8 may be more robust to systems with slow malloc(). */
|
||||||
#define MAX_CHUNK_RECTANGLES 8
|
#define MAX_CHUNK_RECTANGLES 8
|
||||||
|
#define MAX_LEVELS 16
|
||||||
|
|
||||||
void
|
typedef struct
|
||||||
|
{
|
||||||
|
/* To merge regions in a binary tree, we need to keep track of The way these are filled is in the pattern:
|
||||||
|
*
|
||||||
|
* |a |
|
||||||
|
* |b |a |
|
||||||
|
* |c | |ab |
|
||||||
|
* |d |c |ab |
|
||||||
|
* |e | | |abcd|
|
||||||
|
*/
|
||||||
|
cairo_region_t *levels[MAX_LEVELS];
|
||||||
|
int n_levels;
|
||||||
|
} MetaRegionBuilder;
|
||||||
|
|
||||||
|
static void
|
||||||
meta_region_builder_init (MetaRegionBuilder *builder)
|
meta_region_builder_init (MetaRegionBuilder *builder)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
for (i = 0; i < META_REGION_BUILDER_MAX_LEVELS; i++)
|
for (i = 0; i < MAX_LEVELS; i++)
|
||||||
builder->levels[i] = NULL;
|
builder->levels[i] = NULL;
|
||||||
builder->n_levels = 1;
|
builder->n_levels = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
meta_region_builder_add_rectangle (MetaRegionBuilder *builder,
|
meta_region_builder_add_rectangle (MetaRegionBuilder *builder,
|
||||||
int x,
|
int x,
|
||||||
int y,
|
int y,
|
||||||
@@ -78,7 +93,7 @@ meta_region_builder_add_rectangle (MetaRegionBuilder *builder,
|
|||||||
{
|
{
|
||||||
if (builder->levels[i] == NULL)
|
if (builder->levels[i] == NULL)
|
||||||
{
|
{
|
||||||
if (i < META_REGION_BUILDER_MAX_LEVELS)
|
if (i < MAX_LEVELS)
|
||||||
{
|
{
|
||||||
builder->levels[i] = builder->levels[i - 1];
|
builder->levels[i] = builder->levels[i - 1];
|
||||||
builder->levels[i - 1] = NULL;
|
builder->levels[i - 1] = NULL;
|
||||||
@@ -98,7 +113,7 @@ meta_region_builder_add_rectangle (MetaRegionBuilder *builder,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cairo_region_t *
|
static cairo_region_t *
|
||||||
meta_region_builder_finish (MetaRegionBuilder *builder)
|
meta_region_builder_finish (MetaRegionBuilder *builder)
|
||||||
{
|
{
|
||||||
cairo_region_t *result = NULL;
|
cairo_region_t *result = NULL;
|
||||||
@@ -163,7 +178,7 @@ meta_region_iterator_next (MetaRegionIterator *iter)
|
|||||||
iter->rectangle = iter->next_rectangle;
|
iter->rectangle = iter->next_rectangle;
|
||||||
iter->line_start = iter->line_end;
|
iter->line_start = iter->line_end;
|
||||||
|
|
||||||
if (iter->i + 1 < iter->n_rectangles)
|
if (iter->i < iter->n_rectangles)
|
||||||
{
|
{
|
||||||
cairo_region_get_rectangle (iter->region, iter->i + 1, &iter->next_rectangle);
|
cairo_region_get_rectangle (iter->region, iter->i + 1, &iter->next_rectangle);
|
||||||
iter->line_end = iter->next_rectangle.y != iter->rectangle.y;
|
iter->line_end = iter->next_rectangle.y != iter->rectangle.y;
|
||||||
@@ -186,12 +201,12 @@ add_expanded_rect (MetaRegionBuilder *builder,
|
|||||||
{
|
{
|
||||||
if (flip)
|
if (flip)
|
||||||
meta_region_builder_add_rectangle (builder,
|
meta_region_builder_add_rectangle (builder,
|
||||||
y - y_amount, x - x_amount,
|
y - y_amount, x - x_amount,
|
||||||
height + 2 * y_amount, width + 2 * x_amount);
|
height + 2 * y_amount, width + 2 * x_amount);
|
||||||
else
|
else
|
||||||
meta_region_builder_add_rectangle (builder,
|
meta_region_builder_add_rectangle (builder,
|
||||||
x - x_amount, y - y_amount,
|
x - x_amount, y - y_amount,
|
||||||
width + 2 * x_amount, height + 2 * y_amount);
|
width + 2 * x_amount, height + 2 * y_amount);
|
||||||
}
|
}
|
||||||
|
|
||||||
static cairo_region_t *
|
static cairo_region_t *
|
||||||
@@ -231,6 +246,7 @@ expand_region_inverse (cairo_region_t *region,
|
|||||||
MetaRegionBuilder builder;
|
MetaRegionBuilder builder;
|
||||||
MetaRegionIterator iter;
|
MetaRegionIterator iter;
|
||||||
cairo_rectangle_int_t extents;
|
cairo_rectangle_int_t extents;
|
||||||
|
cairo_region_t *chunk;
|
||||||
|
|
||||||
int last_x;
|
int last_x;
|
||||||
|
|
||||||
@@ -250,11 +266,16 @@ expand_region_inverse (cairo_region_t *region,
|
|||||||
extents.x, extents.y + extents.height, extents.width, 1,
|
extents.x, extents.y + extents.height, extents.width, 1,
|
||||||
x_amount, y_amount, flip);
|
x_amount, y_amount, flip);
|
||||||
|
|
||||||
|
chunk = NULL;
|
||||||
|
|
||||||
last_x = extents.x;
|
last_x = extents.x;
|
||||||
for (meta_region_iterator_init (&iter, region);
|
for (meta_region_iterator_init (&iter, region);
|
||||||
!meta_region_iterator_at_end (&iter);
|
!meta_region_iterator_at_end (&iter);
|
||||||
meta_region_iterator_next (&iter))
|
meta_region_iterator_next (&iter))
|
||||||
{
|
{
|
||||||
|
if (chunk == NULL)
|
||||||
|
chunk = cairo_region_create ();
|
||||||
|
|
||||||
if (iter.rectangle.x > last_x)
|
if (iter.rectangle.x > last_x)
|
||||||
add_expanded_rect (&builder,
|
add_expanded_rect (&builder,
|
||||||
last_x, iter.rectangle.y,
|
last_x, iter.rectangle.y,
|
||||||
|
@@ -63,32 +63,6 @@ struct _MetaRegionIterator {
|
|||||||
cairo_rectangle_int_t next_rectangle;
|
cairo_rectangle_int_t next_rectangle;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _MetaRegionBuilder MetaRegionBuilder;
|
|
||||||
|
|
||||||
#define META_REGION_BUILDER_MAX_LEVELS 16
|
|
||||||
struct _MetaRegionBuilder {
|
|
||||||
/* To merge regions in binary tree order, we need to keep track of
|
|
||||||
* the regions that we've already merged together at different
|
|
||||||
* levels of the tree. We fill in an array in the pattern:
|
|
||||||
*
|
|
||||||
* |a |
|
|
||||||
* |b |a |
|
|
||||||
* |c | |ab |
|
|
||||||
* |d |c |ab |
|
|
||||||
* |e | | |abcd|
|
|
||||||
*/
|
|
||||||
cairo_region_t *levels[META_REGION_BUILDER_MAX_LEVELS];
|
|
||||||
int n_levels;
|
|
||||||
};
|
|
||||||
|
|
||||||
void meta_region_builder_init (MetaRegionBuilder *builder);
|
|
||||||
void meta_region_builder_add_rectangle (MetaRegionBuilder *builder,
|
|
||||||
int x,
|
|
||||||
int y,
|
|
||||||
int width,
|
|
||||||
int height);
|
|
||||||
cairo_region_t * meta_region_builder_finish (MetaRegionBuilder *builder);
|
|
||||||
|
|
||||||
void meta_region_iterator_init (MetaRegionIterator *iter,
|
void meta_region_iterator_init (MetaRegionIterator *iter,
|
||||||
cairo_region_t *region);
|
cairo_region_t *region);
|
||||||
gboolean meta_region_iterator_at_end (MetaRegionIterator *iter);
|
gboolean meta_region_iterator_at_end (MetaRegionIterator *iter);
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user