Re: [Geany-Devel] [Geany-Plugins] Please consider adding GTK3 support for your plugin(s)

2013-03-24 Thread Dimitar Zhekov
On Mon, 18 Mar 2013 17:12:00 +0100 Colomban Wendling wrote: > I forgot to mention that Geany now have a header called gtkcompat.h that > gets included by geanyplugin.h which gives some GTK2/3 compatibility. > This means you don't have to do the conditionals yourself for some > things if you depen

Re: [Geany-Devel] [Geany-Plugins] Please consider adding GTK3 support for your plugin(s)

2013-03-18 Thread Colomban Wendling
Le 18/03/2013 16:26, יוסף אור בוצ'קו a écrit : > > Attachment: [PATCH] GTK3 support for Addons > > > Yosef Or > > Boczko > > [...] > > From af63bd8d40ef8d28dda4a85c3ee519ac1a5876fb Mon Sep 17 00:00:00 2001 > From: Yosef Or Boczko > Date: Mon, 18 Mar 2013 17:21:04 +0200 > Subject: [PATCH] GTK

Re: [Geany-Devel] [Geany-Plugins] Please consider adding GTK3 support for your plugin(s)

2013-03-18 Thread Colomban Wendling
Le 18/03/2013 15:02, Colomban Wendling a écrit : > Hi dear plugins developers, > > Now Geany and Geany-Plugins 1.23 are out, I merged support for GTK3 in > Geany, and added initial support for building Geany-Plugins against a > GTK3 build of Geany. > > As you might know, GTK3 has some incompatibi

[Geany-Devel] [Geany-Plugins] Please consider adding GTK3 support for your plugin(s)

2013-03-18 Thread Colomban Wendling
Hi dear plugins developers, Now Geany and Geany-Plugins 1.23 are out, I merged support for GTK3 in Geany, and added initial support for building Geany-Plugins against a GTK3 build of Geany. As you might know, GTK3 has some incompatibilities with GTK2, and GTK3 code often requires some adjustments