New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=cbc39730a87d9c8d2e684faeacefbef0e65774c4
commit cbc39730a87d9c8d2e684faeacefbef0e65774c4
Author: Zoran Plesivčak <[email protected]>
Date:   Sat Sep 14 01:07:49 2013 +0300

    Application: tslib touchscreen input event fix.

 ilixi/core/Application.cpp |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=b61013ff1d20e0e872a1ac2bcc0f01ac9983da3b
commit b61013ff1d20e0e872a1ac2bcc0f01ac9983da3b
Author: Tarik Sekmen <[email protected]>
Date:   Sat Sep 14 01:01:44 2013 +0300

    Initial DirectFB EGL support.
    - Add EGLWidget and ilixi_egl demo.
    - EGLWidget has a single buffered surface by default.

 apps/Makefile.am       |    4 ++
 apps/egl/GLDemo.cpp    |   50 +++++++++++++
 apps/egl/GLDemo.h      |   42 +++++++++++
 apps/egl/GLTri.cpp     |   83 ++++++++++++++++++++++
 apps/egl/GLTri.h       |   53 ++++++++++++++
 apps/egl/Makefile.am   |   10 +++
 apps/egl/es2tri.h      |  177 +++++++++++++++++++++++++++++++++++++++++++++
 configure.ac           |   31 +++++++-
 ilixi/ui/EGLWidget.cpp |  185 ++++++++++++++++++++++++++++++++++++++++++++++++
 ilixi/ui/EGLWidget.h   |   80 +++++++++++++++++++++
 ilixi/ui/Makefile.am   |    5 ++
 11 files changed, 717 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=b3d792626a5c8412e7be95c6ffefe102f7836042
commit b3d792626a5c8412e7be95c6ffefe102f7836042
Author: Tarik Sekmen <[email protected]>
Date:   Sat Sep 14 00:45:45 2013 +0300

    Changes for offscreen widget surface use.
    - Use PlatformManager's pixel format for Widget and Window surfaces too.
    - Add auto blit and flip calls for offscreen widgets.
    - Fix clipping for LineInput's text layout.

 ilixi/core/PlatformManager.cpp |    3 +++
 ilixi/core/Window.cpp          |    2 +-
 ilixi/graphics/Stylist.cpp     |    5 ++++-
 ilixi/graphics/Surface.cpp     |   19 +++++++++++++++++--
 ilixi/graphics/Surface.h       |    9 ++++++++-
 ilixi/ui/Widget.cpp            |   21 ++++++++++++++++++---
 6 files changed, 51 insertions(+), 8 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=1ff3b438aa3126c83f18f19904890f569ea7c2c4
commit 1ff3b438aa3126c83f18f19904890f569ea7c2c4
Author: Tarik Sekmen <[email protected]>
Date:   Mon Sep 9 20:18:58 2013 +0300

    Fix for missing appdef in dist.

 apps/phone/appdefs/Makefile.am |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to