Re: Question about porting from gtk 2.x to 4.0

2018-10-02 Thread Giuseppe Torelli via gtk-list
Thank you. Any other clue? The question is not interesting? Giutor On Sat, 29 Sep 2018 at 21:51, Allin Cottrell wrote: > On Sat, 29 Sep 2018, Giuseppe Torelli via gtk-list wrote: > > > Hello, > > > > my application, Imagination, is written in GTK 2.x. After years of > > inactivity I finally sta

Re: Question about porting from gtk 2.x to 4.0

2018-10-02 Thread Matthew A. Postiff via gtk-list
I am in the midst of porting an app from gtk2 to gtk3. Most of it has been easy, but there are a few "issues" that are not easy. I haven't even ventured to look at gtk4 yet. Is it even released yet? So, from that standpoint of ignorance...I would recommend you to

Re: Question about porting from gtk 2.x to 4.0

2018-10-02 Thread Emmanuele Bassi via gtk-list
On Tue, 2 Oct 2018 at 20:02, Giuseppe Torelli via gtk-list < gtk-list@gnome.org> wrote: > Thank you. Any other clue? The question is not interesting? > > It's more of a problem of scope: we have no idea what your application does, or how it uses GTK. Are you drawing using GDK API instead of Cairo

Re: Question about porting from gtk 2.x to 4.0

2018-10-02 Thread Giuseppe Torelli via gtk-list
Ciao Emmanuele, I'm really really glad you replied, I tried to get in touch with you directly but I was unable to locate an email of yours! My software uses cairo API to draw the transitions between the slides on a cairo surface and yes I implemented a couple of widgets. Its name is Imagination, I