dwww Home | Show directory contents | Find package

commit 1fc177123f4da3e2eddffc916d663fc68fdbab04
Author: Alex ARNAUD <aarnaud@hypra.fr>
Date:   Sat Apr 4 12:40:09 2020 -0600

    Release version 0.8.18

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit c3d65e489a3b15bcce19f59ef82a36b25acd0ce2
Merge: 0a18999 c94e5ba
Author: Scott Moreau <oreaus@gmail.com>
Date:   Tue Nov 5 18:43:58 2019 +0000

    Merge branch 'presets' into 'master'
    
    Read SYSCONFDIR/compizconfig/presets.ini as default values
    
    Closes #4
    
    See merge request compiz/libcompizconfig!1

commit c94e5ba114a778c18d6e8a3179f21ec798102682
Author: Jonathan Michalon <dev@michalon.eu>
Date:   Tue Oct 29 16:45:40 2019 +0100

    Read SYSCONFDIR/compizconfig/presets.ini as default values
    
    Just after reading the XML files and before loading user profiles,
    we now read SYSCONFDIR/compizconfig/presets.ini and set the definitions
    in there as default values, overriding these from XML. This allows
    distributions to provide a set of custom defaults.

 backend/ini.c  | 150 +-----------------------------------------------------
 include/ccs.h  |   6 +++
 src/compiz.cpp |  28 +++++++++++
 src/ini.c      | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c     |   7 +++
 5 files changed, 198 insertions(+), 149 deletions(-)

commit 0a1899922dbb298a589285e0c3221ac3173bb79a
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Wed Dec 12 16:00:51 2018 +0300

    Improve "Avoid using glibc-specific strcasestr and asprintf"
    
    Use a more efficient for smaller strings algorithm.
    The older code also had an issue when snprintf() returns a negative value.

 backend/ini.c | 20 +++++++++++++-------
 src/main.c    | 20 +++++++++++++-------
 2 files changed, 26 insertions(+), 14 deletions(-)

commit 181b047d3b7a6030a7239dcaa4569120c29ca9f8
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon Nov 12 23:49:50 2018 +0300

    Avoid using glibc-specific strcasestr and asprintf

 backend/ini.c     |  97 ++++++++++++++++++++++++++++++-----------------
 plugin/ccp.c      |   2 -
 src/bindings.c    |  26 ++++++++++---
 src/ccs-private.h |   2 +
 src/compiz.cpp    |  44 ++++++++++------------
 src/config.c      |  28 ++++++--------
 src/filewatch.c   |   1 -
 src/ini.c         |  34 ++++++++++-------
 src/lists.c       |   1 -
 src/main.c        | 110 +++++++++++++++++++++++++++++++++++++-----------------
 10 files changed, 214 insertions(+), 131 deletions(-)

commit 3cec64a3568f6bc6314469bd92b6911e69306be9
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sun Nov 11 10:59:30 2018 -0700

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cc7f611a8a93702c6eda77e7e76a444168f3a896
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sun Nov 11 10:21:12 2018 -0700

    Release version 0.8.16

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit b2e13b8651814b773cfdab27cce642510bf65572
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Fri Jun 8 20:20:46 2018 +0300

    Update links

 backend/ini.c         | 2 +-
 include/ccs-backend.h | 4 ++--
 include/ccs.h         | 4 ++--
 plugin/ccp.c          | 2 +-
 src/bindings.c        | 2 +-
 src/ccs-private.h     | 4 ++--
 src/compiz.cpp        | 2 +-
 src/config.c          | 4 ++--
 src/filewatch.c       | 2 +-
 src/ini.c             | 2 +-
 src/lists.c           | 4 ++--
 src/main.c            | 4 ++--
 12 files changed, 18 insertions(+), 18 deletions(-)

commit a004285ec16dd47248455a9db792dc902ecde362
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue May 15 13:47:20 2018 +0300

    Populate the protobuf library through pkg-config as well

 src/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 1f4cc1294b96c4aee976bfe120e0d96e80c9cdb8
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue May 15 13:41:31 2018 +0300

    Use pkg-config to find protobuf
    
    Instead of AC_CHECK_LIB which relies on ABI and doesn't work reliably.

 configure.ac | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 637dac8a958cb87c002a33ac6b33a6c14fd1f00e
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Tue May 30 23:12:30 2017 +0300

    Remove some unneeded includes from compiz.cpp
    
    This implicitly fixes #2.

 src/compiz.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit cdaf9279e45fa70c72d497e7dd035ab7e00700e5
Author: Scott Moreau <oreaus@gmail.com>
Date:   Wed Apr 19 13:56:14 2017 -0600

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bfd060ee146b8803c7b16f6311c27136fda38220
Author: Scott Moreau <oreaus@gmail.com>
Date:   Tue Apr 18 02:22:55 2017 -0600

    Release version 0.8.14

 NEWS         | 6 ++++++
 configure.ac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 57481eb6c76cb365163c816aaadc6a47f55d53ba
Author: raveit65 <chat-to-me@raveit.de>
Date:   Wed Oct 5 09:40:16 2016 +0200

    Add Changelog generation

 Makefile.am | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit 72d908e12133b9915206accbb9e7b3390e9587be
Author: Alexei Sorokin <sor.alexei@meowr.ru>
Date:   Mon Sep 26 22:12:03 2016 +0300

    Post-release version increment

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 388c0afb6efe78410fee861a9651d6dd7bce45a7
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 11 01:30:38 2016 +0300

    Release version 0.8.12.1

 Makefile.am  | 3 ---
 NEWS         | 8 ++++++++
 VERSION      | 1 -
 configure.ac | 2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)

commit 9f4c1cfb7721d379d2f9cf40c4798d79ef098b56
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 11 00:14:34 2016 +0300

    Cleanup default config

 config/config | 15 ---------------
 1 file changed, 15 deletions(-)

commit 0b2fe97a42c21d936f731233c6a77f2a60285688
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sun Apr 10 23:45:36 2016 +0300

    Remove the dummy locales support
    
    To use not deprecated glib-gettext

 Makefile.am      | 27 +++++++++++++--------------
 autogen.sh       |  4 ----
 configure.ac     |  7 -------
 po/ChangeLog     |  0
 po/POTFILES.in   |  2 --
 po/POTFILES.skip |  1 -
 6 files changed, 13 insertions(+), 28 deletions(-)

commit d0f4a2909db5bcf39944a9545038daa1b6511f97
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sat Apr 9 01:07:54 2016 -0600

    Revert "Use pkg-config check for protobuf"
    
    This reverts commit 99259601105f91bc68a1db7e2d1107c7d1fbf1ac.
    The protoc check must remain separate from protobuf library check.

 configure.ac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 99259601105f91bc68a1db7e2d1107c7d1fbf1ac
Author: Scott Moreau <oreaus@gmail.com>
Date:   Sat Apr 9 00:27:06 2016 -0600

    Use pkg-config check for protobuf

 configure.ac | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit f9d4b10105d7375d4031e160638cfb16da8919e5
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Apr 4 20:47:50 2016 +0300

    Make autogen.sh more compatible

 autogen.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 992eb5c4b49e5ac9490a191e5f9ed489cd340a38
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Mon Mar 28 17:19:42 2016 +0300

    Replace deprecated AC_PROG_LIBTOOL with LT_INIT
    
    Needs libtool 2.2.0+.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5ddfa0291224807397ba77ccf00c5a629063682c
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Wed Mar 2 01:26:32 2016 +0300

    Add missing files to dist and prettify README
    
    Also rename LICENSE.{,l}gpl to LICENSE.{,L}GPL.

 ChangeLog                    |  0
 LICENSE.gpl => LICENSE.GPL   |  0
 LICENSE.lgpl => LICENSE.LGPL |  0
 Makefile.am                  | 30 ++++++++++++++++++------------
 README                       |  0
 README.md                    |  5 +++++
 configure.ac                 |  2 +-
 7 files changed, 24 insertions(+), 13 deletions(-)

commit 42c57acda9b1027af59f91632fa0f7101447778a
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Sat Feb 13 00:16:30 2016 +0300

    Release version 0.8.12

 NEWS | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 674dabc4993872675489f70d5051338fa5e6359b
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 11 17:41:47 2016 +0300

    Stop using mate-autogen in autogen.sh
    
    Was initially added to supress warnings no longer there.

 autogen.sh | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit e2e3bf8695d7a12539e6f590231e2912bc3fdc7c
Author: Sorokin Alexei <sor.alexei@meowr.ru>
Date:   Thu Feb 11 17:40:55 2016 +0300

    Pre-bump version to 0.8.12

 NEWS         | 15 ++++++++++++---
 VERSION      |  2 +-
 configure.ac |  2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)

commit 145f480b43625942296f4f042175d88b663996fc
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Wed Jan 13 01:22:29 2016 +0100

    adjust NEWS file

 NEWS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit c4f342f1a4d7724479340c70e80aebca55f390c3
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Tue Jan 12 19:48:42 2016 +0100

    pre-bump version

 NEWS         | 2 +-
 VERSION      | 2 +-
 configure.ac | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 1e42ea0e629d6a013e6e7ad7f5d1bbfd2ea11338
Author: Scott Moreau <oreaus@gmail.com>
Date:   Wed Dec 9 12:51:12 2015 -0700

    Avoid using templates in C code
    
    libxslt uses templates and we cannot use templates in C code. Move the headers
    using templates outside extern "C" clause.

 src/compiz.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 837aac2e625748cb5e7be36314ef49f382aa867d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 13:22:51 2015 +0100

    Fix deprecated XKeycodeToKeysym warning.

 plugin/ccp.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0ea605e93600de797b3443ac0ce8195cd5030183
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 12:30:55 2015 +0100

    Fix make distcheck errors.

 po/POTFILES.skip |  1 +
 src/Makefile.am  | 23 +++++++++++++++--------
 2 files changed, 16 insertions(+), 8 deletions(-)

commit cc905346285eb5e20df223792a2a4d62ad73a375
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 12:29:37 2015 +0100

    Build xz tarballs, require NEWS section.

 NEWS         | 2 +-
 configure.ac | 7 ++-----
 2 files changed, 3 insertions(+), 6 deletions(-)

commit 08ba0d69462d23252570d70475a47b5ae615bc4c
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 10:28:37 2015 +0100

    Use mate-autogen in autogen.sh.

 autogen.sh | 24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

commit 56678b36370742d82bd6ee0a91ffbc5f613abb84
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 10:26:18 2015 +0100

    Make autotools happy.

 Makefile.am  | 2 ++
 configure.ac | 1 +
 2 files changed, 3 insertions(+)

commit 73936c020215dbb6b9341b77103e42bb07206811
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 10:22:35 2015 +0100

    INCLUDES --> AM_CPPFLAGS.

 backend/Makefile.am | 2 +-
 plugin/Makefile.am  | 2 +-
 src/Makefile.am     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit e0d8d09c2aba0ec7b37ec22b37d1b86e2188fe0d
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 10:05:08 2015 +0100

    GNOME_DESKTOP_SESSION_ID --> MATE_DESKTOP_SESSION_ID.

 config/config | 6 ++----
 src/config.c  | 4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)

commit 1b77f2f3fe0c98ed8704a86f9fec775e97a7f4fa
Author: Wolfgang Ulbrich <chat-to-me@raveit.de>
Date:   Thu Oct 29 10:01:00 2015 +0100

    Change GNOME session to MATE and use ini backend as default.

 config/config | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit 3b1389f0edaa86387fbed6e5a0a81a1ec582d7b7
Author: Sam Spilsbury <smspillaz@XPS-FEDORA.(none)>
Date:   Sat Aug 8 15:49:31 2009 +0800

    Added support for POSIX 2008's definition of scandir ()

 configure.ac   | 19 +++++++++++++++++++
 src/compiz.cpp |  6 ++++++
 2 files changed, 25 insertions(+)

commit 771eac1e52aca4b0b1f0a27558ea33b9996a3ad7
Author: Scott Moreau <oreaus@gmail.com>
Date:   Thu Feb 13 09:36:03 2014 -0700

    Accept <Primary> as <Control>
    
    See LP #936840 for details.

 src/bindings.c | 1 +
 1 file changed, 1 insertion(+)

commit daad4e04a6bd3fe4f2c5a34d375dcf5580400570
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Apr 21 14:43:36 2011 +0200

    * Bump version to 0.8.9

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8680309c13fc50faf922c91c184295e70d63095a
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Apr 21 14:43:34 2011 +0200

    * Bump version to 0.8.8

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b6ea8c31ed78c34cf3c2d8592eb607571ff060a3
Merge: 00ebc4c d402093
Author: Sam Spilsbury <SmSpillaz@gmail.com>
Date:   Fri May 21 10:31:06 2010 +0800

    Merge branch 'compiz-0.8' of git://anongit.compiz-fusion.org/compiz/compizconfig/libcompizconfig into compiz-0.8

commit 00ebc4c4bfab8a43dddbade11f3cc8eaf3a1da34
Author: Sam Spilsbury <SmSpillaz@gmail.com>
Date:   Fri May 21 10:30:12 2010 +0800

    Don't change default backend when it fails to load
    
    If using the gconf backend and it fails to load libcompizconfig will automatically fall back to the ini backend. However, it will also update the default backend to the ini backend so the user will have to manually switch back once the problem is fixed. This patch makes the default backend not get updated to ini if the regular one failed to load. Thanks to Michael Vogt for the patch.
    
    Backport of 7f990c801d3b1dbd99811223182be1067f8970f8 to compiz-0.8

 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d40209335b6491b42bd531b70cfd380fd44fe446
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 14 14:31:28 2010 +0200

    Fix precedence order of LC_* environment variables.
    The order should be LC_ALL -> LC_MESSAGES -> LANG, not LANG -> LC_ALL ->
    LC_MESSAGES.

 src/compiz.cpp | 37 ++++++++++++++-----------------------
 1 file changed, 14 insertions(+), 23 deletions(-)

commit 2feb13e57c0cd3a8f320ab9525b41f37df14ac2f
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:07 2009 +0200

    * Bump version to 0.8.5

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a728704db3c3b89808aaf79d1d3ff0d62135da28
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Oct 14 04:09:05 2009 +0200

    * Bump version to 0.8.4

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0001e60f79edaeac2ff8ec80bd28aebebfac77ff
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Thu Sep 24 13:01:56 2009 -0500

    Fix compiler warnings.

 src/compiz.cpp | 21 +++++----------------
 1 file changed, 5 insertions(+), 16 deletions(-)

commit b4aa1026111293bc1848a20673441142bb3d9ee1
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Thu Sep 24 12:59:56 2009 -0500

    Fix checking of libprotobuf version >= 2.1.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a13ca4ed66b18b72a611231cce163e9c499ee20c
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Sep 20 20:53:39 2009 -0500

    Fix crash when LANG has no value.

 src/compiz.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b9229e357af89a20c090ac8a0b3c64a4d477d83e
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Mon Aug 31 23:17:14 2009 -0500

    Fix encoding of corner followed by adjacent edge case.

 src/bindings.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

commit ab2c199a5bbdc38b8026febc76682fa21dac5197
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Mon Aug 24 23:46:53 2009 -0500

    Avoid allocating 0-size memory. Fix memory leak.

 src/main.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 05c8c6176a8d2ff67310167e0c25cd498244c48f
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Aug 23 10:05:43 2009 -0500

    Fix memory leaks.

 backend/ini.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 5987214a45b61e47571f58e72331f4873250a8ca
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Wed Aug 19 18:05:01 2009 -0500

    Fix memory leaks.

 backend/ini.c |  2 ++
 src/main.c    | 10 ++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 9eb45bed918905833fb61a785369f8883ccc4ef6
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Wed Aug 19 18:04:36 2009 -0500

    Compare string find result with npos.

 src/compiz.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5dab250c7da6020ec3efbe85f511d3af4ccf79b7
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Mar 14 14:30:43 2009 -0500

    Update .pb when an older .xml is used, too.

 src/compiz.cpp         | 72 ++++++++++++++++++++++++++++++--------------------
 src/compizconfig.proto | 17 ++++++------
 2 files changed, 53 insertions(+), 36 deletions(-)

commit 628d1c67510ec31bb22d31e2a7d19a1ed9f4a549
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Mar 9 15:43:47 2009 +0100

    * Bump version to 0.8.3

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cbbdcceea27f671f96ff86902478487f76cd3f12
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Mar 9 15:43:46 2009 +0100

    * Bump version to 0.8.2

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bb0ec725b1f5ed60d719ecb37843150b6713cc1f
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 5 16:28:32 2009 +0100

    Fix compizconfig.proto dist inclusion

 src/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 00646fe0c31ccaa81dae69ed74393cf151a3e963
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Dec 2 11:13:47 2008 +0100

    Revert accidential change.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 79c0f14071db762bba256da6c0588115725219a3
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Dec 2 11:03:43 2008 +0100

    Mem leak fixes and minor cleanup.

 configure.ac   |  2 +-
 src/compiz.cpp | 13 ++++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

commit 6202217f3efa974a55aed34bf467f0462f2cf8a0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Nov 24 09:40:24 2008 +0100

    Sanity check input values of ccsFindSetting.

 src/main.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 890a30e25eb3a1499b08d69ea7b97bdc6dbc76db
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Fri Nov 7 00:39:05 2008 -0600

    Don't write .pb for ini, gconf, ccp, kconfig.
    
    Fixes these errors:
    libprotobuf ERROR google/protobuf/message.cc:110] Can't parse message of
      type "metadata.PluginBrief" because it is missing required fields: info
    libprotobuf FATAL google/protobuf/message.cc:198] CHECK failed:
      IsInitialized(): Can't serialize message of type "metadata.PluginBrief"
      because it is missing required fields: info.name

 src/compiz.cpp | 48 +++++++++++++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 17 deletions(-)

commit f6f66a73f13b42390ecd47ab769c37debf116943
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Nov 6 13:07:47 2008 +0100

    Fix memory leak.

 src/compiz.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit d14b491482945d98c7dc3f4721c8179782eea523
Merge: 2460060 d6ecf8a
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Wed Oct 22 21:06:01 2008 -0500

    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 246006056a24c087112a22b3c72611f8c0683270
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Wed Oct 22 17:33:33 2008 -0500

    Create protobuf cache dir recursively.
    
    Enables using ".../x/y" as cache dir when ".../x" doesn't exist.

 include/ccs.h  |  2 ++
 src/compiz.cpp | 11 +++++------
 src/ini.c      |  2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

commit d6ecf8ae663dbac371729da70f37f8a3c8821e51
Author: Lubos Lunak <llunak@suse.cz>
Date:   Wed Oct 22 12:13:16 2008 +0200

    Fix copy'n'paste mistakes in allocation size.

 src/lists.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit fae747aa92479c3ff9ab62ad5aa333c175fcab7a
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 17:25:15 2008 -0500

    Disable protobuf if cache dir cannot be created.

 src/compiz.cpp | 1 +
 1 file changed, 1 insertion(+)

commit 5519ac6e74c056750eca8fb543822326fd0f43b8
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 17:04:42 2008 -0500

    Use $XDG_CACHE_HOME/compizconfig/ as protobuf cache directory.
    
    As protobuf cache dir, we now use $XDG_CACHE_HOME/compizconfig/
    if $XDG_CACHE_HOME is defined and ~/.cache/compizconfig/ otherwise,
    to conform to the standards described at
    http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html

 src/compiz.cpp | 64 ++++++++++++++++++++++++++++++++++++++++------------------
 1 file changed, 44 insertions(+), 20 deletions(-)

commit afe4ed1ece82778cfcdade60057d58aeeb9818d8
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 15:55:00 2008 -0500

    Fix circular dependency error (bug 1061).

 configure.ac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 21bda9debec54b37342eb5ee037fc81aeb32cbc8
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 10:04:02 2008 -0500

    Add source URL to protobuf warning message.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit af794fc55b4bc0da875afe94aa310565c0170e4a
Merge: 514ba48 741f99a
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 09:36:06 2008 -0500

    Merge branch 'master' of git+ssh://cornelius@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 514ba489124b029960f4d8e94cac6bd0c3205de6
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sun Oct 19 09:23:25 2008 -0500

    Add compizconfig.proto to dist. Simplify Makefile.am.

 src/Makefile.am | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 741f99ade7e9b9d19e367253273c11519ac348f0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Oct 19 14:03:15 2008 +0200

    Link against libX11 because we need it for XStringToKeysym.

 configure.ac    |  1 +
 src/Makefile.am | 19 ++++++++++---------
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 4431eeec30226cb81ffa2df868d9bbe9b2f76145
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Oct 18 15:44:50 2008 -0500

    Clean up whitespace.

 src/compiz.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 6706b47468cb9adb8d39a891a38bd30984aab4a5
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Oct 18 15:26:33 2008 -0500

    Disable protobuf automatically if not installed.

 configure.ac | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 37dab05e44d3c8d1f75a1fa15f69a8ee7b18aed7
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Oct 4 17:58:17 2008 -0500

    Speed up metadata parsing via protocol buffers.
    
    Reduces startup times for compiz, ccsm, and simple-ccsm.

 configure.ac           |   11 +
 include/ccs.h          |    6 +-
 src/Makefile.am        |   32 +-
 src/ccs-private.h      |    3 +
 src/compiz.c           | 1624 -------------------------
 src/compiz.cpp         | 3096 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/compizconfig.proto |  164 +++
 src/main.c             |    5 +
 8 files changed, 3313 insertions(+), 1628 deletions(-)

commit 23fa6d1621d5e41daf1bc0e764424cc7eea8a168
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Oct 4 17:14:32 2008 -0500

    Remove global metadata.

 configure.ac         |   3 -
 metadata/Makefile.am |   7 +-
 metadata/global.xml  | 417 ---------------------------------------------------
 src/Makefile.am      |   1 -
 src/compiz.c         | 209 +++++---------------------
 5 files changed, 40 insertions(+), 597 deletions(-)

commit 43bd58883f90ee2f569ddd601e326178b6a4f939
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Sat Oct 4 06:36:02 2008 -0500

    Ignore extensions & string restrictions at compiz startup.

 src/compiz.c | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

commit 0c1e564565d30980f5caaef66fa8b02fb936d34d
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:20 2008 +0200

    * Bump version to 0.7.9

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4d25af4574dd65aaf05f4ba6b3dd82e6db350bab
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Tue Sep 23 13:34:19 2008 +0200

    * Bump version to 0.7.8

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f894d98942cb3f0e3a9f6795b109036919061e2c
Author: Guillaume Seguin <ixce@ed3n.(none)>
Date:   Wed Sep 17 21:07:59 2008 +0200

    * Drop intltool-* from EXTRA_DIST and friends for building tarballs
      (please use intltool 0.40.x to make the tarballs)

 Makefile.am | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

commit 68c51faadf5265f2b4558ce8d1b01ca1050f050b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Sep 17 17:51:40 2008 +0200

    Make sure basePlugin is never NULL.

 src/compiz.c | 2 ++
 1 file changed, 2 insertions(+)

commit 65bd187e3ddadef9695884f375b0fcb716a008ce
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Tue Sep 16 19:09:52 2008 -0500

    Fix bug 1046: Rename extension option -> base_option, plugin -> base_plugin.

 src/compiz.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit c47ff3b6490d315b3d466ca8346d688a65967e8c
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Tue Sep 16 18:40:38 2008 -0500

    Get extension's screen/display info from XML attr. instead of from parent.
    
    This boolean attribute is called display. If the display attribute is missing,
    that means the extension belongs to screen.
    
    e.g: <extension plugin="animation" display="true"> for extensions of display options
     or  <extension plugin="animation">                for extensions of screen options.
    
    In the metadata, extensions should now be put outside <screen> and <display>.

 src/compiz.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit 21aee1a479a2348dc95cbee36a79bf85cb0d3669
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Aug 31 18:31:32 2008 +0200

    Fix mem leaks.

 src/main.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

commit 49bd7b53097e3121b0aac07d03c484c3216f317e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Aug 31 13:20:03 2008 +0200

    Mem leak fix.

 src/compiz.c | 3 +++
 1 file changed, 3 insertions(+)

commit 57d5363379cbdd5596b71fffa7bed533c7a81e7b
Author: Erkin Bahceci <erkinbah@gmail.com>
Date:   Wed Aug 27 00:09:39 2008 -0500

    Add support for restricted string options and extensions.

 include/ccs.h     |  36 ++++++++++-
 src/ccs-private.h |   2 +
 src/compiz.c      | 175 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lists.c       |   2 +
 src/main.c        |  37 ++++++++++++
 5 files changed, 251 insertions(+), 1 deletion(-)

commit 122b00dc88a27e89095f6db7c144d21df2714434
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Aug 12 07:49:20 2008 +0200

    Allocate string buffer dynamically when writing lists.
    This prevents list value line lengths being truncated.

 src/ini.c | 129 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 55 insertions(+), 74 deletions(-)

commit 659307a1413f2191549c6ec9a21db5d5383645c2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 31 13:06:25 2008 +0200

    Added position_constrain_workarea option to appropriate subgroup.

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit 0803d21509bf4803cd16035ecaacb589d22f7b8e
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jun 18 20:07:42 2008 +0200

    Track core changes

 plugin/ccp.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

commit d3d2a6b1b6341f7317357dde4a82960acc5bf68f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 12 15:44:40 2008 +0200

    Added kde4 session support.

 config/config | 5 +++++
 src/config.c  | 4 ++++
 2 files changed, 9 insertions(+)

commit 66588dbb5bf4576510de7bad218c8a36f130579a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jun 8 14:33:50 2008 +0200

    Fix type conversion for bool settings.

 plugin/ccp.c | 3 +++
 1 file changed, 3 insertions(+)

commit b34b2466b86c1028e4513b5407caa92d9d64ffe5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jun 8 14:02:44 2008 +0200

    Plug mem leak.

 src/compiz.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 6b8daad816fa8d9d810097f25101a6b0342a46ae
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jun 8 13:48:38 2008 +0200

    Plug mem leak.

 src/config.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit cd137c608f98062c896505a3d064f6bc2cfec34c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jun 8 13:45:35 2008 +0200

    Correctly set list type.

 plugin/ccp.c | 88 +++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 52 insertions(+), 36 deletions(-)

commit a6a39af41cbea45edf64e3448d9c88fe4944a06b
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:08:50 2008 +0200

    * Bump version to 0.7.7

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b8f5d694ecf5b0cff73fb16dc9e211172c92e35
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat May 31 14:08:49 2008 +0200

    * Bump version to 0.7.6

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b1c52a6d0c71f34092c0c544cc0a9ca53a59459f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Apr 25 01:59:19 2008 +0200

    Added an action information that indicates that a binding is not a global binding. The new "internal" tag (<internal/> or <internal>true</internal>) can now be used to mark an action setting as plugin internal.

 include/ccs.h | 12 +++++++++---
 src/compiz.c  | 25 +++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 3 deletions(-)

commit 4d728b6eb6d00fcf8a4066dd47049692352ef3f0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Apr 15 08:23:46 2008 +0200

    But switcher panel bindings into Bindings group.

 metadata/global.xml | 4 ++++
 1 file changed, 4 insertions(+)

commit a2bedd700b3573159ae602d52b30edf74097ddf4
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Apr 10 12:27:16 2008 +0200

    Added workaround to ensure that bench is the last plugin.

 src/main.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 722037714838951094ca1e7142a5352ea451dbec
Merge: 44a2972 50eb74a
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Sun Apr 6 22:48:42 2008 +0200

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 50eb74a0df3aa9e3d35284f8f63c05665d67a579
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Fri Apr 4 00:17:24 2008 +0200

    * Bump version to 0.7.5

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 61c1a2db056db506ba4926d0e27377e0b30a5e5e
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Fri Apr 4 00:17:23 2008 +0200

    * Bump version to 0.7.4

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ecbea0902a1b2424f49b61c515b4d0912e65db51
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Apr 1 21:45:11 2008 +0200

    Make sure that symbols are only loaded locally.

 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 97df78b25e32ac427f9d3d1c98d4897c864de572
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Mar 16 13:16:37 2008 +0100

    Put focus stealing prevention level to Focus behaviour group.

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit 9b50e002aa47da25ce110fb5f51d8b8957888561
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 14 09:45:21 2008 +0100

    Fix setting context from option changes (e.g. via dbus).

 plugin/ccp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 44a29720618fdc05125a95fc86f558ac8d826c6e
Merge: 9467c38 3b0d162
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Mar 10 21:10:54 2008 +0100

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 3b0d162ec791713ca262ca05cca7b99109986f8f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Mar 10 07:54:39 2008 +0100

    Add overlapping output handling option to display settings group.

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit a43386a7c3953be4f7a3b4b20b3412ccc42442d4
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 6 22:46:34 2008 +0100

    * Bump version to 0.7.3

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c7354fb9a7115dd3fa7884556c83b20f99940f1c
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Thu Mar 6 22:46:33 2008 +0100

    * Bump version to 0.7.2

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9467c387260e933150a006f6805acf46cf091848
Merge: 76cb8a7 e45c1dc
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Feb 26 01:08:27 2008 +0100

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit e45c1dc8ece693624affc1a3ba612b346c32612b
Merge: c31723c d0de58f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sat Feb 23 16:29:25 2008 +0100

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit c31723c1ccb0900bd5547376012a670b134547fa
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sat Feb 23 16:28:05 2008 +0100

    Differentiate between an empty list and a list with one empty item by adding a delimiter also after the last item.

 src/ini.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit d0de58f64cb12a91d8e3f9083ceeb1c5c4e9d4ac
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Feb 22 08:31:24 2008 +0100

    Fix import of float values.

 src/main.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 7fca10e102483d510db091d01f469a338605211f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Feb 15 16:14:34 2008 +0100

    Parse core dependencies.

 src/compiz.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 2ee6038be8b2436d5fa6979bbe03e5367718da2a
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Feb 15 16:05:30 2008 +0100

    Don't add the same conflict multiple times to the list.

 src/main.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 08f8ebca29f655e04d9f42b0f124cae40b95fb30
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Feb 15 15:58:10 2008 +0100

    Fix feature conflict handling.

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit db29fc4b5200e4646b261bdd5670633038f1cadf
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Feb 14 17:29:12 2008 +0100

    Fix float setting export.

 src/main.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 89d16d579a434d70468346c35d114c4e62d978fb
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Feb 14 10:33:07 2008 +0100

    Clarify parameter name.

 include/ccs.h |  8 ++++----
 src/main.c    | 10 +++++++---
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 2921eba803d80e5f20221f724af04b922c5a2f91
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Feb 14 10:31:02 2008 +0100

    Added some documentation for the most important functions.

 include/ccs.h | 307 ++++++++++++++++++++++++++++++++++++++++++----------------
 1 file changed, 223 insertions(+), 84 deletions(-)

commit f59d602b7503337f46370059e2a9846efdc2825a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Feb 14 09:08:43 2008 +0100

    Do not autosave after import.

 src/main.c | 2 --
 1 file changed, 2 deletions(-)

commit b1e4bc37a466b1a7385eced8dc70bba5e2182607
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Feb 13 11:16:08 2008 +0100

    Check for file existance before trying to import it.

 src/main.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit 45197f7114bddf662360c56f26ad3f4f68c6bf11
Author: Roland Baer <roland@Vista.(none)>
Date:   Fri Aug 24 14:48:50 2007 +0300

    Major review, fixes

 src/main.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

commit 76cb8a7a1d277733b905b5d11724a65a1522c48f
Merge: fc2f0df cdd3e7f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jan 10 14:20:00 2008 +0100

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit cdd3e7f22dff6ec962a8b0a1aaea07955da148e6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Jan 6 17:51:46 2008 +0100

    Don't define VERSION twice.

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit e10d0b5592bb3514337bad7650f545b91fc4a926
Author: Patrick Niklaus <marex@opencompositing.org>
Date:   Thu Dec 27 15:25:59 2007 +0100

    Added file/image hint for cube caps images

 metadata/global.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit ac753d3a25e6d0b26249857416e99d5e52b79a07
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Nov 27 14:01:52 2007 +0100

    Cleanup.

 src/ini.c | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)

commit 921eba4e242e63dcbf50fc101d6a9f743ecba09e
Author: Jigish Gohil <cyberorg@prime.cyberorg.info>
Date:   Tue Nov 27 16:54:43 2007 +0530

    fix for buffer overflow in strncat

 src/ini.c | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

commit 44cf0aa72231aa1d921c98ac1836e13457914cb4
Author: Patrick Niklaus <marex@opencompositing.org>
Date:   Tue Nov 6 18:27:29 2007 +0100

    Made it possible to export only non-default setting values

 include/ccs.h | 3 ++-
 src/main.c    | 5 ++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 66a0c52259fb3538edfc960f5e87f6bfadb458dd
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sun Oct 21 12:52:10 2007 +0200

    * Bump version to 0.6.99

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 961bd106200defbe0b3f1576d67e7134e7663384
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Oct 17 09:25:13 2007 +0200

    Move more bindings to key bindings page.

 metadata/global.xml | 7 +++++++
 1 file changed, 7 insertions(+)

commit fc2f0df185d88c487b0113b7f76a137e24b23ddf
Merge: 15dc54f d843f13
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Sep 24 14:59:43 2007 +0200

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit d843f135b64a75b44ed5b1cede58f107a5feceb1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Sep 9 09:56:16 2007 +0200

    Ignore case when comparing to "Disabled".

 src/bindings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4b3db7048495dcbc31c37810cd4d5fd7fd123938
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Sep 7 02:22:13 2007 +0200

    Apply core changes.

 plugin/ccp.c | 662 ++++++++++++++++++++++++-----------------------------------
 1 file changed, 269 insertions(+), 393 deletions(-)

commit 15dc54fdf763861a124443fffbedd56aa18e3bf7
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Sep 5 17:07:29 2007 +0200

    Make sure "core" is always the first plugin.

 src/main.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 05b68efcaa340d6bf115f09dc28157316bade0b4
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Sep 4 07:59:05 2007 +0200

    Added grouping for new options.

 metadata/global.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 1ddc766e1a4735808836487e8fab8ee91bf49d9d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Sep 3 08:54:07 2007 +0200

    Cleanup.

 src/ini.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit 3d27fc9e5511f55cd540e330fb593a30e49d6c79
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Sun Sep 2 22:22:18 2007 +0200

    Allow empty lists.

 src/ini.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 2d40f63b917b7816e5df2ed11d9328aa0660116d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun Sep 2 13:52:28 2007 +0200

    Make wobbly provide the feature "edgeresistance".

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit 9b591fdbc921d0f6a5e26c29ef11ee86390810d9
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Aug 31 14:43:35 2007 +0200

    Install metadata file for ccp.

 metadata/Makefile.am | 10 +++++++---
 metadata/ccp.xml     |  7 +++++++
 2 files changed, 14 insertions(+), 3 deletions(-)

commit d7ae9f39f56df25abf72ff36fa384342c3029559
Author: Roland Bär <roland@Vista.(none)>
Date:   Fri Aug 31 12:28:45 2007 +0200

    Plug minor memleak.

 src/compiz.c | 3 +++
 1 file changed, 3 insertions(+)

commit cb1c3eb5346e36f32123b96f3c0047bda99e2052
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 30 19:17:55 2007 +0200

    Add metadata handling to ccp.

 plugin/ccp.c | 22 +++++++++++++++++++---
 1 file changed, 19 insertions(+), 3 deletions(-)

commit d333a52337033b7085e06465e217b37c4716cef0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 30 19:15:40 2007 +0200

    Track core changes.

 plugin/ccp.c | 108 +++++++++++++++++++++++++++++------------------------------
 src/compiz.c |   2 +-
 2 files changed, 55 insertions(+), 55 deletions(-)

commit 0080ef69adc96df1acebbe8c1f7951ac79598334
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Aug 30 01:20:24 2007 +0200

    Do not create dir/file during import.
    Save settings after import.

 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f06ea0e153a37b77c4497eea843065a56c772457
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 29 16:45:01 2007 +0200

    Support modifier only keybindings correctly.

 src/bindings.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit bdf03650e006b62dd9157cb279c1e308d38c04f9
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 29 02:38:58 2007 +0200

    Use new list handling.

 plugin/ccp.c | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)

commit 889bc7a6d54b3883532e6de3f92aaf43d438bdc0
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 29 02:38:34 2007 +0200

    Added a more inteligent list object compare.

 src/lists.c | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 431686d38dd6cdb1b377704d2b29b06ff49380c0
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 29 01:42:42 2007 +0200

    Fixed plugin list handling.

 plugin/ccp.c | 23 +++++++++++++++++++----
 1 file changed, 19 insertions(+), 4 deletions(-)

commit cf4a3f5035caea6b63c576bdfc433bd52cf1efd6
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 29 01:42:25 2007 +0200

    Fix list remove.

 src/lists.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d2961ff0cad1aae36ebba6c1cb5f380c6985272b
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 28 16:58:43 2007 +0200

    There is still the core tag in the core.xml.

 metadata/global.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 249e4a8a14933ba6721f525306fe23e63738a2c1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Aug 28 16:54:33 2007 +0200

    Fixed settings loading for core options.

 plugin/ccp.c | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++----------
 src/main.c   |  9 +------
 2 files changed, 65 insertions(+), 20 deletions(-)

commit d32c54f4b91c4f4908ad7f0533f00add793758f3
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Aug 28 15:49:05 2007 +0200

    Track core changes.

 metadata/global.xml |   5 +-
 plugin/ccp.c        | 144 ++++++++--------------------------------------------
 src/main.c          |  21 +++++++-
 3 files changed, 43 insertions(+), 127 deletions(-)

commit c6fb958321b80ca0c84a0a10d917dc201f41bc27
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Aug 28 15:19:12 2007 +0200

    Load core plugin by default.

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit 0cfe8e93ee21058176a66b38fa2b0f45f125a12e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Aug 24 15:03:28 2007 +0200

    Another attempt at properly fixing file locking.

 src/iniparser.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 7b14ef6419bc3880c057bfbbc951bf8e6665f03e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 23 10:37:56 2007 +0200

    Improve core and core plugin binding grouping.

 metadata/global.xml | 178 +++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 150 insertions(+), 28 deletions(-)

commit f8fe849495a049cc5757638cd9f44c3998751671
Merge: e8bb206 633536b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 23 09:03:45 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit e8bb2061812a6bb64daddf26e22824e98ef2592b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 23 09:03:33 2007 +0200

    Fix ini file corruption.

 src/iniparser.c | 2 --
 1 file changed, 2 deletions(-)

commit 633536ba879e5819dd5b001ea72b1c1b9c159095
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Aug 23 02:17:33 2007 +0200

    Allow disabling of key/button bindings.

 src/bindings.c | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 91c3788e7260b0305740031b73bdc169eadb8a99
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 22 08:53:51 2007 +0200

    Track core option renaming.

 metadata/global.xml | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit a6331805118d4228cbae6925d973451208b1e140
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Wed Aug 22 01:14:23 2007 +0200

    Don't load kconfig plugin

 src/compiz.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 68c27ed4772f5e919cf93ff589f9453338910cef
Author: Roland Baer <roland@Vista.(none)>
Date:   Tue Aug 21 15:21:11 2007 +0300

    [PATCH] Sanitised return value(s) of getNodesFromXPath().
    
    If we return NULL, then *num should also be 0.
    Mostly not directly the return value get checked, it
    checks only num. At this rare path num is !=0 but it returns
    NULL....

 src/compiz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5a011e0ab6cb713a7cf24274ab6b4e9aadbe3bf6
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 21 02:07:06 2007 +0200

    Do not return empty modifier string.

 src/bindings.c | 3 ---
 1 file changed, 3 deletions(-)

commit c43c779e497340559985b715db1b386a1e3a8e88
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 21 02:04:53 2007 +0200

    Button 0 doesn't exist.

 src/bindings.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit 38505482162dd42eaabae567d476173d65ca69f9
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 21 02:03:44 2007 +0200

    Parse button metadata correctly.

 plugin/ccp.c | 4 +---
 src/compiz.c | 2 +-
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 461c8f0a727d0898b8f3fd0b9b6a680d30dfe295
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 21:43:11 2007 +0200

    Use edge modifiers only for mouse bindings.

 include/ccs.h  |  4 ++++
 src/bindings.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 66 insertions(+), 11 deletions(-)

commit a31519e12413cb59bb295755ae65c9dc27bd220c
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 21:21:18 2007 +0200

    Do not return NULL for conversion functions.

 src/bindings.c | 7 +++++++
 1 file changed, 7 insertions(+)

commit c84bc25503800573ea29c30cee64abe5052ec831
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 21:09:13 2007 +0200

    Fixed edge modifiers.

 src/bindings.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 8a27d4aa2d9a90d9134227130734228fd3f25c06
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 21:06:01 2007 +0200

    Accept NULL as parameter in stringAppend.

 src/bindings.c | 3 +++
 1 file changed, 3 insertions(+)

commit d7aed39abe75cc8f4de45e3d16eff8f8344e9fa9
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 20:49:46 2007 +0200

    const char *

 include/ccs.h | 4 ++--
 src/main.c    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 6b141969e6a89479de1215d9e9b4e9d8def80507
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 20:48:31 2007 +0200

    Action setting rework part 6.

 plugin/ccp.c | 149 ++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 86 insertions(+), 63 deletions(-)

commit ac645efffe50f17d9cc91d1dd5f4104d587947a7
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 20:25:54 2007 +0200

    Action setting rework part 5.

 backend/ini.c | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 file changed, 66 insertions(+), 9 deletions(-)

commit 51d8d839611ffe2697a733253bf969eccaca2d4f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 20:19:05 2007 +0200

    Action setting rework part 4.

 src/bindings.c | 131 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 74 insertions(+), 57 deletions(-)

commit 368310492a5a35a390cd6ba9864d2d5b5ea485b9
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 19:59:40 2007 +0200

    Action setting rework part 3.

 include/ccs.h |   2 +-
 src/ini.c     | 320 ++++++++++++++++++++++++++++++++++------------------------
 2 files changed, 191 insertions(+), 131 deletions(-)

commit 34e025fa9dcfb4c4ffc91b18d38ef7623c1f87c4
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 19:12:19 2007 +0200

    Action setting rework part 2.

 src/compiz.c | 459 +++++++++++------------------------------------------------
 1 file changed, 86 insertions(+), 373 deletions(-)

commit cadf9d31a6ff7059d4a58801f3f3d4fc1cf5fc50
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Aug 20 18:32:41 2007 +0200

    Action setting rework part 1.

 include/ccs.h | 144 ++++++++++----------
 src/lists.c   |  44 -------
 src/main.c    | 412 ++++++++++++++++++++++++++++++++--------------------------
 3 files changed, 301 insertions(+), 299 deletions(-)

commit 3bd0c4b4957904fc76bc38eae0c94980e06faa96
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 14 18:48:52 2007 +0200

    Install default global config file.

 Makefile.am        |  3 ++-
 config/Makefile.am |  6 ++++++
 config/config      | 16 ++++++++++++++++
 configure.ac       |  1 +
 4 files changed, 25 insertions(+), 1 deletion(-)

commit 166ee89384507ae64ac40b49f764413927b7eb5a
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Sun Aug 12 21:53:16 2007 +0200

    Version update.

 VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d1c2069d56acfc6e59a10fe9ac90491122f880b6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 9 17:47:43 2007 +0200

    Optimization.

 plugin/ccp.c | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

commit 941549150193d8be2eb1fee3604da05f5be8cfaa
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 9 17:46:31 2007 +0200

    Remove debug output.

 backend/ini.c | 1 -
 1 file changed, 1 deletion(-)

commit 0f93be96fd8f18fc996b83f5835384cce9046e31
Merge: 80a50f2 ba59b31
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 9 09:46:40 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 80a50f22ebafe67fabdf6324342dfd3de6a3f49b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 9 09:46:07 2007 +0200

    Properly set file permissions for newly-created files.

 src/iniparser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit ba59b3130010e2e128e5f34e1fc72c339fff9409
Merge: e171259 3f2a329
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 8 18:17:46 2007 +0200

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit e1712596055905866b12c839f3add8faf97fc967
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 8 18:17:36 2007 +0200

    Added proper debug message handling.

 autogen.sh    |  2 +-
 configure.ac  | 12 ++++++++++++
 include/ccs.h |  9 +++++++++
 plugin/ccp.c  |  7 ++++++-
 src/compiz.c  | 17 ++++++++++++-----
 src/main.c    | 10 +++++++---
 6 files changed, 47 insertions(+), 10 deletions(-)

commit 3f2a32940b3e4ff19877cfe6bb99a936bdb5f3a6
Merge: 4681b7f a597b16
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 8 17:44:38 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit a597b1640f50eb4afb1fcaa6babdb3a4b97bf50d
Author: Patrick Niklaus <marex@opencompositing.org>
Date:   Wed Aug 8 17:17:03 2007 +0200

    Fixed getExistingProfiles for new config path

 backend/ini.c | 47 +++++++++++++++++++++++++++++++++++------------
 1 file changed, 35 insertions(+), 12 deletions(-)

commit dc5551d28515d44f0e7bc73a9b6b2fb6e273a89f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Aug 8 16:59:46 2007 +0200

    Do not unload symbols because there may be some static variables in glib that could cause errors.

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 4681b7fd09078ed77003322e0d745b206ab70cda
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 8 16:30:20 2007 +0200

    Correctly reset privData pointer.

 backend/ini.c | 4 ++++
 src/main.c    | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit 94c4620126325c37b5b1ab23260345f153b76256
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 8 11:04:19 2007 +0200

    Fix profile export.

 src/iniparser.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d1abafee853d85077c475781b6899365a4788cbc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Aug 8 10:36:54 2007 +0200

    Fixed make distcheck.

 configure.ac       | 3 +++
 plugin/Makefile.am | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit d70aaf386b86f1c7375174e3f17d90a6b263fd53
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Aug 7 18:54:13 2007 +0200

    Handle plugin requirement as after rule.

 src/main.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

commit f2954790e7ea33f7ccb178786a643a8351377f1a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 19:25:58 2007 +0200

    Add missing file.

 include/ccs-backend.h | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 93 insertions(+)

commit 7b47c99b1924ab1c81c4a2045efe2420498494e1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 19:23:24 2007 +0200

    Move screens and numScreens back to CCSContext.
    They're needed by the backends.

 include/ccs.h     |  3 +++
 src/ccs-private.h |  3 ---
 src/compiz.c      |  6 ++----
 src/main.c        | 20 ++++++++++----------
 4 files changed, 15 insertions(+), 17 deletions(-)

commit fcd8fb94f7d5a7e49b7e0cd647faf440e79a580a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 19:20:54 2007 +0200

    Split out backend definitions in separate header file.

 backend/ini.c       |  1 +
 include/Makefile.am |  2 +-
 include/ccs.h       | 64 -----------------------------------------------------
 src/ccs-private.h   |  1 +
 4 files changed, 3 insertions(+), 65 deletions(-)

commit bb1d736f0144b9cb5a2f12bd6f5c4d759c969ea6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 18:58:08 2007 +0200

    Remove internal variables from API and move them into internal struct.

 include/ccs.h     |  13 +--
 src/ccs-private.h |  16 +++
 src/compiz.c      |   7 +-
 src/main.c        | 299 ++++++++++++++++++++++++++++++++++--------------------
 4 files changed, 210 insertions(+), 125 deletions(-)

commit 43ed7e827c2be7e1d845355f8483b48616f2eeca
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 18:25:20 2007 +0200

    Remove unused struct member.

 include/ccs.h | 2 --
 1 file changed, 2 deletions(-)

commit 77b0ba420670613e369da57d7260c787b86096ce
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 18:04:42 2007 +0200

    Read/write autosort setting from/to config.

 src/ccs-private.h |  3 ++-
 src/config.c      |  9 +++++++++
 src/main.c        | 12 ++++++++++++
 3 files changed, 23 insertions(+), 1 deletion(-)

commit b68e6405953952902ab27924a783e332bb62dd94
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 17:40:26 2007 +0200

    Added setter / getter for plugin list autosorting setting.
    If disabled, the settings manager is responsible for properly setting the active_plugins list.

 include/ccs.h |  4 ++++
 src/main.c    | 73 +++++++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 55 insertions(+), 22 deletions(-)

commit fc3ee6f01476d8fab8eb67893d9f3ee07e503019
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 16:56:09 2007 +0200

    Use default value for active_plugins setting rather than <autoenable> tag.

 metadata/global.xml | 40 +++++++++++++++++---------------
 plugin/ccp.c        |  7 +++---
 src/ccs-private.h   |  1 -
 src/compiz.c        |  5 ----
 src/main.c          | 66 +++++++++++++++++++++++++++++++++--------------------
 5 files changed, 66 insertions(+), 53 deletions(-)

commit 605b50b8dd2c2bb604ecb5f7c7da33af2e46d68a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 15:37:54 2007 +0200

    Ensure ccp being loaded in plugin instead of sorted plugin list generation.

 plugin/ccp.c | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------
 src/main.c   |  4 ----
 2 files changed, 59 insertions(+), 12 deletions(-)

commit 9caecaef74b88d823496f4ea20d570f8c2b47331
Merge: 2938992 933b83b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 15:28:08 2007 +0200

    Merge branch 'master' into plugin-load-redesign

commit 933b83b37f2dd6d8aa94e04e80dbb9a9b7427e3f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 13:17:04 2007 +0200

    More missing NULL pointer checks.

 src/compiz.c | 80 +++++++++++++++++++++++++++++++++++++++++-------------------
 src/main.c   |  2 ++
 2 files changed, 57 insertions(+), 25 deletions(-)

commit 2938992d73e91d57b221b75985fea15c899fab65
Merge: 8cb72f5 f0cd24b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 10:38:44 2007 +0200

    Merge branch 'master' into plugin-load-redesign

commit f0cd24b70d2a052294e43d24d849c4d7fcff9f49
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Aug 6 10:38:15 2007 +0200

    Add missing NULL check.
    Minor cleanup.

 plugin/ccp.c | 24 +++++++-----------------
 1 file changed, 7 insertions(+), 17 deletions(-)

commit 8cb72f5d52ae587f2a44db4614a0322a1c4ef35b
Merge: 5be3b2b 413179d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 16:21:34 2007 +0200

    Merge branch 'master' into plugin-load-redesign

commit 413179d42b1917d7f4474c24e9b2f13418794f38
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 16:19:06 2007 +0200

    Use calloc instead of malloc.

 plugin/ccp.c |  8 ++++----
 src/compiz.c | 28 ++++++++++++++--------------
 src/lists.c  | 32 ++++++++++++++++----------------
 src/main.c   | 34 +++++++++++++++++++---------------
 4 files changed, 53 insertions(+), 49 deletions(-)

commit b6c3192214b3e97bf7167fb8db724f31c14f8739
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 16:08:44 2007 +0200

    Revert back to using ~/.config if XDG_CONFIG_HOME does not exist.

 backend/ini.c | 25 +++++++++++--------------
 src/config.c  | 24 ++++++++++--------------
 2 files changed, 21 insertions(+), 28 deletions(-)

commit 5be3b2b43702b10331f6a6bdf9ade6749a7a0fe2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 16:08:44 2007 +0200

    Revert back to using ~/.config if XDG_CONFIG_HOME does not exist.

 backend/ini.c | 25 +++++++++++--------------
 src/config.c  | 24 ++++++++++--------------
 2 files changed, 21 insertions(+), 28 deletions(-)

commit 46e8b83e2b6986b927ea44bb443f6a29e53cf2c6
Merge: 6729d11 3813eec
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 16:01:15 2007 +0200

    Merge branch 'master' into plugin-load-redesign

commit 3813eec333d40304cbd256652c5b67b719183b51
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 15:56:30 2007 +0200

    Added proper NULL checks for malloc return values.

 include/ccs.h   |   3 -
 plugin/ccp.c    |  26 ++++---
 src/compiz.c    | 166 +++++++++++++++++++++++++++++--------------
 src/filewatch.c |  10 +++
 src/ini.c       |  18 +++++
 src/iniparser.c |  30 +++++++-
 src/lists.c     | 101 +++++++++++++++++++++-----
 src/main.c      | 214 +++++++++++++++++++++++++++++++++++++++++---------------
 8 files changed, 428 insertions(+), 140 deletions(-)

commit 75cff54c6b788b0fff45f23998cc20920c8d1f7d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 11:30:27 2007 +0200

    Also check if environment variables contain a valid string.

 backend/ini.c | 8 ++++----
 src/config.c  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 2c45acafc61058db84ff7e51c74d5f21e1156f7b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 11:27:20 2007 +0200

    Keep usual config directory (~/.compizconfig) if no XDG home directory was found.

 backend/ini.c | 19 +++++++++++--------
 src/config.c  | 18 ++++++++++++------
 2 files changed, 23 insertions(+), 14 deletions(-)

commit 71c3557c40a89f321da9e4e8fa5e03df4d5c6976
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 11:16:36 2007 +0200

    Coding style adjustments.

 backend/ini.c |  6 +++---
 src/ini.c     | 13 ++++++++-----
 2 files changed, 11 insertions(+), 8 deletions(-)

commit 8ba669043b717b76c48a686d96fc356ba079defe
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 11:15:01 2007 +0200

    Fix typo.

 backend/ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 601a794e83352d416362399555db1ac1bea90033
Author: Christopher James Halse Rogers <chris@Burninator.(none)>
Date:   Thu Aug 2 11:14:40 2007 +0200

    Make libcompizconfig comply to XDG spec.

 backend/ini.c | 16 ++++++++++++----
 src/config.c  | 15 +++++++++++----
 src/ini.c     | 59 ++++++++++++++++++++++++++++++++++++-----------------------
 3 files changed, 59 insertions(+), 31 deletions(-)

commit 6729d11fa557e0b4785abf8f5d5e089df68229ce
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 10:24:58 2007 +0200

    Add ccp to sorted plugin list.

 src/main.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 89e7d9c5619e2ccb255bb273ed432078c0338a4a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 10:17:38 2007 +0200

    Always load core settings.

 src/main.c | 5 +++++
 1 file changed, 5 insertions(+)

commit f2576ea782a21c95b3e45330b5c342a378fff243
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 10:02:02 2007 +0200

    Also read active_plugins setting from XML.

 src/compiz.c | 1 -
 src/main.c   | 6 +++---
 2 files changed, 3 insertions(+), 4 deletions(-)

commit 162f3036848a272873c3b06a6cf89dc78ad27708
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Aug 2 09:41:49 2007 +0200

    Get rid of ____plugin_enabled setting and write the active_plugins setting whenever a plugin is enabled or disabled.

 include/ccs.h     |   3 +-
 plugin/ccp.c      |  82 -----------------------------------
 src/ccs-private.h |   2 +
 src/compiz.c      |  34 +--------------
 src/main.c        | 125 ++++++++++++++++++++++++++++++------------------------
 5 files changed, 75 insertions(+), 171 deletions(-)

commit 4e94882b42c2a6229ce6a9461e3236ff547c2ae3
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sat Jul 28 14:37:29 2007 +0200

    Enable workarounds by default.

 metadata/global.xml | 4 ++++
 1 file changed, 4 insertions(+)

commit 4748c20019623c380b9ee11da6da6086b2cefe79
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Jul 17 13:48:45 2007 +0200

    Make sure that ccs and compiz use the same option type.

 plugin/ccp.c | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

commit a1f82574ba24d886dd226f1f927b95cdf8a62589
Author: Kristian Lyngstol <kristian@nihilus.(none)>
Date:   Mon Jul 16 22:59:26 2007 +0200

    Remove features/deps from vtable

 plugin/ccp.c | 4 ----
 1 file changed, 4 deletions(-)

commit c751e679b701513d728d0d01c3af2e9351f1696d
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jul 11 17:47:20 2007 +0200

    Added missing free's.   
    Catched by Roland Bär.

 src/compiz.c | 19 +++++++++++++++++--
 src/main.c   |  1 +
 2 files changed, 18 insertions(+), 2 deletions(-)

commit 6d27be37533b45c14715d74d864efeb0b03214b3
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jul 11 15:10:17 2007 +0200

    Use exclusive file locks only for write operations.

 src/iniparser.c | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

commit 92630a8b67d1d2bf01ee3410a13b1c2363c88132
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Jul 11 11:57:24 2007 +0200

    Fixed missing return value check.
    Catched by Roland Bär.

 src/main.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

commit 7e114a16b845796538c8803885b09bdab8454de9
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Jul 10 11:34:23 2007 +0200

    Revert "Use flock for file locking. (seams to be more stable)"
    - fcntl has much better performance
    
    This reverts commit c8a0d9f5777adf9615ca8628e64f1718345a0ae6.

 src/iniparser.c | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit c8a0d9f5777adf9615ca8628e64f1718345a0ae6
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Jul 10 10:51:26 2007 +0200

    Use flock for file locking. (seams to be more stable)

 src/iniparser.c | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

commit 7276a404628613ca502b3b2eff802c4eb47ed80e
Merge: 080285b bf06693
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Jul 10 10:40:26 2007 +0200

    Merge branch 'master' of git+ssh://git.opencompositing.org/git/fusion/compizconfig/libcompizconfig

commit 080285bec9a331dea9f7c924f35764436f11763b
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Tue Jul 10 10:40:12 2007 +0200

    Open lock for writing to get exclusive lock.

 src/iniparser.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit bf0669318f93a5049a0466379e7f4c4b6155fb70
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Mon Jul 9 16:30:51 2007 +0200

    * Add ccsEmptyContextNew to create a context without any plugin
    * Add ccsLoadPlugin to attempt to load a single plugin

 include/ccs.h |  5 +++++
 src/compiz.c  | 47 ++++++++++++++++++++++++++++++++++++-----------
 src/main.c    | 14 +++++++++++---
 3 files changed, 52 insertions(+), 14 deletions(-)

commit 6806aeea3c2f78e22950558ffb39b6f9eae5fae8
Author: Guillaume Seguin <guillaume@segu.in>
Date:   Sat Jul 7 17:23:35 2007 +0200

    * Whitespace fix

 src/compiz.c | 1 -
 1 file changed, 1 deletion(-)

commit 99dbc2fa9d3ebec8a5ba85085244e81661317f52
Author: Treviño - 3v1n0 <trevi55@gmail.com>
Date:   Sat Jul 7 03:06:35 2007 +0200

    Autoenable regex by default
    It could be needed for best window recognition in plugins
    like animation, switchers and so...

 metadata/global.xml | 1 +
 1 file changed, 1 insertion(+)

commit 422738ed5407ff3220ea2aed8dfe1427f40a1cf0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 19:33:28 2007 +0200

    More indention fixes.

 src/compiz.c | 687 ++++++++++++++++++-----------------------------------------
 1 file changed, 202 insertions(+), 485 deletions(-)

commit 95c2ef44b6cd4448193d3b529ea70db8253c3f80
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 19:20:42 2007 +0200

    Compiz indention.

 src/main.c | 528 ++++++++++++++++++-------------------------------------------
 1 file changed, 150 insertions(+), 378 deletions(-)

commit 13d0f72ce50cd636e2dd29f95cd6ad868075c284
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 19:03:25 2007 +0200

    More indention fixes.

 src/iniparser.c | 1395 ++++++++++++++++++++++++++-----------------------------
 1 file changed, 668 insertions(+), 727 deletions(-)

commit 5aad5f3aaf88cf211200429b4ebd6348aa903b25
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 18:37:06 2007 +0200

    More Compiz indention conversion.

 backend/ini.c     |   2 +-
 include/ccs.h     |   2 +-
 plugin/ccp.c      | 276 ++++++++++++---------------
 src/bindings.c    |  69 +++----
 src/ccs-private.h |  24 +--
 src/config.c      | 102 ++++------
 src/filewatch.c   |  74 +++-----
 src/ini.c         | 547 ++++++++++++++++++++++++------------------------------
 src/iniparser.c   | 269 +++++++++++++--------------
 9 files changed, 600 insertions(+), 765 deletions(-)

commit 03fb25c80bbacc51ca14dacb9085934b0f61a0ef
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 17:57:08 2007 +0200

    Compiz indention.

 include/ccs.h | 674 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 351 insertions(+), 323 deletions(-)

commit e2792da1a2ee875c1bb333bf2a20b2f9f5a14407
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 17:06:55 2007 +0200

    Compiz indention finished.

 backend/ini.c | 477 +++++++++++++++++++++++++++-------------------------------
 1 file changed, 219 insertions(+), 258 deletions(-)

commit 213169f37939fa2d74e181ed6b4786677c85d09e
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jul 5 16:06:09 2007 +0200

    Compiz indention style without postprocessing.

 backend/ini.c     |  865 +++++++-------
 include/ccs.h     |  664 ++++++-----
 plugin/ccp.c      | 1070 ++++++++++--------
 src/bindings.c    |  107 +-
 src/ccs-private.h |   42 +-
 src/compiz.c      | 2802 +++++++++++++++++++++++++--------------------
 src/config.c      |  396 ++++---
 src/filewatch.c   |   66 +-
 src/ini.c         |  963 +++++++++-------
 src/iniparser.c   | 1386 +++++++++++++----------
 src/lists.c       |  634 ++++++-----
 src/main.c        | 3252 ++++++++++++++++++++++++++++++-----------------------
 12 files changed, 6792 insertions(+), 5455 deletions(-)

commit c1f73070660a02093ff65bfc10d69e0000a8f963
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jul 5 09:25:53 2007 +0200

    Fix possible memory leak.
    Catched by Roland Bär.

 src/iniparser.c | 3 +++
 1 file changed, 3 insertions(+)

commit 687209b94a335e41eb0253b142ed40118ba52242
Author: Patrick Niklaus <marex@opencompositing.org>
Date:   Wed Jul 4 14:52:21 2007 +0200

    Revert "Added functions to convert the edge button mask to stringlist and the"
    
    This reverts commit 95f2c0d379ba3d665f1183e539ea597ec677d7b6.

 src/bindings.c | 42 +++++++-----------------------------------
 1 file changed, 7 insertions(+), 35 deletions(-)

commit 95f2c0d379ba3d665f1183e539ea597ec677d7b6
Author: Patrick Niklaus <marex@opencompositing.org>
Date:   Wed Jul 4 14:48:20 2007 +0200

    Added functions to convert the edge button mask to stringlist and the
    stringlist to edge button mask

 src/bindings.c | 42 +++++++++++++++++++++++++++++++++++-------
 1 file changed, 35 insertions(+), 7 deletions(-)

commit ec861460c578b0859c7d7ecab87ed39e1a716126
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jul 3 17:33:17 2007 +0200

    Lock ini files against concurrent accesses.

 src/iniparser.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 src/iniparser.h |  5 +++++
 2 files changed, 58 insertions(+), 8 deletions(-)

commit b001d13616d155977b2b5f74c1a6ca1373b3840c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jul 3 16:46:54 2007 +0200

    Use safer methods for open ini files for writing. Files are no longer deleted on opening, but on saving.

 src/iniparser.c | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

commit 3ce95a4aa6aba04d98f0fb55a97625e7000d3f28
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jul 3 15:40:28 2007 +0200

    Open and close ini file for writing in iniparser module.

 src/ini.c       |  5 +----
 src/iniparser.c | 12 +++++++++---
 src/iniparser.h |  2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)

commit a3b1ba1071d66488ac9e25fa4c1313f583cc7919
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 29 17:18:09 2007 +0200

    Improve ccsIsEqualAction and ccsIsEqualColor functions.

 src/main.c | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

commit 12bffaaf6777f60d45d2a87ba5a74ed91ef6ede1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 26 18:20:02 2007 +0200

    Fix typo.

 src/compiz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 73cb4c92aa275094e41c23be31d192f3e15cb6e6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 26 07:59:44 2007 +0200

    Crash fix if NULL is passed as profile name.

 src/main.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit abbf5299fbc890bb28ddccb3d5c406a24f8e09b0
Merge: 73f266d 071d825
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Jun 25 00:18:00 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 73f266dc7dc24acb510a7253a7cf6bd35a4d058a
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Jun 25 00:17:49 2007 +0200

    Use global.xml to override compiz defaults.

 src/compiz.c | 37 ++++++++++++++++++++++++++++++-------
 1 file changed, 30 insertions(+), 7 deletions(-)

commit 071d825620fe5a0b3bb6d37aa4467f78c2b658f1
Author: Treviño - 3v1n0 <trevi55@gmail.com>
Date:   Fri Jun 22 02:08:01 2007 +0200

    Merged 03_add_missing_include.patch from ubuntu packages

 src/compiz.c | 1 +
 1 file changed, 1 insertion(+)

commit 062bcdd5fe0992509174d517df13b21fb9a04b57
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jun 21 18:30:23 2007 +0200

    Added grouping for transparent cube options.

 metadata/global.xml | 7 +++++++
 1 file changed, 7 insertions(+)

commit 70b52c6114122d46e951c6ee19f7bd3c0fce9d55
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Mon Jun 18 15:54:22 2007 +0200

    Improve plugin loading speed (factor > 2) by disabling the parsing of plugin/setting description

 include/ccs.h     |   4 +-
 plugin/ccp.c      |   2 +-
 src/ccs-private.h |   1 +
 src/compiz.c      | 122 ++++++++++++++++++++++++++++++++++--------------------
 src/main.c        |   8 ++++
 5 files changed, 91 insertions(+), 46 deletions(-)

commit 975571ec1fa377982146b174ea10170f75b68d72
Merge: fab4702 b6839bb
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 17:32:37 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit b6839bbe2ae5c3bdfd74925dfdd10b415763181d
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Jun 15 17:41:23 2007 +0200

    Added more debug info

 src/main.c | 5 +++++
 1 file changed, 5 insertions(+)

commit fab470234b6df2f6c08c7e2467757912ee73cbe5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 17:32:32 2007 +0200

    Avoid creation of global config file.

 src/config.c | 8 ++++++++
 1 file changed, 8 insertions(+)

commit 8afb3e7a88564733733b3b475f7fc82c4b063d1f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 14:00:39 2007 +0200

    Fix warning.

 src/config.c | 1 -
 1 file changed, 1 deletion(-)

commit 99be330d7946385b67b6a79099755c353ab94f74
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 13:59:25 2007 +0200

    Fix global settings reading if ~/.compizconfig/config isn't present.

 src/config.c | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 266c248e02d7ce983b5e480ea19ebf791cb243ad
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 13:58:40 2007 +0200

    Crash fix.

 src/ini.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 81ff14a04e235d6093bed8a48304c9da2b860559
Merge: 4246f57 1fbff48
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 13:44:56 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 4246f578ad231aa0a2eee6a7baa0b6cdd0f8140c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 13:44:41 2007 +0200

    Don't do anything on profile / integration change if nothing was changed.

 src/main.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 1fbff48fc595658a05b1e72545bc79c482038949
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Jun 15 13:24:34 2007 +0200

    Use lower case for section names.

 src/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 1cb3cfb151d27262acd136b3fd4145c0ad5df25d
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Fri Jun 15 13:18:55 2007 +0200

    fixed global config directory.

 src/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bccc47da1996546bd48a3acc8ca133322e60ee11
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 15 10:02:17 2007 +0200

    - Don't allow deletion of the default profile.
    - Pass the context to the profile delete/get backend functions.

 backend/ini.c |  4 ++--
 include/ccs.h |  4 ++--
 src/main.c    | 16 +++++++++++++---
 3 files changed, 17 insertions(+), 7 deletions(-)

commit a6d44a6d7a8f81b24f9a68e5a82cdd70865d8eba
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 14 16:18:41 2007 +0200

    Try to detect the running session

 src/config.c | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

commit 472eae41cab3b714083fd12fed608864937eeb39
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 14 14:56:19 2007 +0200

    Allow empty values in config\n

 src/iniparser.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 11b00d3472ad6dba082a6c13e071ca4acd439c68
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 14 14:35:17 2007 +0200

    don't change config if nothing changed

 src/config.c | 5 +++++
 1 file changed, 5 insertions(+)

commit c5bff135e6eb2782a9ad9727a8dd8c7ac85a1215
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 14 13:10:28 2007 +0200

    Added reading of the COMPIZ_CONFIG_PROFILE variable to enable DE specific configurations

 src/config.c | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)

commit e6b08fc31e0f7ee4c754f3927cbe53fc4cfb3fd1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Jun 14 08:33:52 2007 +0200

    Use flags rather than a Bool value to pass the information if the glib main loop should be run.

 include/ccs.h | 7 +++++--
 plugin/ccp.c  | 6 +++++-
 src/main.c    | 8 ++------
 3 files changed, 12 insertions(+), 9 deletions(-)

commit 81ce2cf4d2e94a6af8023b040e355ddd3f62e336
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 14 00:04:56 2007 +0200

    Added is integration/readOnly setting option reading.

 include/ccs.h |  3 +++
 src/main.c    | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

commit 5b1c6e4e4f4345225f84e6c1d4f7d8c14c266582
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jun 13 17:46:20 2007 +0200

    Don't execute gconf backend process events if glib is loaded

 include/ccs.h | 2 +-
 plugin/ccp.c  | 2 +-
 src/main.c    | 6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

commit 6e8ce59049c027953a800cf84ffc6168cb05c8b9
Merge: 1d80ceb ba7277f
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jun 13 17:14:49 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 1d80cebea8992c037353a174767d67db8e522a6e
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Wed Jun 13 17:14:35 2007 +0200

    Use global config file if local is not present

 src/Makefile.am |  3 ++-
 src/config.c    | 50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 51 insertions(+), 2 deletions(-)

commit ba7277f9c3c75a32cff8cb65168f1a947a299494
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Jun 13 16:33:25 2007 +0200

    Added grouping for cube options.

 metadata/global.xml | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

commit 9a06770a2cb1556a785c589c1a04b666894af28a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Jun 13 16:13:15 2007 +0200

    Group core options.

 metadata/global.xml | 82 +++++++++++++++++++++++++++++++++++++++++++++++++----
 1 file changed, 77 insertions(+), 5 deletions(-)

commit 22c94c8e5b87ddcaa3b3ace93ea79f8c7928a1c7
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Jun 13 15:40:08 2007 +0200

    Indention fix.

 metadata/global.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 0efd356a7c81a17b2255df58a836c548625614cb
Merge: 242c33e 2773d49
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 12 17:27:44 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 242c33e5d1d3a4b0cc9b154a7386993e842f1c73
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 12 17:27:33 2007 +0200

    Check for inotify header presence.
    If that header isn't present, print out a big warning message, but don't fail on compilation.

 configure.ac    | 12 ++++++++++++
 src/filewatch.c | 24 ++++++++++++++++++++++--
 2 files changed, 34 insertions(+), 2 deletions(-)

commit 8e34429d03e29fa665cf7fd53dc974a1115adece
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 12 17:27:02 2007 +0200

    Fix includes.

 backend/ini.c | 2 --
 1 file changed, 2 deletions(-)

commit 2773d49b4c323d839f09f1f5136bead9c1e581b4
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Jun 12 17:02:31 2007 +0200

    Fixed license and email

 backend/ini.c     |  2 +-
 plugin/ccp.c      | 20 ++++++++++++++++++++
 src/bindings.c    |  2 +-
 src/ccs-private.h |  4 ++--
 src/compiz.c      |  2 +-
 src/config.c      |  4 ++--
 src/filewatch.c   |  2 +-
 src/ini.c         |  2 +-
 src/lists.c       |  4 ++--
 src/main.c        |  4 ++--
 10 files changed, 33 insertions(+), 13 deletions(-)

commit 697e8880aab03710746eb15a2730684bdf6e4482
Merge: 1f08989 395e516
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Jun 12 16:58:01 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 1f08989034c855dc6c7d864b9fa00c38fc561c5c
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Jun 11 20:26:29 2007 +0200

    Initialize color alpha with 0xffff.

 src/compiz.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 395e516ade38d321ff4bd5c30c11c866ad7ab6ad
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Jun 11 17:02:50 2007 +0200

    Move some plugins to utility section.

 metadata/global.xml | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

commit 93f8dd4195f3a4521e01d3d55579d25103517782
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Jun 11 15:50:29 2007 +0200

    libccs -> libcompizconfig rename

 Makefile.am                           | 6 +++---
 backend/Makefile.am                   | 4 ++--
 backend/ini.c                         | 2 +-
 configure.ac                          | 8 ++++----
 include/Makefile.am                   | 2 +-
 libccs.pc.in => libcompizconfig.pc.in | 6 +++---
 metadata/Makefile.am                  | 2 +-
 plugin/Makefile.am                    | 2 +-
 src/Makefile.am                       | 6 +++---
 src/config.c                          | 2 +-
 src/main.c                            | 8 ++++----
 11 files changed, 24 insertions(+), 24 deletions(-)

commit 88fc83a3eec06c7ce1eb9eb301d15805ce7081e3
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 8 17:49:53 2007 +0200

    Remove winrules from global metadata.

 metadata/global.xml | 4 ----
 1 file changed, 4 deletions(-)

commit 16a1f7d5b2986478c5638e0a5cd3be10b3f7f542
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Jun 8 16:08:30 2007 +0200

    Combine placement matches into a list.

 metadata/global.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit 70a65d0037104f0a5b2e6f7711b60ea179e032bb
Author: Dennis Kasprzyk <onestone@opencompositing.org>
Date:   Thu Jun 7 21:26:41 2007 +0200

    Added subgroup for core opacity values into global metadata.

 metadata/global.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 39b106a0bf5e52918fbdcda71a16dc6dd3d8eb3c
Merge: e58575c 7643836
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Jun 6 16:30:26 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit e58575c04b93bea8ae66158cb09dd87ac18f1d3d
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Jun 6 16:30:19 2007 +0200

    Removed string restrictions

 include/ccs.h |  6 -----
 src/compiz.c  | 85 +++--------------------------------------------------------
 src/main.c    | 22 ----------------
 3 files changed, 3 insertions(+), 110 deletions(-)

commit 7643836722c1ff9ed9ac942a7de029de457a34f3
Merge: 198f16d 8ff1c5c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 16:46:53 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.opencompositing.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 198f16d96e44453bb666fc01e6d02765c474bd20
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 16:46:36 2007 +0200

    Finally fix 'make distcheck'.

 backend/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8ff1c5c72266b021bb02c69b81ad7ceded0f021f
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Jun 5 16:45:59 2007 +0200

    ignore read only options

 src/compiz.c | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

commit 4bd71c02a7f0e1e6215c60df2e3ee2970e55246e
Merge: 159e0a0 76482ad
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Jun 5 16:40:07 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 159e0a0289544e5e831f7bee1197a9343cbf0617
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Jun 5 16:39:55 2007 +0200

    Initialize plugin settings only when needed

 include/ccs.h     |  12 +++--
 src/ccs-private.h |  17 ++++++-
 src/compiz.c      | 147 +++++++++++++++++++++++++++++++++++++-----------------
 src/main.c        |  97 +++++++++++++++++++++++++++++------
 4 files changed, 206 insertions(+), 67 deletions(-)

commit 76482ad0bf13b622de4bf245720fabb8ffc237d5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 16:15:21 2007 +0200

    Enable a basic plugin set by default.

 metadata/global.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit a5c55f5000a55defaf6628f28040ac19fbf53460
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 16:13:30 2007 +0200

    Indentation fixes.

 metadata/global.xml | 98 ++++++++++++++++++++++++++---------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

commit 6daf34717c0008efbd8633c384b7bc6634e6d6c8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 10:03:52 2007 +0200

    Include private header files in source file list.

 src/Makefile.am | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

commit 10174ede774012cf93fc5b281cca973cbdc74c38
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 09:53:05 2007 +0200

    Add dummy file to make 'make dist' happy.

 po/ChangeLog | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

commit edc6ae6b6b6df0512852c37ac9822858e0b401b6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Jun 5 09:51:08 2007 +0200

    bsettings -> libccs

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3df856002661702ff65e31402f3cf89ddf6fe109
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 23 02:44:34 2007 +0200

    check that context exists

 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

commit 864b0595ca197f8c83f4b6fa109e7f276e98c4d3
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 21:55:21 2007 +0200

    Make sure that each plugin isn't inserted twice into Plugin list during generation of the sorted plugin list

 src/main.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b6472d5696dd760c5abfe19213b8971d6cebc09a
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 21:50:25 2007 +0200

    remove old style rule parsing

 src/compiz.c | 58 ----------------------------------------------------------
 1 file changed, 58 deletions(-)

commit dbf9a02affc6e1778382a8f9ad721eb304183055
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 21:17:18 2007 +0200

    updated global metadata

 metadata/global.xml | 47 +++--------------------------------------------
 1 file changed, 3 insertions(+), 44 deletions(-)

commit 0a8226ac26902695509e8dd5e70fe0e6004c202d
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 16:28:26 2007 +0200

    support for new style of plugin dependencies (the old ones are still supported for a while)

 include/ccs.h |  5 ++++-
 src/compiz.c  | 61 ++++++++++++++++++++++++++++++++++++++++++++---------------
 src/main.c    | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 3 files changed, 107 insertions(+), 17 deletions(-)

commit 0138e291e58f732d482fbee986e837001588eba7
Merge: ec9236b 08494b0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed May 16 15:49:59 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit ec9236b12a6219f80b25889eb3ae11bdfe106edc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed May 16 15:49:47 2007 +0200

    Don't write settings that we apply ourselves.

 plugin/ccp.c | 26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

commit 08494b095a0a4987513065f3e3f26369d4079ed4
Merge: 890aaa6 6986a78
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 15:40:39 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 890aaa6c3cb4e1369c53965b28ff1ce8ad8d7f73
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 16 15:40:26 2007 +0200

    added support for int descriptions

 include/ccs.h | 18 ++++++++++++++----
 src/compiz.c  | 34 +++++++++++++++++++++++++++++++++-
 src/lists.c   |  3 ++-
 src/main.c    | 15 +++++++++++++++
 4 files changed, 64 insertions(+), 6 deletions(-)

commit 6986a78a02bd82a51793e1e0ea89c123ac997cb8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue May 15 14:14:12 2007 +0200

    Add some missing writes to the ccs context.

 plugin/ccp.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 7c24f5ec732b186feaaf91daa235bafe019dded4
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon May 14 14:48:03 2007 +0200

    Fix reading of lists from INI file.

 src/ini.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

commit b120267daa3432448df09b884cdbba4d88542f57
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon May 14 12:11:13 2007 +0200

    Fix description.

 backend/ini.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 758735ef00678ca7e378d7d450445bdd95335104
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun May 13 15:01:29 2007 +0200

    Now only compare screen num for screen options.

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 58d9cc5921936c506ff107e6022408558a65ddab
Merge: cc2e120 285ba65
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun May 13 14:36:14 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 285ba6501837858fc23b9cb8cf20798b0ddf1576
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Sun May 13 15:15:17 2007 +0200

    fixed list object remove function

 src/lists.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit cc2e120235e2d90ce5d50e023a1efb55e3e0ac30
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun May 13 14:20:43 2007 +0200

    Fixed screen edge action handling.

 include/ccs.h  |  4 ++--
 src/bindings.c | 23 ++++++++++++++---------
 src/compiz.c   | 12 ++++++++----
 src/ini.c      | 35 ++++++++++++++++++++++++++---------
 4 files changed, 50 insertions(+), 24 deletions(-)

commit 83b8bea00686f8e37222ab9194de24f915f7f102
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun May 13 13:44:51 2007 +0200

    Fix comparison of Bool values.

 src/main.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 405c68fa9f44f001342410f3930901a22a5ff824
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sun May 13 10:32:30 2007 +0200

    Remove file watch when unloading backend.

 backend/ini.c | 3 +++
 1 file changed, 3 insertions(+)

commit 8b4dcb8564bf2da0a95a389c37d8a5bf5f16e7d0
Merge: 056be71 4936cc7
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri May 11 17:12:42 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 056be713e18b0453ff119c32feb4e002d0e039d5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri May 11 17:12:32 2007 +0200

    Export modifier <-> string conversion routines.

 include/ccs.h  |  2 ++
 src/bindings.c | 16 ++++++++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

commit 4936cc7f9195e434ddb2524a56980be70e8a758d
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Fri May 11 12:33:46 2007 +0200

    Category should never be NULL

 src/compiz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8d26717fd3bb3b8abd9eef8428b5a528913d5c67
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu May 10 15:19:17 2007 +0200

    Fix some categories.

 metadata/global.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit d98bf02d06f13e66b6ecdf98d63233dbd206bbb8
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon May 7 16:17:20 2007 +0200

    added xml tag "autoenable" that will make a plugin enabled by default

 src/compiz.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

commit f47295a13bb4fe3bc5f6d9c09a0241033a0dc845
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon May 7 11:05:15 2007 +0200

    Fix parsing of strings which contain spaces.

 src/iniparser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f77fa84cd6026a27c7f7c097660c380edbc8a0f6
Merge: 0da686e 37e6b75
Author: Quinn Storm <quinn@darter.(none)>
Date:   Sun May 6 11:05:56 2007 -0400

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit 0da686e0f2a24172e10d278994ad753d8ffc8cf8
Author: Quinn Storm <quinn@darter.(none)>
Date:   Sun May 6 11:05:46 2007 -0400

    remove removal of #
    fix bug properly

 src/bindings.c  | 4 ++--
 src/iniparser.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 37e6b7547dbf0cc4750182804e6874d506d35d5c
Author: marex <marex@beryl-project.org>
Date:   Sun May 6 16:30:41 2007 +0200

    metadata: Some more category stuff

 metadata/global.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)

commit 3cb208c505f112e030602127bd69ea9cddc5eba6
Author: Quinn Storm <quinn@darter.(none)>
Date:   Sun May 6 06:56:56 2007 -0400

    fix color option handling for ini plugin!

 src/bindings.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 378a82ece2992028d1af13859d4642dad5517766
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Sat May 5 23:12:56 2007 +0200

    updated global metadata file

 metadata/global.xml | 2201 +--------------------------------------------------
 1 file changed, 12 insertions(+), 2189 deletions(-)

commit a0d202c026b5e0527d4697134073265e52189d71
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Sat May 5 22:55:20 2007 +0200

    ignore "active_plugins" core option

 src/compiz.c | 44 +++++++++++++++++++++++++-------------------
 1 file changed, 25 insertions(+), 19 deletions(-)

commit 49204878245f9703fc5d620c585ff293cdc45784
Author: Danny Baumann <daba@mobilrechner.localdomain>
Date:   Fri May 4 07:55:11 2007 +0200

    Adapt for latest Compiz git.

 plugin/ccp.c | 2 --
 1 file changed, 2 deletions(-)

commit e3baa4a1b9cb7d10fe357c286e9ff86f0ae9727e
Merge: c42c76f 5005168
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 2 16:01:06 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compcomm/compiz-configuration-system/libraries/ccs-lib

commit c42c76fe612d4f2d11dd0e374ea42c590ca4ead6
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed May 2 16:00:48 2007 +0200

    Added fetching of metadata from global file

 Makefile.am          |    3 +-
 configure.ac         |    4 +
 metadata/Makefile.am |    6 +
 metadata/global.xml  | 2270 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Makefile.am      |    3 +-
 src/compiz.c         |  150 +++-
 6 files changed, 2431 insertions(+), 5 deletions(-)

commit 5005168d2fff48de6a26632febbc357961b84718
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed May 2 10:13:08 2007 +0200

    Initialize string and match options with empty strings when there is no default in the metadata.

 src/compiz.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 6e19879c1e84eb9641962ee8389f7f69b10362e1
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue May 1 20:40:09 2007 +0200

    increase variable after setting the screen number

 plugin/ccp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3a034cb36b996af1cbf259ad07cdc6c21a7da208
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue May 1 19:52:37 2007 +0200

    added multiscreen awareness to ccs-lib and ccp

 include/ccs.h |  5 +++-
 plugin/ccp.c  | 27 +++++++++++++++++++--
 src/compiz.c  | 77 +++++++++++++++++++++++++++++++++++++----------------------
 src/main.c    | 21 +++++++++++++++-
 4 files changed, 97 insertions(+), 33 deletions(-)

commit edaa6d5ba7a680e6b8223a1030d17f50fb95aaa8
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 30 18:17:58 2007 +0200

    Renamed to the final name "Compiz configuration system (ccs)"

 LICENSE.gpl                     | 339 ++++++++++++++++++++
 LICENSE.lgpl                    | 504 +++++++++++++++++++++++++++++
 Makefile.am                     |   2 +-
 backend/Makefile.am             |   4 +-
 backend/ini.c                   | 150 ++++-----
 configure.ac                    |   6 +-
 include/Makefile.am             |   4 +-
 include/bsettings.h             | 525 ------------------------------
 include/ccs.h                   | 547 +++++++++++++++++++++++++++++++
 bsettings.pc.in => libccs.pc.in |   8 +-
 plugin/Makefile.am              |   8 +-
 plugin/{bset.c => ccp.c}        | 332 +++++++++----------
 src/Makefile.am                 |   6 +-
 src/bindings.c                  |  68 ++--
 src/bsettings-private.h         |  21 --
 src/ccs-private.h               |  42 +++
 src/compiz.c                    | 160 ++++++----
 src/config.c                    |  51 ++-
 src/filewatch.c                 |  34 +-
 src/ini.c                       | 122 ++++---
 src/iniparser.h                 |   2 +-
 src/lists.c                     | 233 ++++++++------
 src/main.c                      | 690 +++++++++++++++++++++-------------------
 23 files changed, 2434 insertions(+), 1424 deletions(-)

commit e72a5d5b4e7415fbb51421c53145c71ecdc7b5af
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 19:07:29 2007 +0200

    Fix dangling semicolon.

 src/ini.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6ac65e402bdfa8046559602de4ec77410e4c13ea
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 18:58:44 2007 +0200

    Fix typo making config file reading not working.

 src/config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e0c09647af41e84e3fb62addaafa1a05b6bf8258
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 17:37:27 2007 +0200

    Actually allocate returned profile name.

 backend/ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 14a85eb5448afc6ef9f28fccdb36518ae983c6d5
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 14:50:09 2007 +0200

    Fix dangling newline.

 src/ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 062f2b83f11dc943b7ee8d3c936e02d1b02b6481
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 14:49:20 2007 +0200

    Export all settings including those matching the defaults.

 src/main.c | 3 ---
 1 file changed, 3 deletions(-)

commit 10a83844cc2277b74cbe84cb013552a411aa7f3a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 14:42:11 2007 +0200

    Fix typo.

 src/ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit daf4c8916e9b9d07bd3f463aa9ea43e7395a2031
Merge: 5470c21 3e74a13
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 14:39:13 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/libraries/libbs/libbs

commit 5470c211cd78d01d07cb56dc02bbbb7269d04ede
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 14:39:04 2007 +0200

    Added context import / export.

 include/bsettings.h |   5 ++
 src/ini.c           |  23 ++++---
 src/iniparser.c     |   2 +-
 src/iniparser.h     |   2 +
 src/main.c          | 170 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 192 insertions(+), 10 deletions(-)

commit 3e74a134e5c9a860cb87005224953b997ffbe1b9
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 26 13:27:54 2007 +0200

    Disabled setting dump

 src/compiz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4ef0bef22b1a8e41aa5000b46bc6b69b41657d1e
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 26 13:26:53 2007 +0200

    Added fetching of backend list

 include/bsettings.h |  16 ++++-
 src/lists.c         |   1 +
 src/main.c          | 173 +++++++++++++++++++++++++++++++++++++++++++++-------
 3 files changed, 166 insertions(+), 24 deletions(-)

commit b4e5af4b6bc6c299f59572a36aed1a709296fb1a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 11:39:51 2007 +0200

    Disable config file file watch while writing config file.

 src/main.c | 9 +++++++++
 1 file changed, 9 insertions(+)

commit 8170cdffca2c93da618a0698a29a3e9ab2d18322
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 11:01:39 2007 +0200

    Don't reinitialize the backend on bsSetBackend calls if the new backend is the same as the old one.

 backend/ini.c   | 4 ++--
 src/filewatch.c | 1 -
 src/main.c      | 4 ++++
 3 files changed, 6 insertions(+), 3 deletions(-)

commit a9f314b53eea0fac521b4c76e3e359b6761b22ba
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 10:25:17 2007 +0200

    Warning fixes.

 backend/ini.c       | 4 ++--
 include/bsettings.h | 3 ++-
 src/ini.c           | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

commit 61d806967f929e6c75c21feb3e89ae5b875c93b1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 26 09:34:40 2007 +0200

    Build fix.

 src/main.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit fe14203e4534c8288f17698ea5628d4587f7d5d7
Merge: 44392e6 4bf808c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 15:04:05 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/libraries/libbs/libbs

commit 44392e6306b6ca776263663655697f613103f18d
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 15:03:53 2007 +0200

    Don't return default profile.

 backend/ini.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 4bf808c71293094a474833b65afab2b9d2404459
Merge: d3bbf07 4d0cce4
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 14:50:14 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/libbs/libbs

commit d3bbf07ce6a95f8e597bf7b3ddc9cecb2616ff50
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 14:50:08 2007 +0200

    added profile handling function

 include/bsettings.h |  3 +++
 src/main.c          | 17 +++++++++++++++++
 2 files changed, 20 insertions(+)

commit 4d0cce42c723ea50d3f5521afa3494b8fcf2bfd0
Merge: 3ee7c11 b8c5b09
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 14:45:21 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/libraries/libbs/libbs

commit 3ee7c11d11a25ca67fe7f52a2f933032c60a7e75
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 14:45:11 2007 +0200

    Added missing header.

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit 632df29002a4b9f9ab0a8c71fc3b110aafa387e9
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 14:44:41 2007 +0200

    Added file watch for config file.

 include/bsettings.h     |  2 ++
 src/bsettings-private.h |  1 +
 src/config.c            | 15 +++++++++++++++
 src/main.c              | 15 +++++++++++++++
 4 files changed, 33 insertions(+)

commit b8c5b090132fef56775ddb01691558b3d3e25fef
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 14:18:40 2007 +0200

    Merge

 src/main.c | 37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

commit 4bb055e843f8263fba75ff086982a2416440e19a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 14:11:17 2007 +0200

    Fix float value comparison.

 src/main.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit a38a20a6c37e471ee9812445086fc7491123cfcd
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 14:07:21 2007 +0200

    Don't touch the changed settings list in the backend.

 backend/ini.c | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 70d81515e987e71805513589b60b7ce8e2a81ff7
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 13:19:42 2007 +0200

    fixed wrong including of settings into context->changedSettings

 src/main.c | 40 ++++++++++++++++++++++++++++++++++------
 1 file changed, 34 insertions(+), 6 deletions(-)

commit a7722fb3bc9ebefec5a8fa31a7871aab644652e2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 09:37:07 2007 +0200

    Minor cleanup.

 plugin/bset.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 2e94bef3da06cf6820e86e7d2bdb6f2ca8a28490
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Apr 25 09:13:42 2007 +0200

    Fixed core option setting.

 plugin/bset.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d42542bafd375ab00235f594909b42f1752fd901
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 02:16:57 2007 +0200

    removed duplicate function prototype

 include/bsettings.h | 1 -
 1 file changed, 1 deletion(-)

commit 08a76f4d3fcb1f853f66e7623df734a668a7268e
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 25 02:14:24 2007 +0200

    added action conflict handling

 include/bsettings.h |  18 +++++++-
 src/lists.c         |   1 +
 src/main.c          | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 138 insertions(+), 1 deletion(-)

commit be2eb1a6d31b443c822827719b4495dc3fdcc3c9
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Apr 24 22:34:17 2007 +0200

    fixed handling of default values

 src/main.c | 93 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 39 insertions(+), 54 deletions(-)

commit 83ad01f8dcede65252ae6309ff5a7fde4a55cce8
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Apr 24 14:30:19 2007 +0200

    convert only valid keysyms

 plugin/bset.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d3d4e5bedcbd8cd1e571431662a58cae74338508
Merge: 9a5c756 d98562e
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Apr 24 14:14:06 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/libbs/libbs

commit 9a5c7560773c3f606d521a0d2527b1f506c47901
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Tue Apr 24 14:13:50 2007 +0200

    reset to program locale

 src/compiz.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit d98562ee2a581c510fc83cc72dded0ef6e7509af
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Apr 24 13:18:33 2007 +0200

    Fixed string setting for strings without allowed value restriction.

 src/main.c | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

commit 1fea760671c0fa9ca7c0557d0978468849957749
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 18:56:04 2007 +0200

    fixed listRemove function (fixes plugin list order calculation)

 src/lists.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

commit 73082ff277a8f91225349060bc029c9ead2943f4
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 17:21:02 2007 +0200

    ignore bset,gconf and ini

 src/compiz.c | 6 ++++++
 1 file changed, 6 insertions(+)

commit 88c8972bee530e5a4c0e08fb430b1fa16ba37f69
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 16:26:41 2007 +0200

    Fixed conflict generation

 include/bsettings.h |  1 +
 src/main.c          | 53 ++++++++++++++++++++++++++++++-----------------------
 2 files changed, 31 insertions(+), 23 deletions(-)

commit 3ed2982f629d8bc1a4c9ee8759a6e51b7f9f6f1e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 15:54:16 2007 +0200

    Reset setting to default if it can't be found in the ini file.

 backend/ini.c | 5 +++++
 1 file changed, 5 insertions(+)

commit b151efcef8a4ea75af79da58da358d3d155eb3dc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 15:50:11 2007 +0200

    Check if plugin is active before processing its features / dependencies.

 src/main.c | 53 +++++++++++++++++++++++++++++++++--------------------
 1 file changed, 33 insertions(+), 20 deletions(-)

commit 7636da5fd83adda58082aa332d7296c47ecb767c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 15:44:19 2007 +0200

    Added bsPluginIsActive function.

 include/bsettings.h |  2 ++
 src/main.c          | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+)

commit e39a800ef5ad5aa65ccf68d5c8380f4200acc379
Merge: 801874e d153ba8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 15:11:55 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compcomm/libraries/libbs/libbs

commit 801874e08356ddd73dc3e2c71fc4d9fc58fecc94
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 15:11:36 2007 +0200

    Implemented plugin unload checking.

 include/bsettings.h |  4 +--
 src/main.c          | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 84 insertions(+), 3 deletions(-)

commit d153ba86f999cb6c787591b1f65586cf3df00532
Merge: 4dcc777 bd0bc12
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 15:05:53 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/libbs/libbs

commit 4dcc77772870e51ede41b5c9791b7c776c633401
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 15:05:38 2007 +0200

    fixed core option setting

 plugin/bset.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit bd0bc12cccf0d0f008af0c48f00c2da1da83d268
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Apr 23 14:54:56 2007 +0200

    Implemented plugin load conflict checking.

 include/bsettings.h |   2 +-
 src/main.c          | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 111 insertions(+), 1 deletion(-)

commit c431b5b6c26ae00f82a88a6e8d430e20d652906d
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 14:12:43 2007 +0200

    Added API prototype for plugin conflict handling.

 include/bsettings.h | 35 +++++++++++++++++++++++------------
 src/lists.c         |  1 +
 src/main.c          | 10 ++++++++++
 3 files changed, 34 insertions(+), 12 deletions(-)

commit eb1163961b6fda8ff42c11a74762d3b3bc7d78a6
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Mon Apr 23 13:42:09 2007 +0200

    Added reading of rules/features from xml.

 include/bsettings.h |   5 ++-
 src/compiz.c        | 121 +++++++++++++++++++++++++++++++++++++++++-----------
 src/main.c          |   5 ++-
 3 files changed, 102 insertions(+), 29 deletions(-)

commit cb5504fc0d2e8c2489eca6fb580ad8be67051d30
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Fri Apr 20 14:45:10 2007 +0200

    Added support to read translated strings from the XML metadata file

 src/compiz.c | 52 ++++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 44 insertions(+), 8 deletions(-)

commit 8aff2778bcd1c6dca52b6c4c8818167a3be2abbd
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 18:36:25 2007 +0200

    Fixed memory corruption.

 plugin/bset.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9f7807352cb625ee3e3f0748b44f6d634f2a52e7
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 18:11:01 2007 +0200

    Fixed profile usage (again...)

 backend/ini.c | 25 ++++++++-----------------
 1 file changed, 8 insertions(+), 17 deletions(-)

commit cdb0ed76f96f5d339605a909383bffdd57245dc2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 17:55:45 2007 +0200

    Listen for more inotify flags.

 src/filewatch.c | 2 ++
 1 file changed, 2 insertions(+)

commit da1bce96818a286273eb1d14064880f0879e363e
Merge: 21a7888 106f977
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 17:33:38 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compiz/libbs/libbs

commit 21a788855e8f2701dbaaefa85203e4189a0bf5d6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 17:33:22 2007 +0200

    Make sure data->lastProfile is assigned properly.

 backend/ini.c | 3 ---
 1 file changed, 3 deletions(-)

commit 106f977c648cc43b6f5e441ca8b46353bfa42af8
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 16:36:16 2007 +0200

    made resetToDefault public

 include/bsettings.h |  1 +
 src/main.c          | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

commit 3ea618d493cb95bd022ddbdf10a56a0f88d87c7c
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 16:10:09 2007 +0200

    reset value correctly

 src/filewatch.c | 3 +++
 1 file changed, 3 insertions(+)

commit eeca32fdb23bbc903792ac87b27ba8a6eac414e3
Merge: 9d56ffa 7814210
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:58:51 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compiz/libbs/libbs

commit 9d56ffad1281c7dad260b97528fb8efe25f96b9b
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:58:29 2007 +0200

    Reload ini file on file change notify.

 backend/ini.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit 7814210ec98075b0b55717841fe84f462edf8fa1
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 15:42:16 2007 +0200

    Set the right setlocale value.

 src/compiz.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 14bcc225e77c2e0dedb1ea762cabff340c15ddd5
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 15:38:49 2007 +0200

    set "C" locale for strtod

 src/compiz.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 49233a90b4b2a34ae52c595a205c29771cca5636
Merge: 3cbb313 63085bb
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 15:38:24 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/libbs/libbs

commit 63085bb6f7e2a6814e619ab4a25dd2f2ba3f5f8f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:34:51 2007 +0200

    Fixed default profile handling.

 backend/ini.c | 37 ++++++++++++++++++++++++++-----------
 1 file changed, 26 insertions(+), 11 deletions(-)

commit 3cbb313488061c16fd34377dcfba1a0da74dfeb1
Merge: bdde407 04171c0
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 15:20:04 2007 +0200

    Merge branch 'master' of git+ssh://git.beryl-project.org/git/compiz/libbs/libbs

commit 04171c0cb47efc6eb4d886522b8d687816a53df1
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:12:58 2007 +0200

    Fixed ini file formatting.

 src/iniparser.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit a68fe19f7f0851be59d45427706742e769b9c640
Merge: 6c4e1c6 6662eac
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:08:40 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compiz/libbs/libbs

commit 6c4e1c6a43673997765f7e4135af6c0798722645
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 15:08:29 2007 +0200

    Fixed INI file writing format.

 src/ini.c       | 4 ++++
 src/iniparser.c | 2 +-
 src/iniparser.h | 1 +
 src/main.c      | 2 ++
 4 files changed, 8 insertions(+), 1 deletion(-)

commit bdde407a58ac8b1fd90c60165394b475f923f25b
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 14:56:33 2007 +0200

    only execute writesetting if the setting was found

 src/main.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 6662eac92452f6d139139c111ec4c3d8bab64fd4
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Apr 19 14:53:19 2007 +0200

    fixed endless loop

 src/main.c | 1 +
 1 file changed, 1 insertion(+)

commit 30c640728767238a87f077c112cb38a8a6f3f009
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 14:41:47 2007 +0200

    Create ini file if it doesn't exist.

 src/ini.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit aba051f78d1ff51fa55d6f0c0e9d96dd25cb38f7
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 14:19:02 2007 +0200

    Properly increment private data buffer size indicator.

 backend/ini.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 4ec773a46646d38f4123a5d45d4aa7e514d5678a
Merge: ca3fb6c c1b9cb2
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 13:53:27 2007 +0200

    Merge branch 'master' of git+ssh://maniac@git.beryl-project.org/git/compiz/libbs/libbs

commit ca3fb6c23f1bdf2dc432bbc2a5503218e0d4ca4a
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 13:42:49 2007 +0200

    We shouldn't need to care about profile changes in the file change notify handler.

 backend/ini.c | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

commit 3afdea38728a673126df3f372adceb53f50a3afc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 13:40:19 2007 +0200

    Disable file watches by removing them from inotify instead of marking them as disabled.

 src/filewatch.c | 35 ++++++++++++++++++++++-------------
 1 file changed, 22 insertions(+), 13 deletions(-)

commit aef4ac5be76d1e58ce281faa854ca5eda2ae31ec
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 12:41:03 2007 +0200

    Make ini backend use the filewatch interface.

 backend/ini.c | 96 ++++++++++++++++-------------------------------------------
 1 file changed, 25 insertions(+), 71 deletions(-)

commit 2c64cf4813c3cf52f129d088ce0d84d303b34690
Author: Danny Baumann <dannybaumann@web.de>
Date:   Thu Apr 19 12:31:16 2007 +0200

    Added file watch interface (using inotify).

 include/bsettings.h     |   8 +++
 src/Makefile.am         |   2 +-
 src/bsettings-private.h |   2 +
 src/filewatch.c         | 160 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c              |   3 +
 5 files changed, 174 insertions(+), 1 deletion(-)

commit c1b9cb21d6ef1aa428fdfba1ef12576167cc0915
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 18 21:47:13 2007 +0200

    Removed memleaks.

 src/compiz.c |  42 ++-
 src/config.c |   1 +
 src/main.c   | 962 +++++++++++++++++++++++++++++++----------------------------
 3 files changed, 546 insertions(+), 459 deletions(-)

commit 1effdc2727d86f0f7406e7d796864e6a9cc41e3f
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 18 20:45:00 2007 +0200

    removed old code

 src/compiz.c | 918 -----------------------------------------------------------
 1 file changed, 918 deletions(-)

commit c09dc37ac53dfa5768f699ac15be271ad6eb5096
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Apr 18 20:43:47 2007 +0200

    added XML options reading system

 configure.ac            |    2 +
 plugin/bset.c           |    1 +
 src/Makefile.am         |    1 +
 src/bsettings-private.h |    2 +-
 src/compiz.c            | 1518 +++++++++++++++++++++++++++++++++++++++++++++--
 src/main.c              |   52 +-
 6 files changed, 1468 insertions(+), 108 deletions(-)

commit fb82a95f9236f2c2c45b4ae8dd68b20ee591c701
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Wed Apr 18 16:43:46 2007 +0200

    Added missing binding conversion.

 src/Makefile.am |   2 +-
 src/bindings.c  | 296 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 297 insertions(+), 1 deletion(-)

commit d5e51f62d2d6a82fae5d9c7da04651d58e3dc885
Author: marex <marex@beryl-project.org>
Date:   Tue Apr 17 18:35:58 2007 +0200

    Now installing the ini backend in the right palce and also fixed its
    linking with libbsettings

 backend/Makefile.am | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

commit e87e196267bf9a739555ee52d3c45baa0e71d301
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Fri Apr 6 05:35:40 2007 +0200

    libbs uses now bcop option files to generate plugin information (not very well tested).
    plugin.options has to be in the plugin directory.
    (now we need a bcop-dump plugin to generate option files for other plugins ;-)

 configure.ac    |   3 +
 plugin/bset.c   |  90 +++---
 src/Makefile.am |   4 +-
 src/compiz.c    | 901 ++++++++++++++++++++++++++++++++++++++++++--------------
 src/match.c     | 639 ----------------------------------------
 src/option.c    | 300 -------------------
 6 files changed, 729 insertions(+), 1208 deletions(-)

commit bb219c754d57209fc4cdebde5184d44e592fad91
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Mar 28 13:37:37 2007 +0200

    libbs: use INI file interface for config file reading/writing

 src/config.c | 170 +++++++++++++++++++++--------------------------------------
 1 file changed, 59 insertions(+), 111 deletions(-)

commit 3018849badc0962feb6944c99c9cd8fa3ec19dd8
Author: Danny Baumann <dannybaumann@web.de>
Date:   Wed Mar 28 13:37:17 2007 +0200

    libbs: create dir for INI file before writing to it

 src/ini.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 7fdc501f273c9016707157f404d40b142a6820fc
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 18:17:11 2007 +0200

    libbs-ini: removed unneeded files

 backend/dictionary.c | 508 ------------------------------------------------
 backend/dictionary.h | 244 -----------------------
 backend/iniparser.c  | 531 ---------------------------------------------------
 backend/iniparser.h  | 296 ----------------------------
 backend/strlib.c     | 211 --------------------
 backend/strlib.h     | 108 -----------
 6 files changed, 1898 deletions(-)

commit c985b5c6f870808d30c7017eca546abe6e8126ad
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 18:15:56 2007 +0200

    libbs-ini: remove unneeded files from build

 backend/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 61d83138666dc04e3d401a1374763bae11e9a9de
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 16:54:00 2007 +0200

    libbs-ini: build fix

 backend/ini.c | 1 -
 1 file changed, 1 deletion(-)

commit f6e358f91aca9066ec3f064c8f9294dd75c09eb9
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 16:49:14 2007 +0200

    libbs-ini: adaptions for ini handling in libbs

 backend/ini.c | 417 ++++++++--------------------------------------------------
 1 file changed, 55 insertions(+), 362 deletions(-)

commit 9ce132d6ce4edc592aad25f1adbce97ae655dc2c
Author: Danny Baumann <dannybaumann@web.de>
Date:   Tue Mar 27 16:46:23 2007 +0200

    libbs: added ini file handling

 include/bsettings.h | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/Makefile.am     |  2 +-
 2 files changed, 51 insertions(+), 1 deletion(-)

commit d7c527a1f64ddf9b1a0b0d98daa3e493674ad53c
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Tue Mar 27 16:40:40 2007 +0200

    libbs: added ini handling files

 src/ini.c       | 535 ++++++++++++++++++++++++++++++++++++++++
 src/iniparser.c | 741 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/iniparser.h |  57 +++++
 3 files changed, 1333 insertions(+)

commit 064dc99e0c2f11a6de83b0889a0ee448fe1811b4
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Mar 26 15:27:54 2007 +0200

    libbs: added action binding and color parsing routines which previously were spread over the backends

 backend/Makefile.am       |   2 +-
 backend/ini.c             |  21 +++---
 backend/option.h          |  33 ---------
 include/bsettings.h       |  15 ++++-
 src/Makefile.am           |   2 +-
 src/compiz.c              |  62 -----------------
 {backend => src}/option.c | 166 ++++++++++++++++++++++++----------------------
 7 files changed, 112 insertions(+), 189 deletions(-)

commit 751af73281dcdf650eba29365f6caf92d21d5430
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Mon Mar 26 11:12:21 2007 +0200

    libbs-ini: added file change notify and made the ini file data context-private

 backend/ini.c | 252 ++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 200 insertions(+), 52 deletions(-)

commit 6bfa9c627c7b744b7a7793adaba2ee5b47601c1e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Mon Mar 26 08:06:12 2007 +0200

    libbs-ini: implemented list value writing

 backend/ini.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 100 insertions(+), 9 deletions(-)

commit f9349a45edcfd8a63a477fcb6b2472555bbfcdea
Author: Danny Baumann <daba@noname.(none)>
Date:   Sun Mar 25 13:08:04 2007 +0200

    libbs-ini: build fix

 backend/ini.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit d21fadf22c7eefb337c6c509be3290540195e055
Author: Danny Baumann <daba@noname.(none)>
Date:   Sun Mar 25 13:06:10 2007 +0200

    libbs-ini: implemented list value reading

 backend/ini.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 135 insertions(+), 13 deletions(-)

commit c8d250d0140cef62da2697c69e981a2de22506c3
Author: Danny Baumann <daba@noname.(none)>
Date:   Sun Mar 25 12:35:11 2007 +0200

    libbs-ini: include screen number in key name

 backend/ini.c | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

commit d3d3a06ee58aeb9dbb0d061ff59d8b831bd0767e
Author: Danny Baumann <dannybaumann@web.de>
Date:   Sat Mar 24 13:31:06 2007 +0100

    libbs-ini: avoid changing strings that reside in dictionary

 backend/ini.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit d8a338096e0ff29f70c15be815ee5675a54406d0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 17:21:13 2007 +0100

    libbs-ini: use more elegant tokenizing; added framework for list value reading/writing

 backend/ini.c | 39 ++++++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 17 deletions(-)

commit 204f1f3f3695af34f8297765694c5a229ffca5e0
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 17:01:42 2007 +0100

    libbs-ini: really write action value to disk

 backend/ini.c | 2 ++
 1 file changed, 2 insertions(+)

commit 5e4e07391d873d4fc719c826b1639d104512471f
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 16:54:34 2007 +0100

    libbs-ini: added action value reading/writing as well as value unsetting

 backend/ini.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 99 insertions(+), 2 deletions(-)

commit 4f819ab6c34e56fc537df1e6b6b4948b475357b6
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 16:21:40 2007 +0100

    libbs-ini: added color value reading/writing

 backend/ini.c | 36 +++++++++++++++++++++++++-----------
 1 file changed, 25 insertions(+), 11 deletions(-)

commit 3b2142416133609dabc07d25584baf056791edfd
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 16:15:24 2007 +0100

    libbs-ini: added option-to-string converter (copied from gconf backend)

 backend/Makefile.am |   2 +-
 backend/option.c    | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 backend/option.h    |  33 ++++++
 3 files changed, 324 insertions(+), 1 deletion(-)

commit 27e5ecdcdeb9ca01b5dc4ef9b8bb3cd3eaeaf941
Author: Danny Baumann <dannybaumann@web.de>
Date:   Fri Mar 23 16:13:59 2007 +0100

    libbs-ini: build fix

 backend/ini.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 960e928775c09ec2790eb54226cffa29f60efff2
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Fri Mar 23 15:32:14 2007 +0100

    libbs-ini: implemented profile deletion

 backend/ini.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 46 insertions(+), 1 deletion(-)

commit f3ebe8b177479db8d0d176e252f136383aaddf87
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Fri Mar 23 15:08:55 2007 +0100

    libbs-ini: implemented profile deletion

 backend/ini.c | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 581b85bd15ea6abcc949d6fdbb180a15e8ce955a
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Fri Mar 23 15:06:42 2007 +0100

    libbs-ini: reading and writing of simple data types

 backend/ini.c | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 141 insertions(+), 6 deletions(-)

commit c9d3a12ecea4bffd7f4f89a5b55e437e7176518d
Author: Danny Baumann <daba@mobilrechner.localdomain>
Date:   Fri Mar 23 07:11:30 2007 +0100

    libbs: also check for error condition when searching directory

 src/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 42aa51ac07e28947f83f71f7ca551309171ad709
Author: Danny Baumann <daba@noname.(none)>
Date:   Thu Mar 22 20:30:14 2007 +0100

    libbs: test commit, please ignore

 AUTHORS | 2 ++
 1 file changed, 2 insertions(+)

commit 1a92db776e304eed2e0c189b198f9ce26771b880
Author: Danny Baumann <daba@noname.(none)>
Date:   Thu Mar 22 20:02:08 2007 +0100

    libbs: added basic ini file loading / saving

 backend/ini.c | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 104 insertions(+), 1 deletion(-)

commit c118043202500177081c0c14967a7a63da047306
Author: Danny Baumann <daba@noname.(none)>
Date:   Thu Mar 22 20:00:12 2007 +0100

    libbs: more C'n'P woes (sorry, but have to learn git better :-/ )

 backend/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 02c39b64b0fd371de367a3f739da03d289cd238b
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Thu Mar 22 18:21:38 2007 +0100

    libbs: get rid of C'n'P and really make ini a framework

 backend/ini.c | 1095 +--------------------------------------------------------
 1 file changed, 17 insertions(+), 1078 deletions(-)

commit d2074f35b14ced8370ae8fa597a6d82f6404e0ba
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Thu Mar 22 17:57:07 2007 +0100

    libbs: added framework for INI backend based on iniparser library by Nicolas Devillard

 Makefile.am          |    2 +
 backend/Makefile.am  |   12 +
 backend/dictionary.c |  508 +++++++++++++++++++++
 backend/dictionary.h |  244 ++++++++++
 backend/ini.c        | 1214 ++++++++++++++++++++++++++++++++++++++++++++++++++
 backend/iniparser.c  |  531 ++++++++++++++++++++++
 backend/iniparser.h  |  296 ++++++++++++
 backend/strlib.c     |  211 +++++++++
 backend/strlib.h     |  108 +++++
 configure.ac         |    2 +
 10 files changed, 3128 insertions(+)

commit af50b83a0a7ed85b07433a5b128797521c1f4512
Author: Danny Baumann <daba@rechenknecht.peppercon.de>
Date:   Thu Mar 22 17:48:54 2007 +0100

    libbs: added empty POTFILES.in to make autotools happy

 po/POTFILES.in | 2 ++
 1 file changed, 2 insertions(+)

commit 24e6c7adc5de5cdd41a3c69153170ad517d3898f
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Thu Mar 22 00:58:22 2007 +0100

    Basic write support for the plugin

 include/bsettings.h     |  10 ++-
 plugin/bset.c           | 208 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/bsettings-private.h |   3 -
 src/main.c              | 108 +++++++++++++++++++++++++
 4 files changed, 325 insertions(+), 4 deletions(-)

commit 8cfab778a5616e36596750e102ea7e036a9a6482
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Mar 21 23:23:57 2007 +0100

    fixed action initialisation

 src/compiz.c | 34 +++++++++++++++++++++++++++++-----
 1 file changed, 29 insertions(+), 5 deletions(-)

commit ce9304e5b4fe267c7f5a1353f6dcf82720608dbd
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Mar 21 22:16:35 2007 +0100

    added first simple version of the setting plugin

 Makefile.am        |   3 +-
 configure.ac       |   2 +-
 plugin/Makefile.am |  15 ++
 plugin/bset.c      | 621 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c         |   3 +-
 5 files changed, 641 insertions(+), 3 deletions(-)

commit 849aebbfc97f99bfbf2c5f2673fca0f6be2569cf
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Mar 21 20:49:13 2007 +0100

    check for NULL pointer

 src/main.c | 2 ++
 1 file changed, 2 insertions(+)

commit c025b50f509d134fcf3a0ad4ca32a98e0bab5f0a
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Mar 21 20:26:18 2007 +0100

    store changed settings in list

 src/main.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

commit db85bccba679a986fccb5686044efa6c879f17be
Author: Dennis Kasprzyk <onestone@beryl-project.org>
Date:   Wed Mar 21 17:14:39 2007 +0100

    added missing file

 src/config.c | 174 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 174 insertions(+)

commit 2a82fe8d8bd8b473417fb9e9b80e57f97f11389d
Author: maniac <maniac>
Date:   Fri Mar 16 11:16:54 2007 +0000

    libbs: removed gconf and glib checks

 configure.ac | 2 --
 1 file changed, 2 deletions(-)

commit d17ca60310f0c2dd17ca07300f4e361e6fe95c08
Author: onestone <onestone>
Date:   Thu Mar 15 14:05:04 2007 +0000

    libbs: added integrated configuration system

 include/bsettings.h     |  7 +++--
 src/Makefile.am         |  2 +-
 src/bsettings-private.h |  9 ++++++
 src/main.c              | 75 +++++++++++++++++++++++++++++--------------------
 4 files changed, 60 insertions(+), 33 deletions(-)

commit 55ab1295be6ff311e8c802241cdc046e827d485c
Author: onestone <onestone>
Date:   Thu Mar 15 01:43:56 2007 +0000

    libbs: updated TODO

 TODO | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit b312a12e736ca9354f33407745d2d90040097853
Author: racarr <racarr>
Date:   Wed Mar 14 23:51:46 2007 +0000

    Just compare color.color

 src/main.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

commit 227b3ef2164a027fe689f3b99647fc1771224b6d
Author: racarr <racarr>
Date:   Wed Mar 14 23:44:33 2007 +0000

    Make the field compare macro a little safer, no reason NOT to do it

 src/main.c | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

commit 9740f023c2a490b96fc50389b1850cea188d82ea
Author: onestone <onestone>
Date:   Wed Mar 14 23:41:53 2007 +0000

    libbs: fixed last commit

 src/main.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 945a78991f5d22563ae6b9bc8b2c42a6a71aea93
Author: onestone <onestone>
Date:   Wed Mar 14 23:40:31 2007 +0000

    libbs: added setting load function

 include/bsettings.h | 2 ++
 1 file changed, 2 insertions(+)

commit b25f5cad6a935b97c93aaf608c98c79f6431dc8b
Author: racarr <racarr>
Date:   Wed Mar 14 23:23:52 2007 +0000

    Add functions to compare BSSettingColorAction and Color, use this instead of memcmp to compare structs

 include/bsettings.h |  3 +++
 src/main.c          | 38 +++++++++++++++++++++++++++++++-------
 2 files changed, 34 insertions(+), 7 deletions(-)

commit 1d9c14460a6ff9dfdfe7ad42a18ded7780793b5f
Author: onestone <onestone>
Date:   Wed Mar 14 22:48:51 2007 +0000

    libbs: added processEvents call

 include/bsettings.h | 4 +++-
 src/main.c          | 8 ++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

commit 46d69a5532a54d1effbe865edd913df708788f15
Author: onestone <onestone>
Date:   Wed Mar 14 20:18:03 2007 +0000

    libbs: some fixes and new functions

 include/bsettings.h | 25 ++++++++++++++--------
 src/compiz.c        | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/lists.c         | 30 ++++++++++++++++++++-------
 src/main.c          | 26 ++++++++++++++++++++++-
 4 files changed, 123 insertions(+), 18 deletions(-)

commit 0d84065cb06441ba3f3273f9e7c3c5f447b4dfd1
Author: onestone <onestone>
Date:   Wed Mar 14 16:43:42 2007 +0000

    libbs: added active plugin list get functions

 include/bsettings.h |   2 +
 src/main.c          | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 131 insertions(+)

commit 22104305d046035b17fbcb994238a2e3599ff3f8
Author: maniac <maniac>
Date:   Wed Mar 14 16:38:22 2007 +0000

    libbs: added ListRemove function

 include/bsettings.h |  1 +
 src/lists.c         | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

commit 5e56d2572f429074671a7b2e61d335dc4a4d9b38
Author: onestone <onestone>
Date:   Wed Mar 14 15:43:26 2007 +0000

    libbs: nicer List handling

 include/bsettings.h | 99 +++++++++++++++++++++++++++--------------------------
 src/lists.c         | 96 +++++++++++++++++++++++++--------------------------
 src/main.c          | 24 ++++++-------
 3 files changed, 110 insertions(+), 109 deletions(-)

commit de4f8955acde80ebe97acd40686d6a88761ebcf2
Author: onestone <onestone>
Date:   Wed Mar 14 15:27:57 2007 +0000

    libbs: more list setter/getter functions

 include/bsettings.h |  16 ++++
 src/lists.c         | 208 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 224 insertions(+)

commit e19791a1a7c2be49486472933d451574037eca50
Author: onestone <onestone>
Date:   Wed Mar 14 14:52:53 2007 +0000

    libbs: more string list setter/getter functions

 include/bsettings.h |  6 ++++++
 src/lists.c         | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

commit 159851e2448bfe59147f4a324a8586879a318181
Author: onestone <onestone>
Date:   Wed Mar 14 14:32:24 2007 +0000

    libbs: added list get function

 include/bsettings.h |  1 +
 src/main.c          | 18 ++++++++++++++----
 2 files changed, 15 insertions(+), 4 deletions(-)

commit 0e00522a1fab28b9590a2870620bb5d58c8c622b
Author: onestone <onestone>
Date:   Wed Mar 14 14:28:18 2007 +0000

    libbs: added basic list set function

 include/bsettings.h |   3 +-
 src/main.c          | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 120 insertions(+), 1 deletion(-)

commit 1a7d6165ab6c673351cfe09eb693dae2029e6079
Author: maniac <maniac>
Date:   Wed Mar 14 14:05:29 2007 +0000

    libbs:
    - use BSSettings* as parameter for getters as well
    - remove function getSettingInfo

 include/bsettings.h | 30 +++++++++++------------
 src/main.c          | 69 +++++++++++++++++++++++------------------------------
 2 files changed, 45 insertions(+), 54 deletions(-)

commit cba4c36d2530e4fca917910fdb57354081638c84
Author: onestone <onestone>
Date:   Wed Mar 14 13:48:52 2007 +0000

    libbs: changed setter functions

 src/main.c | 197 ++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 122 insertions(+), 75 deletions(-)

commit 144c05cc36a05adc4d30251c620f6bb0299becf6
Author: maniac <maniac>
Date:   Wed Mar 14 12:20:21 2007 +0000

    libbs: avoid unnecessary memory allocations

 src/main.c | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

commit b6e885d16f11e0719d93c9fd476da8b808ac88c7
Author: maniac <maniac>
Date:   Wed Mar 14 12:16:06 2007 +0000

    libbs:
    - added edge button to action struct
    - respect restriction from info struct for setting actions

 include/bsettings.h |  1 +
 src/compiz.c        |  1 +
 src/main.c          | 21 ++++++++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletion(-)

commit 727ec861509cb4f5c26b1e2c9730646b10f05c0a
Author: maniac <maniac>
Date:   Wed Mar 14 11:14:30 2007 +0000

    libbs:
    - implemented getters
    - check for valid setting type as first action in setters (makes no sense to do anything if the type is invalid)
    - respect restrictions when setting float, int, string

 TODO                |   2 -
 include/bsettings.h |   8 ++++
 src/main.c          | 133 ++++++++++++++++++++++++++++++++++++++++++++--------
 3 files changed, 121 insertions(+), 22 deletions(-)

commit 8a3dddef3c1e32dc76a4624f2acec5611aa44634
Author: maniac <maniac>
Date:   Wed Mar 14 10:37:04 2007 +0000

    libbs:
    - use TRUE/FALSE when returning a Bool instead of 0/1
    - memcmp / strcmp return 0 if the memory blocks are equal
    - fixed memleaks

 src/main.c | 74 ++++++++++++++++++++++++++++++++++++--------------------------
 1 file changed, 43 insertions(+), 31 deletions(-)

commit 07ad06d854cb5df9c2f3218efb21605acc35a8c7
Author: maniac <maniac>
Date:   Wed Mar 14 08:24:49 2007 +0000

    libbs: completed lists code

 include/bsettings.h |  5 +++++
 src/lists.c         | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

commit ffe56e45a14b4ac9f3ea607f2af34aff8ca70136
Author: maniac <maniac>
Date:   Wed Mar 14 07:38:40 2007 +0000

    libbs: minor cleanup

 src/main.c | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

commit 25e18741d032f404d147a6c634105c7af948a86b
Author: racarr <racarr>
Date:   Wed Mar 14 07:36:10 2007 +0000

    Fix typos

 src/main.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

commit f860ff34645f238ff0723d7d5ff29255bfcbd988
Author: racarr <racarr>
Date:   Wed Mar 14 05:51:25 2007 +0000

    It's difficult to write a commit message describing what this does succinctly

 src/main.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

commit 74e46647c781f1bd393931647a32f0a334e06ed4
Author: onestone <onestone>
Date:   Wed Mar 14 01:52:47 2007 +0000

    libbs: added TODO

 TODO | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit e109feeeab2048024cf1dd8de8a80dc1ad72dc2c
Author: onestone <onestone>
Date:   Wed Mar 14 01:08:57 2007 +0000

    libbs: added copyFromDefault & copyValue functions

 src/main.c | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

commit 591b7a9ee66911ab2b01bc8b436b8777b1d7eef2
Author: racarr <racarr>
Date:   Wed Mar 14 00:38:45 2007 +0000

    Use Bool as return type

 include/bsettings.h | 14 +++++++-------
 src/main.c          | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

commit 43534ebff0c25597ebe65dcf4878b10ea6d5b2cb
Author: racarr <racarr>
Date:   Wed Mar 14 00:34:36 2007 +0000

    Add setters

 include/bsettings.h |  8 ++++++
 src/main.c          | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+)

commit 6eac8bd2b75dc0c826101b1e693b440f22347d13
Author: onestone <onestone>
Date:   Wed Mar 14 00:33:18 2007 +0000

    libbs: added context destroy function

 include/bsettings.h |  1 +
 src/main.c          | 13 +++++++++++++
 2 files changed, 14 insertions(+)

commit 9de36159ea355cdd3726e3116c4a2de833ff208b
Author: onestone <onestone>
Date:   Wed Mar 14 00:28:59 2007 +0000

    libbs: backend should be in bsettings directory

 src/Makefile.am | 3 ++-
 src/main.c      | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

commit 7be4d8c9c1eb98ed15aa65fe0066f6ec64415a67
Author: onestone <onestone>
Date:   Wed Mar 14 00:24:16 2007 +0000

    libbs: added backend loading

 include/Makefile.am |   2 +-
 include/bsettings.h |   6 ++-
 src/main.c          | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 123 insertions(+), 3 deletions(-)

commit 4c0843e6d5a27a6ffd78e84845a19b23be3187d0
Author: onestone <onestone>
Date:   Tue Mar 13 23:42:58 2007 +0000

    libbs: added backend functions

 include/bsettings-backend.h |  0
 include/bsettings.h         | 45 ++++++++++++++++++++++++++++++++++-----------
 2 files changed, 34 insertions(+), 11 deletions(-)

commit a43d670c94247ebfdf2aca1d8b93774a0846cb10
Author: onestone <onestone>
Date:   Tue Mar 13 22:57:53 2007 +0000

    libbs: added cleanup functions

 include/bsettings.h |  18 ++++++++-
 src/compiz.c        |   6 +--
 src/lists.c         |  17 +++++++++
 src/main.c          | 108 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 145 insertions(+), 4 deletions(-)

commit 2652dbc103f6d02f7436fdf227efbb1a3fa9b7de
Author: onestone <onestone>
Date:   Tue Mar 13 21:25:18 2007 +0000

    libbs: added group handling

 include/bsettings.h     |  2 --
 src/bsettings-private.h |  2 +-
 src/compiz.c            |  2 +-
 src/main.c              | 50 +++++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 52 insertions(+), 4 deletions(-)

commit bbf92afb4b9c5aafa6a2355a57c046a32d042954
Author: onestone <onestone>
Date:   Tue Mar 13 20:39:15 2007 +0000

    libbs: completed settings loading

 include/bsettings.h |  11 ++-
 src/compiz.c        | 201 ++++++++++++++++++++++++++++++++++++++++++++++------
 src/main.c          |  26 +++++++
 3 files changed, 213 insertions(+), 25 deletions(-)

commit 9bbcdc11d53b1b4e3b7c2987ec4d95e601e30646
Author: onestone <onestone>
Date:   Tue Mar 13 19:31:53 2007 +0000

    libbs: initial plugin load

 bsettings.pc.in         |   7 +-
 configure.ac            |   8 +
 include/bsettings.h     |  25 +-
 src/Makefile.am         |   7 +-
 src/bsettings-private.h |  12 +
 src/compiz.c            | 151 ++++++++++++
 src/lists.c             |  37 +++
 src/main.c              |  63 +++++
 src/match.c             | 639 ++++++++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 934 insertions(+), 15 deletions(-)

commit 57e6f64c623ec2df96346b3f22603c004d44e7d9
Author: onestone <onestone>
Date:   Tue Mar 13 16:29:24 2007 +0000

    libbs: whitespace changes

 include/bsettings.h | 198 ++++++++++++++++++++++++++--------------------------
 1 file changed, 98 insertions(+), 100 deletions(-)

commit 62fb79308f62da88c690a71aab2f717cb3c67057
Author: onestone <onestone>
Date:   Tue Mar 13 16:17:45 2007 +0000

    first version of new data structures

 include/bsettings.h | 279 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c          |   3 +
 2 files changed, 282 insertions(+)

commit 8c62312fe7f81236dd16e37e926bd80f4956aed3
Author: maniac <maniac>
Date:   Tue Mar 13 14:12:18 2007 +0000

    libbs branch: fix configure script

 configure.ac | 1 +
 1 file changed, 1 insertion(+)

commit 54b8baf2a3c54f62c47255c12e02d4631b60eb88
Author: onestone <onestone>
Date:   Tue Mar 13 14:01:52 2007 +0000

    test branch for libberylsettings rewrite

 AUTHORS                     |   0
 COPYING                     | 340 ++++++++++++++++++++++++++++++++++++++++++++
 ChangeLog                   |   0
 INSTALL                     | 236 ++++++++++++++++++++++++++++++
 Makefile.am                 |  28 ++++
 NEWS                        |   1 +
 README                      |   0
 VERSION                     |   1 +
 autogen.sh                  |  16 +++
 bsettings.pc.in             |  12 ++
 configure.ac                |  90 ++++++++++++
 include/Makefile.am         |   3 +
 include/bsettings-backend.h |   0
 include/bsettings.h         |   0
 src/Makefile.am             |   8 ++
 src/main.c                  |   6 +
 16 files changed, 741 insertions(+)

Generated by dwww version 1.15 on Wed Jun 26 04:02:03 CEST 2024.