New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1fa85033db594e51e811307775ceaa4b1eee882a
commit 1fa85033db594e51e811307775ceaa4b1eee882a
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue May 8 19:46:09 2007 +0200
Only use FBDev systme module data in linux input driver if system is built.
configure.in | 4 ++++
inputdrivers/linux_input/linux_input.c | 14 ++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=24b48dad33f667887addf612238f446012f05b54
commit 24b48dad33f667887addf612238f446012f05b54
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue May 8 17:52:13 2007 +0200
gcc 2.95 fixes
src/idirectfb.c | 4 ++--
src/input/idirectfbinputbuffer.c | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d22702f8fb2b31fd67e6586022a7b00bee5625b3
commit d22702f8fb2b31fd67e6586022a7b00bee5625b3
Author: Denis Oliver Kropp <[EMAIL PROTECTED]>
Date: Tue May 8 17:37:06 2007 +0200
Sorted format_strings[].
src/misc/conf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=33bf1df595d7392e626cc30bcdd531dbc7173b16
commit 33bf1df595d7392e626cc30bcdd531dbc7173b16
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Tue May 8 17:21:56 2007 +0200
RGB444 and RGB555, thanks to Daniel J Laird!
README | 2 +-
include/directfb.h | 10 +++-
src/core/surfaces.c | 19 ++++++++
src/gfx/convert.c | 12 +++++
src/gfx/convert.h | 40 ++++++++++++++++-
src/gfx/generic/generic.c | 112 +++++++++++++++++++++++++++++++++++++++++++--
src/idirectfb.c | 2 +
src/misc/conf.c | 4 +-
src/misc/gfx_util.c | 10 ++++
systems/fbdev/fbdev.c | 57 ++++++++++++++++++----
wm/default/default.c | 8 +++
11 files changed, 256 insertions(+), 20 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bbc5ef93f0fb97e7a9df9bf29c5b04d6cff5d890
commit bbc5ef93f0fb97e7a9df9bf29c5b04d6cff5d890
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Tue May 8 16:51:50 2007 +0200
gcc-2.95 fix
lib/fusion/lock.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5bd55fa674304859b9dade0849ec0cc6cfb708d3
commit 5bd55fa674304859b9dade0849ec0cc6cfb708d3
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Tue May 8 16:48:07 2007 +0200
Removed obsolete warning.
.../idirectfbimageprovider_png.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=692d8f9ffa334f41b28bd27c81e7daaf50da40ea
commit 692d8f9ffa334f41b28bd27c81e7daaf50da40ea
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date: Tue May 8 16:06:31 2007 +0200
1.1.0
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2797c2cc4b15e0e94b9dbab6221f9c536b175ac5
commit 2797c2cc4b15e0e94b9dbab6221f9c536b175ac5
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Tue May 8 03:01:31 2007 +0300
Pan the layer to follow the mouse cursor (aka. virtual resolution).
wm/default/default.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6cde04843dfdbe77b09bc4bc5b56305140b6687c
commit 6cde04843dfdbe77b09bc4bc5b56305140b6687c
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Tue May 8 02:59:18 2007 +0300
Add source rectangle support to fbdev layer.
systems/fbdev/fbdev.c | 130 ++++++++++++++++++++++++++++++++++++++-----------
systems/fbdev/fbdev.h | 4 ++
2 files changed, 105 insertions(+), 29 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9d6fa50384abdce554d4ae54d548865f74b9f2f1
commit 9d6fa50384abdce554d4ae54d548865f74b9f2f1
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Tue Apr 24 17:11:58 2007 +0200
Fixed a segfault when freeing reactor nodes.
lib/fusion/reactor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=6904ef61213633cbbc3b789bbe8fcdca4c2ff87c
commit 6904ef61213633cbbc3b789bbe8fcdca4c2ff87c
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Apr 23 19:03:29 2007 +0200
Clarified some aspects about the behaviour of IDirectFBWindow::Bind().
include/directfb.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=f7abc96cc2fcee72fd35e7ec4220f05a389b9fd4
commit f7abc96cc2fcee72fd35e7ec4220f05a389b9fd4
Author: Claudio Ciccani <[EMAIL PROTECTED]>
Date: Mon Apr 23 16:45:32 2007 +0200
Implemented IDirectFBWindow::Bind()/Unbind(). :)
The change is backward and binary compatible.
include/directfb.h | 25 +++++
src/core/windows.c | 200 ++++++++++++++++++++++++++++++++++++++---
src/core/windows.h | 16 ++++
src/core/windows_internal.h | 12 +++
src/windows/idirectfbwindow.c | 42 +++++++++
5 files changed, 283 insertions(+), 12 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=2735a9544c999369a5000324dbdd550c7c276268
commit 2735a9544c999369a5000324dbdd550c7c276268
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Sun Apr 8 02:09:39 2007 +0300
Use D_ARRAY_SIZE() macro where appropriate.
gfxdrivers/radeon/radeon.c | 2 +-
inputdrivers/linux_input/linux_input.c | 4 ++--
inputdrivers/lirc/lirc.c | 5 +++--
lib/direct/signals.c | 2 +-
lib/direct/stream.c | 2 +-
lib/fusion/hash.c | 3 ++-
tools/directfb-csource.c | 2 +-
7 files changed, 11 insertions(+), 9 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=47d97462a08240236683b4cc3aa77c66bd8ca241
commit 47d97462a08240236683b4cc3aa77c66bd8ca241
Author: Ville Syrjala <[EMAIL PROTECTED]>
Date: Thu Apr 12 02:49:39 2007 +0300
Fix evdev ioctl() parameters.
inputdrivers/linux_input/linux_input.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs