Re: Regarding theWin32/Visual C++ project completion items

2013-11-13 Thread Shixin Zeng
. ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list ​ Best Regards Shixin Zeng ​ ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org

Re: Updated GTK+ 2.24.5 binaries (and bundle)

2011-07-13 Thread Shixin Zeng
2011/7/13 Krzysztof Kosiński tweenk...@gmail.com: W dniu 12 lipca 2011 19:17 użytkownik Dieter Verfaillie diet...@optionexplicit.be napisał: Fair enough, using a custom build tool on Windows is your choice, not mine ;) Maybe I wasn't clear enough. I worked on *getting rid* of this

Re: a helper script to build glib from git master on win32

2011-07-01 Thread Shixin Zeng
filed the bug here: https://bugzilla.gnome.org/show_bug.cgi?id=653841 Best Regards Shixin Zeng On Thu, Jun 30, 2011 at 12:54 PM, Colin Walters walt...@verbum.org wrote: Hi Shixin, Can you make this a patch ( http://live.gnome.org/GnomeLove/SubmittingPatches ) and also document

a helper script to build glib from git master on win32

2011-06-29 Thread Shixin Zeng
is that it doesn't track the dependencies, which means whenever you rerun this script, your project file would be renewed and that project needs to rebuild as a whole. But this also happens with the current building system and you don't really need to run this script that often. Best Regards Shixin Zeng setup.py

bug in g_content_type_guess

2010-02-05 Thread Shixin Zeng
); } if (type) return type; if (data looks_like_text (data, data_size)) return g_strdup (.txt); return g_strdup (*); } Best Regards Shixin Zeng ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman

Testing glib with MSVC on win32

2009-09-07 Thread Shixin Zeng
XX); close (fd); here, fd is -1, so closing it fails. *mapping-test, spawn-test: complains invalid arguments to spawn-helper *module-test: assert: _crtIsValidHeapPointer(pUserData), not investigate where it comes from yet. Best Regards Shixin Zeng

Re: patches to make gtk head build on win32 with MSVC

2009-08-26 Thread Shixin Zeng
that I can't help further. Best Regards Shixin Zeng On Thu, Aug 20, 2009 at 3:47 PM, Tor Lillqvistt...@iki.fi wrote: I spent a day on building gtk head on win32 by utilizing OAH (https://launchpad.net/oah) and came up with these small patches. Thanks. I went through them and they looked fine

patches to make gtk head build on win32 with MSVC

2009-08-14 Thread Shixin Zeng
doesn't build with GDK_DISABLE_DEPRECTED, but I think they help cleanups anyway. I'm not quite sure about the 5th one, but it doesn't link if _gdk_drawable_imp_win32_get_type, since all GDK_WINDOW_HWND in gtk/gtksocket-win32.c and others need it. Best Regards Shixin Zeng 0008-C89-style-fix.patch

Fwd: high light/selection color from GTK

2008-03-02 Thread Shixin Zeng
oops, not CCed the mailling list. -- Forwarded message -- From: Shixin Zeng [EMAIL PROTECTED] Date: Sun, Mar 2, 2008 at 8:13 PM Subject: Re: high light/selection color from GTK To: Steve Splonskowski [EMAIL PROTECTED] http://library.gnome.org/devel/gtk/2.8/GtkWidget.html#gtk

Re: How to create a self contained GTK+ Application for Linux

2007-05-22 Thread Shixin Zeng
. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Best Regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http

Re: GObject docs improvements

2007-02-09 Thread Shixin Zeng
Sorry, I forgot a CC to the list. On 2/9/07, Shixin Zeng [EMAIL PROTECTED] wrote: Thanks. But I want some explanation about the interface of gobject. I can't understand what it is from a sentence like GType's Interfaces are very similar to Java's interfaces. because I know nothing about Java

Re: SCIM

2006-07-13 Thread Shixin Zeng
there is a configuration file somewhere that's not right? Or can it be my X server (version 7.0, I think)? /jan ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Best Regards Shixin

Re: a problem about the charset convert functions

2005-06-23 Thread Shixin Zeng
convert it to UTF8 with g_locale_to_utf8() Thanks. -- Best regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: my program has these problems

2005-05-21 Thread Shixin Zeng
build GUI either by the C source generated by Glade, or with libglade via the generated XML file. In the latter case, libglade is required. -- Best regards Shixin Zeng ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org