New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e7f404865c53984593c0ca66ee63c54347a2edb8
commit e7f404865c53984593c0ca66ee63c54347a2edb8
Author: Niels Roest <[email protected]>
Date: Thu Jan 14 19:50:21 2010 +0100
IDirectFBWindow::SetOptions: add DWOP_INPUTONLY
works as DWCAPS_INPUTONLY, but is a dynamic option.
main work is done in window manager.
include/directfb.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ba35178422ccbb7a10a009c5621e72860001359b
commit ba35178422ccbb7a10a009c5621e72860001359b
Author: Niels Roest <[email protected]>
Date: Thu Jan 14 19:49:11 2010 +0100
IDirectFBWindow::SetOptions bit handling bug
bit toggling was compared with a wrong mask possibly causing
toggling of DWOP_GHOST, DWOP_INDESTRUCTIBLE and DWOP_INPUTONLY
to be ignored
src/windows/idirectfbwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d0f706b2d04d13b76082372a8bdc4e36998f2940
commit d0f706b2d04d13b76082372a8bdc4e36998f2940
Author: Niels Roest <[email protected]>
Date: Fri Jan 8 20:07:37 2010 +0100
tests: add fusion_call
used to test calls
primarily to test skirmish transfer on calls
currently blocks with 4 participants - only 2 transfers allowed.
tests/Makefile.am | 4 +
tests/fusion_call.c | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 227 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0654893e61f4f5c6b00048d61d1f86d7d9bac234
commit 0654893e61f4f5c6b00048d61d1f86d7d9bac234
Author: Niels Roest <[email protected]>
Date: Fri Jan 8 20:05:24 2010 +0100
x11: preliminary support for IDirectFBScreen functions
get some code in to support this
systems/x11/primary.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 77 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e58b7fcb33b2209efbcf0e42ce5d233ad91777fd
commit e58b7fcb33b2209efbcf0e42ce5d233ad91777fd
Author: Niels Roest <[email protected]>
Date: Mon Dec 14 18:33:53 2009 +0100
font: add API to load font from databuffer
this also requires internal changes
the font "probe" will now be passed either a file name or a mem struct
with the complete file in it (file type detection by the FreeType
library requires an undefined number of bytes).
include/directfb.h | 10 +++
interfaces/IDirectFBFont/idirectfbfont_default.c | 22 ++----
interfaces/IDirectFBFont/idirectfbfont_dgiff.c | 21 +++---
interfaces/IDirectFBFont/idirectfbfont_ft2.c | 37 +++++------
src/idirectfb.c | 26 ++++----
src/media/idirectfbdatabuffer.c | 16 ++++
src/media/idirectfbfont.c | 80 +++++++++++++++++++++-
src/media/idirectfbfont.h | 18 +++++-
8 files changed, 169 insertions(+), 61 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=844eb4d124498fd5268b029f4d27a68a6ea75f18
commit 844eb4d124498fd5268b029f4d27a68a6ea75f18
Author: Niels Roest <[email protected]>
Date: Mon Dec 14 18:27:57 2009 +0100
hash: move externally unused func to .c file
lib/fusion/hash.c | 42 ++++++++++++++++++++++++++++++++++++++++--
lib/fusion/hash.h | 44 --------------------------------------------
2 files changed, 40 insertions(+), 46 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2fd85b2d80ae3d81815f9d19500d69a05da5c758
commit 2fd85b2d80ae3d81815f9d19500d69a05da5c758
Author: Niels Roest <[email protected]>
Date: Fri Dec 11 14:05:24 2009 +0100
X11: add error detection, better depth support
Add detection for "late" errors
(i.e. errors occurring after the function causing it returns)
Since X11 normally does not do automatic depth switching,
we deny visuals with a different depth than the "DefaultDepthOfScreen"
systems/x11/primary.c | 12 ++++++++++++
systems/x11/x11.c | 28 +++++++++++++++++++++++++++-
systems/x11/x11.h | 1 +
systems/x11/x11input.c | 10 +++++-----
systems/x11/xwindow.c | 7 ++++---
5 files changed, 49 insertions(+), 9 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs