[E-devel] [Patch] els_scroller - freeze

2011-03-15 Thread Jae Hwan Kim
Hello all I have two question. First, in the function _smart_event_mouse_up of the els_scroller of the elementary, it seems that the second !sd-freeze is not neccesary. Is it right? Or is there any reason why it is compared again? The following is the part of the code.

[E-devel] [Patch] elm_smart_scroller_child_region_show_internal

2011-03-07 Thread Jae Hwan Kim
Dear all In the els_scroller of the elementary, the function elm_smart_scroller_child_region_show_internal have a problem. If the parameters x,y,w,h have the wrong value like elm_scroller_region_show(scroller, -300, -300, 900, 900);, the scroller move the position temporarily. The scroller

[E-devel] [patch] els_scroller - simple bug fix about bar-dragging.

2011-02-15 Thread Jae Hwan Kim
Dear all, I have one bug in scroller. You can test it in Scroller menu of the elementary_test. We cannot move the scroller by dragging the bar. The reason is why the bar-dragging-event and mouse-move-event confict. When bar is draged, the movement by mouse-move should be freezed. So I changed

[E-devel] [Patch] els_scroller - elm_smart_scroller_child_region_show

2011-01-19 Thread Jae Hwan Kim
Hello all, I have some issue in scroller. Sometimes the scroller move to wrong region when the child get first focus. It use scroller - layout - button. So I checked the code and found a suspected thing in elm_smart_scroller_child_region_show. Please refer following pictures. In the pictures,

[E-devel] [Patch] environment parameter - ELM_EFFECT_ENABLE

2011-01-17 Thread Jae Hwan Kim
Hello. I'm Jaehwan Kim. I want to add the environment parameter ELM_EFFECT_ENABLE. It will play a role as the enablement for the effect of all widget. The patch is the following. Thanks. Index: src/lib/elm_config.c === ---