Owen W. Taylor
6683b5efff
Clean up messages when loading plugins
...
Remove a "got here" leftover, remove unnecessary trailing \n when
calling g_message(), include g_module_error() in the output when
loading a module fails.
2008-10-29 14:40:51 -04:00
Tomas Frydrych
f80e39e2ca
mutter_plugin_get_screen()
2008-11-03 10:07:12 +00:00
Tomas Frydrych
685bbb2e64
Fixed format
2008-11-03 09:59:01 +00:00
Tomas Frydrych
312cbf3e04
Added G_MODULE_BIND_LOCAL for plugin load.
...
See http://bugzilla.openedhand.com/show_bug.cgi?id=1216 .
2008-10-31 08:08:08 +00:00
Tomas Frydrych
b2fe0097e6
mutter_plugin_get_xdisplay()
2008-10-29 13:27:35 +00:00
Tomas Frydrych
e4501f801e
mutter_plugin_set_stage_input_region()
2008-10-29 13:03:03 +00:00
Tomas Frydrych
7bef175590
MUTTER_PLUGIN_DIR variable/define
...
Define for use in plugin manager
Makefile variable for plugin pc file and plugin installation.
2008-10-29 10:28:48 +00:00
Matthew Allum
c283fbe9b3
Merge branch 'clutter' of ssh://gitserver@git.o-hand.com/metacity-clutter into clutter
2008-10-28 11:34:05 +00:00
Matthew Allum
53d89a7fd5
Tweak/fix/improve workspace switching effect
2008-10-28 11:30:29 +00:00
Tomas Frydrych
68c2f75558
Changes necessary to build plugins out of tree:
...
metacity-plugins.pc.in
installation necessary header files
fixed misplaced inclusion of config.h
2008-10-28 10:45:45 +00:00
Tomas Frydrych
07c1003905
Live previews for hidden windows.
...
ClutterActors for hidden windows (such windows on different than active
workspaces and windows that are minimized) are available, and reflect the
actual state of the window. This is intended for use in task-switchers etc.
This feature is disabled by default (due to increased demand on resources),
and can be enabled through the metacity/general/live_hidden_windows gconf key.
A trivial sample window switcher is included in the scratch plugin (activated
by clicking on the slide out panel).
2008-10-24 10:07:24 +01:00
Tomas Frydrych
775cb1f4a4
Removed plugin .features member (no longer required); reanambled all effects in scratch plugin by popular demand.
2008-10-20 13:04:46 +01:00
Robert Bragg
08c3c187eb
Removes the running counter from the plugins and instead manage it internally
...
to the plugin manager
2008-10-17 17:10:15 +01:00
Tomas Frydrych
dc33ad1adf
Merge branch 'moblin-plugin' into clutter
...
Conflicts:
src/compositor/clutter/compositor-clutter-plugin-manager.c
src/compositor/mutter/plugins/Makefile.am
src/compositor/mutter/plugins/moblin.c
src/include/compositor-clutter-plugin.h
src/include/compositor-clutter.h
2008-10-16 23:02:34 +01:00
Robert Bragg
2f790b0165
This changes the meta_compositor_clutter namespacing to simply "mutter" which
...
helps makes code much more readable.
2008-10-16 12:50:01 +01:00