2008-09-23 Mike Gorse * atk/Makefile.am: add atk/atk.h to glue_includes. * atk/glue/Makefile.am: Compile atk/glue/generated.c. 2008-09-23 Andrés G. Aragoneses Fixes BNC#384475. * atk/Object.custom: Provide a new overload that receives an enum instead of an ulong, for a friendlier managed API. 2008-09-18 Mike Kestner * bootstrap-2.12: bump svn version. * generator/Signal.cs: add a workaround for G_TYPE_POINTER usage in the GtkEditable::text_inserted signal. The signal parameter received by the closure will be an IntPtr, which we then have to use to read/write the value directly from unmanaged memory. [Fixes #427588] 2008-09-18 Mike Kestner * generator/LPGen.cs: remove WIN64LONGS hackery. * generator/LPUGen.cs: remove WIN64LONGS hackery. * generator/SymbolTable.cs: for WIN64LONGS, map them directly to (u)int SimpleGens instead of using the LP generatables. 2008-09-16 Jeffrey Stedfast * generator/Property.cs (IsDeprecated): Allow "1" or "true". * generator/Method.cs (.ctor): Allow "1" or "true". * generator/ClassBase.cs: Allow a value of "true" to work the same as "1" for the deprecated and abstract attributes. * generator/ObjectGen.cs (Generate): Remove the extra generated space if the class isn't abstract. 2008-09-12 Zoltan Varga * glib/GType.cs (FindTypeInReferences): Put a try-catch around the assembly loading as failure to load a referenced assembly is not really an error. 2008-09-12 Mike Gorse * atk/Object.custom, atk/glue/object.c: Support GetIndexInParent.