Gonzalo Paniagua Javier
fa6e709bbb
2003-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* sample/Scribble.cs: patch from Philip Van Hoof
<spamfrommailing@freax.org> taht fixes compilation.
svn path=/trunk/gtk-sharp/; revision=14066
2003-04-28 12:41:35 +00:00
Miguel de Icaza
215133d780
2003-03-15 Miguel de Icaza <miguel@ximian.com>
...
* sample: Update samples to new Glade.Widget.
* glade/WidgetAttribute.cs: Moved the old GladeWidgetattribute
here. Now its called `Glade.WidgetAttribute'.
* glade/GladeWidgetAttribute.cs: Removed
* glib/Idle.cs: Do not allow Idle class to be instantiated.
svn path=/trunk/gtk-sharp/; revision=12554
2003-03-15 21:02:25 +00:00
Duncan Mak
ef43b59a1f
Make it compile.
...
svn path=/trunk/gtk-sharp/; revision=8851
2002-11-06 05:44:49 +00:00
Martin Baulig
f058a1b5f8
2002-09-16 Martin Baulig <martin@gnome.org>
...
* gnome/Modules.cs (Module): Make this class public.
* sample/CanvasExample.cs: Insert a missing `break' in a switch
section to make this compile.
* sample/Scribble.cs: Added missing casts from EventMask to int.
svn path=/trunk/gtk-sharp/; revision=7493
2002-09-16 11:12:01 +00:00
Mike Kestner
71b46ecd41
2002-08-03 Mike Kestner <mkestner@speakeasy.net>
...
* generator/Method.cs : Added IsGetter, IsSetter, ReturnType. Made
GenerateImport, GenerateBody public.
* generator/Parameters.cs : Added Parameter::MarshalType
* generator/Property.cs : Added logic to use methods instead of text
properties wherever possible.
svn path=/trunk/gtk-sharp/; revision=6391
2002-08-04 04:23:13 +00:00
Rachel Hestilow
54838fec29
2002-08-03 Rachel Hestilow <hestilow@ximian.com>
...
* generator/Method.cs: Support libname overrides. Call parms.Finish.
* generator/Parameters.cs: New method parms.Finish. Generate a temporary
holder variable for enum out parameters.
* generator/Property.cs: Pass a boolean to EnumWrapper indicating.
if these are flags.
* generator/StructBase.cs: Disable array marshalling (it is
broken in mono.)
* generator/SymbolTable.cs: Add methods IsEnumFlags.
* glib/EnumWrapper.cs: New bool "flags".
* glib/Value.cs: Call flags variant on GValue for enum props, if needed.
* glue/Makefile.am, glue/style.c, glue/widget.c: Add widget
and style field accessor methods.
* gtk/Style.custom, Widget.custom: Added.
* parser/README: Update requirements (needed for pixbuf drawable hack)
* parser/Gdk.metadata: Fix library for pixbuf methods in gdk.
Add Window.GetPointer "out" parameters.
* parser/gapi2xml.pl: Remap gdk_draw_* methods to Drawable.
* sample/Makefile.in: Add size and scribble samples.
* sample/Scribble.cs: Added.
svn path=/trunk/gtk-sharp/; revision=6387
2002-08-03 22:24:37 +00:00