New commits:
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=1e195f32e0c9f4a7c218a1e14766b5e50f79f1a9
commit 1e195f32e0c9f4a7c218a1e14766b5e50f79f1a9
Author: Andreas Shimokawa <[email protected]>
Date: Fri Jul 5 14:33:54 2013 +0200
merge ++DFB
++dfb-config.in | 95 -----
++dfb.pc.in | 11 -
++dfb.spec.in | 71 ----
++dfb/++dfb_internal.h | 31 --
++dfb/.cvsignore | 6 -
++dfb/Makefile.am | 27 --
++dfb/idirectfb.cpp | 238 -------------
++dfb/idirectfbdatabuffer.cpp | 137 --------
++dfb/idirectfbdisplaylayer.cpp | 256 --------------
++dfb/idirectfbeventbuffer.cpp | 114 ------
++dfb/idirectfbfont.cpp | 123 -------
++dfb/idirectfbimageprovider.cpp | 50 ---
++dfb/idirectfbinputdevice.cpp | 125 -------
++dfb/idirectfbpalette.cpp | 76 ----
++dfb/idirectfbscreen.cpp | 141 --------
++dfb/idirectfbsurface.cpp | 480 --------------------------
++dfb/idirectfbvideoprovider.cpp | 139 --------
++dfb/idirectfbwindow.cpp | 262 --------------
++dfb/ppdfb.cpp | 91 -----
Makefile.am | 3 +
README.++DFB | 98 ++++++
configure.in | 8 +
examples/++dfb/.cvsignore | 10 +
examples/++dfb/Makefile.am | 45 +++
examples/++dfb/dfbapp.cpp | 173 ++++++++++
examples/++dfb/dfbapp.h | 65 ++++
examples/++dfb/dfbimage.cpp | 142 ++++++++
examples/++dfb/dfbimage.h | 61 ++++
examples/++dfb/dfbplay.cpp | 172 +++++++++
examples/++dfb/dfbshow.cpp | 112 ++++++
examples/++dfb/dfbswitch.cpp | 129 +++++++
examples/++dfb/simple.cpp | 106 ++++++
examples/++dfb/tests/.cvsignore | 5 +
examples/++dfb/tests/Makefile.am | 22 ++
examples/++dfb/tests/data/.cvsignore | 2 +
examples/++dfb/tests/data/Makefile.am | 9 +
examples/++dfb/tests/data/test32x32.bmp | Bin 0 -> 3126 bytes
examples/++dfb/tests/data/test32x32.dfiff | Bin 0 -> 4120 bytes
examples/++dfb/tests/data/test32x32.gif | Bin 0 -> 805 bytes
examples/++dfb/tests/data/test32x32.jpeg | Bin 0 -> 978 bytes
examples/++dfb/tests/data/test32x32.png | Bin 0 -> 1475 bytes
examples/++dfb/tests/data/test32x32.ppm | Bin 0 -> 3130 bytes
examples/++dfb/tests/data/test32x32.tif | Bin 0 -> 2228 bytes
examples/++dfb/tests/data/test32x32x16.dfiff | Bin 0 -> 2072 bytes
examples/++dfb/tests/images.cpp | 129 +++++++
examples/.cvsignore | 10 -
examples/Makefile.am | 33 --
examples/dfbapp.cpp | 173 ----------
examples/dfbapp.h | 65 ----
examples/dfbimage.cpp | 142 --------
examples/dfbimage.h | 61 ----
examples/dfbplay.cpp | 172 ---------
examples/dfbshow.cpp | 112 ------
examples/dfbswitch.cpp | 129 -------
examples/simple.cpp | 106 ------
examples/tests/.cvsignore | 5 -
examples/tests/Makefile.am | 14 -
examples/tests/data/.cvsignore | 2 -
examples/tests/data/Makefile.am | 9 -
examples/tests/data/test32x32.bmp | Bin 3126 -> 0 bytes
examples/tests/data/test32x32.dfiff | Bin 4120 -> 0 bytes
examples/tests/data/test32x32.gif | Bin 805 -> 0 bytes
examples/tests/data/test32x32.jpeg | Bin 978 -> 0 bytes
examples/tests/data/test32x32.png | Bin 1475 -> 0 bytes
examples/tests/data/test32x32.ppm | Bin 3130 -> 0 bytes
examples/tests/data/test32x32.tif | Bin 2228 -> 0 bytes
examples/tests/data/test32x32x16.dfiff | Bin 2072 -> 0 bytes
examples/tests/images.cpp | 129 -------
include/++dfb.h | 480 --------------------------
include/++dfb/++dfb.h | 480 ++++++++++++++++++++++++++
include/++dfb/idirectfb.h | 96 ++++++
include/++dfb/idirectfbdatabuffer.h | 73 ++++
include/++dfb/idirectfbdisplaylayer.h | 122 +++++++
include/++dfb/idirectfbeventbuffer.h | 71 ++++
include/++dfb/idirectfbfont.h | 84 +++++
include/++dfb/idirectfbimageprovider.h | 58 ++++
include/++dfb/idirectfbinputdevice.h | 69 ++++
include/++dfb/idirectfbpalette.h | 68 ++++
include/++dfb/idirectfbscreen.h | 103 ++++++
include/++dfb/idirectfbsurface.h | 217 ++++++++++++
include/++dfb/idirectfbvideoprovider.h | 78 +++++
include/++dfb/idirectfbwindow.h | 119 +++++++
include/idirectfb.h | 96 ------
include/idirectfbdatabuffer.h | 73 ----
include/idirectfbdisplaylayer.h | 122 -------
include/idirectfbeventbuffer.h | 71 ----
include/idirectfbfont.h | 84 -----
include/idirectfbimageprovider.h | 58 ----
include/idirectfbinputdevice.h | 69 ----
include/idirectfbpalette.h | 68 ----
include/idirectfbscreen.h | 103 ------
include/idirectfbsurface.h | 217 ------------
include/idirectfbvideoprovider.h | 78 -----
include/idirectfbwindow.h | 119 -------
lib/++dfb/++dfb.pc.in | 11 +
lib/++dfb/++dfb_internal.h | 31 ++
lib/++dfb/.cvsignore | 6 +
lib/++dfb/Makefile.am | 72 ++++
lib/++dfb/idirectfb.cpp | 238 +++++++++++++
lib/++dfb/idirectfbdatabuffer.cpp | 137 ++++++++
lib/++dfb/idirectfbdisplaylayer.cpp | 256 ++++++++++++++
lib/++dfb/idirectfbeventbuffer.cpp | 114 ++++++
lib/++dfb/idirectfbfont.cpp | 123 +++++++
lib/++dfb/idirectfbimageprovider.cpp | 50 +++
lib/++dfb/idirectfbinputdevice.cpp | 125 +++++++
lib/++dfb/idirectfbpalette.cpp | 76 ++++
lib/++dfb/idirectfbscreen.cpp | 141 ++++++++
lib/++dfb/idirectfbsurface.cpp | 480 ++++++++++++++++++++++++++
lib/++dfb/idirectfbvideoprovider.cpp | 139 ++++++++
lib/++dfb/idirectfbwindow.cpp | 262 ++++++++++++++
lib/++dfb/ppdfb.cpp | 91 +++++
111 files changed, 5281 insertions(+), 5273 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8762f88005c37481db0c7485045c284e144636cb
commit 8762f88005c37481db0c7485045c284e144636cb
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Jun 10 23:32:13 2013 +0200
API: Add public PPDFB_DFBCHECK(), check return value of AddRef() and
Release().
++dfb/++dfb_internal.h | 9 +-------
include/++dfb.h | 55 ++++++++++++++++++++++++++++--------------------
2 files changed, 33 insertions(+), 31 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=953a7b18da24213b75ed28b4833ce63268f8e35b
commit 953a7b18da24213b75ed28b4833ce63268f8e35b
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Mar 5 20:44:07 2013 +0100
API: avoid nested extern "C" in header
include/++dfb.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9ea9ebc048532994a585e9bb29593193f7512f70
commit 9ea9ebc048532994a585e9bb29593193f7512f70
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Feb 25 16:12:07 2013 +0100
Add IDirectFBSurface::GetID/AllowAccess()
++dfb/idirectfbsurface.cpp | 14 ++++++++++++++
include/idirectfbsurface.h | 6 ++++++
2 files changed, 20 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7ba13cced5fcf252880abc679ef6e238f00b2f30
commit 7ba13cced5fcf252880abc679ef6e238f00b2f30
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Feb 25 16:11:40 2013 +0100
Add IDirectFBB:GetSurface()
++dfb/idirectfb.cpp | 8 ++++++++
include/idirectfb.h | 2 ++
2 files changed, 10 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=40dbbbd602c3f31357cac712a8df290831d19b9b
commit 40dbbbd602c3f31357cac712a8df290831d19b9b
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Jul 30 18:37:18 2012 +0200
PPDFB: Change static class DirectFB to namespace.
++dfb/ppdfb.cpp | 8 ++++++--
include/++dfb.h | 10 ++++------
include/idirectfb.h | 3 ---
3 files changed, 10 insertions(+), 11 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4c76c51790f1e751a7510217533569f7f8a1745d
commit 4c76c51790f1e751a7510217533569f7f8a1745d
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Nov 8 13:51:10 2011 +0100
MSVC: new structure with relative paths
++DFB.vcxproj | 118 ---------------------------------------
++DFB.vcxproj.filters | 102 ---------------------------------
++DFB.vcxproj.user | 3 -
Win32/lib++dfb/lib++dfb.vcxproj | 118 +++++++++++++++++++++++++++++++++++++++
4 files changed, 118 insertions(+), 223 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cd247f5ea04310cec6b34608b9863c23993f82db
commit cd247f5ea04310cec6b34608b9863c23993f82db
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Sep 9 14:59:45 2011 +0200
MSVC: updated paths
++DFB.vcxproj | 8 ++++----
dfbshow/dfbshow.vcxproj | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=548a733819a723a566b00eab349fccbdf0d32a3a
commit 548a733819a723a566b00eab349fccbdf0d32a3a
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 1 10:54:06 2011 +0100
Win32: Added VC++ project for ++DFB.
++DFB.vcxproj | 118 +++++++++++++++++++++++++++++++++++++++
++DFB.vcxproj.filters | 102 +++++++++++++++++++++++++++++++++
++DFB.vcxproj.user | 3 +
dfbshow/dfbshow.vcxproj | 90 +++++++++++++++++++++++++++++
dfbshow/dfbshow.vcxproj.filters | 28 ++++++++++
dfbshow/dfbshow.vcxproj.user | 3 +
6 files changed, 344 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=427b5a7a68542b260fe528a4d24836faefca4be7
commit 427b5a7a68542b260fe528a4d24836faefca4be7
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 1 10:52:30 2011 +0100
++dfb: Add more methods to IDirectFBWindow, add PPDFB_API macro for
dllimport/export, other MSVC fixes
++dfb/++dfb_internal.h | 6 +-
++dfb/idirectfb.cpp | 6 +-
++dfb/idirectfbwindow.cpp | 15 ++
include/++dfb.h | 33 ++++-
include/idirectfb.h | 108 +++++++-------
include/idirectfbdatabuffer.h | 44 +++---
include/idirectfbdisplaylayer.h | 150 +++++++++----------
include/idirectfbeventbuffer.h | 30 ++--
include/idirectfbfont.h | 62 ++++----
include/idirectfbimageprovider.h | 18 +--
include/idirectfbinputdevice.h | 38 ++---
include/idirectfbpalette.h | 32 ++---
include/idirectfbscreen.h | 70 ++++-----
include/idirectfbsurface.h | 296 +++++++++++++++++++-------------------
include/idirectfbvideoprovider.h | 53 +++----
include/idirectfbwindow.h | 146 ++++++++++---------
16 files changed, 575 insertions(+), 532 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=72147e176380cc4c8e2b7e8eab06e5a082d43b81
commit 72147e176380cc4c8e2b7e8eab06e5a082d43b81
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 1 10:50:25 2011 +0100
data/eventbuffer: Use __FUNCTION__ instead of __PRETTY_FUNCTION__.
++dfb/idirectfbdatabuffer.cpp | 6 +++---
++dfb/idirectfbeventbuffer.cpp | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7761366ae80c9e5c06a0521bc6bad32641126e05
commit 7761366ae80c9e5c06a0521bc6bad32641126e05
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 1 10:49:13 2011 +0100
dfbshow: No need for <unistd.h>.
examples/dfbshow.cpp | 1 -
1 file changed, 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=246697c4515f556522a24f81b27c0f4d46e8eb92
commit 246697c4515f556522a24f81b27c0f4d46e8eb92
Author: dok <[email protected]>
Date: Tue Mar 2 23:13:49 2010 +0100
++DFB: Introduced convenient classes for DFBDimension, DFBPoint,
DFBRectangle, DFBRegion
++dfb/idirectfbsurface.cpp | 4 +-
include/++dfb.h | 303 ++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 291 insertions(+), 16 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=5457553715e592ffeb896da020d23accc5c2db81
commit 5457553715e592ffeb896da020d23accc5c2db81
Author: Niels Roest <[email protected]>
Date: Wed Jan 20 20:43:22 2010 +0100
added IDirectFBSurface::FillRectangle(DFBRegion)
++dfb/idirectfbsurface.cpp | 5 +++++
include/idirectfbsurface.h | 1 +
2 files changed, 6 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=3feac6ae2ba9ad5025d832a1a9b73180b53bb934
commit 3feac6ae2ba9ad5025d832a1a9b73180b53bb934
Author: Niels Roest <[email protected]>
Date: Tue Jan 19 19:53:01 2010 +0100
IDirectFBSurface: convenience overloaders. add const in SetClip.
++dfb/idirectfbsurface.cpp | 23 ++++++++++++++++++++++-
include/idirectfbsurface.h | 6 +++++-
2 files changed, 27 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=168753d5b6dbe5dca97ef546acf995cb1348a05a
commit 168753d5b6dbe5dca97ef546acf995cb1348a05a
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Mon Oct 19 18:53:02 2009 +0200
IDirectFBSurface: Added Read() and Write().
++dfb/idirectfbsurface.cpp | 36 ++++++++++++++++++++++++++++++++++++
include/idirectfbsurface.h | 8 ++++++++
2 files changed, 44 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8f52ac5c176aa518e14013a3c6874118e72d81a1
commit 8f52ac5c176aa518e14013a3c6874118e72d81a1
Author: Denis Oliver Kropp <dok@cyto.(none)>
Date: Mon Oct 19 18:50:22 2009 +0200
Replaced all __u8 by u8 etc.
++dfb/idirectfbdisplaylayer.cpp | 10 +++++-----
++dfb/idirectfbpalette.cpp | 2 +-
++dfb/idirectfbsurface.cpp | 10 +++++-----
++dfb/idirectfbwindow.cpp | 8 ++++----
include/idirectfbdisplaylayer.h | 24 ++++++++++++------------
include/idirectfbpalette.h | 8 ++++----
include/idirectfbsurface.h | 36 ++++++++++++++++++------------------
include/idirectfbwindow.h | 10 +++++-----
8 files changed, 54 insertions(+), 54 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=849793ca93fd3e42aff8c8edae70ed65136fb40b
commit 849793ca93fd3e42aff8c8edae70ed65136fb40b
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Feb 13 20:05:42 2007 +0000
oops, here it is
examples/.cvsignore | 1 +
examples/Makefile.am | 3 +-
examples/dfbplay.cpp | 172 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 174 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=985827f0b278ef0290d8938b111989b5cec3c743
commit 985827f0b278ef0290d8938b111989b5cec3c743
Author: Marcel Siegert <[email protected]>
Date: Tue Feb 13 19:52:07 2007 +0000
removed dfbplay from examples Makefile.am for now
reason: source is not present
this fixed compiling again
examples/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=9b6adef55f98057851bae46976684b897370fc16
commit 9b6adef55f98057851bae46976684b897370fc16
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Feb 2 22:02:20 2007 +0000
distfix
examples/tests/Makefile.am | 4 ++--
examples/tests/data/.cvsignore | 2 ++
examples/tests/data/Makefile.am | 9 +++++++++
3 files changed, 13 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0f8c79fd83bd76454cf7e7ef274b2cb89d3cea9c
commit 0f8c79fd83bd76454cf7e7ef274b2cb89d3cea9c
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Feb 2 20:46:45 2007 +0000
IDirectFBSurface::GetFramebufferOffset()
++dfb/idirectfbsurface.cpp | 9 +++++++++
include/idirectfbsurface.h | 2 ++
2 files changed, 11 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=aabaccffbbf917b27210fa1d4eb18978b42c2f63
commit aabaccffbbf917b27210fa1d4eb18978b42c2f63
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Feb 2 20:43:08 2007 +0000
Update for 1.0.0 and some test stuff I had lying around.
++dfb/idirectfbdisplaylayer.cpp | 5 ++
++dfb/idirectfbsurface.cpp | 12 +++
++dfb/idirectfbwindow.cpp | 18 ++++-
examples/Makefile.am | 8 +-
examples/tests/.cvsignore | 5 ++
examples/tests/Makefile.am | 14 ++++
examples/tests/data/test32x32.bmp | Bin 0 -> 3126 bytes
examples/tests/data/test32x32.dfiff | Bin 0 -> 4120 bytes
examples/tests/data/test32x32.gif | Bin 0 -> 805 bytes
examples/tests/data/test32x32.jpeg | Bin 0 -> 978 bytes
examples/tests/data/test32x32.png | Bin 0 -> 1475 bytes
examples/tests/data/test32x32.ppm | Bin 0 -> 3130 bytes
examples/tests/data/test32x32.tif | Bin 0 -> 2228 bytes
examples/tests/data/test32x32x16.dfiff | Bin 0 -> 2072 bytes
examples/tests/images.cpp | 129 ++++++++++++++++++++++++++++++++
include/idirectfbdisplaylayer.h | 1 +
include/idirectfbsurface.h | 4 +
include/idirectfbwindow.h | 11 ++-
18 files changed, 202 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0f91b570b16debf907bc17be32e37ac63ec6fbfc
commit 0f91b570b16debf907bc17be32e37ac63ec6fbfc
Author: Mark Adams <[email protected]>
Date: Mon Jan 8 16:01:10 2007 +0000
Added spec file for building RPM packages.
++dfb.spec.in | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 71 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=41633e6e5d152b8e9b7b73eb778c9787c6f9cc45
commit 41633e6e5d152b8e9b7b73eb778c9787c6f9cc45
Author: Marcel Siegert <[email protected]>
Date: Sun Dec 17 22:29:31 2006 +0000
fix wrong copy ctor argument;
thanks to Phil Endecott for pointing out.
include/++dfb.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7ad1ebab7bb0ddac4b4bc0909e57bc45594be574
commit 7ad1ebab7bb0ddac4b4bc0909e57bc45594be574
Author: Marcel Siegert <[email protected]>
Date: Sun Oct 1 00:23:12 2006 +0000
follow up integration of GetStringBreak in DirectFB
for testing purposes in ++dfb;
++dfb/idirectfbfont.cpp | 10 ++++++++++
include/idirectfbfont.h | 7 +++++++
2 files changed, 17 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e0425f0432af559d65d084452273b9f9e08dc922
commit e0425f0432af559d65d084452273b9f9e08dc922
Author: Claudio Ciccani <[email protected]>
Date: Sat Jul 8 14:16:06 2006 +0000
Updated to current DirectFB API.
++dfb/idirectfbdisplaylayer.cpp | 12 ++++++++++
++dfb/idirectfbfont.cpp | 18 ++++++++++++++
++dfb/idirectfbscreen.cpp | 6 +++++
++dfb/idirectfbsurface.cpp | 48 +++++++++++++++++++++++++++++---------
++dfb/idirectfbvideoprovider.cpp | 36 ++++++++++++++++++++++++++--
include/idirectfbdisplaylayer.h | 5 ++++
include/idirectfbfont.h | 7 ++++++
include/idirectfbscreen.h | 3 +++
include/idirectfbsurface.h | 24 +++++++++++++------
include/idirectfbvideoprovider.h | 10 +++++++-
10 files changed, 148 insertions(+), 21 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e5ebd57078dc52e07b397cc240ee371c33961da2
commit e5ebd57078dc52e07b397cc240ee371c33961da2
Author: Claudio Ciccani <[email protected]>
Date: Sat May 20 13:24:52 2006 +0000
Added IDirectFBWindow::DetachEventBuffer() and
IDirectFBInputDevice::DetachEventBuffer().
++dfb/idirectfbinputdevice.cpp | 5 +++++
++dfb/idirectfbwindow.cpp | 5 +++++
include/idirectfbinputdevice.h | 1 +
include/idirectfbwindow.h | 1 +
4 files changed, 12 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8237bb8f3558ee52a279bcbacf2da272eefd80c0
commit 8237bb8f3558ee52a279bcbacf2da272eefd80c0
Author: Denis Oliver Kropp <[email protected]>
Date: Sun May 7 00:00:35 2006 +0000
Pass "-l" to get a list of modes.
examples/dfbswitch.cpp | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b0a1d15a137512c525b517105214852d680980ad
commit b0a1d15a137512c525b517105214852d680980ad
Author: Claudio Ciccani <[email protected]>
Date: Sun Jan 15 19:18:02 2006 +0000
Added IDirectFBVideoProvider::GetStatus().
++dfb/idirectfbvideoprovider.cpp | 9 +++++++++
include/idirectfbvideoprovider.h | 3 ++-
2 files changed, 11 insertions(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=ea7c99224e107f2bfd3eca7d094930f021a3194c
commit ea7c99224e107f2bfd3eca7d094930f021a3194c
Author: Claudio Ciccani <[email protected]>
Date: Sun Jan 15 12:25:59 2006 +0000
Implemented IDirectFBSurface::GetClip(),
IDirectFBEventBuffer::EnableStatistics(),
IDirectFBEventBuffer::GetStatistics(),
IDirectFBVideoProvider::GetStreamDescription().
++dfb/idirectfbeventbuffer.cpp | 9 +++++++++
++dfb/idirectfbsurface.cpp | 4 ++++
++dfb/idirectfbvideoprovider.cpp | 5 +++++
include/idirectfbeventbuffer.h | 3 +++
include/idirectfbsurface.h | 2 ++
include/idirectfbvideoprovider.h | 1 +
6 files changed, 24 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=03c1aca9e0d389c082d8aa71f2ab82d837ebd60a
commit 03c1aca9e0d389c082d8aa71f2ab82d837ebd60a
Author: Claudio Ciccani <[email protected]>
Date: Sun Oct 30 18:34:44 2005 +0000
IDirectFBVideoProvider::SendEvent().
++dfb/idirectfbvideoprovider.cpp | 5 +++++
include/idirectfbvideoprovider.h | 2 ++
2 files changed, 7 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=06a586cad7415b67a18c8da1a9216f1ae879b551
commit 06a586cad7415b67a18c8da1a9216f1ae879b551
Author: Claudio Ciccani <[email protected]>
Date: Wed Oct 26 16:28:28 2005 +0000
Follow recent API changes.
++dfb/idirectfbdatabuffer.cpp | 14 ++++++++++++++
include/idirectfbdatabuffer.h | 2 ++
include/idirectfbvideoprovider.h | 2 ++
3 files changed, 18 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=bca1474ecbd5886a56f22113c7c99fe5cfabbb8f
commit bca1474ecbd5886a56f22113c7c99fe5cfabbb8f
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Sep 14 14:28:42 2005 +0000
Thanks again to Mark Adams <[email protected]>!
He changed WaitForEventWithTimeout() so that it doesn't throw an
exception when a timeout occurs, which is a normal circumstance.
Instead it returns true if events are available or false after a timeout.
++dfb/idirectfbeventbuffer.cpp | 11 +++++++++--
include/idirectfbeventbuffer.h | 2 +-
2 files changed, 10 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=cba29b6ad906e8111ce1fcd4f32cf506aed234cc
commit cba29b6ad906e8111ce1fcd4f32cf506aed234cc
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Sep 14 14:05:27 2005 +0000
Fixed SetColorAdjustment(), thanks to Mark Adams <[email protected]>!
++dfb/idirectfbdisplaylayer.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=4962621274af4575f4904f9ca814b7bcc5be877a
commit 4962621274af4575f4904f9ca814b7bcc5be877a
Author: Marcel Siegert <[email protected]>
Date: Mon Jun 6 19:51:19 2005 +0000
use c++ style casting;
include/++dfb.h | 8 ++++----
include/idirectfbsurface.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=aec244a4f6cd7352e907a0aa1c5842a95033cc7e
commit aec244a4f6cd7352e907a0aa1c5842a95033cc7e
Author: Marcel Siegert <[email protected]>
Date: Wed Jun 1 00:19:13 2005 +0000
fix wrong template param in copy constructor;
more const'ed member functions;
fix return type in template copy constructor;
++dfb.h | 9 +++++----
idirectfb.cpp | 12 ++++++------
idirectfb.h | 16 ++++++++--------
idirectfbsurface.cpp | 6 +++---
idirectfbsurface.h | 4 ++--
5 files changed, 24 insertions(+), 23 deletions(-)
++dfb/idirectfb.cpp | 12 ++++++------
++dfb/idirectfbsurface.cpp | 6 +++---
include/++dfb.h | 9 +++++----
include/idirectfb.h | 16 ++++++++--------
include/idirectfbsurface.h | 4 ++--
5 files changed, 24 insertions(+), 23 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=e75c3d6898eb732d825965d47e79ed4998713d03
commit e75c3d6898eb732d825965d47e79ed4998713d03
Author: Marcel Siegert <[email protected]>
Date: Mon May 30 21:36:57 2005 +0000
changed ++DFB class interface from
huge #define macro to a template class
adapted all clientclasses to be derived;
consted some of the idirectfbfont member functions;
changed files:
++dfb.h | 155
++++++++++++++++-------------------------------
idirectfb.h | 12 ++-
idirectfbdatabuffer.h | 11 ++-
idirectfbdisplaylayer.h | 11 ++-
idirectfbeventbuffer.h | 11 ++-
idirectfbfont.cpp | 16 ++--
idirectfbfont.h | 27 +++++---
idirectfbimageprovider.h | 12 ++-
idirectfbinputdevice.h | 12 ++-
idirectfbpalette.h | 11 ++-
idirectfbscreen.h | 11 ++-
idirectfbsurface.h | 12 ++-
idirectfbvideoprovider.h | 12 ++-
idirectfbwindow.h | 11 ++-
14 files changed, 178 insertions(+), 146 deletions(-)
++dfb/idirectfbfont.cpp | 16 ++--
include/++dfb.h | 155 +++++++++++++-------------------------
include/idirectfb.h | 12 ++-
include/idirectfbdatabuffer.h | 11 ++-
include/idirectfbdisplaylayer.h | 11 ++-
include/idirectfbeventbuffer.h | 11 ++-
include/idirectfbfont.h | 27 ++++---
include/idirectfbimageprovider.h | 12 ++-
include/idirectfbinputdevice.h | 12 ++-
include/idirectfbpalette.h | 11 ++-
include/idirectfbscreen.h | 11 ++-
include/idirectfbsurface.h | 12 ++-
include/idirectfbvideoprovider.h | 12 ++-
include/idirectfbwindow.h | 11 ++-
14 files changed, 178 insertions(+), 146 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=7b94e09d30b37662b670937e2235b9b7489680a8
commit 7b94e09d30b37662b670937e2235b9b7489680a8
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Apr 6 21:01:41 2005 +0000
GetCardCapabilities() -> GetDeviceDescription()
++dfb/idirectfb.cpp | 4 ++--
include/idirectfb.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=be961ae4d6d2219c6dd5a9871c7f9e1e122fa0bd
commit be961ae4d6d2219c6dd5a9871c7f9e1e122fa0bd
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Mar 22 12:46:10 2005 +0000
Added missing methods.
++dfb/idirectfbscreen.cpp | 74 +++++++++++++++++++++++++++++++++++++++++++++
include/idirectfbscreen.h | 39 ++++++++++++++++++++++++
2 files changed, 113 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=74e206d92ce827b2475812df98e9a8d6bf9ce89c
commit 74e206d92ce827b2475812df98e9a8d6bf9ce89c
Author: Denis Oliver Kropp <[email protected]>
Date: Fri Mar 11 13:26:08 2005 +0000
More SetColor() convenience.
++dfb/idirectfbsurface.cpp | 7 ++++++-
include/idirectfbsurface.h | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=b28277c81a61318bea3a9a8f459da2193485b2a2
commit b28277c81a61318bea3a9a8f459da2193485b2a2
Author: Denis Oliver Kropp <[email protected]>
Date: Mon Feb 28 10:04:41 2005 +0000
Added IDirectFBSurface::DisableAcceleration().
++dfb/idirectfbsurface.cpp | 5 +++++
include/idirectfbsurface.h | 5 ++++-
2 files changed, 9 insertions(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=c4b02a6aa47100c460d9150baf4c18df61c3ff8c
commit c4b02a6aa47100c460d9150baf4c18df61c3ff8c
Author: Denis Oliver Kropp <[email protected]>
Date: Sun Feb 27 12:14:03 2005 +0000
Added IDirectFBDisplayLayer::SetScreenRectangle().
Added IDirectFBSurface::FillRectangles().
++dfb/idirectfbdisplaylayer.cpp | 8 ++++++++
++dfb/idirectfbsurface.cpp | 7 ++++++-
include/idirectfbdisplaylayer.h | 4 ++++
include/idirectfbsurface.h | 4 +++-
4 files changed, 21 insertions(+), 2 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=d3a12ed2cfb48993eacbb92d824da422bcc6979b
commit d3a12ed2cfb48993eacbb92d824da422bcc6979b
Author: Denis Oliver Kropp <[email protected]>
Date: Thu Feb 10 15:38:41 2005 +0000
Added IDirectFBSurface::SetAlphaRamp().
Changed default alpha of Clear() from 0xff to 0x00.
++dfb/idirectfbsurface.cpp | 5 +++++
include/idirectfbsurface.h | 6 +++++-
2 files changed, 10 insertions(+), 1 deletion(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=152d5c1305d53ec30317af6fd0e54b467d5df2bd
commit 152d5c1305d53ec30317af6fd0e54b467d5df2bd
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jan 19 23:09:50 2005 +0000
Fix reference counting by implementing the
constructor "Interface( const Interface &other )".
include/++dfb.h | 9 +++++++++
1 file changed, 9 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=8321604c61073c196f9207b0c973bb1725a1042a
commit 8321604c61073c196f9207b0c973bb1725a1042a
Author: Denis Oliver Kropp <[email protected]>
Date: Wed Jan 19 21:30:40 2005 +0000
Added IDirectFBDisplayLayer::SetScreenPosition().
++dfb/idirectfbdisplaylayer.cpp | 6 ++++++
include/idirectfbdisplaylayer.h | 2 ++
2 files changed, 8 insertions(+)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=52af9be811f8928539a93549398ccd2f2042667d
commit 52af9be811f8928539a93549398ccd2f2042667d
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Aug 17 20:07:54 2004 +0000
libfool!
++dfb/++dfb.cpp | 87 -----------------------------------------------------
++dfb/Makefile.am | 2 +-
++dfb/ppdfb.cpp | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 88 insertions(+), 88 deletions(-)
http://git.directfb.org/?p=core/DirectFB.git;a=commit;h=0f5cefc599ea3d82fef41113438242e7dc8d8879
commit 0f5cefc599ea3d82fef41113438242e7dc8d8879
Author: Denis Oliver Kropp <[email protected]>
Date: Tue Aug 17 19:54:49 2004 +0000
Forgot some renaming.
++dfb/++dfb.cpp | 87 ++++++++++++++++++++++++++++++++++++++++++++++++
++dfb/++dfb_internal.h | 38 +++++++++++++++++++++
++dfb/Makefile.am | 6 ++--
++dfb/dfb++.cpp | 87 ------------------------------------------------
++dfb/dfb++_internal.h | 38 ---------------------
5 files changed, 128 insertions(+), 128 deletions(-)
_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs