New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=3a7bf2e21160998372934ce2bab6255aa0557023
commit 3a7bf2e21160998372934ce2bab6255aa0557023
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 17:00:31 2013 +0200

    Minor change for enable-compositor option.

 data/Makefile.am |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=c7770d23d0b47c3d1124790b2697c16a64c6956a
commit c7770d23d0b47c3d1124790b2697c16a64c6956a
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:59:33 2013 +0200

    PComp: Use numpad layout for OSK by default.

 apps/phone/appdefs/osk.appdef |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=065bfe70b74e2b88ba2c13e4b5a4a483fd2073ce
commit 065bfe70b74e2b88ba2c13e4b5a4a483fd2073ce
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:59:01 2013 +0200

    OSK: Changes for input mode support.

 apps/osk/Keyboard.cpp     |   83 ++++++++---
 apps/osk/Keyboard.h       |    8 +-
 apps/osk/Makefile.am      |    6 +-
 apps/osk/OSK.cpp          |   62 ++++++---
 apps/osk/OSK.h            |    6 +
 apps/osk/keyboard.dtd     |   12 --
 apps/osk/keyboard.xml     |  341 ---------------------------------------------
 apps/osk/numpad.xml       |   78 -----------
 apps/osk/osk-alpha.xml    |  188 +++++++++++++++++++++++++
 apps/osk/osk-numeric.xml  |   83 +++++++++++
 apps/osk/osk-numpad.xml   |   78 +++++++++++
 apps/osk/osk-standard.xml |  338 ++++++++++++++++++++++++++++++++++++++++++++
 apps/osk/osk-url.xml      |  266 +++++++++++++++++++++++++++++++++++
 data/keyboard.dtd         |   12 ++
 14 files changed, 1096 insertions(+), 465 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=7cc49b54acaa9fa2a52be5ba390749c1bb3b8077
commit 7cc49b54acaa9fa2a52be5ba390749c1bb3b8077
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:57:47 2013 +0200

    Changes for enable-compositor option.

 Makefile.am       |    2 ++
 apps/Makefile.am  |   17 +++++++++++------
 ilixi/Makefile.am |    4 +---
 3 files changed, 14 insertions(+), 9 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=f5f1f6a4ed8a50e7a823aec349bd40e19195c8a2
commit f5f1f6a4ed8a50e7a823aec349bd40e19195c8a2
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:56:17 2013 +0200

    Compositor: Changes for OSK Component and input mode support.

 ilixi/compositor/Compositor.cpp   |   41 ++++++++++++++-----------------------
 ilixi/compositor/Compositor.h     |    2 +-
 ilixi/compositor/OSKComponent.cpp |   20 +++++++++++++-----
 3 files changed, 31 insertions(+), 32 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=077f4ecce3c1f4fd9d47d74a19db1c3534768b81
commit 077f4ecce3c1f4fd9d47d74a19db1c3534768b81
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:55:31 2013 +0200

    Notify: Build only if compositor is enabled.

 ilixi/lib/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=b077d5e59e1cdaa2e7eedfdbcc747343a9eee894
commit b077d5e59e1cdaa2e7eedfdbcc747343a9eee894
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:54:31 2013 +0200

    Add --enable-compositor and --with-demos options.

 configure.ac |   19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=557f3eddcc763e6885fc6db9a697b83e72b887f9
commit 557f3eddcc763e6885fc6db9a697b83e72b887f9
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:49:04 2013 +0200

    EventManager: Use LineInput's input mode (will change in future).

 ilixi/core/EventManager.cpp |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=c2327d54d715701a4be94605b8fc245d5687b58f
commit c2327d54d715701a4be94605b8fc245d5687b58f
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:40:33 2013 +0200

    ComponentData: Changes for better OSK functionality.

 ilixi/core/ComponentData.h |   15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=2bf74d517e4d3933584d35ed51e47a8a63a6f26f
commit 2bf74d517e4d3933584d35ed51e47a8a63a6f26f
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:39:49 2013 +0200

    DaleDFB: Use TextInputMode for showOSK()

 ilixi/core/DaleDFB.cpp |    4 ++--
 ilixi/core/DaleDFB.h   |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=af0279f401596bf49f6927d1f80152616f8e59ba
commit af0279f401596bf49f6927d1f80152616f8e59ba
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:39:00 2013 +0200

    Enums: Add TextInputMode, matching with OSK modes.

 ilixi/types/Enums.h |    8 ++++++++
 1 file changed, 8 insertions(+)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=504d632017cf678762cbab1ce884ed0b443a5654
commit 504d632017cf678762cbab1ce884ed0b443a5654
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:38:19 2013 +0200

    ComboBox: Minor fix for pointerButtonUpEvent handler.

 ilixi/ui/ComboBox.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=4d4fbc63523658c1472e685fca22c02e96c9b4c7
commit 4d4fbc63523658c1472e685fca22c02e96c9b4c7
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:37:49 2013 +0200

    Dialog: Change order of signal emit for accept().

 ilixi/ui/Dialog.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=244e81cf120574ace28642e532c3d726930391cf
commit 244e81cf120574ace28642e532c3d726930391cf
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:37:07 2013 +0200

    LineInput: Add input mode for OSK integration.

 ilixi/ui/LineInput.cpp |   13 +++++++++++++
 ilixi/ui/LineInput.h   |   21 +++++++++++++--------
 2 files changed, 26 insertions(+), 8 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=d90c5fb1cf5359624795fb43352a4dee4b959e4d
commit d90c5fb1cf5359624795fb43352a4dee4b959e4d
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:36:37 2013 +0200

    Widget: Remove PressedState after pointerButtonUpEvent handler.

 ilixi/ui/Widget.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=572c9e4576707120f7603e56c71b64aef49e10f2
commit 572c9e4576707120f7603e56c71b64aef49e10f2
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:35:40 2013 +0200

    swig: Add enums for Application.i

 swig/api/Application.i |    2 ++
 1 file changed, 2 insertions(+)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=4f8951abf173fda9299730521671397bf1349d3b
commit 4f8951abf173fda9299730521671397bf1349d3b
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:35:16 2013 +0200

    swig: Fix for LineInput.i

 swig/api/LineInput.i |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=2bf71996255882bae284277f1e3ab52870c8c205
commit 2bf71996255882bae284277f1e3ab52870c8c205
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:34:52 2013 +0200

    swig: Add Notify to api (not working yet).

 swig/api/Notify.i |   17 +++++++++++++++++
 swig/common.mk    |    8 +++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=b27372fce8bbb446225497f4acf12a00f8f9a1ad
commit b27372fce8bbb446225497f4acf12a00f8f9a1ad
Author: Tarik Sekmen <[email protected]>
Date:   Mon Dec 16 16:34:21 2013 +0200

    swig: Fix Dialogs.cs example.

 swig/csharp/Dialogs.cs |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

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

Reply via email to