pango-win32 chinese big5 encoding support

2011-03-21 Thread Emmanuel Thomas-Maurin
Hi everybody, In my app on linux, I have full support for chinese big5 encoding. However, as I have also made a win32 port with mingw, this support is broken. I guess this has something to do with the fact that the linux version uses more recent versions of the gtk stack (gtk+, glib, pango,

GOption friends

2011-03-21 Thread John Coppens
Hello people, I've been trying to get GOption and friends working - but it seems we're not on friendly terms. 1) I defined a GOptionEntry as: {debug, 'd', 0, G_OPTION_ARG_STRING, dbg, Debug options, opts}, and find that -d e works --debug e --debug=e work correctly -de

Re: GOption friends

2011-03-21 Thread Colomban Wendling
Le 21/03/2011 15:26, John Coppens a écrit : Hello people, Hi you, I've been trying to get GOption and friends working - but it seems we're not on friendly terms. 1) I defined a GOptionEntry as: {debug, 'd', 0, G_OPTION_ARG_STRING, dbg, Debug options, opts}, and find that -d e

Re: GOption friends

2011-03-21 Thread John Coppens
On Mon, 21 Mar 2011 15:42:17 +0100 Colomban Wendling lists@herbesfolles.org wrote: The form (-de), frequently used, fails though it is advertised in the Command line parser description:

Re: GOption friends

2011-03-21 Thread Colomban Wendling
Le 21/03/2011 17:03, John Coppens a écrit : On Mon, 21 Mar 2011 15:42:17 +0100 Colomban Wendling lists@herbesfolles.org wrote: The form (-de), frequently used, fails though it is advertised in the Command line parser description:

Re: GOption friends

2011-03-21 Thread John Coppens
On Mon, 21 Mar 2011 17:29:03 +0100 Colomban Wendling lists@herbesfolles.org wrote: Ok... But if I put d: in getopt's arg list, I do expect an argument, and -de is parsed as -d e. Why doesn't GOptionEntry, with a specified G_OPTION_ARG_STRING do the same? Don't know why, I'm no GLib

Re: GOption friends

2011-03-21 Thread Tadej Borovšak
Hello. Maybe those git pages are not searched by google? In fact I just randomly picked a (one line) literal text from the Changelog in git - and google didn't find it (did find two instances in mailing list copies, but not the one in git). So, one of the most important sources for info

GLib 2.28.4

2011-03-21 Thread Matthias Clasen
GLib 2.28.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1 glib-2.28.4.tar.bz2 526b48cc75fd4d228387e6aea6a8f3f57ec1982597df8b29a5debf6afd6aa59d glib-2.28.4.tar.gz

Re: libegg: Removing old directories

2011-03-21 Thread Murray Cumming
On Sun, 2011-03-20 at 20:03 -0400, Matthias Clasen wrote: On Fri, Mar 18, 2011 at 6:42 PM, Murray Cumming murr...@murrayc.com wrote: libegg has lots of directories that have just a README saying how the code has successfully moved into GTK+. But that's mostly old news now. If there's no

Re: GtkApplication and argc/arv

2011-03-21 Thread Murray Cumming
On Sat, 2011-03-19 at 09:44 -0400, Colin Walters wrote: Hi Murray, On Sat, Mar 19, 2011 at 9:11 AM, Murray Cumming murr...@murrayc.com wrote: For this and other unrelated reasons, I will remove Gtk::Application from gtkmm 3.0.0. I can't wrap an API that I don't understand It's not

Re: libegg: Removing old directories

2011-03-21 Thread Bastien Nocera
On Mon, 2011-03-21 at 10:51 +0100, Murray Cumming wrote: On Sun, 2011-03-20 at 20:03 -0400, Matthias Clasen wrote: On Fri, Mar 18, 2011 at 6:42 PM, Murray Cumming murr...@murrayc.com wrote: libegg has lots of directories that have just a README saying how the code has successfully moved

Re: libegg: Removing old directories

2011-03-21 Thread Murray Cumming
On Mon, 2011-03-21 at 10:27 +, Bastien Nocera wrote: On Mon, 2011-03-21 at 10:51 +0100, Murray Cumming wrote: On Sun, 2011-03-20 at 20:03 -0400, Matthias Clasen wrote: On Fri, Mar 18, 2011 at 6:42 PM, Murray Cumming murr...@murrayc.com wrote: libegg has lots of directories that

GLib 2.28.4

2011-03-21 Thread Matthias Clasen
GLib 2.28.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1 glib-2.28.4.tar.bz2 526b48cc75fd4d228387e6aea6a8f3f57ec1982597df8b29a5debf6afd6aa59d glib-2.28.4.tar.gz

GTK+ 3.0.4

2011-03-21 Thread Matthias Clasen
GTK+ 3.0.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ 0e95436f31c9d2a8992d53106ace97961e13c4b52ee70bab52a884c6af6dbb17 gtk +-3.0.4.tar.bz2 b872c298425b93fa85c6607f36c3b4aad59e4ae62df6f4d0b134ddf6c58287af gtk +-3.0.4.tar.gz

Re: libegg: Removing old directories

2011-03-21 Thread John Stowers
On Mon, 2011-03-21 at 10:51 +0100, Murray Cumming wrote: On Sun, 2011-03-20 at 20:03 -0400, Matthias Clasen wrote: On Fri, Mar 18, 2011 at 6:42 PM, Murray Cumming murr...@murrayc.com wrote: libegg has lots of directories that have just a README saying how the code has successfully moved

Re: CoreText in pango for OSX 64-bit

2011-03-21 Thread Behdad Esfahbod
Hi Jerome, Please produce a unified diff (-u) and attach to this bug with your comments: https://bugzilla.gnome.org/show_bug.cgi?id=611943 behdad On 03/20/11 08:28, Jerome Lambourg wrote: Hi list, I recently managed to make gtk+ working natively (e.g. without using X11) on my SL

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Odysseas Zografos
Thanks for the responses.. I changed the .glade file to GtkBuilder format but now an even more strange bug appears... - Build Output: -- Build started: Project: gladetest, Configuration: Debug Win32 -- Compiling... main.cpp c:\gtk\include\glib-2.0\gio\gioenums.h(630) : error C2065:

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Lukas Kontenis
I don't own VS so I can't check this, but try these: 1) You don't need to recompile when modifying the .glade file. Double back to the point where you had a working executable giving an assert upon execution and then try to only modify the .glade file. Don't recompile. 2) Try building a C

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread jcupitt
On 16 March 2011 14:37, Odysseas Zografos zografos.odyss...@gmail.com wrote:  I'm trying to run a simple gtk+ application with Microsoft Visual Studio 2008 under Windows XP. I don't develop on Windows, but it sounds to me as if your link is not correct. I would check that I was linking in the

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Lukas Kontenis
John's post looks very helpful if you'd like to develop using VS. On the other hand, I have used a PointGrey camera in a microscopy application, and found the bundled C++ code too hard to understand. There was even a notice about modified gtkmm libraries because something was not working properly,

Re: Visual Studio 2008 configuration for GTK+2.22

2011-03-21 Thread Odysseas Zografos
I've used John's post.. its the first one I tried.. didnt work.. Ill try to link gtkmm and see what happens.. thank you very much! you've been very helpful! On 21 March 2011 14:49, Lukas Kontenis dse@gmail.com wrote: John's post looks very helpful if you'd like to develop using VS. On the

GLib 2.28.4

2011-03-21 Thread Matthias Clasen
GLib 2.28.4 is now available for download at: ftp://ftp.gtk.org/pub/glib/2.28/ http://download.gnome.org/sources/glib/2.28/ ae627cf35c6a2b4bb9b0ea624046de5fa4c40d81c29e75718bc6c2088b6bd7a1 glib-2.28.4.tar.bz2 526b48cc75fd4d228387e6aea6a8f3f57ec1982597df8b29a5debf6afd6aa59d glib-2.28.4.tar.gz

GTK+ 3.0.4

2011-03-21 Thread Matthias Clasen
GTK+ 3.0.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ 0e95436f31c9d2a8992d53106ace97961e13c4b52ee70bab52a884c6af6dbb17 gtk +-3.0.4.tar.bz2 b872c298425b93fa85c6607f36c3b4aad59e4ae62df6f4d0b134ddf6c58287af gtk +-3.0.4.tar.gz