commit ad0779d396daddb6626908bebc2451d643e5d52b
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date:   Mon Jun 9 19:13:53 2008 +0200

    forgot to update generated docs

commit f2630b73a67502b9706429acacdbd2cf73cfc10b
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date:   Mon Jun 9 19:05:04 2008 +0200

    0.8.0

commit df188a3cc0837d45b3125f67f932caf92dc55be8
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Mon Mar 17 15:35:23 2008 +0100

    warmer...

commit c0f76b9126b497fb7dd2a5d57bbf63b7f450b64f
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Mon Mar 17 15:29:14 2008 +0100

    [docs] Newest version of gendoc.pl

commit 5c36dbfadeea511bf1ec917723e870e93f05b66b
Author: Denis Oliver Kropp <dok@headway.(none)>
Date:   Mon Mar 17 15:08:55 2008 +0100

    [coma] Update documentation of Coma.

commit 5bd49f5be8b91d22f95b3b600400fba03f8711f2
Author: Denis Oliver Kropp <dok@headway.(none)>
Date:   Mon Mar 17 15:00:14 2008 +0100

    ignore

commit 88253d04efbb7e2589c441eb6320dad1de247ac5
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Thu Feb 28 14:55:42 2008 +0100

    [fusiondale] Follow API changes, removing remaining dependencies on <directfb.h>.

commit d39fc08bb4be43997926d54aab4c5d590f3b6c3e
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Sat Feb 16 06:09:17 2008 +0100

    [coma] Fixed debug message.

commit aa17c008c4fff242ea1245d0e60f0d94c047695a
Merge: 7c2570d... 367c8a5...
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Sat Feb 16 06:06:10 2008 +0100

    Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/libs/FusionDale

commit 367c8a59becbea0dc81637e6dbd65c7f4b6933a2
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Thu Feb 14 10:10:07 2008 +0100

    CONFIG: Remove obsolete code duplication and add proper chaining calls.
    
    Note: we're calling libfusion AND libdirect config, while libfusion config
    already did the call to it if it could not find an option for itself. I'm
    keeping it here now, because I'm tending to prefer removal of libfusion's
    call to libdirect config, nothing to not discuss :)

commit 019767f5b22c5b7ecd988bea48a4634ffc1732b8
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Thu Feb 14 09:06:22 2008 +0100

    CONFIG: Added option "coma-shmpool-size=<kb>" to set the maximum size of each component manager's shared memory pool
    used for application allocation requests via IComa::Allocate(), TLSHM (Thread Local SHM) via IComa::GetLocal() and Coma itself...

commit 7c2570dda7df90ff51ce4ad7108c2e775c56467c
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Tue Jan 22 08:11:09 2008 +0100

    IComaComponent: Added Activate() which has to be called after initialization.
    
    Calls to GetComponent() returned when CreateComponent() was returning, but will
    block now until Activate() is called. This way the component can be initialized
    without calls already being executed.

commit 61d590b4c810f9ff4e2e4541f0c681e739a46d06
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Tue Jan 22 07:13:31 2008 +0100

    ignore

commit c4c96fbe015ea85b56405d797200b7808fa701d9
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Fri Dec 28 23:16:52 2007 +0100

    Fix for C++.

commit e43a88d946c66ab328c191f1f56dd64876aab83e
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Fri Dec 7 21:35:00 2007 +0100

    COMA: Added ComaNotificationFlags with CNF_DEALLOC_ARG for convenience.
    
    Most dispatch callbacks just deallocate the notification data (arg).
    
    The new flag will save a lot of code.

commit af3a42b821866f993145afed273364fb80a745a6
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Fri Dec 7 19:27:06 2007 +0100

    COMA: Fixed copy'n'paste error in generic call generating macros.

commit 2c6a4db9574a90f4d72c21e941970c94aef56b4e
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Thu Nov 15 22:14:55 2007 +0100

    Call fusion_reactor_set_name() to use the component name rather than just "Component".

commit 9a885de514c67ad0c2130b0731f4ce8a0487cb8e
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Wed Oct 24 22:38:04 2007 +0200

    Added "[no-]force-slave" option.
    
    Handle "[no-]sighandler" in fusiondalerc, too.

commit cea7e61919f827db0464c792d092327b33687267
Author: Denis Oliver Kropp <dok@shizo.directfb.home>
Date:   Wed Oct 24 22:31:42 2007 +0200

    Fixed doc generator.

commit 394be4767dfe8f4b8b10becdedc9c006da785029
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 21:25:46 2007 +0200

    Added new header.

commit 119a2927e806133ca4de1936fc25bde13c092faa
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 21:25:08 2007 +0200

    Added four macros for defining generic and unoptimized convenience calls.
    
    Each of these macros either for IN, OUT, IN+OUT or no args.
    
    IComa::GetLocal() and direct_memcpy() is used depending on the case.

commit d5be756367a0f2008bfb973e8bfd296c1a13f6ea
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 21:06:57 2007 +0200

    Forgot to mention multiple component managers.

commit 61fecadaab7e5f0157d3ab164e84c80b5bf073cc
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 21:04:18 2007 +0200

    Describing Coma...

commit 0cd08a2da38a25c37567862ed83f51dd2953ffac
Merge: 2094749... d7a41c4...
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 20:51:33 2007 +0200

    Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/libs/FusionDale

commit 2094749028d0f732c1465f3379d5e38742cf5927
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 20:51:20 2007 +0200

    0.1.2

commit 2c8fcc2900012c18d8c0373a0b404c749e047aaa
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sat Oct 13 14:54:22 2007 +0200

    API change in IComaComponent::InitNotifications() and InitListeners().
    
    Added context pointer argument which is registered with the listener or
    notification dispatch callback if its entry in the array contains a
    NULL context pointer.
    
    Made array arguments const.
    
    These two changes allow definition of static const tables of notification
    dispatch callbacks where the context is only known during runtime and is
    the same for all of these.

commit d7a41c4de4e80ae460d84ac79de2a960ae71e280
Author: Claudio Ciccani <klan@directfb.org>
Date:   Sat Oct 13 11:33:02 2007 +0200

    Fixed failing assertion in fd_messenger_event_dispatch() (direct_list_remove called on a list that might be empty).

commit 9aafc34c7ee64b121970211c8d585f59463444dd
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Thu Oct 11 23:25:15 2007 +0200

    Support debug domains in debug option.

commit cfa813eab99b6eb0fe363365fc5e7719392a72a5
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Mon Aug 27 14:13:33 2007 +0200

    Fixed format warning.

commit 2acbf36ccc1330d3f3998ef61d7c07f44dec2fd2
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Sun Aug 26 21:47:37 2007 +0200

    Check for 1.1.0.

commit 6db6caa375e2614da87e5eae6c9d41c2bdaeab38
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date:   Thu Jun 7 13:30:07 2007 +0200

    Allow components without any notification.

commit 18ea4feb334cf109f733dfaf0d05c8d128d206f1
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date:   Mon Jun 4 20:24:24 2007 +0200

    Use sysconfdir.

commit 981eb2be52d1ebdc38cfb4acdd02b031cc8275a6
Author: Denis Oliver Kropp <dok@shizo.zion.home>
Date:   Fri Jun 1 10:09:59 2007 +0200

    Enter Coma

commit a57dbcbe9c8a98a12f60649ca2e63274f32014f7
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date:   Thu May 10 21:53:25 2007 +0200

    really builds now

commit 6e58c0bfad047e1d40bee8c2189cb9798c752bcc
Author: Denis Oliver Kropp <dok@shizo.(none)>
Date:   Thu May 10 21:51:26 2007 +0200

    another build fix

commit fcbe24722541b8e80e9a9bedbba8f1765e3ea644
Author: Denis Oliver Kropp <dok@shizo.pixelworks.com>
Date:   Thu May 10 21:16:42 2007 +0200

    Fix build.

commit 544cc53e232fb516b092c33bce0f347488eee384
Author: Denis Oliver Kropp <dok@shizo.pixelworks.com>
Date:   Thu May 10 21:14:51 2007 +0200

    Use fixed script.

commit 4ac6eec27fd7f05b5ff58c27b7b4dc7ac0b71da3
Author: Denis Oliver Kropp <dok@headway.(none)>
Date:   Tue Apr 17 02:36:09 2007 -0700

    Publish FusionDale
