Hi,

the problem of the missing mails is fixed.

I made the mistake to set the hostname to "directfb.org"
already, though the mail server is not moved, yet.

So the local MTA thought it would be a local mail and
didn't know the directfb-cvs mailbox :(

-- 
Best regards,
  Denis Oliver Kropp
 
.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
2005-12-01   dok        18:48:21        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  DirectFB/README (1.105) (+1 -0)
        
        cvs test
        
2005-12-01   syrjala    12:58:42        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/src/gfx/generic/generic.c (1.183) (+1 -1)
        
        Fixed a cut-and-paste bug.
        
2005-12-01   syrjala    11:38:08        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/matrox/matrox.c (1.92) (+28 -8)
                DirectFB/gfxdrivers/matrox/matrox_state.c (1.57) (+9 -3)
        
        Limited support for DSBLIT_SRC_PREMULTIPLY.
        
2005-12-01   syrjala    11:07:33        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/matrox/matrox.c (1.91) (+8 -4)
                DirectFB/gfxdrivers/matrox/matrox_state.c (1.56) (+92 -78)
        
        Support for DSDRAW_SRC_PREMULTIPLY.
        
2005-12-01   syrjala    10:52:50        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/matrox/matrox.c (1.90) (+10 -0)
                DirectFB/gfxdrivers/matrox/mmio.h (1.16) (+12 -0)
        
        Completely untested PPC support.
        
2005-12-01   syrjala    10:41:37        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64.c (1.39) (+17 -13)
                DirectFB/gfxdrivers/mach64/mach64_state.h (1.8) (+4 -0)
                DirectFB/gfxdrivers/mach64/mach64_state.c (1.20) (+78 -30)
                DirectFB/gfxdrivers/mach64/mach64.h (1.15) (+7 -6)
        
        Added support for DSDRAW_SRC_PREMULTIPLY and DSBLIT_SRC_PREMULTCOLOR.
        
2005-12-01   syrjala    10:10:40        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_state.c (1.19) (+16 -5)
        
        Use DITHER_EN and SCALE_PIX_EXPAND only when color bits < 24.
        
2005-12-01   syrjala    10:08:40        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64.c (1.38) (+73 -29)
        
        Avoid chip lockups with destination color keying.
        
2005-12-01   syrjala    09:24:18        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_overlay.c (1.19) (+1 -1)
        
        Enabled SCALE_Y2R_TEMP.
        
2005-12-01   syrjala    09:22:05        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_overlay.c (1.18) (+8 -3)
        
        OVERLAY_EXCLUSIVE registers aren't supported on rev. A chips.
        
2005-12-01   syrjala    09:17:47        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_overlay.c (1.17) (+3 -0)
        
        Check the chip type in ovSetColorAdjustment().
        
2005-12-01   syrjala    09:13:51        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_overlay.c (1.16) (+21 -3)
        
        Fixed color keying on 264VT2.
        
2005-12-01   syrjala    08:59:46        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_overlay.c (1.15) (+7 -19)
        
        Fixed surface size limits.
        
2005-11-28   dok        16:27:00        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  directfb.org/others/uhapi (1.1) ( )
        
        link exchange
        
2005-11-26   syrjala    14:32:26        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/inputdrivers/linux_input/linux_input.c (1.43) (+1 -1)
        
        Don't overwrite the last char of info->desc.name with EVIOCGNAME.
        
2005-11-26   syrjala    13:45:58        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64_state.c (1.18) (+29 -29)
        
        Minor cleanup.
        
2005-11-26   syrjala    13:42:12        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  DirectFB/gfxdrivers/mach64/mach64.h (1.14) (+0 -3)
                DirectFB/gfxdrivers/mach64/mach64_state.c (1.17) (+47 -16)
        
        Fixed scaler/texture color key for chips < 3D Rage Pro.
        
2005-11-24   dok        12:35:38        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  DirectFB/lib/direct/signals.c (1.9) (+1 -1)
                DirectFB/lib/direct/signals.h (1.3) (+5 -0)
        
        Added DIRECT_SIGNAL_ANY as a replacement for the magic -1.
        
2005-11-23   dok        17:18:53        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  DirectFB/README (1.104) (+0 -1)
        
        test of new server
        
2005-11-23   dok        14:21:01        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  FusionSound/src/core/core_sound.c (1.50) (+1 -1)
        
        Replaced DIRECT_UTIL_RECURSIVE_PTHREAD_MUTEX_INITIALIZER by 
PTHREAD_MUTEX_INITIALIZER.
        
2005-11-23   dok        14:18:59        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  DirectFB/interfaces/IDirectFBFont/idirectfbfont_ft2.c (1.25) 
(+1 -1)
                DirectFB/wm/unique/stret.c (1.11) (+1 -1)
                DirectFB/wm/unique/device.c (1.7) (+1 -1)
                DirectFB/src/gfx/util.c (1.22) (+3 -3)
                DirectFB/src/core/core.c (1.121) (+1 -1)
                DirectFB/lib/fusion/fusion.c (1.14) (+1 -1)
                DirectFB/lib/direct/util.h (1.19) (+1 -24)
                DirectFB/lib/direct/util.c (1.11) (+24 -0)
                DirectFB/lib/direct/trace.c (1.14) (+2 -2)
                DirectFB/lib/direct/thread.c (1.13) (+2 -2)
                DirectFB/lib/direct/signals.c (1.8) (+1 -1)
                DirectFB/lib/direct/modules.h (1.2) (+7 -7)
                DirectFB/lib/direct/mem.c (1.6) (+1 -1)
                DirectFB/lib/direct/interface.c (1.7) (+2 -2)
                DirectFB/lib/direct/direct.pc.in (1.3) (+1 -1)
                DirectFB/lib/direct/direct.c (1.5) (+1 -1)
                DirectFB/lib/direct/debug.c (1.14) (+1 -1)
        
        Removed dependency on -D_GNU_SOURCE when including <direct/util.h>:
        
        Made direct_util_recursive_pthread_mutex_init() non-static-inline.
        
        Removed DIRECT_UTIL_RECURSIVE_PTHREAD_MUTEX_INITIALIZER and replaced all
        of its occurences by PTHREAD_MUTEX_INITIALIZER. These didn't need to be
        recursive. If there's a recursive mutex required, you can still use the
        utility function direct_util_recursive_pthread_mutex_init().
        
        Removed -D_GNU_SOURCE from direct.pc and directfb-config.
        
2005-11-23   dok        14:18:58        Denis Oliver Kropp <[EMAIL PROTECTED]>

        Files:  DirectFB/directfb-config.in (1.23) (+1 -1)
        
        Removed dependency on -D_GNU_SOURCE when including <direct/util.h>:
        
        Made direct_util_recursive_pthread_mutex_init() non-static-inline.
        
        Removed DIRECT_UTIL_RECURSIVE_PTHREAD_MUTEX_INITIALIZER and replaced all
        of its occurences by PTHREAD_MUTEX_INITIALIZER. These didn't need to be
        recursive. If there's a recursive mutex required, you can still use the
        utility function direct_util_recursive_pthread_mutex_init().
        
        Removed -D_GNU_SOURCE from direct.pc and directfb-config.
        
2005-11-23   klan       09:34:27        

        Files:  DFB++/dfb++/idirectfbdisplaylayer.cpp (1.14) (+1 -1)
        
        IDirectFBDisplayLayer::SetColorAdjustment was calling 
GetColorAdjustment instead of SetColorAdjustment.
        
2005-11-19   kent       07:20:15        

        Files:  lite/ChangeLog (1.23) (+54 -0)
                lite/configure.in (1.37) (+2 -2)
                lite/NEWS (1.22) (+11 -0)
        
        
        New LiTE version, 0.6.4, see NEWS and ChangeLog for details.
        
2005-11-19   kent       07:10:41        

        Files:  lite/lite/window.c (1.153) (+20 -20)
                lite/lite/window.h (1.63) (+33 -33)
        
        
        Rename the other LiteWindow callback func typedefs so they also start 
with
        prefix Lite.
        
2005-11-19   kent       06:59:35        

        Files:  lite/lite/window.c (1.152) (+1 -1)
                lite/lite/window.h (1.62) (+5 -5)
        
        
        Start of renaming the callback functions so they start with Lite, this 
in
        order to avoid linking clashes when linking against other libraries.
        First the WindowEventFunc is renamed to LiteWindowEventFunc.
        
2005-11-19   kent       06:54:58        

        Files:  lite/lite/window.c (1.151) (+65 -62)
                lite/lite/window.h (1.61) (+2 -1)
        
        
        New LiteWindow flag, LITE_WINDOW_FIXED, when set the window can't be 
moved
        or collapsed, neither pushed to background, with the mouse left and 
right
        clicks. This is useful if the LiteWindow has chrome and is a fixed 
window that
        should not be moved or resized.
        
2005-11-19   kent       06:50:14        

        Files:  lite/lite/box.c (1.53) (+3 -0)
        
        
        Force an update of the area occupied by a child when removing child box 
entries.
        
2005-11-19   kent       06:45:17        

        Files:  lite/lite/window.c (1.150) (+1 -0)
        
        
        Make the window box active by default so various callbacks and so on 
will
        trigger in an empty window.
        
2005-11-15   marka      16:00:47        

        Files:  DirectFB/gfxdrivers/unichrome/uc_ovl_hwset.c (1.3) (+1 -1)
        
        Silence warning.
        
2005-11-15   marka      15:51:15        

        Files:  DirectFB/gfxdrivers/unichrome/Readme.txt (1.4) (+7 -6)
                DirectFB/gfxdrivers/unichrome/unichrome.h (1.4) (+4 -0)
                DirectFB/gfxdrivers/unichrome/unichrome.c (1.4) (+3 -4)
                DirectFB/gfxdrivers/unichrome/uc_primary.c (1.2) (+15 -13)
                DirectFB/gfxdrivers/unichrome/uc_ovl_hwset.c (1.2) (+9 -0)
                DirectFB/gfxdrivers/unichrome/uc_overlay.h (1.6) (+4 -1)
                DirectFB/gfxdrivers/unichrome/uc_overlay.c (1.5) (+19 -2)
        
        Overhaul of LEVELS, OPACITY and primary ALPHACHANNEL features which were
        previously only partially implemented and did not work together.
        
        The video overlay and the primary layer now both support the OPACITY 
option
        and either can be on top.  The order is determined by the 'level' 
assigned
        to the video layer.  The primary also supports an alpha channel which is
        useful when the video layer is positioned behind.
        
        The old DFB_CLE266_UNDERLAY environment variable switch has been 
removed.
        
2005-11-10   marka      12:26:44        

        Files:  directfb.org/support/graphics/unichrome/unichrome/blit.formats 
(1.2) (+9 -9)
        
        Update to reflect newly supported blit types.
        
2005-11-10   marka      10:26:16        

        Files:  DirectFB/gfxdrivers/unichrome/uc_hwset.c (1.3) (+8 -0)
                DirectFB/gfxdrivers/unichrome/uc_state.c (1.3) (+2 -0)
        
        New acceleration:
        - ARGB4444 as source and destination pixel format for all supported
        operations.
        
2005-11-10   marka      10:26:15        

        Files:  DirectFB/gfxdrivers/unichrome/uc_hw.h (1.3) (+2 -0)
        
        New acceleration:
        - ARGB4444 as source and destination pixel format for all supported
        operations.
        
2005-11-09   syrjala    14:17:20        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  linux-fusion/Makefile (1.10) (+2 -0)
        
        Made all targets phony.
        
2005-11-09   syrjala    14:14:06        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  linux-fusion/Makefile (1.9) (+2 -0)
        
        Remove fusion.[k]o from the old install location.
        
2005-11-08   marka      19:31:21        

        Files:  DirectFB/gfxdrivers/unichrome/uc_accel.c (1.4) (+4 -1)
        
        Added missing fifo space checks and corrected an excessive allocation.
        
2005-11-08   marka      19:29:11        

        Files:  DirectFB/gfxdrivers/unichrome/uc_hw.h (1.2) (+7 -0)
                DirectFB/gfxdrivers/unichrome/uc_ovl_hwmap.c (1.5) (+4 -0)
        
        Fix 'unexpected pixel format' errors.
        
2005-11-08   syrjala    15:34:41        Ville Syrjala <[EMAIL PROTECTED]>

        Files:  linux-fusion/Makefile (1.8) (+13 -4)
        
        Install fusion.h. Changed module install path.
        
2005-11-08   kent       05:49:53        

        Files:  lite/ChangeLog (1.22) (+63 -0)
                lite/configure.in (1.36) (+1 -1)
                lite/NEWS (1.21) (+7 -0)
        
        
        New LiTE version, 0.6.3, see ChangeLog and NEWS for details.
        
2005-11-08   kent       05:42:14        

        Files:  lite/lite/window.c (1.149) (+3 -4)
        
        
        Removed warning of unused variable.
        
2005-11-08   kent       05:28:46        

        Files:  lite/AUTHORS (1.6) (+1 -0)
        
        
        Added Ben Combee to the list of authors.
        
2005-11-07   klan       09:03:07        

        Files:  FusionSound/src/core/fs_types.h (1.5) (+1 -1)
        
        __fsf defaults to long when using fixed floats.
        
2005-11-07   klan       09:00:09        

        Files:  
FusionSound/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_cdda.c
 (1.4) (+19 -5)
                
FusionSound/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_wave.c
 (1.8) (+24 -9)
                
FusionSound/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_vorbis.c
 (1.12) (+20 -6)
                
FusionSound/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_mad.c
 (1.7) (+19 -9)
        
        PlayTo() restarts playback from the beginning after the stream has 
reached the end.
        
2005-11-07   klan       08:57:35        

        Files:  
FusionSound/interfaces/IFusionSoundMusicProvider/ifusionsoundmusicprovider_timidity.c
 (1.9) (+1 -1)
        
        Added FMCAPS_RESAMPLE.
        
2005-11-07   klan       08:55:32        

        Files:  FusionSound/include/fusionsound.h (1.25) (+1 -0)
        
        Added MusicProviderCapabilities flag FMCAPS_RESAMPLE to indicate that a 
provider can resample audio.
        
2005-11-07   kent       07:55:44        

        Files:  lite/lite/box.c (1.52) (+4 -1)
                lite/lite/window.c (1.148) (+4 -5)
        
        
        Patch from Ben Combee, honor the LiteBox is_visible flag, if set to 0 
(not visible),
        then do not show any of the LiteBox children, i.e. stop at the first 
LiteBox hierarchy
        that has the is_visible flag set. This makes it possible to disable 
visually groups
        of LiteBoxes.
        
2005-11-07   kent       07:50:01        

        Files:  lite/lite/box.c (1.51) (+0 -2)
        
        
        Removed too aggressive pre-conditional testing of LiteBox entries 
passed to
        lite_box* APIs, this as sometimes LiteWindow() entries are passed in...
        
2005-11-07   kent       07:39:34        

        Files:  lite/lite/lite.h (1.15) (+6 -1)
        
        
        Separated the LiTE Doxygen group from the lite.h API group itself, so
        there's a specific instruction for Doxygen to create a LiTE group.
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to