New commits:
http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=86c6ec9e1d7b00857282dbda4169e905983454b5
commit 86c6ec9e1d7b00857282dbda4169e905983454b5
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 13:04:25 2013 +0100

    Resize bg image for dark theme.

 data/themes/dark/bg.dfiff |  Bin 1536024 -> 625944 bytes
 data/themes/dark/bg.png   |  Bin 216857 -> 222784 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=1678b21db1617f84d16b007fe12e4f1a13636a91
commit 1678b21db1617f84d16b007fe12e4f1a13636a91
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 13:01:10 2013 +0100

    Add DFIFF images for default theme.

 data/themes/default/Makefile.am   |    2 +-
 data/themes/default/bg.dfiff      |  Bin 0 -> 1470488 bytes
 data/themes/default/ui-pack.dfiff |  Bin 0 -> 720024 bytes
 3 files changed, 1 insertion(+), 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=2271c2723ebb450565fa916e96f152575179168a
commit 2271c2723ebb450565fa916e96f152575179168a
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:46:21 2013 +0100

    PHome: Remove icon animation.

 bin/phone/home/AppButton.cpp |   41 ++++++++++++++++-------------------------
 bin/phone/home/AppButton.h   |    1 +
 bin/phone/home/Home.cpp      |    2 --
 3 files changed, 17 insertions(+), 27 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=75a1263ba22ca23cf4b882973320ba0903a69b85
commit 75a1263ba22ca23cf4b882973320ba0903a69b85
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:45:30 2013 +0100

    WidgetsDemo: Add two more line inputs.

 bin/widgets/WidgetsDemo.cpp |    5 +++++
 1 file changed, 5 insertions(+)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=6a6fa72c3d44e00e2ca6024ce6c4d8f9545efcde
commit 6a6fa72c3d44e00e2ca6024ce6c4d8f9545efcde
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:44:52 2013 +0100

    Gallery: Minor change for image dialog.

 bin/gallery/ImageDialog.cpp |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=47ef38b3fedb010ac76a9eea11f7bde4d386df76
commit 47ef38b3fedb010ac76a9eea11f7bde4d386df76
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:43:53 2013 +0100

    Remove missing palette file from car statusbar.

 bin/car/statusbar/StatusBar.cpp |    1 -
 1 file changed, 1 deletion(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=04e322d0392e1f630587caebafa92fa98a71e4e5
commit 04e322d0392e1f630587caebafa92fa98a71e4e5
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:43:02 2013 +0100

    InputHelper for OSK (experimental).

 bin/osk/Helper.cpp          |   77 +++++++++
 bin/osk/Helper.h            |   66 ++++++++
 bin/osk/Key.cpp             |    6 -
 bin/osk/Key.h               |    3 +-
 bin/osk/Keyboard.cpp        |   90 +++++++---
 bin/osk/Keyboard.h          |   15 +-
 bin/osk/Makefile.am         |    7 +-
 bin/osk/OSK.cpp             |   25 ++-
 bin/osk/OSK.h               |   10 +-
 bin/osk/keyboard.xml        |    4 +-
 bin/osk/utf8-decoder.cpp    |   68 ++++++++
 bin/osk/utf8-decoder.h      |   45 +----
 ilixi/lib/InputHelper.cpp   |   81 +++++++++
 ilixi/lib/InputHelper.h     |   84 ++++++++++
 ilixi/lib/InputHelperJP.cpp |  380 +++++++++++++++++++++++++++++++++++++++++++
 ilixi/lib/InputHelperJP.h   |   55 +++++++
 ilixi/lib/Makefile.am       |    4 +
 17 files changed, 922 insertions(+), 98 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=060539a9d73d48582e8a6151d2eefe0915c94145
commit 060539a9d73d48582e8a6151d2eefe0915c94145
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 12:40:14 2013 +0100

    Change the way SHIFT is handled for OSKInput.

 ilixi/compositor/Compositor.cpp |   20 ++++++++++++++++----
 ilixi/types/Event.h             |    9 +++++++++
 ilixi/ui/LineInput.cpp          |   38 +++++++-------------------------------
 3 files changed, 32 insertions(+), 35 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=c6d0cf1060fbd2920c34c4cc2e5b84b1af7bcd1c
commit c6d0cf1060fbd2920c34c4cc2e5b84b1af7bcd1c
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 11:54:06 2013 +0100

    SurfaceView: Fix for pointer input scaling.

 ilixi/ui/SurfaceView.cpp |   48 +++++++++++++++++++++++++++++++---------------
 1 file changed, 33 insertions(+), 15 deletions(-)

http://git.directfb.org/?p=libs/ilixi.git;a=commit;h=4b6c81b50131e4dd1d35b4e18a58bffea297e788
commit 4b6c81b50131e4dd1d35b4e18a58bffea297e788
Author: Tarik Sekmen <[email protected]>
Date:   Mon Jan 7 11:53:28 2013 +0100

    WindowWidget: Do not block shift.

 ilixi/ui/WindowWidget.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to