Re: The LyX licence

2005-02-27 Thread Huang Ying
Dear all Sorry for my late. I am very glad to license my contributions to Lyx under the Gnu General Public Licence, version 2 or later. Best Regards Huang Ying

Re: Gnome interface

2004-02-11 Thread Huang Ying
Hello! I am working on the gtkmm frontend of Lyx now, and untile now there almost only I am working on that, I am very hungry for people who are interested in Lyx and Gtk/Gnome. Because I think if we use gtk+ or gtkmm, the platform dependency of this frontend will reduce significantly, and for a

gtk_patch_2003_10_30

2003-10-30 Thread Huang Ying
Hi, everyone! Just minor change! ChangeLog as below 2003-10-30 Huang Ying <[EMAIL PROTECTED]> * GToolbar.C : change layouts widget update code according xforms fronetends to prevent layouts widget from disable always. Regards Huang Ying

I am here

2003-08-18 Thread Huang Ying
I am here still, but sorry for my late! I have a week with my wife and have a week with a strategy game. I fix most minor problem with my patch, after compiling with the newest cvs version, and setup my own cvs(I find that will be convernient in making patch) I will submit it. Huang Ying

Re: The new gtk+ patch

2003-07-23 Thread Huang Ying
owner_.ypos() + old_first - text->top_y(), > ... > > in these cases, I think it's more readable. Or consider putting it in > another function ... I think this is the style in vi, and I use emacs. In emacs you even can not input a tab, because emacs use tab to indent automatically. > > Excuse me, are there anything like "coding standard" in lyx? > > Now, I know the const after the type, the class member name, the > > function name, the empty line between functions. Anything else? And are > > there some document about that? completely? > > development/Code_rules has some things, but it's not quite complete > > thanks, > john By the way, After whose agreement, can I apply the patch? Thanks for your reply! Huang Ying

Re: The new gtk+ patch

2003-07-22 Thread Huang Ying
These are all minor points. I'm in favour of this patch being applied after > the needed trivial cleanups. Good work ! > > regards > john Excuse me, are there anything like "coding standard" in lyx? Now, I know the const after the type, the class member name, the function name, the empty line between functions. Anything else? And are there some document about that? completely? Huang Ying

new gtk patch

2003-07-17 Thread Huang Ying
not matter. 2. the rendering system is based xft yet, but I have found a way to do that based pango. But I don't know if that is correct. I will change the rendering system to pango after consult others. Huang Ying

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-09 Thread Huang Ying
> Ad. the glade files: > > I think those should be placed in the gtk directory, but be installed > in the lib dir. I think that is the right way, and I have done that. Huang Ying.

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-08 Thread Huang Ying
> The pkg-config commands are most probably not going to work with FreeBSD: > $ pkg-config --modversion gtkmm-2.0 > No package 'gtkmm-2.0' found > $ pkg-config --modversion libglademm-2.0 > No package 'libglademm-2.0' found > > However, instead, this works on FreeBSD: > $ pkg-config --mo

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-08 Thread Huang Ying
and unknown(), since this is > automatically taken care of. ok, I will check them. Huang Ying

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-08 Thread Huang Ying
> Ok, but gtk must have something that works for projects like lyx as > well? I think the gtk+ stuff is not appropriate for lyx, using xft directly is better. This is my idea. And I have sent a mail to gtk devel mailing list to listen their advice. Huang Ying

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-08 Thread Huang Ying
> If possible pango should be used with gtk, since then a dependency on > X will be avoided. (gtk/gtkmm exists for Win as well, right?) > > Also if pango is used directly it seems to be possible to do without > freetype fonts. Is this the case with Xft? The problem about pango is that It is a high

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-07 Thread Huang Ying
o that they can be found during lyx running. Huang Ying

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-07 Thread Huang Ying
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

Re: gtk patch against 1.4.0cvs on July 1st.

2003-07-07 Thread Huang Ying
> Any special reason why you put the files in gtk instead of gnome? I use the gtkmm and libglademm to implement the frontend, but not anything about gnome. Because the gnome develop platform is so big and not as portable as gtk, So I base my work on gtk not gnome. And I write the gtk frontend

Re: hi! all! Anyone has interest in gtk frontend of gtk?

2003-06-30 Thread Huang Ying
, but I can not find the snapshot there. Huang Ying

Re: hi! all! Anyone has interest in gtk frontend of gtk?

2003-06-26 Thread Huang Ying
Thank you very much! But, I will go out to be with my wife tomorrow until monday, I am afraid I can begin my work formmally from then.

Re: hi! all! Anyone has interest in gtk frontend of gtk?

2003-06-26 Thread Huang Ying
在 2003-06-26 ? 的 21:29, Lars Gullik Bjønnes 写道: > I am afraid that if you base your work on 1.3.1 it will be largely a > wasted effort. For us to take your code into lyx you have to create it > against head. > > I am not sure how to accomodate you needs (html only), but I think we > can work somet