GtkD ChangeLog
==============

Release: 3.5.1
--------------
- Set the correct path for the pkgconfig files. #181

Release: 3.5.0
--------------
-Add dub configurations for the demos. #177
-Fix gio.Socket.receive. #178
-Allow removing signal handlers and register each handler seperatly with GTK #170
-Use the correct Homebrew path #172

Release: 3.4.1
--------------
-Properly remove toggle references when an object is destroyed. #169

Release: 3.4.0
--------------
-Update to GTK 3.22
-Properly finalize GTK objects. #165
-Reset the ID for glib.Timeout. #154
-Add libPeas Binding. #152
-Load libraries in the Global namespace to avoid Sourceview errors.
-Check the "GTK_BASEPATH" and "HOMEBREW_ROOT" environment variables on OSX.
-Print a more informative error message when we fail to load a library.

Release: 3.3.0
--------------
-Update to GTK 3.20.

Release: 3.2.3
--------------
-Fix some memory errors, #146
-Add a scoped version of addOnCommandline. #142

Release: 3.2.2
--------------
-Add ddox generation script by Gerald Nunn.
-Allocate GTK structs with g_malloc0.
-GIO Action and Popover demo by Gerald Nunn. #140
-Don't create new objects in ListG and ListSG toArray.

Release: 3.2.1
--------------
-Fix ListG.toArray, and the unittest. #129
-Returning a TreeIter from a custom TreeModel should be optional. #130
-New CoreGL demo by: Sebastien Alaiwan. #132
-New Multithreading demo by: Gerald Nunn. #134
-Fix the vte path. #135

Release: 3.2.0
--------------
-Update to GTK 3.18.

Release: 3.1.5
--------------
-The Wrapper now shows file and linenumber on errors in the GIR files.
-Fix iterating ListG and ListSG. #123
-Fix building GtkDGL.

Release: 3.1.4
--------------
-Fix issues with dmd 2.068.
-Throw GExceptions before ConstructionExceptions. #118
-Add addMany and removeMany to gstreamer.Bin. #116

Release: 3.1.3
--------------
-Don't document length parameters that arn't there.
-Don't treat guchar* as string. #115
-Set the TreeModel after retrieving the TreeIter. Fix #113

Release: 3.1.2
--------------
-Fix Builder.addFromFile.

Release: 3.1.1
--------------
-Remove conflicting GStreamer Files

Release: 3.1.0
--------------
-Wraps the GTK+ 3.16 API.
-Add TreeModelFilter and TreeModelSort constructors, Fix #110

Release: 3.0.0
--------------
-New Generator based on the gir files. for changes because of it see the wiki: https://github.com/gtkd-developers/GtkD/wiki/GtkD-2-vs-GtkD-3
-Wraps the GTK+ 3.14 API.
-Deprecated the addOnDraw function that doesn't use scoped.
-Improve memory management for classes derived from gobject.ObjectG.
-Don't use absolute paths for the GTK libraries on OSX, Issue #97.

Release: 2.4.2
--------------
-Fix issue #102, stop allocating in the ObjectG destructor.

Release: 2.4.1
--------------
-Fix memory leak with gdk.Pixbuf.
-On Windows search for an copy of GTK+ in &lt;exe path&gt;\gtk.

Release: 2.4.0
--------------
- Calling unsupported functions now throws an Error.
- Add a Scoped overload for addOnDraw.
    Since the GC can keep a lot of Contexts alive before a collection cycle
    starts, some memory and GDI/X11 handles arn't released when no longer
    needed.
    The Scoped overload destroys the Context at the end of the call
    releasing there resources.
- Avoid DLL issues on Windows.
    GtkD now searches for the correct copy of Gtk+.
- Add a toArray function to glib.ListG and glib.ListSG.
- Add VTE binding, provided by Deadalnix.
- Remove D1 support.
    There are a few reasons to do this:
    1. All three compilers have discontinued there D1 version.
    2. GtkD with D1 + Tango has been broken for a year now, without any complain
    3. I hope to better support D2 features like const, imutable, nothrow, pure.
- bug fixes.
