[E-devel] [Patch] elc_multibuttonentry resize patch.

2012-08-17 Thread Jihyeon Seol
each line to have the equal height. Please review this patch. Sincerely yours, Jihyeon Seol. elc_multibuttonentry.diff Description: Binary data -- Live Security Virtual Conference Exclusive live event will cover all th

[E-devel] [Patch] elc_multibuttonentry memory leak patch

2012-08-17 Thread Jihyeon Seol
Dear, all I've attached a patch that fixed the memory leak. There is not a free() in _del_hook(). Please review this patch. Sincerely yours, Jihyeon Seol elc_multibuttonentry.diff Description: Binary data --

[E-devel] [Patch] multibuttonentry - data corruption issue of the box list

2012-09-20 Thread Jihyeon Seol
. Sincerely yours, Jihyeon Seol. elc_multibuttonentry.diff Description: Binary data -- Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http

[E-devel] [Patch] multibuttonentry - data corruption issue of the box list

2012-10-10 Thread Jihyeon Seol
. Please review this patch. Sincerely yours, Jihyeon Seol. elc_multibuttonentry.diff Description: Binary data -- Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app perfor

[E-devel] [Patch] elm_index active issue

2012-12-26 Thread Jihyeon Seol
t;inactive". I modified as follows: When _elm_index_smart_theme() called repeatedly, if there's "active" item, the item's status will be changed to "active". Please review this patch. Sincerel

Re: [E-devel] [Patch] elm_index active issue

2012-12-27 Thread Jihyeon Seol
to Elm_Index_Item and it looks better if you put selected_it ahead of 'Eina_Bool seleted'. So when another Eina_Bool is added later it will be packed with existing Eina_Bool. This does not break ABI. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Dec 27, 2012 at 4:57 PM, Jihyeon Seol wrote: >