Ryujinx-GtkSharp/pango
Mike Kestner 09c61ee026 2005-05-04 Mike Kestner <mkestner@novell.com>
* autogen.sh : error out with bootstrap help message.
	* bootstrap : replaces autogen.sh for the 2.5.x release line.
	* bootstrap-2.4 : replaces autogen.sh for the 1.9.x release line.
	* configure.in.in : renamed from configure.in and added substitution
	for version, dependencies, CFLAGS and CSFLAGS.
	* README : bootstrap docs
	* */*-api.raw : moved to api-2.6.raw for bootstrapping.
	* */*-api-2.4.raw : added 2.4 api files for bootstrapping.
	* */glue/Makefile.am : add GTK_SHARP_VERSION_CFLAGS.
	* pango/Attribute.cs : add a #if GTK_SHARP_2_6 block.
	* pango/glue/attribute.c : add a couple #ifdef GTK_SHARP_2_6 blocks.
	* sample/GtkDemo/* : make the 2.6 demos conditional.

svn path=/trunk/gtk-sharp/; revision=44047
2005-05-04 20:53:02 +00:00
..
glue 2005-05-04 Mike Kestner <mkestner@novell.com> 2005-05-04 20:53:02 +00:00
AttrBackground.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrFallback.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrFamily.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrFontDesc.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrForeground.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Attribute.cs 2005-05-04 Mike Kestner <mkestner@novell.com> 2005-05-04 20:53:02 +00:00
AttrIterator.custom * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrLanguage.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrLetterSpacing.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrRise.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrScale.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrShape.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrSize.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStretch.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStrikethrough.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStrikethroughColor.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrStyle.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrUnderline.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrUnderlineColor.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrVariant.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
AttrWeight.cs * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Context.custom 2004-08-17 Mike Kestner <mkestner@ximian.com> 2004-08-17 20:43:49 +00:00
Coverage.custom 2004-08-17 Mike Kestner <mkestner@ximian.com> 2004-08-17 20:43:49 +00:00
FontFamily.custom 2004-08-17 Mike Kestner <mkestner@ximian.com> 2004-08-17 20:43:49 +00:00
FontMap.custom 2004-08-17 Mike Kestner <mkestner@ximian.com> 2004-08-17 20:43:49 +00:00
Global.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
GlyphItem.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
Layout.custom 2005-03-09 Mike Kestner <mkestner@novell.com> 2005-03-09 20:32:24 +00:00
LayoutLine.custom * gdk/EventClient.cs (gtksharp_gdk_event_client_get_time): 2005-04-21 15:12:12 +00:00
Makefile.am * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
makefile.win32 2005-03-25 Mike Kestner <mkestner@novell.com> 2005-03-25 18:31:10 +00:00
pango-api-2.4.raw 2005-05-04 Mike Kestner <mkestner@novell.com> 2005-05-04 20:53:02 +00:00
pango-api-2.6.raw 2005-05-04 Mike Kestner <mkestner@novell.com> 2005-05-04 20:53:02 +00:00
pango-sharp.dll.config.in merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
pango-symbols.xml * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Pango.metadata * pango/Attribute.cs: Base class for Pango attributes, a la 2005-04-24 22:35:43 +00:00
Scale.cs * pango/Scale.cs: rename the size constants to not have 2005-04-04 18:50:50 +00:00
TabArray.custom 2004-08-17 Mike Kestner <mkestner@ximian.com> 2004-08-17 20:43:49 +00:00