compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Wed Dec 27 20:27:56 EET 2006


 configure.ac                                |   30 +-
 gtk/window-decorator/Makefile.am            |    8 
 gtk/window-decorator/gtk-window-decorator.c |  406 +++++++++++++++++++++++++---
 include/compiz.h                            |  121 ++++++--
 kde/window-decorator/decorator.cpp          |   26 -
 kde/window-decorator/decorator.h            |    2 
 kde/window-decorator/main.cpp               |    2 
 kde/window-decorator/options.cpp            |    2 
 kde/window-decorator/options.h              |    2 
 kde/window-decorator/utils.cpp              |    2 
 kde/window-decorator/utils.h                |    2 
 kde/window-decorator/window.cpp             |   57 +++
 kde/window-decorator/window.h               |    4 
 libdecoration/decoration.c                  |    2 
 plugins/Makefile.am                         |   14 
 plugins/dbus.c                              |  343 +++++++++++++++++++++--
 plugins/decoration.c                        |   43 ++
 plugins/inotify.c                           |  279 +++++++++++++++++++
 src/display.c                               |   79 +++++
 src/plugin.c                                |  150 ++++++++++
 src/screen.c                                |  108 +++++--
 src/window.c                                |   42 ++
 22 files changed, 1562 insertions(+), 162 deletions(-)

New commits:
commit 9509ad760a977ea744b0cf0a411621b162ce529a
Author: David Reveman <davidr at novell.com>
Date:   Wed Dec 27 09:54:14 2006 +0100

    Fix unredirect of fullscreen windows when using overlay window for output.

commit 94df352b45faa6eaa3d319b7273534f21ca1ffa3
Author: David Reveman <davidr at novell.com>
Date:   Wed Dec 27 09:51:20 2006 +0100

    Indent correctly.

commit cb3db35feee890df8e4184ca497904044acaa4e7
Author: David Reveman <davidr at novell.com>
Date:   Tue Dec 26 14:40:43 2006 +0100

    Align option descriptions.

commit 71d2b443d08332d58cbbd40434527d98b66bb318
Author: David Reveman <davidr at novell.com>
Date:   Tue Dec 26 14:34:15 2006 +0100

    Add dbus support to gwd.

commit e33dd6567cf50f2417af265ea5956904ced135de
Author: David Reveman <davidr at novell.com>
Date:   Mon Dec 25 22:28:19 2006 +0100

    Watch plugin directories for changes and send "pluginsChanged" signal when
    the contents of a directory changes to indicate that the list of available
    plugins need to be updated.

commit f96ce2ea0932aa3f5388f0bd4d1bafe397c26d1f
Author: David Reveman <davidr at novell.com>
Date:   Mon Dec 25 22:22:40 2006 +0100

    Make gconf support in gwd optional.

commit afe8a5b20df05d3d6d7029c1a9e774ff42d5734a
Author: David Reveman <davidr at novell.com>
Date:   Mon Dec 25 22:15:24 2006 +0100

    Rename automake conditional GCONF_PLUGIN to USE_GCONF.

commit dab1d2ca10e5548e0920593f3ecfbc990610d560
Author: David Reveman <davidr at novell.com>
Date:   Mon Dec 25 21:58:26 2006 +0100

    Add inotify plugin, which implements the previously added file
    notification API.

commit ddeddf4f81cf0dea8fb5b9a71129a1b3dda0a430
Author: David Reveman <davidr at novell.com>
Date:   Mon Dec 25 21:45:43 2006 +0100

    Add abstract file notification API. Needs plugin implementation.

commit 115786f4f3715363958daa2073c8f4961553586c
Author: David Reveman <davidr at novell.com>
Date:   Sun Dec 24 02:59:11 2006 +0100

    Add getOutputExtentsForWindow screen function. Plugins that modify the window
    extents should wrap this function. An updateWindowOutputExtents function
    has also been added and it should be used to update the output extents in the
    CompWindow struct. Decoration plugin has been updated for these changes.

commit f3e65374cf88e1113f5b3f8654666d257db1f51c
Author: David Reveman <davidr at novell.com>
Date:   Sat Dec 23 17:02:16 2006 +0100

    Remove SetWindowScaleProc type, which should have been removed when
    window scale attributes were removed.

commit 301575abd38002e4cb5ebfedb700e0a566d83725
Author: David Reveman <davidr at novell.com>
Date:   Sat Dec 23 03:43:22 2006 +0100

    Add 'GetPluginMetadata' method, which returns metadata for available plugins.

commit aac1766c15bf72eaa03d3fde0f0ea0cad6e340d2
Author: David Reveman <davidr at novell.com>
Date:   Sat Dec 23 01:51:02 2006 +0100

    Add short comments and examples to 'List' and 'GetMetadata' methods.

commit bd2013827ba2a2a6c95eeb455d3fe22dcf9bb5e0
Author: David Reveman <davidr at novell.com>
Date:   Sat Dec 23 01:41:00 2006 +0100

    Add "GetPlugins" method that can be used to retrieve a list of available
    plugins.

commit 3bd90291056e58639e8d5b72b309d08ee6af10d2
Author: David Reveman <davidr at novell.com>
Date:   Sat Dec 23 01:37:08 2006 +0100

    Add plugin loader function "listPlugins" and implement availablePlugins
    function. Plugin loaders that implement listPlugins should return an array
    of plugin names that can possible be loaded from the specified path.

commit 79cc0661d0a9e11713bc5a493b4f445219064aef
Author: David Reveman <davidr at novell.com>
Date:   Fri Dec 22 18:27:13 2006 +0100

    Add author to some headers where it's missing.

commit bfd8c2e6e8d8f7b5ccc57c91bf61374b3fd24ba9
Author: David Reveman <davidr at novell.com>
Date:   Fri Dec 22 02:35:57 2006 +0100

    Add desktop sub menu to window popup window.




More information about the xorg-commit mailing list