Mike Kestner
91d63cee7a
updates to latest monodocer -pretty
...
svn path=/trunk/gtk-sharp/; revision=71149
2007-01-16 16:18:05 +00:00
Miguel de Icaza
5f03bf3366
Patch from nmarshall23@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=66665
2006-10-13 22:03:29 +00:00
Miguel de Icaza
8cceacfe9d
Patch from nanananini@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=64499
2006-08-28 21:37:51 +00:00
Mike Kestner
4efaf8c3dc
start of the docs for Gtk namespace new API on existing types
...
svn path=/trunk/gtk-sharp/; revision=63375
2006-08-04 23:13:09 +00:00
Mike Kestner
f2774d7879
obnoxiously large assembly version update
...
svn path=/trunk/gtk-sharp/; revision=63369
2006-08-04 19:43:19 +00:00
Miguel de Icaza
5955889f15
Patch from vrrivaro@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=59974
2006-04-27 14:09:58 +00:00
Mike Kestner
0e47e78f96
update docs to 2.8 API and document all new members
...
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00
Miguel de Icaza
9af713e759
Revert mistake
...
svn path=/trunk/gtk-sharp/; revision=49389
2005-09-03 04:11:38 +00:00
Miguel de Icaza
2af1e82dfd
Update docs
...
svn path=/trunk/gtk-sharp/; revision=49381
2005-09-02 22:55:48 +00:00
Mike Kestner
a4a90e0797
2005-08-23 Mike Kestner <mkestner@novell.com>
...
* parser/gapi2xml.pl : handle foo const * fields.
* gnome/gnome-api-2.10.raw : regen.
svn path=/trunk/gtk-sharp/; revision=48745
2005-08-23 17:02:47 +00:00
Mike Kestner
a0912263e2
2005-06-28 Mike Kestner <mkestner@novell.com>
...
* gtk/ComboBox.custom : add ctor (string[]).
* gtk/ComboBoxEntry.custom : add ctor (string[]).
* sample/test/TestComboBox.cs : simple new ComboBox tester.
* sample/test/WidgetViewer.cs : button for simple new ComboBox tester.
svn path=/trunk/gtk-sharp/; revision=46657
2005-06-28 16:35:36 +00:00
Mike Kestner
ab07fa8056
updates to assembly version elements
...
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00
Mike Kestner
94bc7b432e
2005-06-16 Mike Kestner <mkestner@novell.com>
...
* en/*/*.xml : run the versionator to add since elements for 2.6.
svn path=/trunk/gtk-sharp/; revision=46101
2005-06-16 19:27:40 +00:00
Mike Kestner
b939f1f390
2005-06-16 Mike Kestner <mkestner@novell.com>
...
* en/*/*.xml : run the versionator to add since elements for 2.4.
svn path=/trunk/gtk-sharp/; revision=46100
2005-06-16 18:56:42 +00:00
Mike Kestner
5b8c8ab531
2005-05-23 Mike Kestner <mkestner@novell.com>
...
* Makefile.am : add an update-delete target for --delete.
* en/*/*.xml : update-delete.
svn path=/trunk/gtk-sharp/; revision=44918
2005-05-23 21:11:27 +00:00
Mike Kestner
f8d36b9453
2005-05-23 Mike Kestner <mkestner@novell.com>
...
* configure.in.in : add monodocer-fu.
2005-05-23 Mike Kestner <mkestner@novell.com>
* Makefile.am : switch to monodocer
* updater : kill
* en/*/*.xml : enormo-diff from monodocer first run without --delete.
svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00
Dan Winship
a7d8b64f7a
* generator/Parameters.cs (Parameters.Validate): If the parameters
...
end with "callback, gpointer, GDestroyNotify", then mark the
callback as having "notified" Scope.
(Parameters.IsHidden): Hide user_data and GDestroyNotify after a
callback.
(Parameter.Scope): make this settable
(Parameter.IsDestroyNotify): new test
* generator/MethodBody.cs (Initialize): Handle "notified" callback
scope (using a GCHandle and GLib.DestroyHelper.NotifyHandler)
* generator/CallbackGen.cs (GenWrapper): Add a static
"GetManagedDelegate" method to the wrapper type, to translate a
native delegate back to its corresponding managed delegate.
(FromNative): use GetManagedDelegate.
* generator/ReturnValue.cs (Validate): We handle callback return
values now
* generator/SymbolTable.cs: marshal GDestroyNotify as
GLib.DestroyNotify
* glib/DestroyNotify.cs: Moved from gtk
* gtk/Gtk.metadata: globally change GtkDestroyNotify to
GDestroyNotify, but then change back the ones that are exposed in
the API. Un-hide lots of methods we can correctly autogenerate
now.
* gtk/DestroyHelper.cs: moved to glib
* gtk/*.custom: remove methods that are autogenerated now, add
Obsolete wrappers where needed, replace Gtk.DestroyHelper usage
with GLib.DestroyHelper.
* gdk/Gdk.metadata:
* gnome/Gnome.metadata: Turn Gdk.Drawable.SetData and
Gnome.IconList.SetIconDataFull's GDestroyNotify args into
gpointers so the generated API stays the same as it used to be.
* rsvg/Handle.custom: implement deprecated SetSizeCallback
* sample/GtkDemo/DemoIconView.cs (CreateSort): update for API
changes
svn path=/trunk/gtk-sharp/; revision=44020
2005-05-04 11:47:25 +00:00
John Luke
8855f7a5a7
add some automatic docs for the new stuff
...
svn path=/trunk/gtk-sharp/; revision=43452
2005-04-22 17:20:16 +00:00
Mike Kestner
1f555ab568
2005-04-21 Mike Kestner <mkestner@novell.com>
...
* configure.in : require gtk+ 2.6.
* generator/ReturnValue.cs : invalidate Callback returns for now.
* gtk/Gtk.metadata : some renames for conflicting new API.
* parser/gapi2xml.pl : whitespace tweak for class VM regexen.
* sources/Makefile.am : add new patch, kill atk patch, revise dirs.
* sources/atkhyperlink.patch : kill unnecessary patch.
* sources/gtkclipboard.patch : add new clipboard patch.
* sources/gtk-sharp-sources.xml : parse gtk+-2.6.
* */*-api.raw : regen pango, atk, gdk, and gtk for new versions.
svn path=/trunk/gtk-sharp/; revision=43412
2005-04-21 17:10:54 +00:00
Mike Kestner
15acf14aef
2005-01-04 Mike Kestner <mkestner@novell.com>
...
* gtk/CellLayout.custom : declare SetAttributes and SetCellDataFunc.
* gtk/CellView.custom : impl SetAttributes and SetCellDataFunc.
* gtk/ComboBox.custom : impl SetAttributes and SetCellDataFunc.
* gtk/EntryCompletion.custom : impl SetAttributes and SetCellDataFunc.
* gtk/Gtk.metadata : hide some methods to be manually implemented.
* gtk/Makefile.am : add new customs.
* gtk/NodeCellDataFunc : use CellLayoutDataFuncNative.
* gtk/TreeView.custom : use CellLayoutDataFunc not TreeCellDataFunc.
* gtk/TreeViewColumn.custom : impl SetAttributes and SetCellDataFunc.
[Fixes #70941 ]
svn path=/trunk/gtk-sharp/; revision=38321
2005-01-04 18:54:02 +00:00
Shane Landrum
8b2b88122b
2005-01-03 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/DrawingArea.xml
* en/Gtk/Expander.xml
* en/Gtk/ComboBox.xml
* en/Gtk/Style.xml
* en/Gtk/EntryCompletion.xml
* en/Gtk/EventBox.xml: Added docs; turned
some @param to <paramref name="param"/>.
svn path=/trunk/gtk-sharp/; revision=38281
2005-01-03 17:38:13 +00:00
Shane Landrum
0df8781e8b
2005-01-02 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ComboBox.xml: Doc edits.
* en/Gtk/ContainerChild.xml
* en/Gtk/Drag.xml
* en/Gtk/Draw.xml
* en/Gtk/CellViewMenuItem.xml
* en/Gtk/DisconnectProxyArgs.xml
* en/Gtk/CellView.xml
* en/Gtk/Container.xml: added docs.
svn path=/trunk/gtk-sharp/; revision=38259
2005-01-03 03:28:16 +00:00
Shane Landrum
1196cf6732
2005-01-02 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ComboBox.xml
* en/Gtk/CellViewMenuItem.xml
* en/Gtk/CellView.xml
* en/Gtk/CellRendererSepText.xml
* en/Gtk/ConnectProxyArgs.xml
* en/Gtk/Combo.xml
* en/Gtk/CellRendererText.xml
* en/Gtk/CheckMenuItem.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38244
2005-01-02 23:55:33 +00:00
John Luke
e03eb3f68d
some docs
...
svn path=/trunk/gtk-sharp/; revision=36872
2004-12-01 00:11:21 +00:00
Mike Kestner
f096700a2d
2004-11-15 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide the Get/Set Color methods that are marked
deprecated but didn't exist in 1.0.
svn path=/trunk/gtk-sharp/; revision=36142
2004-11-15 17:02:37 +00:00
Mike Kestner
60b7406317
updater run for 2.4 api.
...
svn path=/trunk/gtk-sharp/; revision=35742
2004-11-05 21:25:40 +00:00