Ryujinx-GtkSharp/generator
Rachel Hestilow fb1256d2f3 2002-07-13 Rachel Hestilow <hestilow@ximian.com>
* parser/Gnome.metadata, Gtk.metadata: More conflict
	fixes.
	* parser/build.pl: Fully qualify all lib names. (Gtk+ packages
	are now LFS-compliant in Debian...)
	* parser/gapi2xml.pl: Fix for whitespace in fields, defines,
	and docs.

	* generator/BoxedGen.cs: Remove extraneous CallByName definition,
	add "override" keyword to FromNative.
	(Generate): Generate methods after fields.
	* generator/ClassBase.cs: Change CallByName, FromNative to virtual.
	(.ctor): Ignore "hidden" nodes. Set container on signal.
	(GenSignals, GenMethods): Add "implementor" argument for interface
	use.
	(Get(Method|Signal|Property)Recursively): Rework to correctly
	recurse interfaces.
	(Implements): Added.
	* generator/Ctor.cs (Initialize): Move clash initialization completely
	out of Generate, so we can check for collisions.
	* generator/Method.cs (GenerateDeclCommon): Check for duplicates,
	for "new" keyword.
	(Generate): Add "implementor" argument.
	* generator/ObjectGen.cs (Generate): Initialize ctor clashes on
	this and all parents, before generating.
	(Ctors, InitializeCtors): Added.
	* generator/Signal.cs: Store the container_type, check for
	collisions.
	* generator/StructGen.cs: Add "override" keyword to overriden methods.

	* gtk/FileSelection.custom (ActionArea): Add "new" keyword.

svn path=/trunk/gtk-sharp/; revision=5782
2002-07-13 20:31:23 +00:00
..
.cvsignore 2002-06-21 Mike Kestner <mkestner@speakeasy.net> 2002-06-21 12:29:04 +00:00
BoxedGen.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
CallbackGen.cs 2002-06-21 Mike Kestner <mkestner@speakeasy.net> 2002-06-21 20:25:43 +00:00
ClassBase.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
CodeGenerator.cs refactoring to remove substantial code duplication thoughout the generator 2002-05-23 23:43:25 +00:00
Ctor.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
EnumGen.cs 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 13:10:48 +00:00
GenBase.cs 2002-06-21 Mike Kestner <mkestner@speakeasy.net> 2002-06-21 20:25:43 +00:00
gtkapi.xml 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
IGeneratable.cs refactoring to remove substantial code duplication thoughout the generator 2002-05-23 23:43:25 +00:00
InterfaceGen.cs 2002-06-24 Rachel Hestilow <hestilow@ximian.com> 2002-06-24 22:04:10 +00:00
makefile 2002-05-07 Mike Kestner <mkestner@speakeasy.net> 2002-05-08 00:29:51 +00:00
makefile.win32 2002-06-22 Mike Kestner <mkestner@speakeasy.net> 2002-06-22 22:12:51 +00:00
Method.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
ObjectGen.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
Parameters.cs 2002-07-06 Rachel Hestilow <hestilow@ximian.com> 2002-07-06 20:57:50 +00:00
Parser.cs 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 13:10:48 +00:00
Property.cs 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
Signal.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
SignalHandler.cs 2002-07-09 Mike Kestner <mkestner@speakeasy.net> 2002-07-10 03:09:39 +00:00
Statistics.cs 2002-02-19 Mike Kestner <mkestner@speakeasy.net> 2002-02-19 03:12:47 +00:00
StructBase.cs 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 13:10:48 +00:00
StructGen.cs 2002-07-13 Rachel Hestilow <hestilow@ximian.com> 2002-07-13 20:31:23 +00:00
SymbolTable.cs 2002-07-01 Rachel Hestilow <hestilow@ximian.com> 2002-07-02 03:35:07 +00:00