RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Fan Chun-wei
Hello Mikhail, > 1. I'll make corrections it if you didn't make it ahead of > me. Please go ahead and do that, thank you! (I don't have a Wiki account yet!) > 2. Hmm.. so why all pragmas and defines from > msvc_recommended_pragmas.h are not in property file > (gtk+.vsprops)? It is just a few flag

RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Mikhail Titov
Fan: Thanks for the feedback! 1. I'll make corrections it if you didn't make it ahead of me. 2. Hmm.. so why all pragmas and defines from msvc_recommended_pragmas.h are not in property file (gtk+.vsprops)? It is just a few flags that turn all the noise on the console off. 3. As far as I under

RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Fan Chun-wei
Hello Mikhail, I read through your wiki post and I think the information you have there is quite helpful and informative for those intending to build GTK+-3.x with the OBS dependencies-thanks for that really, as it may not be clear on how to build the GTK+ stack with VS at the moment. I think I

CodeSlayer 1.0!

2011-04-03 Thread Jeff Johnston
I hope it is Ok to post these kinds of things here... I just released the first version of CodeSlayer! It is a lightweight source code editor that I have been working on for awhile now. >From the website (http://codeslayer.org): “CodeSlayer is a source code editor that boasts a clean interface b

GTK+ 3.0.8

2011-04-03 Thread Matthias Clasen
GTK+ 3.0.8 is now available for download at: ftp://ftp.gtk.org/pub/gtk/3.0/ http://download.gnome.org/sources/gtk+/3.0/ 0a2c15e7efd508d9e06661723f1cf432d07cea4faf81aafd8ece97d75989392b gtk +-3.0.8.tar.gz 42b2b1a400372fe0b3ef890162d1610422f7e787af0765b59f1b3352a4839308 gtk +-3.0.8.tar.bz2 Thi

RE: Gtk+ 3.0 and MS Windows

2011-04-03 Thread Mikhail Titov
All: I added a Wiki page [1] as well as template CMake project for native Win32 build. Yes, I know there is a reluctance to use CMake, but at least I propose to use it for Win32 builds. It is easier to use command line to rebuild yet another version of gtk+ rather than clicking on a bunch of se