GtkSharp/doc/en/Pango
Dan Winship b6d7f14268 * generator/StructBase.cs: update field-generation logic a bit
* generator/CodeGenerator.cs: add a --glue-includes flag

	* generator/GenerationInfo.cs: Accept glue_includes value from
	Main and output it to the glue_filename.

	* generator/FieldBase.cs (Ignored): handle more ignorable cases.
	(CheckGlue): New method to figure out what kind of glue we'll need
	for a field.
	(GenerateImports): generate appropriate imports per CheckGlue.
	(GenerateGlue): Generate C glue for accessing a struct field;
	either a fully-C-based accessor, or a method to just return the
	field's offset in the struct.
	(Generate): Use the generated glue to read the field.

	* generator/PropertyBase.cs (CType): if the field is a single bit,
	set its type to gboolean.

	* generator/ObjectGen.cs (Generate):
	* generator/OpaqueGen.cs (Generate): Call GenFields.

	* generator/StructField.cs: Use FieldBase's glue-generation code
	to handle bitfields. [#54489]

	* generator/ObjectField.cs: Generates accessors for public fields
	of objects and opaque structs. [#69514]

	* generator/ClassBase.cs (ClassBase): Parse <fields> nodes and
	create ObjectField objects.
	(GenFields): Output field properties
	(IgnoreMethod): Ignore Get/Set methods that duplicate fields

	* generator/Makefile.am (sources): update

	* {gdk,gnome,gtk,pango}/*.metadata: Mark some additional fields as
	public. Rename/retype some fields for consistency with earlier
	hand-coded bindings.

	* {gdk,gnome,gtk,pango}/*.custom: Remove custom methods that can
	now be autogenerated.

	* {gdk,gnome,gtk,pango}/glue/*.c: Remove glue methods that can now
	be autogenerated
	
	* {gdk,glade,gnome,gtk,pango,vte}/Makefile.am
	* {gdk,glade,gnome,gtk,pango,vte}/glue/Makefile.am
	* {gdk,gnome,gtk,pango}/glue/makefile.win32: Update

svn path=/trunk/gtk-sharp/; revision=44563
2005-05-16 14:28:55 +00:00
..
Alignment.xml some more Pango stuff 2004-07-13 17:20:13 +00:00
Analysis.xml more pango docs 2004-07-17 18:05:37 +00:00
AttrBackground.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrDataCopyFunc.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
AttrFallback.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrFamily.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrFilterFunc.xml more pango docs 2004-07-17 17:24:02 +00:00
AttrFontDesc.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrForeground.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Attribute.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrIterator.xml more pango docs 2004-07-17 17:24:02 +00:00
AttrLanguage.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrLetterSpacing.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrList.xml more pango docs 2004-07-17 17:24:02 +00:00
AttrRise.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrScale.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrShape.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrSize.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStretch.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStrikethrough.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStrikethroughColor.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStyle.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrType.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
AttrUnderline.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrUnderlineColor.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrVariant.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrWeight.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Color.xml updater whitespace 2004-09-02 14:56:51 +00:00
Context.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
Coverage.xml 2004-08-18 Mike Kestner <mkestner@ximian.com> 2004-08-18 16:08:02 +00:00
CoverageLevel.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
Direction.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
EllipsizeMode.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
EngineLang.xml * updater/updater.cs (Compare): handle BaseType changes 2005-02-15 21:53:03 +00:00
EngineShape.xml * updater/updater.cs (Compare): handle BaseType changes 2005-02-15 21:53:03 +00:00
FcDecoder.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
FcDecoderFindFunc.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
FcFont.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
FcFontMap.xml * generator/Parameters.cs (Parameters.Validate): If the parameters 2005-05-04 11:47:25 +00:00
Font.xml 2004-08-18 Mike Kestner <mkestner@ximian.com> 2004-08-18 16:08:02 +00:00
FontDescription.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
FontFace.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
FontFamily.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
FontMap.xml 2004-08-18 Mike Kestner <mkestner@ximian.com> 2004-08-18 16:08:02 +00:00
FontMask.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
FontMetrics.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
Fontset.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
FontsetForeachFunc.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
FT2FontMap.xml more pango docs 2004-07-17 18:05:37 +00:00
FT2SubstituteFunc.xml more pango docs 2004-07-17 17:24:02 +00:00
Global.xml * generator/GUnicharGen.cs: generatable for gunichar, using 2004-12-20 22:05:21 +00:00
GlyphGeometry.xml more pango docs 2004-07-17 18:05:37 +00:00
GlyphInfo.xml more pango docs 2004-07-17 18:05:37 +00:00
GlyphItem.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
GlyphString.xml * parser/gapi_pp.pl: Don't strip out /*< public >*/ and 2004-12-16 23:22:07 +00:00
GlyphVisAttr.xml * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
IntSet.xml 2004-08-01 Shane Landrum <epicene@pobox.com> 2004-08-02 13:36:06 +00:00
Item.xml more pango docs 2004-07-17 18:05:37 +00:00
Language.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
Layout.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
LayoutIter.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
LayoutLine.xml * updater/updater.cs (Compare): handle BaseType changes 2005-02-15 21:53:03 +00:00
LayoutRun.xml more pango docs 2004-07-17 18:05:37 +00:00
LogAttr.xml * generator/StructBase.cs: update field-generation logic a bit 2005-05-16 14:28:55 +00:00
Matrix.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
Rectangle.xml more pango docs 2004-07-17 18:05:37 +00:00
Renderer.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
RenderPart.xml doc some of the new pango bits 2005-05-07 21:38:08 +00:00
Scale.xml * pango/Scale.cs: rename the size constants to not have 2005-04-04 18:50:50 +00:00
Script.xml 2004-12-22 Mike Kestner <mkestner@novell.com> 2004-12-22 19:12:15 +00:00
ScriptForLang.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
ScriptIter.xml 2004-12-15 John Luke <john.luke@gmail.com> 2004-12-15 20:37:05 +00:00
Stretch.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
Style.xml more pango stuff 2004-07-17 00:03:17 +00:00
TabAlign.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
TabArray.xml 2004-08-18 Mike Kestner <mkestner@ximian.com> 2004-08-18 16:08:02 +00:00
TODO 2004-03-05 Hector Gomez M <hectorgm@ciencias.unam.mx> 2004-03-05 13:40:13 +00:00
Underline.xml updater run for 2.4 api. 2004-11-05 19:05:29 +00:00
Units.xml 2005-05-11 Mike Kestner <mkestner@novell.com> 2005-05-11 20:27:00 +00:00
Variant.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
Weight.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
Win32FontCache.xml 2004-08-01 Shane Landrum <epicene@pobox.com> 2004-08-02 13:36:06 +00:00
WrapMode.xml 2004-06-24 Mike Kestner <mkestner@ximian.com> 2004-06-24 16:16:19 +00:00
Xft.xml 2005-04-21 Mike Kestner <mkestner@novell.com> 2005-04-21 17:10:54 +00:00
XftRenderer.xml add some automatic docs for the new stuff 2005-04-22 17:20:16 +00:00