Re: GtkD 1,4 released.

2011-03-29 Thread Andrej Mitrovic
On 3/29/11, Mike Wey wrote: > There used to be a video editor named Pihlaja but i don't know if it's > still maintained. Looks like this is it: http://vimeo.com/471546 and some `Rae` gui library: http://vimeo.com/6918620 It looks quite nice.

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
On 03/29/2011 01:30 AM, dsimcha wrote: On 3/28/2011 3:58 PM, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
On 03/29/2011 05:37 PM, Andrei Alexandrescu wrote: On 03/29/2011 01:13 AM, Andrei Alexandrescu wrote: On 03/29/2011 12:47 AM, Andrei Alexandrescu wrote: On 3/28/11 11:47 PM, David Bryant wrote: On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is

Re: GtkD 1,4 released.

2011-03-29 Thread Mike Wey
On 03/28/2011 11:53 PM, Andrej Mitrovic wrote: How is coding with GtkD like? Does it need any special treatment, like having to use RAII and taking care of resources by hand? IIRC Gtk is a C library and GtkD is a class-based wrapper around it? Anyhow that's great news! The Garbage Collector sh

Re: GtkD 1,4 released.

2011-03-29 Thread Andrei Alexandrescu
On 03/29/2011 01:13 AM, Andrei Alexandrescu wrote: On 03/29/2011 12:47 AM, Andrei Alexandrescu wrote: On 3/28/11 11:47 PM, David Bryant wrote: On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released

Re: GtkD 1,4 released.

2011-03-28 Thread Andrei Alexandrescu
On 03/29/2011 12:47 AM, Andrei Alexandrescu wrote: On 3/28/11 11:47 PM, David Bryant wrote: On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps G

Re: GtkD 1,4 released.

2011-03-28 Thread Andrei Alexandrescu
On 3/28/11 11:47 PM, David Bryant wrote: On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib,

Re: GtkD 1,4 released.

2011-03-28 Thread David Bryant
On 29/03/11 06:28, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib, cairo, pango, etc.) * 64 bits support Gt

Re: GtkD 1,4 released.

2011-03-28 Thread dsimcha
On 3/28/2011 3:58 PM, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib, cairo, pango, etc.) * 64 bits support

Re: GtkD 1,4 released.

2011-03-28 Thread Trass3r
Am 28.03.2011, 21:58 Uhr, schrieb Mike Wey : GtkD 1.4 is now available, get it from dsource: http://www.dsource.org/projects/gtkd/ This reminds me, didn't we also want to add GUI projects as a GSoC idea?

Re: GtkD 1,4 released.

2011-03-28 Thread Andrej Mitrovic
How is coding with GtkD like? Does it need any special treatment, like having to use RAII and taking care of resources by hand? IIRC Gtk is a C library and GtkD is a class-based wrapper around it? Anyhow that's great news!

Re: GtkD 1,4 released.

2011-03-28 Thread Andrei Alexandrescu
On 3/28/11 2:58 PM, Mike Wey wrote: Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib, cairo, pango, etc.) * 64 bits support G

GtkD 1,4 released.

2011-03-28 Thread Mike Wey
Long overdue but finally here, the release of GtkD 1.4. GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. New in this Release: * wraps GTK+ 2.20.x series api (and relative libraries: glib, cairo, pango, etc.) * 64 bits support GtkD 1.4 is now available, get it fr