Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-30 Thread The Rasterman
> edc. > > > > Thank you > > > > > -Original Message- > > > From: Tom Hacohen [mailto:tom.haco...@partner.samsung.com] > > > Sent: Tuesday, January 11, 2011 3:52 PM > > > To: Hyoyoung Chang > > > Cc: enlightenment-dev

Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Tom Hacohen
gt; > To: Hyoyoung Chang > > Cc: enlightenment-devel@lists.sourceforge.net > > Subject: Re: [E-devel] elm_label patch(bugfix and wrapmode changing) > > > > Dear Hyoyoung, > > > > I don't currently have the time to fully review the patches, but > > regarding the w

Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Hyoyoung Chang
ay, January 11, 2011 3:52 PM > To: Hyoyoung Chang > Cc: enlightenment-devel@lists.sourceforge.net > Subject: Re: [E-devel] elm_label patch(bugfix and wrapmode changing) > > Dear Hyoyoung, > > I don't currently have the time to fully review the patches, but > regarding the

Re: [E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Tom Hacohen
Dear Hyoyoung, I don't currently have the time to fully review the patches, but regarding the wrapping: please be advised that after the release there will be a new wrap mode, "mixedwrap" which is a word-wrap that falls back to "charwrap" if a wordwrap can't be done (I assume you have seen that be

[E-devel] elm_label patch(bugfix and wrapmode changing)

2011-01-10 Thread Hyoyoung Chang
Dear Elementary developers. It's a bugfix patch and adding new functionality for wrapmode changing at elm_label. 1. bugfix strbuf_key_value_replace which is internal function 2. add wrapmode change api (wordwrap or charwrap) Thank you. --- Hyoyoung CHA