Ryujinx-GtkSharp/glue
Rachel Hestilow e9d1e0b6dc 2002-08-19 Rachel Hestilow <hestilow@ximian.com>
* art/Makefile.in (clean): Change to avoid bugging out on generated/CVS.

	* glib/ObjectManager.cs: Added. Used to be auto-generated, but
	now it can infer names, and relies on per-namespace ObjectManager
	classes to inform it of oddly-named classes.

	* generator/IGeneratable.cs, GenBase.cs: New "DoGenerate" property.
	* generator/*Gen.cs: Honor DoGenerate.
	* generator/CodeGenerator.cs: Support including dependency files
	which will not be generated.
	* generator/ObjectGen.cs: Generate mapping file per-namespace, as one
	that calls back to the one in glib. Only generate if the name does
	not follow the normal conventions, otherwise, GtkSharp.ObjectManager
	can infer the name.
	* generator/Parser.cs: Accept 'generate' flag to pass on to the
	IGeneratables. Parse a new toplevel element, "symbol", which adds
	a type to the SymbolTable (instead of hard-coding it).
	* generator/SignalHandler.cs: Do not optimize signal handler creation,
   instead creating them in their own namespaces. Do not generate
	if the calling Signal told us not to.
	* generator/Signal.cs: Do not generate handlers if container's DoGenerate
	is false. Adjust to the marshaller name being in a sub-namespace.
	* generator/SymbolTable.cs (AddSimpleType, AddManualType): Used
	to add simple and manually wrapped types at runtime instead of
	compile-time.
	(FromNative): Remove hard-coded cases for manually wrapped types, use
	a generic case instead.

	* api: Added. Move api files and generation targets here.
	* source: Added. Move source parsing here.

	* generator/makefile: Move actual generation to api/.
	* glib/Makefile.in: Remove generated/* target.
	* glue/Makefile.am: Fix to include canvas-marshal. Move canvas stuff
	to GNOME target.

	* gnome/CanvasProxy.cs: Update to work with SignalHandlers being
	namespace-specific.

	* parser/Metadata.pm: Moved to GAPI/Metadata.pm, renamed, etc.
	* parser/gapi2xml.pl: Use GAPI::Metadata.
	* parser/makefile: Install scripts, remove source parse build target.
	Rename formatXML to gapi_format_xml.

svn path=/trunk/gtk-sharp/; revision=6818
2002-08-20 19:56:18 +00:00
..
.cvsignore 2002-04-25 Mike Kestner <mkestner@speakeasy.net> 2002-04-25 09:17:54 +00:00
adjustment.c 2002-08-11 Miguel de Icaza <miguel@ximian.com> 2002-08-11 22:48:00 +00:00
canvas-proxy-marshal.c 2002-08-17 Duncan Mak <duncan@ximian.com> 2002-08-17 10:38:17 +00:00
canvas-proxy-marshal.h 2002-08-17 Duncan Mak <duncan@ximian.com> 2002-08-17 10:38:17 +00:00
canvas-proxy-marshal.list 2002-08-17 Duncan Mak <duncan@ximian.com> 2002-08-17 10:38:17 +00:00
canvas-proxy.c 2002-08-17 Duncan Mak <duncan@ximian.com> 2002-08-17 10:38:17 +00:00
canvas-proxy.h 2002-08-17 Duncan Mak <duncan@ximian.com> 2002-08-16 17:14:53 +00:00
canvasitem.c 2002-08-06 Duncan Mak <duncan@ximian.com> 2002-08-06 16:01:15 +00:00
canvaspoints.c 2002-08-12 Rachel Hestilow <hestilow@ximian.com> 2002-08-12 19:14:44 +00:00
colorseldialog.c 2002-07-11 Duncan Mak <duncan@ximian.com> 2002-07-11 13:18:36 +00:00
dialog.c 2002-07-11 Duncan Mak <duncan@ximian.com> 2002-07-11 13:18:36 +00:00
error.c 2002-06-20 Mike Kestner <mkestner@speakeasy.net> 2002-06-20 01:45:13 +00:00
event.c 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
fileselection.c 2002-06-24 Duncan Mak <duncan@ximian.com> 2002-06-24 20:38:48 +00:00
gladexml.c 2002-08-12 Rachel Hestilow <hestilow@ximian.com> 2002-08-12 19:14:44 +00:00
Makefile.am 2002-08-19 Rachel Hestilow <hestilow@ximian.com> 2002-08-20 19:56:18 +00:00
paned.c 2002-07-19 Duncan Mak <duncan@ximian.com> 2002-07-19 07:54:33 +00:00
program.c 2002-07-06 Rachel Hestilow <hestilow@ximian.com> 2002-07-06 20:57:50 +00:00
slist.c 2002-06-26 Rachel Hestilow <hestilow@ximian.com> 2002-06-26 08:36:05 +00:00
style.c 2002-08-03 Rachel Hestilow <hestilow@ximian.com> 2002-08-03 22:24:37 +00:00
type.c 2002-08-07 Mike Kestner <mkestner@speakeasy.net> 2002-08-08 04:48:41 +00:00
value.c 2002-06-05 Mike Kestner <mkestner@speakeasy.net> 2002-06-05 21:59:10 +00:00
widget.c 2002-08-03 Rachel Hestilow <hestilow@ximian.com> 2002-08-03 22:24:37 +00:00