User Details
- User Since
- Jan 11 2016, 2:03 AM (261 w, 6 d)
- Availability
- Available
Mar 6 2018
Dec 20 2017
Nov 16 2017
It look weird if check_scroll is true even though homogeneous is set.
Although I didn't investigate deeply, I found something.
May 28 2017
Mar 2 2017
Feb 27 2017
Feb 23 2017
calcuate the rel_pos
Feb 21 2017
Feb 11 2017
@jpeg not yet. will be update soon.
Jan 25 2017
Jan 17 2017
Jan 10 2017
rel_pos should be calculated.
this patch will be updated.
Jan 5 2017
Dec 13 2016
Dec 7 2016
Oct 24 2016
Oct 20 2016
Oct 19 2016
@jpeg
But, the default behaviour was wrong.
Sep 28 2016
.. 47 line :)
Sep 26 2016
Guys! Could you please proceed with it?
Sep 22 2016
@Hermet
I saw 39 line in elc_hoversel.h.
That area is for elm_object common APIs.
But APIs that I added are elm_widget APIs.
Is it correct to intend you?
Sep 21 2016
Sep 1 2016
Aug 31 2016
Aug 30 2016
@id213sin
clear. thanks!
please make sure that do not need to send the signal when elm_entry_scrollable_set is called.
Jul 25 2016
Jul 21 2016
Jun 25 2016
Jun 24 2016
Jun 7 2016
@SanghyeonLee do you have plan to re-submit?
Jun 2 2016
cover default case.
Mar 22 2016
Guys, this patch has been pended about 1 month.
Please give feedback about Mr.Shin's comment.
Mar 21 2016
rebased
Mar 15 2016
rebased
Mar 8 2016
@kimcinoo right. "return" is redundant. (src/lib/elm_main.c:1786)
Mar 6 2016
exclude second case, it will be considered another patch
Mar 2 2016
Feb 28 2016
Feb 27 2016
I think, it's better to modify the patch title.
Feb 24 2016
@Hermet Hi!
_elm_image_efl_file_file_set is called by elm_image_file_set.
And elm_image_file_set call elm_obj_image_sizing_eval after efl_file_set.
Is there any other cases?
@cedric ping. please check
Feb 23 2016
Feb 22 2016
Feb 19 2016
Feb 5 2016
@CHAN
I agree with convenience.
But I am just wondering about this macro.
This macro never check parameters, return values.
And developer can't know about the result.
And can't get img object - I'm not sure that developers want it.
Feb 1 2016
It looks risky for exceptions (when you failed to do something).
and such a multi-line macro should be wrapped with do..while(0).
braces can occur build error. please try it.