compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Mon Feb 26 16:27:38 EET 2007


 include/compiz.h          |   86 +++---
 plugins/blur.c            |  593 ++++++++++++++++++++++++++------------------
 plugins/compiz.schemas.in |  611 +++++-----------------------------------------
 plugins/dbus.c            |   46 +++
 plugins/fade.c            |   19 -
 plugins/gconf-dump.c      |   17 +
 plugins/gconf.c           |   35 ++
 plugins/minimize.c        |   59 +---
 plugins/regex.c           |    2 
 plugins/scale.c           |   75 +++--
 plugins/switcher.c        |   61 +---
 plugins/wobbly.c          |  230 +++++++----------
 src/match.c               |  240 ++++++++++++++++--
 src/option.c              |   44 +++
 src/screen.c              |   20 +
 src/window.c              |   11 
 16 files changed, 1071 insertions(+), 1078 deletions(-)

New commits:
commit abfaa8f2bc3fa83f987cc3a653e8061167c8e4bf
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 21:01:48 2007 +0100

    Regen compiz.schemas.in.

commit 01e8d381f87fd810a961862255f52f5d5f8c53dd
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 21:00:59 2007 +0100

    Handle match options properly.

commit 3f374eddeb313501e280c2bb18040cac169ef537
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 21:00:01 2007 +0100

    Add "|" symbol properly and don't add "&" or "|" if this is the first
    expression in this group.

commit 94f14c3cfcc3196ae56ec49f1d80955c2937a509
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 20:38:00 2007 +0100

    Add match argument support to all initiate scale actions.

commit 517f353f6dacc47cb39d08bdd32952b8e017fd3c
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 20:36:33 2007 +0100

    Use match option type if argument name is "match".

commit 7790c5550a3764f59b7aa09a3b7687b36de33a5e
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 20:34:59 2007 +0100

    Add getMatchOptionNamed function.

commit a9cadcecf48fa55abe6000300cf6829d8af79e67
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 20:34:28 2007 +0100

    We should try to return an empty string if the match object is empty
    instead of NULL.

commit 7fb5ce28332ffff3d7ba8ecbe34da4568157ec5a
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 19:21:24 2007 +0100

    Add alpha blur match option. It provides alpha blur for windows that
    don't have the blur property set.

commit 87e811922bb6494800b5bf7023be0abf230b0988
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 19:18:20 2007 +0100

    Automatically update match options when they change.

commit 0867f565b8a88358e29260b072797ca5367f35fe
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 16:36:38 2007 +0100

    Remove some whitespaces.

commit 88048d401253a769403ac0d2b5036e9a44f77181
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 16:36:11 2007 +0100

    Add match option for per-window focus prevention control.

commit d4175d137260169ed91c4a379e3049113de80bd0
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 16:17:04 2007 +0100

    Add window ID match handler.

commit 5dcfd79ffdd71a7f7a1aacd6418628684d93d71d
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 16:08:36 2007 +0100

    Use match options in wobbly plugin.

commit 9881547b4ccdd0d44719e5178f2b21c10cc7903d
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 15:40:05 2007 +0100

    Use match option in switcher plugin.

commit 277d2573705f517299a1b6684dc0785f093a3b79
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 15:25:44 2007 +0100

    Use match option in scale plugin.

commit 9482cf4b3daa6fd2928c62994850889f126524c2
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 15:12:59 2007 +0100

    Use match option for window matching.

commit b317a722ebdeba36a76f6c93eb42a357e192efe4
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 15:01:17 2007 +0100

    Set correct option type.

commit fc5a98c9e106586c564c9f441600f097b32797e7
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 14:57:21 2007 +0100

    Use match option for focus blur.

commit 2c932f37267c224581a13d1dcdfedc924aa1bccb
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 14:41:20 2007 +0100

    Switch to using a match option.

commit 6dbc7ae89e4cdeb29f5d878bee37a548006c7abb
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 14:29:37 2007 +0100

    Add support for new match option type.

commit fb8a063749d2ef65a3379d25416b84cc28a940f3
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 14:26:59 2007 +0100

    Add match option.

commit 928c492a538bcdf3b40725f650c5ff9f5fa98a2b
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 12:44:25 2007 +0100

    Shut up compiler.

commit 15e8a3772c9c12fb0b82447d27d92334466a018a
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 12:38:03 2007 +0100

    Add matchToString function.

commit 1cd947f262eceffc90b6372503ff6462b53c2c69
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 10:02:46 2007 +0100

    Use match object for minimize effect.

commit 1a5cfb428cf784a7d7cc2192743edfbd6691747b
Author: David Reveman <davidr at novell.com>
Date:   Sun Feb 25 09:05:50 2007 +0100

    Use match object for window focus blur.




More information about the xorg-commit mailing list