2009-05-12 Mike Kestner * gtk/Application.cs: add the theme initialization workaround for windows. Hopefully we can find a better solution that doesn't involve loading SWF. [Fixes #471682] 2009-05-06 Mike Kestner * gtk/TargetList.custom: fix intptr indexing in cast. 2009-05-05 Mike Kestner * glib/GType.cs: ensure threading is initialized in cctor. * gtk/Application.cs: ditto. 2009-04-27 Mike Kestner * gtk-sharp-2.0.wxs.in: add an InstallFolder key. [Fixes #498298] 2009-04-23 Mike Kestner * gtk/TargetList.custom: use gtk_target_table_new_from_list to implement the TargetEntry[] cast to avoid crashes on win32. This can only be backported to 2.10 if necessary. 2009-04-09 Mike Kestner * glib/ListBase.cs: fix g_object_unref dllimport lib. [Fixes #493128] 2009-03-28 Christian Hoff * gtk/TextBuffer.custom: Use the right overload of Marshal.Copy [Fixes #480010] 2009-02-06 Christian Hoff * gtk/Gtk.metadata: Fix TreeModel.EmitRowsReordered signature 2009-02-02 Mike Kestner * gtk-sharp-2.0-wxs.in: switch the VS assembly reference registry magic to HKLM/SOFTWARE/Microsoft/.NetFramework/AssemblyFolders. Add a single key there to get all versions of VS.