> o 2 blank lines between functions in .C files please (I guess you can
> script this change)
ok, I will do it.
> o you have too many inline functions. Please make them out of line
ok, I will check all the inline functions. Make ones not necessary
out of line.
> o a couple of points had functions beginning with a capital letter.
> Please make them like "myFunctionBlah" instead
ok, I will revise it.
> o Why are we using Xft directly ? Doesn't gtk+ abstract the actual font
>   loader away ?
I think the gtk+ render system(i.e. pango) is a rather high level
render system and they work efficient only on long text, such as a
paragraph. I have try it, but the speed is not satisfying. I think
the reason is that when you feed text to "pango", the "pango" will
do all things about ajusting "visual order" etc. What we need is a
rather low level redner system. So I choose xft. I think most of xft
code can be used in xforms frontend after revising, can't it?
> Finally, I guess I'm OK with splitting from the Gnome frontend, but we
> should probably decide what to do with it eventually ... just let it rot
> perhaps.
> 
> Are you planning to implement the rest of the gtk+ port ? It's a pretty
> big job (mainly all the dialog code though). Do you have anybody else
> interested in it ?
I want to implement the rest of the gtk+ port, and I have nobody else
here who is instrested in it. Is there anyone who want to contribute
on that?
> regards
> john
Huang Ying

Reply via email to