focus: add the focus_direction feature about item. 63/48763/2
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Fri, 25 Sep 2015 06:24:53 +0000 (15:24 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Wed, 30 Sep 2015 02:44:51 +0000 (19:44 -0700)
commit29e35716d3d3ecaf10d2e18b5cf4bf2ea9a6f356
tree95ed74d829c44ff24dc79fa7aa933da70f088767
parent66823aa3c12cbb2cde2d84bc6bbd9f01d52bbc7e
focus: add the focus_direction feature about item.

When the focus is moved, it uses focus_direction instead of
focus_origin.
It can get the focus by using the geometry of previous focused object or item

@feature

Conflicts:
src/lib/elm_general.eot
src/lib/elm_gengrid.c
src/lib/elm_gengrid.eo
src/lib/elm_widget.c
src/lib/elm_widget.eo

Change-Id: Ibb833c0fa870abac48795f3c63ec738ffffb82ea
origin: upstream
20 files changed:
src/lib/elc_ctxpopup.c
src/lib/elc_fileselector.c
src/lib/elc_naviframe.c
src/lib/elc_popup.c
src/lib/elm_box.c
src/lib/elm_bubble.c
src/lib/elm_flip.c
src/lib/elm_focus.h
src/lib/elm_frame.c
src/lib/elm_gengrid.c
src/lib/elm_gengrid.eo
src/lib/elm_grid.c
src/lib/elm_layout.c
src/lib/elm_notify.c
src/lib/elm_spinner.c
src/lib/elm_table.c
src/lib/elm_widget.c
src/lib/elm_widget.eo
src/lib/elm_widget.h
src/lib/elm_win.c