Re: [E-devel] [Patch] edje_entry double click word selection

2011-12-11 Thread Myungjae Lee
Thanks Tom and Vincent for your comments and sorry for late reply :) According to your comments I removed the API, just implemented the default incomplete word breaking and changed names and types as Vincent suggested.. but I think this can conflict with what Tom is planning to implement inside te

[E-devel] [Patch] edje_entry double click word selection

2011-12-06 Thread Myungjae Lee
Dear, Tom, Raster and EFL people. Now I'm trying to reduce the code diffs between EFL svn and my company's local git repository. I'm sending you entry-related patches continuously those are specialized in mobile environment such as selection handlers and magnifier. First, I attached edje entry pa

Re: [E-devel] bug report related to Changeset 64721

2011-11-25 Thread Myungjae Lee
I added comments for this workaround patch. Please review this and apply it if it's ok. Thanks. 2011/11/25 Carsten Haitzler > On Fri, 25 Nov 2011 09:17:58 +0900 이명재 said: > > this really smells of a bug in edje or evas. this is just a workaround. > sure - > temporary workaround is ok, but co

Re: [E-devel] bug report related to Changeset 64721

2011-11-24 Thread Myungjae Lee
It's a test code for help to find what the problem is. Please don't confuse the patch file. Patch file is 'elm_entry.patch.txt' as I described below. Thanks. Myungjae 2011/11/25 Mike McCormack > Hello 이명재, > > Index: src/lib/elm_entry.c > =

[E-devel] textblock rendering issue on elm_mapbuf

2011-09-07 Thread Myungjae Lee
Hello, All. I've got a textblock rendering issue when it is contained in elm_mapbuf. When I try to change the text in edj textblock part using edje_object_part_text_set function, the text is set properly and rendering function in evas_object_textblock is also called without any problem. But on

[E-devel] [PATCH] mutex lock is not released in error cases in eina_share_common functions

2011-08-03 Thread Myungjae Lee
Hello, all. In error cases, such as node is NULL in eina_share_common_del function mutex lock is not released when the function returns and this can cause infinite loop. Please review this patch and apply it if it is acceptable. Thanks. eina_share_common.c.patch Description: Binary d

Re: [E-devel] [PATCH] elm scroller, scrolled entry: events propagation, min size

2010-12-19 Thread Myungjae Lee
Thank you, Raster. I'll keep your advices in mind. :) -Original Message- From: Carsten Haitzler (The Rasterman) [mailto:ras...@rasterman.com] Sent: Friday, December 17, 2010 7:47 PM To: Myungjae Lee Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [PATCH

Re: [E-devel] [PATCH] elm box: extended mode added

2010-12-19 Thread Myungjae Lee
sample code along with the previous patch files. Thank you. -Original Message- From: Gustavo Sverzut Barbieri [mailto:barbi...@profusion.mobi] Sent: Thursday, December 16, 2010 9:34 PM To: Myungjae Lee Cc: enlightenment-devel@lists.sourceforge.net Subject: Re: [E-devel] [PATCH] elm bo

[E-devel] [PATCH] elm box: extended mode added

2010-12-16 Thread Myungjae Lee
Hello, all. This is a patch for extended mode box. When we insert objects into the horizontal mode box, the width of the box increases according to the sum of items' min size without any limitation. In a special case, such as typing recipients in the iphone email application, objects in the box n

[E-devel] [PATCH] elm scroller, scrolled entry: events propagation, min size

2010-12-15 Thread Myungjae Lee
Hello, all. It's not possible to connect event handler such as EVAS_CALLBACK_KEY_UP to elm_scrolled_entry because the scroller inside the scrolled entry does not propagate events. So this is the patch for adding events propagation set function to scroller and setting it to EINA_TRUE in elm scrolle

Re: [E-devel] [PATCH] elm widget: make show_region_set function call all region show functions set by parents

2010-12-15 Thread Myungjae Lee
Because the previous mail is not good to read, I'm sending it again. Please check this instead of the previous one. Thanks. -Original Message- Hello, all. I'm trying to send several patches that I've changed. This is just the beginning of my patch rushes.. 'elm_widget_show_region_set'