scroller: set focus to focus next object when next object is outside the viewport
[platform/upstream/elementary.git] / src / lib / elm_scroller.c
2018-08-24 Jeonghyun Yunscroller: set focus to focus next object when next... 74/187374/2
2017-10-18 Jeonghyun Yunelm_scroller: fix scrolling with key move 32/156532/1
2017-08-11 Jeonghyun Yunelm_scroller: focus_direction should not be called... 01/143701/2
2017-01-02 Wonki KimScroller: keep contents layout rel even if rtl is set
2017-01-02 WooHyun Jungelm_scroller: focus_next needs to give itself when...
2016-11-29 Hosang Kimscroller: add key action move option.
2016-11-17 Wonki Kimelm_scorller: supporting mirrored UI mode
2016-10-21 Shilpa Singh[ATSPI]: Use visible data changed signal, and add a... 43/92343/7
2016-10-13 Shilpa Singh[ATSPI]: When scroll happens due to flick, drag, inform... 74/91574/4
2016-10-11 Wonki Kimscroller: fix to skip focus for unfocusable scroller 94/89994/2
2016-09-29 Shilpa Singh[ATSPI]: when scroll happens due to flick, Screen-reade... 92/90092/2
2016-07-04 Jinyong Parktheme: return enum from elm_widget_style_set instead... 00/75700/10
2016-05-30 Jaehwan Kimwidget: set the parent-child relation again, when the... 21/72021/3
2016-04-20 Jee-Yong UmMerge "genlist: scroll to item when calc is done" into...
2015-11-11 Jaehwan KimMerge remote-tracking branch 'opensource/elementary...
2015-09-30 Jaehwan Kimfocus: change the focus don't stay to scroller. 64/48764/3
2015-09-25 Jaehwan Kimfocus: change the focus don't stay to scroller.
2015-09-16 Jaehwan Kimfocus: add the APIs to set the focus next about item. 42/48242/3
2015-09-16 Jaehwan Kimscroller: fix the misstake. change && -> || 41/48241/3
2015-09-16 Jaehwan Kimscroller: fix the focus move bug in scroller. 40/48240/3
2015-09-15 Jaehwan Kimfocus: add the APIs to set the focus next about item.
2015-09-10 Carsten Haitzler... elm autofocus show - fix cases where focus is inside...
2015-08-25 Amitesh Singhscroller: fix memory leak on keys traversal
2015-08-24 Jaehwan Kimscroller: fix the misstake. change && -> ||
2015-08-11 Jaehwan Kimscroller: fix the focus move bug in scroller.
2015-07-19 Umesh TanwarScroller: Improvement in _key_action_move() calculations.
2015-07-08 ChunEon Parkcnp, scroller: fix build break. 26/43126/1
2015-07-05 Avi Levinelm_scroller: porting evas smart callbacks to eo
2015-06-25 Daniel Kolesaelm: constify Eolian methods correctly because of recen...
2015-06-22 Umesh Tanwarelm_scroller: add wheel_disable_set API
2015-06-03 Jaehwan Kimscroller: add loop feature. 12/40412/2
2015-05-20 Tom HacohenAdjust usage of eo_constructor() according to recent...
2015-04-07 Jean-Philippe Andrecolorselector,scroller: Check return value of elm_layou...
2015-04-03 Cedric BAILevas: let's not use eo_do for potential Efl interface...
2015-03-23 Jaehwan Kimscroller: add loop feature.
2014-11-20 Hosang KimScroller: Add step size set API
2014-10-17 Lukasz Stanislawskiatspi: properly include at-spi headers.
2014-09-25 Tom HacohenEo related: Change according to recent changes in eo_add().
2014-07-25 Lukasz Stanislawskiatspi: expose more actions through atspi bus.
2014-06-11 Zbigniew Kosinskiatspi:Set roles for widgets
2014-06-03 Tom HacohenElm: Update code to use the new class names generated...
2014-04-21 Carsten Haitzler... entry: wrong viewport value calculation issue fix
2014-04-16 ChunEon Parkwidgets - don't handle the events(key,mouse) if the...
2014-04-12 Daniel Juyung Seoscroller: Initialized some internal variables.
2014-04-10 Tom HacohenAdjust code to use the slightly different Eo2 API.
2014-04-10 Tom Hacohenscroller: Adjusted to Eo2.
2014-04-10 Jaeun Choiscroller: apply key binding
2014-03-31 Daniel ZaouiEolian: Integration of Scroller
2014-03-22 ChunEon Parkscroller content type is not always widget.
2014-03-19 Daniel Juyung Seoscroller: Fixed wrong widget call to non-widget object.
2014-03-18 Daniel ZaouiEolian: Integration of Scrollable Interface
2014-03-17 Daniel ZaouiEolian: Integration of Elm Widget
2014-02-06 WooHyun Jungelm_layout now supports focused/unfocused smart callback
2014-01-23 ChunEon Parkelementary - use the focused/unfocused string in widget...
2014-01-22 Daniel Juyung Seoelm: Removed unnecessary null checks.
2014-01-22 Daniel Juyung Seoelm: Removed unnecessary null check for evas_object_del.
2014-01-21 Yakov Goldbergall widgets: change Eo API for "elm_widget_theme()...
2014-01-06 Daniel Juyung Seoelm: Changed __UNUSED__ to EINA_UNUSED.
2013-12-26 Daniel Juyung Seoelm: Unified eina critical manro to CRI.
2013-11-28 Tom HacohenElm scroller: prevent usage of uninitialized vars as...
2013-11-28 Tom HacohenElm scroller: _movement_block_get fix return val on...
2013-11-21 WooHyun Jungelementary/elm_scroller.c : For checking focus next...
2013-11-15 Daniel Juyung Seoscroller, slider: fixed wrong changed I made by 6a683df...
2013-11-08 Daniel Juyung Seobutton,inwin,radio,scroller,slider: Do not call smart_a...
2013-11-07 Tom HacohenChanged Eo class names to be consistent.
2013-10-28 Daniel Juyung Seoelm: Fixed formatting about smart_event check for code...
2013-10-05 Daniel Juyung Seoelm: Use ELM_LAYOUT_DATA_GET convenient macro instead...
2013-10-05 Daniel Juyung Seoall: Applied ELM_WIDGET_DATA_GET_OR_RETURN macro to...
2013-10-05 Daniel Juyung Seoelm_scroller.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN...
2013-09-25 Cedric Bailelementary: update to new eo_parent_get/set API.
2013-08-27 ChunEon Parkelementary/widgets - set parents before widget construc...
2013-07-31 Carsten Haitzler... Fix elm to use key not keyname (so xmodmap works)
2013-07-15 Ryuan Choiscroller: ELM_PRIV_XXX_SIGNALS adoption for scroller
2013-06-30 Jaehwan KimAdd the elm_scrollable_interface_content_viewport_resiz...
2013-06-10 Daniel Juyung Seoelm: added more "focused" and "unfocused" documentations.
2013-05-24 Daniel ZaouiElementary: Fix scroller APIs to be usable by all the...
2013-05-17 Gustavo Lima ChavesScroller can me made to snap to pages on scrolling...
2013-05-15 Flavio CeolinWelcome a new smart callback for scrollables -- page...
2013-05-10 cabelitosAdding a new scroller API, to block its movements ...
2013-05-03 Cedric Bailelementary: properly sanitize headers order.
2013-05-01 Daniel ZaouiElementary: replace eo_data_get for objects data refere...
2013-04-17 Daniel Juyung SeoRevert "elm_scroller.c: merged two eo_do calls into...
2013-04-17 Shinwoo KimMerge branch 'master' of ssh://git.enlightenment.org...
2013-04-17 Daniel Juyung Seoelm_scroller.c: merged two eo_do calls into one to...
2013-04-10 Jaehwan KimAdd the API elm_scroller_single_direction_set/get.
2013-04-06 Jaehwan KimAdd the API elm_scroller_page_scroll_limit_set/get.
2013-04-03 Daniel Juyung Seoelm: print the error message inside elm_widget_sub_obje...
2013-03-18 Tom HacohenChange usage of eo_do_super to the new prototype.
2013-03-15 Jaehwan KimAdd the smart signals in scroller. "scroll,left", ...
2013-03-02 Gustavo Lima ChavesAn internal layout error, on a widget set, is a CRITICA...
2013-02-28 Jaehwan KimAdd the option about sending signals in content_pos_set.
2013-02-10 Daniel ZaouiReplace supported_types
2013-02-07 Jaehwan KimAdd smart callback signals of a scroller. "vbar,drag...
2013-02-06 Shinwoo Kim[access][scroller] remove scroller from access highligh...
2012-11-26 Daniel ZaouiCleaning: removed include Eo.h in widgets because it...
2012-11-26 Yakov GoldbergWe have ported to Eo all the widgets of elementary...
2012-10-30 ChunEon Parkelementary - sorry i pushed together which should not be
2012-10-30 Seunggyun Kimsgyun.kimRE: [E-devel] [Patch] Align of Elm_Notify
2012-10-01 Daniel Juyung Seoelm: Fixed indentations for EINA_LIST/INLIST_FOREACH...
2012-09-17 Kim ShinwooFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
next