Mike Kestner
c1440d52d1
2004-06-10 Mike Kestner <mkestner@ximian.com>
...
* configure.in : AC_SUBST GACUTIL_FLAGS. require mono-0.95 (though
it's really cvs bleeding edge.)
* * AssemblyInfo.cs.in : s/pub/snk. delaysign=no.
* * Makefile.am : s/pub/snk. portability fixes to csc from John
Luke. Switch to GACUTIL_FLAGS.
* doc/Makefile.am : don't build docs, install raw xml to the prefix.
svn path=/trunk/gtk-sharp/; revision=29227
2004-06-10 19:45:20 +00:00
Todd Berman
e525e9bd55
2004-06-10 Todd Berman <tberman@sevenl.net>
...
* gtk/Container.custom: add C# glue for virtualizing ChildType ()
* gtk/glue/container.c: add C glue for virtualizing ChildType ()
* gtk/Gtk.metadata: hide Container.ChildType ()
* gtk/Widget.custom: Add ClearFlag, and SetFlag convenience methods.
Also add various IsFlag bool properties for checking for flags.
* gtk/glue/widget.c: Fix setting flags.
* doc/*: updated Widget docs.
svn path=/trunk/gtk-sharp/; revision=29217
2004-06-10 18:37:05 +00:00
Todd Berman
32116e27c7
2004-06-09 Todd Berman <tberman@sevenl.net>
...
* gdk/Gdk.metadata: mark Window.SetBackPixmap as null_ok.
* glib/Object.cs: in set_Raw, if value == IntPtr.Zero, dont put that
in the weakref hashtable, as it creates later issues with gtk+
returning null and gtk# mistaking if for an object.
svn path=/trunk/gtk-sharp/; revision=29126
2004-06-09 17:53:05 +00:00
Mike Kestner
e087174d5d
2004-06-08 Mike Kestner <mkestner@ximian.com>
...
* gnomedb/Application.cs : add a missing DllImport.
svn path=/trunk/gtk-sharp/; revision=29059
2004-06-08 19:47:46 +00:00
Duncan Mak
4e4c120bf6
Add gtk-sharp.snk
...
svn path=/trunk/gtk-sharp/; revision=29047
2004-06-08 17:32:50 +00:00
Mike Kestner
9a53d28203
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : run updater to fix Rgb method sigs. And LayoutLine.
svn path=/trunk/gtk-sharp/; revision=29028
2004-06-08 11:28:43 +00:00
Mike Kestner
11acded2fa
2004-06-08 Mike Kestner <mkestner@ximian.com>
...
* gdk/Gdk.metadata : mark array param on Drawable.*Image.
svn path=/trunk/gtk-sharp/; revision=29027
2004-06-08 11:22:41 +00:00
Mike Kestner
d8c70397fe
2004-06-08 Mike Kestner <mkestner@ximian.com>
...
* gdk/Gdk.metadata : mark array param on Drawable.DrawGrayImage.
svn path=/trunk/gtk-sharp/; revision=29026
2004-06-08 11:09:49 +00:00
Mike Kestner
8520053aa8
2004-06-07 Mike Kestner <mkestner@ximian.com>
...
* */Makefile.am : s|--unsafe|/unsafe to remove a mcs-ism that jluke
exposed in his cygwin build patch.
svn path=/trunk/gtk-sharp/; revision=28991
2004-06-07 21:54:31 +00:00
Jeroen Zwartepoorte
fe4a530155
2004-06-07 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* configure.in: Add pango pkg-config check.
* pango/Layout.custom: Updated custom code to new opaque LayoutLine.
* pango/LayoutLine.custom: Properties for LayoutLine struct fields.
* pango/Makefile.am:
* pango/Pango.metadata: Make LayoutLine opaque [Fixes #59666 ].
* pango/glue/.cvsignore:
* pango/glue/Makefile.am:
* pango/glue/layoutline.c: glue for the LayoutLine struct fields.
* pango/glue/makefile.win32:
* pango/glue/win32dll.c:
svn path=/trunk/gtk-sharp/; revision=28982
2004-06-07 18:59:16 +00:00
Todd Berman
9698c4d2f9
2004-06-07 Todd Berman <tberman@sevenl.net>
...
* gtk/Widget.custom: expose some easy bool properties for checking
certain WidgetFlags. Make Allocation a settable property.
* gtk/glue/widget.c: bit of glue to make Allocation settable.
* gdk/Window.custom: expose UserData as a usable IntPtr property.
* gdk/Gdk.metadata: hide old GetUserData/SetUserData methods.
* doc/*: ran the updater.
svn path=/trunk/gtk-sharp/; revision=28974
2004-06-07 17:14:35 +00:00
Jeroen Zwartepoorte
1aaac84322
2004-06-07 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gtk/Widget.custom: Add FocusLineWidth property.
* gtk/glue/widget.c: (gtksharp_gtk_widget_set_flags),
(gtksharp_gtk_widget_style_get_int): glue for getting an integer style
property.
svn path=/trunk/gtk-sharp/; revision=28967
2004-06-07 14:26:08 +00:00
Mike Kestner
74ed834c59
2004-06-07 John Luke <jluke@cfl.rr.com>
...
* doc/Makefile.am: install the docs if monodoc is there
svn path=/trunk/gtk-sharp/; revision=28963
2004-06-07 13:50:58 +00:00
Peter Williams
0ddadd5dae
Fix missing 'test' in shell if statement.
...
svn path=/trunk/gtk-sharp/; revision=28947
2004-06-07 06:20:29 +00:00
Todd Berman
01e3962bc8
2004-06-04 Todd Berman <tberman@sevenl.net>
...
* glib/Object.cs: ConnectDefaultHandlers needs to look at public api
as well for virtual methods.
* gtk/CellRenderer.custom:
* gtk/Container.custom:
* gnome/CanvasItem.custom: Add DefaultSignalHandler to remove the need
for the static ctor.
svn path=/trunk/gtk-sharp/; revision=28851
2004-06-05 01:01:07 +00:00
Todd Berman
12bc3b0550
2004-06-04 Todd Berman <tberman@sevenl.net>
...
* gnome/CanvasItem.custom: Changed from OnXXX vmethods to XXX vmethods
* gnome/CanvasProxy.cs: removed, unused code
* gnome/GtkSharp.BoundsHandler.cs: removed
* gnome/GtkSharp.DrawHandler.cs: removed
* gnome/GtkSharp.PointHandler.cs: removed
* gnome/GtkSharp.RenderHandler.cs: removed
* gnome/GtkSharp.UpdateHandler.cs: removed
* gnome/Makefile.am: updated to reflect removing of old files.
* gtk/CellRenderer.custom: Changed from OnXXX vmethods to XXX vmethods,
and added StartEditing vmethod
* gtk/Container.custom: Changed from OnForall to ForAll
* gtk/Gtk.metadata: hide CellRenderer.GetSize and StartEditing
* gtk/glue/cellrenderer.c: new glue for CellRenderer.StartEditing
override.
* sample/CustomCellRenderer.cs: updated signatures to reflect new
code.
svn path=/trunk/gtk-sharp/; revision=28815
2004-06-04 04:55:48 +00:00
Vladimir Vukicevic
73a0c307bd
2004-06-02 Vladimir Vukicevic <vladimir@pobox.com>
...
* gdk/Pixbuf.custom : Pixels prop isn't unsafe
svn path=/trunk/gtk-sharp/; revision=28812
2004-06-04 04:13:49 +00:00
Mike Kestner
4cc4140ea5
2004-06-02 Mike Kestner <mkestner@ximian.com>
...
* generator/Field.cs : add field hiding, for manual impl.
* generator/StructBase.cs : support disable_new, for manual impl.
svn path=/trunk/gtk-sharp/; revision=28715
2004-06-02 20:28:42 +00:00
Miguel de Icaza
c06d83388c
Dont create the font on a loop
...
svn path=/trunk/gtk-sharp/; revision=28714
2004-06-02 19:32:56 +00:00
Jeroen Zwartepoorte
03df165143
2004-06-01 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* sample/CustomWidget.cs: Add custom widget sample.
* sample/Makefile.am: Idem.
svn path=/trunk/gtk-sharp/; revision=28649
2004-06-01 18:31:20 +00:00
Mike Kestner
070eb3cc64
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : run updater to add new protected ctor () 's.
svn path=/trunk/gtk-sharp/; revision=28646
2004-06-01 18:05:26 +00:00
Mike Kestner
77d1b452f5
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* generator/ObjectGen.cs : generate protected ctor () for all
GLib.Objects that don't have any ctors.
* gtk/CellRenderer.custom : remove ctor ().
* gtkhtml/Gtk.metadata : add a disable_void_ctor rule for HTML.
svn path=/trunk/gtk-sharp/; revision=28645
2004-06-01 18:00:09 +00:00
Mike Kestner
ac5e091b8c
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : mark SizeRequest requisition as out, not ref.
[Fixes #59388 ]
2004-06-01 Mike Kestner <mkestner@ximian.com>
* en/Gtk/Widget.xml : move existing docs to new method sig.
svn path=/trunk/gtk-sharp/; revision=28629
2004-06-01 15:28:22 +00:00
Mike Kestner
598396892f
bump version for cvs
...
svn path=/trunk/gtk-sharp/; revision=28580
2004-05-31 18:49:31 +00:00
Mike Kestner
369a588e93
2004-05-31 Mike Kestner <mkestner@ximian.com>
...
* configure.in : Bump version to 0.93 and tag.
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* gtk/Gtk.metadata: unhide WidgetFlags.
* gtk/Widget.custom: add setter for GdkWindow prop. Add Flags prop.
* gtk/glue/widget.custom: setter for window, accessors for flags.
[Fixes #59337 ]
svn path=/trunk/gtk-sharp/; revision=28578
2004-05-31 18:48:25 +00:00
Mike Kestner
c4547468d8
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gdk/Gdk.metadata: fix membler names in WindowClass.
[Fixes #59336 ]
2004-05-31 Mike Kestner <mkestner@ximian.com>
* en/Gdk/WindowClass.xml : move existing docs to new member names.
svn path=/trunk/gtk-sharp/; revision=28563
2004-05-31 17:04:48 +00:00
Mike Kestner
da1e556ee2
2004-05-31 Mike Kestner <mkestner@ximian.com>
...
* en/Gdk/Rectangle.xml : docs for newly changed Isect and Union.
svn path=/trunk/gtk-sharp/; revision=28559
2004-05-31 16:52:11 +00:00
Mike Kestner
9b90180daa
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gdk/Gdk.metadata: mark dest rects as out for Isect and Union.
[Fixes #59341 ]
svn path=/trunk/gtk-sharp/; revision=28556
2004-05-31 16:35:43 +00:00
Mike Kestner
14168176c2
2004-05-29 Mike Kestner <mkestner@ximian.com>
...
* gnome/CanvasItem.custom : for OnUpdate, Art.SVP can be NULL
so treat it as an IntPtr with Zero checks and manual marshaling.
svn path=/trunk/gtk-sharp/; revision=28442
2004-05-29 15:32:34 +00:00
Vladimir Vukicevic
2969801044
* gtk/CellRenderer.custom: fix GetSize_cb, cell_area can be NULL
...
coming from Gtk (so can't use ref Gdk.Rectangle, have to use
IntPtr)
svn path=/trunk/gtk-sharp/; revision=28424
2004-05-29 03:09:47 +00:00
Miguel de Icaza
f68162fb3c
2004-05-28 Miguel de Icaza <miguel@ximian.com>
...
* Added System.Drawing samples.
svn path=/trunk/gtk-sharp/; revision=28397
2004-05-28 21:45:05 +00:00
Mike Kestner
68e25828ad
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump for next version, tagged 0.92.
plus put back miguel's change post tag.
svn path=/trunk/gtk-sharp/; revision=28394
2004-05-28 21:14:30 +00:00
Mike Kestner
f03c504c02
bump version and temporarily revert miguel's last configure.in change
...
so I can tag 0.92.
svn path=/trunk/gtk-sharp/; revision=28392
2004-05-28 21:06:48 +00:00
Miguel de Icaza
f7238332c1
Add .config for sample
...
svn path=/trunk/gtk-sharp/; revision=28387
2004-05-28 19:45:34 +00:00
Miguel de Icaza
5ad44d8a59
Improve
...
svn path=/trunk/gtk-sharp/; revision=28386
2004-05-28 19:45:22 +00:00
Miguel de Icaza
ebff0837aa
Add some lovin'
...
svn path=/trunk/gtk-sharp/; revision=28385
2004-05-28 19:38:23 +00:00
Miguel de Icaza
977c36bd98
Add samples that use System.Drawing
...
svn path=/trunk/gtk-sharp/; revision=28384
2004-05-28 19:19:04 +00:00
Mike Kestner
bc3ad7a1bd
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* Makefile.am : fix disthook
* en/*Sharp.xml : kill
* en/* : run updater again for the TreeModel API change.
svn path=/trunk/gtk-sharp/; revision=28372
2004-05-28 18:09:36 +00:00
Mike Kestner
637e8589e8
2004-05-28 Vladimir Vukicevic <vladimir@pobox.com
...
* gtk/Gtk.metadata : s/out/ref on TreeModel.NextIter.
svn path=/trunk/gtk-sharp/; revision=28369
2004-05-28 17:47:43 +00:00
Mike Kestner
785ddede52
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* en/* : put back all the real docs the updater tossed.
svn path=/trunk/gtk-sharp/; revision=28367
2004-05-28 17:31:16 +00:00
Mike Kestner
73632b2747
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* generator/ObjectGen.cs : adjust to ObjectManager ns change.
* glib/ManagedValue.cs : move to GLib and internalize.
* glib/Object.cs : adjust to ObjectManager ns change.
* glib/ObjectManager.cs : move to GLib.
* glib/TypeConverter.cs : move to GLib. return ManagedValue.GType
when we can't match a type instead of GType.None.
* gtk/*.custom: adjust for new TypeConverter ns and behavior.
2004-05-28 Mike Kestner <mkestner@ximian.com>
* en/* : run updater. fix a few *Sharp copy/pastisms.
svn path=/trunk/gtk-sharp/; revision=28362
2004-05-28 16:59:21 +00:00
Mike Kestner
71d07af98a
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* gtk/Makefile.am : add new custom.
* gtk/Settings.custom: add props for unparsed API.
svn path=/trunk/gtk-sharp/; revision=28350
2004-05-28 15:05:36 +00:00
Mike Kestner
581dbea8ec
2004-05-27 Mike Kestner <mkestner@ximian.com>
...
* en/* : run updater
svn path=/trunk/gtk-sharp/; revision=28301
2004-05-27 19:02:19 +00:00
Mike Kestner
2eada8c950
2004-05-27 Mike Kestner <mkestner@ximian.com>
...
* glib/Object.cs: mark GType property public.
svn path=/trunk/gtk-sharp/; revision=28286
2004-05-27 16:35:21 +00:00
Jeroen Zwartepoorte
fd3c3b56d6
2004-05-27 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gtk/Gtk.metadata: Hide the GtkCtree class (old gtk+ 1.x junk).
svn path=/trunk/gtk-sharp/; revision=28280
2004-05-27 15:58:15 +00:00
Mike Kestner
6c25e8c608
2004-05-25 Mike Kestner <mkestner@ximian.com>
...
* gtkhtml/Gtk.metadata : hide Gtk.HTML the ctors.
* gtkhtml/HTML.custom : new manual impl for ctors.
* gtkhtml/Makefile.am : add new custom
[Fixes #59148 ]
2004-05-25 Mike Kestner <mkestner@ximian.com>
* */Makefile.am : rm -f generated/* in case it doesn't exist yet.
svn path=/trunk/gtk-sharp/; revision=28214
2004-05-27 02:06:05 +00:00
Mike Kestner
db317dd185
2004-05-25 Dan Winship <danw@ximian.com>
...
* gtk/Gtk.metadata : mark a ref param in SizeRequested
svn path=/trunk/gtk-sharp/; revision=28194
2004-05-26 19:49:43 +00:00
Mike Kestner
7ab2b0d6b9
2004-05-25 Mike Kestner <mkestner@ximian.com>
...
* */Makefile.am : rm generated/* in generated-stamp target.
svn path=/trunk/gtk-sharp/; revision=28191
2004-05-26 19:44:25 +00:00
Mike Kestner
80cc52bd47
kill the cvsignore too.
...
svn path=/trunk/gtk-sharp/; revision=28087
2004-05-25 21:29:12 +00:00
Mike Kestner
7a518421ab
2004-05-25 Mike Kestner <mkestner@ximian.com>
...
* configure.in : don't expand the GAPI Makefile.
* parser/Makefile.am : remove SUBDIRS.
* parser/gapi2xml.pl : remove GAPI::Metadata usage.
* parser/GAPI/* : kill. long live gapi-fixup.
svn path=/trunk/gtk-sharp/; revision=28085
2004-05-25 21:27:41 +00:00