compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Sat Mar 10 03:00:11 EET 2007


 configure.ac                    |   15 
 kde/window-decorator/window.cpp |    8 
 plugins/Makefile.am             |   15 
 plugins/fuse.c                  | 1250 ++++++++++++++++++++++++++++++++++++++++
 src/window.c                    |   25 
 5 files changed, 1302 insertions(+), 11 deletions(-)

New commits:
commit a8868d1ac77852759068826e330f838d901caf2d
Author: David Reveman <davidr at novell.com>
Date:   Fri Mar 9 19:31:10 2007 +0100

    Call repaint to make sure decorations are updated properly when
    they are resized.

commit dc00b7c31a2213d1ec0aaa5b98f3cbbe559a8430
Author: David Reveman <davidr at novell.com>
Date:   Fri Mar 9 19:17:44 2007 +0100

    Some themes update the layout when the borders function is called
    so we should call it with the correct window state after we've
    used it for getting maximized border size.

commit 6be27c65c3471472c7f145e6cd790a578dbb0428
Author: David Reveman <davidr at novell.com>
Date:   Fri Mar 9 12:45:34 2007 +0100

    Add fuse plugin. It provides a user space file-system with compiz
    information. E.g. all options are represented as directories and
    and current values can be retrieved by reading files in these
    directories.
    
    It's read-only right now but write support will be added soon and
    it will allow you to manipulate options by writing to files.

commit b589492c5ac438449dc11284238058126f20a181
Author: David Reveman <davidr at novell.com>
Date:   Thu Mar 8 20:24:10 2007 +0100

    Rewrite restackWindowBelow. The old implementation was broken as
    it allowed stacking to positions where windows are not allowed to
    be. New implementation makes sure windows are always stacked at
    allowed positions.
    
    This issue caused windows being prevented from focus to sometimes
    be placed behind one of it's ancestors.




More information about the xorg-commit mailing list