compiz: Changes to 'master'

David Reveman davidr at kemper.freedesktop.org
Sat Apr 14 03:47:19 EEST 2007


 Makefile.am              |    2 
 configure.ac             |    5 
 include/compiz.h         |   86 +++
 metadata/Makefile.am     |    6 
 metadata/compiz.metadata |  451 ++++++++++++++++++++
 plugins/Makefile.am      |    3 
 src/Makefile.am          |    6 
 src/display.c            |  679 +++---------------------------
 src/main.c               |  143 ++++++
 src/metadata.c           | 1042 +++++++++++++++++++++++++++++++++++++++++++++++
 src/screen.c             |  161 +------
 11 files changed, 1844 insertions(+), 740 deletions(-)

New commits:
commit a12fa0c1152d9c15f1fae81ed2ca32e8ae9145cc
Merge: dbbc119... 5f0f272...
Author: David Reveman <davidr at novell.com>
Date:   Fri Apr 13 18:44:45 2007 -0400

    Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/app/compiz

commit dbbc119cad521c74a9d13097cc31d4ec133216ef
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 20:00:02 2007 -0400

    string -> value.

commit 7efd2549800be5f797839c3b74bdbf14c3024353
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 19:58:16 2007 -0400

    Add convenient option info structure and initialize all core options
    completely from metadata.

commit 3faff8f2b3adcebb35cff73068fade064bd4be67
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 16:28:03 2007 -0400

    Initialize option descriptions.

commit 3f9cd7bda0c8e7a0cb2ef13aad382e4f288c989d
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 16:16:10 2007 -0400

    Fix function declaration.

commit 7a491dee04d185fc245376cbc3b4b3f71151643e
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 16:14:57 2007 -0400

    Failure to read additional metadata from file is not fatal.

commit 75b697c7ce8b7f6cc823b6ef3e78ff2ccfcb3c92
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 16:11:52 2007 -0400

    Add hardcoded metadata for core.

commit b0d0e256a00f4624016aebf567f2c617c6988667
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 15:09:50 2007 -0400

    Update metadata.c header.

commit 43ef43462d5d9b09285a1f2914cac760fd47701d
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 15:07:48 2007 -0400

    general -> core.

commit f74b38f9e6bd273cd8aa75e2f6c5d599f47e4e76
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 15:05:46 2007 -0400

    element -> value.

commit dce9df2847bdc278c81ac4bfa470920377e73b39
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 15:04:16 2007 -0400

    Update core metadata.

commit 6ec5185d5d4191df7d6296934f9b45985a8aaa97
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 14:59:05 2007 -0400

    Clean up action edge initialization.

commit 49466ff5a19541406c1fa3818f2c8ded0b957d4e
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 14:47:56 2007 -0400

    Clean up action bell initialization.

commit 9371328f4be846554ec26f9ef5af4d7bdeacfe38
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 14:43:52 2007 -0400

    Clean up action key/button initialization.

commit 8fdc481b2a93c702b177e6aa95a37801259ccc8e
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 14:21:43 2007 -0400

    Initialize action state properly.

commit e20550f31543ab73bdbdcea0cb346b55682a51ee
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 13:46:18 2007 -0400

    Use restrictions when initializing options.

commit d5d55f0a8a5434511dd39952c21d7fb599b68d29
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 13:30:11 2007 -0400

    Initialize restrictions before default value.

commit e23224f7219f2c1490e544e693ddb2c9480339b8
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 13:27:26 2007 -0400

    Fix so that string restrictions can be overloaded appropriately.

commit 45e54bb024dadda8ec8cac4aa5856f0fb3f6bf90
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 13:06:06 2007 -0400

    Fix so that int and float restrictions can be overloaded appropriately.

commit c6f5d2c1ee5c5d911777da8fd8ac1da04591a537
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 12:53:51 2007 -0400

    Add stringFromMetadataPathElement function.

commit ba8646a930fd50cf4c417ba33d6d07c745a75ae1
Author: David Reveman <davidr at novell.com>
Date:   Thu Apr 12 12:35:34 2007 -0400

    Update option initialization so that appropriate values can be
    overloaded by hardcoded metadata documents.

commit a6a810738c66be9c097f868a008000b66b58c8ef
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 19:48:27 2007 -0400

    Remove initOptionFromNode.

commit c64b963e677f67378a37e78b0e64f968f16e83cb
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 19:15:59 2007 -0400

    Clean up getOptionType function.

commit 73c188713f3104a98f85ef51aefb2bfc8699dac6
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 19:03:49 2007 -0400

    Node must contain at least one matching element.

commit 93440561f864cc81520bfcd55046c3ef8e8434fe
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 18:26:38 2007 -0400

    Add initXPathFromMetadataPath, which searches all xml documents
    in metadata object for a match.

commit da37cbfeea03a428e5e674b73f19fd85aef615d3
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 17:31:35 2007 -0400

    Allow one metadata object to contain multiple xml document references.

commit a9d3d64396654c714ce0ee2b15157d5d1558ecb4
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 17:19:21 2007 -0400

    Make compAddMetadataFromFile add metadata file extension and search
    for file in the users home directory as well as the system wide
    metadata directory.

commit 10943ab111c1b9e80ffcee85c80005cbb9484724
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 16:44:25 2007 -0400

    Clean up.

commit 0bbadd0571d3c9dc08563dee8606083058f297be
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 16:43:17 2007 -0400

    Move core metadata initialization to main.c.

commit a8eb534fa6d90d4188d45619b3a55c5dd55d6df1
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 16:36:02 2007 -0400

    Change so that heap allocated metadata objects are not required.

commit 764caea99060c6fa7e01021c194f2d1d6182467f
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:59:35 2007 -0400

    These kind of safety checks are bad and they don't belong in this code.

commit 40dcfa5dfee9b95a0198294b57537277438be261
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:54:48 2007 -0400

    Store path instead of plugin name in metadata object.

commit c552190734425256fcac8f45df03d9e274923504
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:29:15 2007 -0400

    compGetMetadataFromString should take a const char pointer.

commit 1a9ec446ec0f5c820763abe480e7e6aebc4f4400
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:22:58 2007 -0400

    Use datadir for metadata.

commit 1fe943da57bebf3f490a7432de50996827c905ec
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:16:59 2007 -0400

    Remove some whitespace and place libxml-2.0 dependency before
    libstartup-notification-1.0 dependency so backslashes are
    aligned properly.

commit cba3a576902600528065017528b23238408f4a0a
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:11:38 2007 -0400

    Clean up compiz.h.

commit 6831e29dabdfacf35a8b4e19dd430a0dcea9a0a7
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 15:09:36 2007 -0400

    Fix metadata code so it doesn't require external Display variable.

commit 9a9bc937a6914b8eaf25592c427fac9fa886f451
Author: David Reveman <davidr at novell.com>
Date:   Wed Apr 11 14:43:30 2007 -0400

    Fix typo in header.

commit b924986abb5b6e811893d234a09d0e45465e7506
Author: Dennis Kasprzyk <onestone at beryl-project.org>
Date:   Wed Apr 11 18:44:00 2007 +0200

    initialize core options from metadata

commit 0fdfd6fec08fa61fbcab6e90bde396fd8a7d3988
Author: Dennis Kasprzyk <onestone at beryl-project.org>
Date:   Wed Apr 11 18:42:53 2007 +0200

    fixed some xml parsing errors

commit 7f64997842ad87e8af15b39480109785cb5110c3
Author: Dennis Kasprzyk <onestone at beryl-project.org>
Date:   Wed Apr 11 17:17:39 2007 +0200

    added Metadata parsing system




More information about the xorg-commit mailing list