Optimized Linear Focus Chain
authorTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Wed, 6 Oct 2010 20:24:09 +0000 (20:24 +0000)
committerTiago Rezende Campos Falcao <developer@tiagofalcao.com>
Wed, 6 Oct 2010 20:24:09 +0000 (20:24 +0000)
commit677d10c4b78aa8bbf2d2539e7a248f6ebb694249
tree3220e5535eb4695248674072bd2f3b05cd96461d
parent2c3ac7d3d8a78cbcc9486d09bbd0706179fbad09
Optimized Linear Focus Chain

Before, the focus_cycle try pass the focus to next, and try again if
need loop the objects. Now, the focus cycle return possible next
object and if is necessary loop or not to focus this returned object.

SVN revision: 53111
14 files changed:
src/bin/test_focus.c
src/lib/elm_box.c
src/lib/elm_bubble.c
src/lib/elm_flip.c
src/lib/elm_frame.c
src/lib/elm_layout.c
src/lib/elm_pager.c
src/lib/elm_panel.c
src/lib/elm_panes.c
src/lib/elm_scroller.c
src/lib/elm_table.c
src/lib/elm_widget.c
src/lib/elm_widget.h
src/lib/elm_win.c