Mike Kestner
320977f58f
2005-03-10 Mike Kestner <mkestner@novell.com>
...
* generator/SymbolTable.cs : fix gssize and gsize, they aren't 32 bit
like the docs say they are.
svn path=/trunk/gtk-sharp/; revision=41666
2005-03-10 22:15:07 +00:00
Mike Kestner
9160dec10e
2005-03-09 Alexandre Gomes <alexmipego@hotmail.com>
...
* gtk/Gtk.metadata: Set GetVisibleRect param to be passed as out.
svn path=/trunk/gtk-sharp/; revision=41601
2005-03-09 15:06:38 +00:00
Mike Kestner
90a870e2de
2005-03-08 Mike Kestner <mkestner@novell.com>
...
* */*.cs : scrub for StringToPtrAnsi and string usage in DllImports.
* */*.custom : begin the scrub here too.
* generator/ConstStringGen.cs : implement IManualMarshaler and move to
100% IntPtr marshaling.
* generator/Ctor.cs : call Body.Finish too.
* generator/IManualMarshaler.cs : new interface for generatables that
marshal manually and need cleanup.
* generator/Makefile.am : new file.
* generator/MethodBody.cs : use IManualMarshaler if applicable.
svn path=/trunk/gtk-sharp/; revision=41579
2005-03-08 21:28:08 +00:00
Mike Kestner
f156babb71
some docs for new marshalers
...
svn path=/trunk/gtk-sharp/; revision=41460
2005-03-04 19:04:57 +00:00
Dan Winship
c47f1eb8d8
* gtk/Container.custom (ChildType): fix this to just call
...
gtk_container_child_type().
* gtk/glue/container.c (gtksharp_container_base_child_type): kill
svn path=/trunk/gtk-sharp/; revision=41330
2005-03-01 18:02:16 +00:00
Dan Winship
217c4a8429
* sources/gnomedb.patch: Patch over a bug in gnome-db-editor.h
...
* gnomedb/gnomedb-api.raw: Regen
svn path=/trunk/gtk-sharp/; revision=41114
2005-02-23 20:22:19 +00:00
Dan Winship
05ddfae8dc
* parser/gapi2xml.pl (parseTypeToken): don't parse punctuation
...
into the type name
* gtk/gtk-api.raw: Regen, exposing the previously-broken
AccelGroup.AccelActivate, AccelMap.Changed,
ActionGroup.ConnectProxy, ActionGroup.DisconnectProxy,
ActionGroup.PreActivate, ActionGroup.PostActivate, and
Widget.EventAfter.
* gtk/Gtk.metadata: Give proper names to the parameters of those
signals
svn path=/trunk/gtk-sharp/; revision=41111
2005-02-23 20:16:40 +00:00
Miguel de Icaza
909200cf13
Contributions from spigaz@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=41109
2005-02-23 19:01:51 +00:00
Dan Winship
65edda888f
* parser/gapi2xml.pl: add a hack to allow "foo_bar_get_type()"
...
rather than "FOO_TYPE_BAR" in G_TYPE_CHECK_INSTANCE_CAST macros,
allowing large parts of libgda that were previously misparsed to
be parsed correctly
* gda/gda-api.raw: Regen
* gda/Gda.metadata: Make Gda.Value opaque, since it's mostly a
union and we're horribly butchering its layout.
svn path=/trunk/gtk-sharp/; revision=41103
2005-02-23 17:37:06 +00:00
Mike Kestner
f8683d65e0
2005-02-18 Mike Kestner <mkestner@novell.com>
...
* en/Gtk/ClipboardGetFunc.xml : fix param list.
svn path=/trunk/gtk-sharp/; revision=40878
2005-02-18 19:47:00 +00:00
Dan Winship
fec5eff891
* updater/updater.cs (Compare): handle BaseType changes
...
(Generate, AddTypeSignature): fix spelling of "delegate"
* en/*: regenerate to update BaseType nodes
svn path=/trunk/gtk-sharp/; revision=40721
2005-02-15 21:53:03 +00:00
Mike Kestner
a768f58c4f
2005-02-14 Mike Kestner <mkestner@novell.com>
...
* gdk/Gdk.metadata : mark the color in Rgb.FindColor ref.
svn path=/trunk/gtk-sharp/; revision=40643
2005-02-14 19:32:10 +00:00
Mike Kestner
86535bb201
2005-02-11 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide Menu.SetScreen.
* gtk/Menu.custom : manually implement Screen prop.
svn path=/trunk/gtk-sharp/; revision=40529
2005-02-12 06:30:56 +00:00
Miguel de Icaza
b0fe1620ea
Patch from spigaz@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=40505
2005-02-11 22:59:00 +00:00
Miguel de Icaza
2eaa69000c
Contributions from mwh@sysrq.dk
...
svn path=/trunk/gtk-sharp/; revision=40504
2005-02-11 22:58:07 +00:00
Miguel de Icaza
9dba9353e3
Miguel contributions
...
svn path=/trunk/gtk-sharp/; revision=40503
2005-02-11 22:55:08 +00:00
Dan Winship
311cda7be0
* gtk/Gtk.metadata: Hide StyleGetProperty and StyleGetValist since
...
they're generated wrong, and StyleGet to avoid an ellipsis
warning. (Also hide the deprecated ellipsis method "Set".)
* gtk/Widget.custom (StyleGetProperty): implement manually, a la
Gtk.Container.ChildGetProperty.
* gtk/glue/widget.c (gtksharp_widget_style_get_property): glue for that
svn path=/trunk/gtk-sharp/; revision=40481
2005-02-11 15:59:22 +00:00
Ben Maurer
ec4072d1b5
In doc:
...
2005-02-07 Ben Maurer <bmaurer@ximian.com>
* en/Gdk/Point.xml, en/Gdk/Rectangle.xml: Document new
members.
In .:
2005-02-07 Ben Maurer <bmaurer@ximian.com>
* gdk/Point.custom, gdk/Rectangle.custom: misc. new apis to make
this more like the S.D structs.
svn path=/trunk/gtk-sharp/; revision=40282
2005-02-08 00:19:32 +00:00
Mike Kestner
5ea462cee4
docs for the new Signal class
...
svn path=/trunk/gtk-sharp/; revision=40014
2005-02-02 23:58:49 +00:00
Mike Kestner
6d888d8689
2005-01-31 Mike Kestner <mkestner@novell.com>
...
* gtk/FileChooserDialog.custom : move backend to first param to
avoid conflicts with button names in overloaded ctor.
svn path=/trunk/gtk-sharp/; revision=39856
2005-01-31 15:49:56 +00:00
Miguel de Icaza
7c91483373
Fixes from spigaz@gmail.com
...
svn path=/trunk/gtk-sharp/; revision=39813
2005-01-30 20:35:05 +00:00
Miguel de Icaza
9abec7ceb7
Patches from pixelpapst@users.sourceforge.net
...
svn path=/trunk/gtk-sharp/; revision=39765
2005-01-30 00:01:18 +00:00
Miguel de Icaza
016f468b36
Patch from chris@schweeb.org
...
svn path=/trunk/gtk-sharp/; revision=39761
2005-01-29 23:51:56 +00:00
Dan Winship
de70fff09f
* glib/Object.cs (AddNotification, RemoveNotification): methods to
...
subscribe to the "notify" signal (with property details). [#71684 ]
* glib/GLibSharp.voidObjectIntPtrSignal.cs: autogenerated, for
notifications
* glib/NotifyHandler.cs: sort of autogenerated
svn path=/trunk/gtk-sharp/; revision=39717
2005-01-28 16:44:30 +00:00
Mike Kestner
289b127b10
2005-01-28 Mike Kestner <mkestner@novell.com>
...
* gtk/Dialog.custom : add a params array for button info to the ctor.
* gtk/FileChooserDialog.custom : add a params array for button info to
both ctors. Chain them to IntPtr.Zero.
* gtk/Gtk.metadata : hide the ellipsis ctors for the dialog types.
[Fixes #71818 ]
* sample/GtkDemo/DemoDialog.cs : make the InteractiveDialog use the
new Dialog ctor as it does in the c version.
svn path=/trunk/gtk-sharp/; revision=39713
2005-01-28 16:03:27 +00:00
Mike Kestner
ccd3cebf9d
2005-01-27 Mike Kestner <mkestner@novell.com>
...
* gtk/NodeSelection.cs : use new GetSelectedRows() overload.
* gtk/TreeSelection.custom : add a GetSelectedRows overload without the
out model param. [Fixes #71814 ]
svn path=/trunk/gtk-sharp/; revision=39654
2005-01-27 16:56:54 +00:00
Mike Kestner
f7e51fd250
Rsvg namespace doc had wrong license specified
...
svn path=/trunk/gtk-sharp/; revision=39651
2005-01-27 16:23:35 +00:00
Mike Kestner
be5138c90b
2005-01-26 Mike Kestner <mkestner@novell.com>
...
* gtk/NodeView.cs : always use CreateNativeObject.
svn path=/trunk/gtk-sharp/; revision=39604
2005-01-26 22:46:24 +00:00
Mike Kestner
a9ecebce8f
2005-01-25 Mike Kestner <mkestner@novell.com>
...
* gnome/About.custom : implement a subclassable ctor.
* gnome/Gnome.metadata : hide About ctor, fix About.Construct parms.
* gnome/Makefile.am : add the new custom.
[Fixes #71271 ]
svn path=/trunk/gtk-sharp/; revision=39521
2005-01-25 18:09:20 +00:00
Mike Kestner
ae84ad32ae
2005-01-25 Mike Kestner <mkestner@novell.com>
...
* gdk/Gdk.metadata : hide all the Pixbuf.SaveTo methods.
* gdk/Pixbuf.custom : implement the SaveTo methods.
svn path=/trunk/gtk-sharp/; revision=39514
2005-01-25 17:20:55 +00:00
Mike Kestner
fb12bb5f61
2005-01-25 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide all the SignalFunc using Toolbar methods.
* gtk/Makefile.am : add the new custom.
* gtk/Toolbar.custom : implement the SignalFunc methods. Deal with
null for Widget params in *Element.
svn path=/trunk/gtk-sharp/; revision=39509
2005-01-25 15:28:42 +00:00
Mike Kestner
ea489c2353
2005-01-24 Mike Kestner <mkestner@novell.com>
...
* gda/Makefile.am : add new custom.
* gda/XmlConnection.custom : add backcompat static ctor.
* generator/ClassBase.cs : refactor lookup logic to here from Ctor
and improve the collision resolution.
* generator/Ctor.cs : refactor to use MethodBase.
* generator/Makefile.am : add new file.
* generator/MethodBase.cs : new base class for ctors and methods.
* generator/Method.cs : refactor to use MethodBase.
* generator/StructBase.cs : move some logic from here to Ctor.
* gnome/CanvasPathDef.custom : add backcompat static ctor.
* gnome/GPPath.custom : add backcompat static ctor.
* gnome/Makefile.am : add new custom.
* gtk/Gtk.metadata : mark a colliding Button ctor shared.
svn path=/trunk/gtk-sharp/; revision=39431
2005-01-24 18:25:02 +00:00
Jeroen Zwartepoorte
0ca2169a8f
2005-01-23 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gtk/ActionGroup.custom: Add a string index for the GetAction method.
svn path=/trunk/gtk-sharp/; revision=39374
2005-01-23 11:35:12 +00:00
Miguel de Icaza
a310c8747b
Improve the documentation
...
svn path=/trunk/gtk-sharp/; revision=39362
2005-01-22 22:42:44 +00:00
Dan Winship
67e7fc486b
* glib/Marshaller.cs (StringFormat): Calls String.Format and makes
...
sure the output has no unescaped "%"s. (For wrapping printf-style
unmanaged methods with String.Format-style managed ones.)
* gtk/MessageDialog.custom (MessageDialog): use it. #71405 . Also,
use gtk_message_dialog_new_with_markup by default, and add an
overloaded ctor that lets you use the non-markup version.
* gtk/Gtk.metadata: hide the GtkMessageDialog ctors so we don't
get ellipsis warnings about them.
* sample/GtkDemo/DemoApplicationWindow.cs:
* sample/GtkDemo/DemoDialog.cs: simplify the MessageDialog usage;
don't need to call String.Format separately now.
svn path=/trunk/gtk-sharp/; revision=39256
2005-01-20 15:45:13 +00:00
Mike Kestner
b857dbe608
2005-01-17 Mike Kestner <mkestner@novell.com>
...
* gtk/Style.custom : add Light, LightColors, Mid, MidColors, Dark,
and DarkColors.
* gtk/glue/style.c : add get_light and get_dark
svn path=/trunk/gtk-sharp/; revision=39073
2005-01-18 04:11:16 +00:00
Mike Kestner
41982e431d
2005-01-17 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide Stock.
* gtk/Makefile.am : add new file.
* gtk/StockManager.cs : stock item management methods.
svn path=/trunk/gtk-sharp/; revision=39068
2005-01-18 03:06:15 +00:00
Miguel de Icaza
50c2fa8c09
Contributions from ultrakorne@paranoici.org
...
svn path=/trunk/gtk-sharp/; revision=38819
2005-01-12 19:42:14 +00:00
Miguel de Icaza
efc722a12d
Contributions from wizito@gentelibre.org
...
svn path=/trunk/gtk-sharp/; revision=38813
2005-01-12 19:37:30 +00:00
Miguel de Icaza
3156f18c10
Contributions from wizito@gentelibre.org
...
svn path=/trunk/gtk-sharp/; revision=38811
2005-01-12 19:35:22 +00:00
Miguel de Icaza
5d04249387
Contribution from Sebastien Pouliot
...
svn path=/trunk/gtk-sharp/; revision=38808
2005-01-12 19:31:30 +00:00
Miguel de Icaza
bd0222a8e4
Typo fixes from Alp Toker
...
svn path=/trunk/gtk-sharp/; revision=38807
2005-01-12 19:30:23 +00:00
Miguel de Icaza
e85f19bb28
Add contribution from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=38806
2005-01-12 19:29:42 +00:00
Miguel de Icaza
466b3796bb
More updates from pixelpapst@users.sourceforge.net
...
svn path=/trunk/gtk-sharp/; revision=38804
2005-01-12 19:27:37 +00:00
Miguel de Icaza
7f8df4726f
More updates from pixelpapst@users.sourceforge.net
...
svn path=/trunk/gtk-sharp/; revision=38803
2005-01-12 19:24:39 +00:00
Miguel de Icaza
7da5169fca
Contribution from alexmipego@hotmail.com
...
svn path=/trunk/gtk-sharp/; revision=38802
2005-01-12 19:23:51 +00:00
Miguel de Icaza
d9be65d6c7
Contribution from pixelpapst@users.sourceforge.net
...
svn path=/trunk/gtk-sharp/; revision=38801
2005-01-12 19:22:43 +00:00
Miguel de Icaza
57ce0371e8
Contribution from joe@fatnsoft.com
...
svn path=/trunk/gtk-sharp/; revision=38796
2005-01-12 19:08:33 +00:00
Miguel de Icaza
7b6786f2ed
Contribution from fsjrb@uaf.edu
...
svn path=/trunk/gtk-sharp/; revision=38795
2005-01-12 19:03:43 +00:00
Mike Kestner
d944e97bf2
2005-01-11 Mike Kestner <mkestner@novell.com>
...
* configure.in : add test for System.Drawing. expand gtkdotnet.
* Makefile.am : add gtkdotnet.
* makefile.win32 : add gtkdotnet.
* gtkdotnet/* : new .Net extensions assembly. Moved the sample
sysdraw.cs Graphics class in here under the Gtk.DotNet namespace.
* sample/sysdraw.cs : moved to gtkdotnet/Graphics.cs.
* sample/drawing-sample.exe.config.in : killed.
* sample/DrawingSample.cs : use Gtk.DotNet.Graphics.
* sample/Makefile.am : make drawing-sample.exe build conditional
on gtk-dotnet presence.
svn path=/trunk/gtk-sharp/; revision=38745
2005-01-12 00:11:08 +00:00
Mike Kestner
81c7552808
2005-01-11 Mike Kestner <mkestner@novell.com>
...
* gdk/Window.custom : add AddFilterForAll and RemoveFilterForAll
methods to handle the window==null native case.
[Fixes #71065 ]
svn path=/trunk/gtk-sharp/; revision=38730
2005-01-11 20:52:52 +00:00
Mike Kestner
b6b39dbbfe
2005-01-11 Mike Kestner <mkestner@novell.com>
...
* glib/Argv.cs : add automatic progname handling.
* gdk/Global.custom : kill obsolete warnings by using GLib.Argv.
svn path=/trunk/gtk-sharp/; revision=38729
2005-01-11 20:49:50 +00:00
Mike Kestner
903543cdb4
2005-01-11 Mike Kestner <mkestner@novell.com>
...
* gdk/Gdk.metadata : kill Colors since its methods are deprecated
and it doesn't exist in 1.0.
svn path=/trunk/gtk-sharp/; revision=38707
2005-01-11 16:31:38 +00:00
Mike Kestner
574aa2ee06
2005-01-07 Mike Kestner <mkestner@novell.com>
...
* configure.in : check for panelapplet in enable_gnome and remove
all the stuff for a separate panelapplet-sharp assembly.
* Makefile.am : remove panelapplet dir from build.
* gnome/BonoboUIVerb.cs : moved from panelapplet.
* gnome/Gnome.metadata : add rules from panelapplet.
* gnome/Makefile.am : add new files.
* gnome/PanelApplet.custom : moved from panelapplet.
* gnome/PanelAppletFactory.cs : moved from panelapplet.
* gnome/glue/panelapplet.c : moved from panelapplet.
* gnome/glue/Makefile.am : add new file.
* gnomedb/GnomeDb.metadata : hide a newly parsed "obsolete" type.
* gtk/Gtk.metadata : hide a newly parsed "obsolete" callback type.
* panelapplet : kill dir.
* parser/gapi2xml.pl : update callback name sanity check.
* sources/gtk-sharp-sources.xml : move panelapplet parse into gnome.
* */*-api.raw : regen.
svn path=/trunk/gtk-sharp/; revision=38509
2005-01-07 21:29:38 +00:00
Mike Kestner
f0c0542224
revert the last patch from shane that caused large diffs rerunning the updater
...
svn path=/trunk/gtk-sharp/; revision=38506
2005-01-07 20:55:53 +00:00
Mike Kestner
e2e4bf733c
killing the PanelApplet namespace doc stubs
...
svn path=/trunk/gtk-sharp/; revision=38504
2005-01-07 20:11:46 +00:00
Shane Landrum
994538e4f9
2005-01-07 Shane Landrum <epicene@pobox.com>
...
* en/Glade/*: Cleaned up some parameters, added
docs.
svn path=/trunk/gtk-sharp/; revision=38498
2005-01-07 17:22:21 +00:00
Shane Landrum
ab31021a7a
2005-01-07 Shane Landrum <epicene@pobox.com>
...
* en/Gnome/*: Cleaned up some <param> sections
to include links to the types they use; edited
<remarks> sections.
svn path=/trunk/gtk-sharp/; revision=38496
2005-01-07 16:27:42 +00:00
Shane Landrum
87843406b7
2005-01-07 Shane Landrum <epicene@pobox.com>
...
* en/GConf/ChangeSet.xml
* en/GConf/NoSuchKeyException.xml
* en/GConf/NotifyEventArgs.xml
* en/GConf/ClientBase.xml
* en/GConf/NotifyFuncNative.xml
* en/GConf/Client.xml: Cleaned up and added docs.
svn path=/trunk/gtk-sharp/; revision=38494
2005-01-07 16:04:26 +00:00
Dan Winship
5dcd6b78e7
remove erroneous Deprecated flag
...
svn path=/trunk/gtk-sharp/; revision=38442
2005-01-06 17:20:55 +00:00
Dan Winship
011bf23fa5
* gtk/Gtk.metadata: Rename gtk_stock_add() back to
...
Gtk.StockManager.Add like it was in 1.0; Gtk.Stock.Add already
means something else. [#71044 ]
svn path=/trunk/gtk-sharp/; revision=38441
2005-01-06 17:10:34 +00:00
Mike Kestner
4b1fb7a108
2005-01-06 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide GtkSignal and SignalRunType.
svn path=/trunk/gtk-sharp/; revision=38439
2005-01-06 16:48:16 +00:00
Mike Kestner
e068a811e3
2005-01-06 Mike Kestner <mkestner@novell.com>
...
* gnomevfs/gnomevfs-symbols.xml : FileSize is a long long.
* generator/SymbolTable.cs : map longlong to C# long.
svn path=/trunk/gtk-sharp/; revision=38434
2005-01-06 16:10:35 +00:00
Mike Kestner
ed6f4147a9
2005-01-05 Mike Kestner <mkestner@novell.com>
...
* gtk/gtk-api.raw : regen.
* sources/gtk-sharp-sources.xml : hide xembed.h and gtkxembed.h.
svn path=/trunk/gtk-sharp/; revision=38401
2005-01-05 23:21:15 +00:00
Shane Landrum
4e699edd17
2005-01-05 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/XEmbedMessageType.xml
* en/Gtk/TargetPair.xml : Marked "Do not use."
* en/Gtk/ToggleAction.xml
* en/Gtk/Socket.xml
* en/Gtk/Style.xml
* en/Gtk/ToggleActionEntry.xml
* en/Gtk/VButtonBox.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38397
2005-01-05 22:40:29 +00:00
Mike Kestner
2eb246518a
2005-01-05 Mike Kestner <mkestner@novell.com>
...
* gtk/TreeView.custom : add back the TreeCellDataFunc overloads for
backward compat.
* gtk/TreeViewColumn.custom : add back the TreeCellDataFunc overloads for
backward compat.
svn path=/trunk/gtk-sharp/; revision=38396
2005-01-05 21:59:06 +00:00
Mike Kestner
458a09ff4c
2005-01-05 Mike Kestner <mkestner@novell.com>
...
* generator/Field.cs : deal with LPGen/LPUGen fields.
2005-01-05 Mike Kestner <mkestner@novell.com>
* gtk/gtk-api.raw : regen.
* sources/gtk-sharp-sources.xml : exclude gtkiconthemeparser.h.
[Fixes #70898 ]
svn path=/trunk/gtk-sharp/; revision=38391
2005-01-05 20:54:39 +00:00
Shane Landrum
82f18fa359
2005-01-05 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/SignalFunc.xml
* en/Gtk/Signal.xml
* en/Gtk/RcProperty.xml
* en/Gtk/PrintFunc.xml
* en/Gtk/PreviewType.xml: Marked "Do not use."
* en/Gtk/RadioAction.xml
* en/Gtk/Toolbar.xml
* en/Gtk/Rc.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38389
2005-01-05 20:40:10 +00:00
Mike Kestner
7d00d9d055
one more summary doc for NodeStore
...
svn path=/trunk/gtk-sharp/; revision=38379
2005-01-05 19:49:29 +00:00
Mike Kestner
2990929cbc
summary doc for NodeStore
...
svn path=/trunk/gtk-sharp/; revision=38378
2005-01-05 19:47:06 +00:00
Shane Landrum
1845a8f849
2005-01-05 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/*ImageData.xml: Removed, see
bugzilla.ximian.com #70894 .
* en/Gtk/ListStore.xml
* en/Gtk/MessageDialog.xml
* en/Gtk/Main.xml
* en/Gtk/Layout.xml
* en/Gtk/NodeStore.xml
* en/Gtk/Label.xml
* en/Gtk/MatchType.xml
* en/Gtk/Object.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38375
2005-01-05 19:34:00 +00:00
Mike Kestner
b5ce1b4244
2005-01-05 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide some internal Image*Data structs.
svn path=/trunk/gtk-sharp/; revision=38369
2005-01-05 18:23:44 +00:00
Shane Landrum
47484b5e24
2005-01-05 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Item.xml
* en/Gtk/Input.xml
* en/Gtk/ToolItem.xml
* en/Gtk/UIManager.xml: Added docs.
* en/Gtk/IMStatusStyle.xml
* en/Gtk/IMPreeditStyle.xml
* en/Gtk/IMContextInfo.xml: Marked "do not use"
pending resolution of bug 71021.
svn path=/trunk/gtk-sharp/; revision=38367
2005-01-05 18:00:56 +00:00
Shane Landrum
83c6414200
2005-01-04 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ScreenChangedArgs.xml
* en/Gtk/PropertyNotifyEventArgs.xml
* en/Gtk/PreActivateArgs.xml
* en/Gtk/PopupContextMenuArgs.xml
* en/Gtk/PostActivateArgs.xml
* en/Gtk/PathClickedArgs.xml
* en/Gtk/NoExposeEventArgs.xml
* en/Gtk/PixbufInsertedArgs.xml: Documented event args.
svn path=/trunk/gtk-sharp/; revision=38340
2005-01-05 03:41:46 +00:00
Mike Kestner
6b9707f8bd
2005-01-04 Mike Kestner <mkestner@novell.com>
...
* gtk/gtk-api.raw : regen'd.
* sources/gtk-sharp-sources.xml : exclude file system backend source.
[Fixes #70904 , #70897 , and #70900 ]
svn path=/trunk/gtk-sharp/; revision=38329
2005-01-04 22:06:23 +00:00
Shane Landrum
59a94673b6
2005-01-04 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Image.xml
* en/Gtk/RetrieveSurroundingArgs.xml
* en/Gtk/IMMulticontext.xml
* en/Gtk/FileInfo.xml
* en/Gtk/FileInfoType.xml
* en/Gtk/IMStatusStyle.xml
* en/Gtk/RetrieveSurroundingHandler.xml
* en/Gtk/IMPreeditStyle.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38328
2005-01-04 21:05:14 +00:00
Mike Kestner
ba10591590
2005-01-04 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : mark out params for IMContext.GetSurrounding
and GetPreeditString.
[Fixes #70995 ]
svn path=/trunk/gtk-sharp/; revision=38323
2005-01-04 19:25:29 +00:00
Mike Kestner
4ea25828a3
2005-01-04 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : mark an out param for IMContext.GetSurrounding.
[Fixes #70995 ]
svn path=/trunk/gtk-sharp/; revision=38322
2005-01-04 19:19:57 +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
Mike Kestner
363e2b368a
2005-01-04 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : set preferred on CellViewMenuItem.NewWithText.
[Fixes #70938 ]
svn path=/trunk/gtk-sharp/; revision=38313
2005-01-04 15:53:39 +00:00
Shane Landrum
eebb000b14
2005-01-03 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/IMContextSimple.xml
* en/Gtk/IMContext.xml
* en/Gtk/IMContextInfo.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38299
2005-01-04 03:08:21 +00:00
Shane Landrum
7c6f78cff1
2005-01-03 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/HButtonBox.xml
* en/Gtk/Global.xml
* en/Gtk/FontButton.xml: Add docs.
svn path=/trunk/gtk-sharp/; revision=38298
2005-01-04 02:20:03 +00:00
Mike Kestner
2871d80ab2
2005-01-03 Mike Kestner <mkestner@novell.com>
...
* gtk/NodeStore.cs : expose TreeModelFlags.ListOnly if the TreeNode
has ListOnly set.
* gtk/TreeNodeAttribute.cs : add ListOnly named value.
svn path=/trunk/gtk-sharp/; revision=38282
2005-01-03 18:37:08 +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
9a099d3865
2005-01-03 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/DrawGdkArgs.xml
* en/Gtk/ContainerChild.xml
* en/Gtk/DestroyNotify.xml
* en/Gtk/Draw.xml
* en/Gtk/CellViewMenuItem.xml
* en/Gtk/CellView.xml
* en/Gtk/Callback.xml
* en/Gtk/Container.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38275
2005-01-03 14:32:42 +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
Shane Landrum
a990c6af9a
2004-12-31 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Button.xml
* en/Gtk/Calendar.xml
* en/Gtk/ButtonBox.xml
* en/Gtk/Bindings.xml
* en/Gtk/CellRenderer.xml: Added docs
svn path=/trunk/gtk-sharp/; revision=38220
2004-12-31 21:06:38 +00:00
Shane Landrum
4c5107d7f7
2004-12-31 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ArgFlags.xml
* en/Gtk/Arg.xml: Added "Do not use" marks.
* en/Gtk/Action.xml
* en/Gtk/AddWidgetArgs.xml
* en/Gtk/Alignment.xml
* en/Gtk/AccelGroup.xml: Added docs
svn path=/trunk/gtk-sharp/; revision=38219
2004-12-31 20:09:02 +00:00
Shane Landrum
382369538c
2004-12-31 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FileSystem.xml: Wording tweak.
* en/Gtk/ActionGroup.xml
* en/Gtk/Action.xml
* en/Gtk/ActionEntry.xml
* en/Gtk/AccelGroup.xml
* en/Gtk/AccelMap.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=38218
2004-12-31 19:36:13 +00:00
Shane Landrum
1108edce1f
2004-12-31 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FileSystem.xml
* en/Gtk/FileSystemUnix.xml
* en/Gtk/FileSystemVolume.xml
* en/Gtk/FileSystemWin32.xml: Filesystem docs.
* en/Gtk/FilesAddedHandler.xml
* en/Gtk/FilesChangedHandler.xml
* en/Gtk/FilesRemovedHandler.xml: Handler docs.
* en/Gtk/FileInfoType.xml
* en/Gtk/FileSystemError.xml: Docs for some enums.
svn path=/trunk/gtk-sharp/; revision=38217
2004-12-31 17:05:20 +00:00
Shane Landrum
d4ccc144cf
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FileSystem.xml
* en/Gtk/FileInfo.xml
* en/Gtk/FileInfoType.xml
* en/Gtk/FileSystemUnix.xml
* en/Gtk/FileSystemVolume.xml
* en/Gtk/FileSystemWin32.xml
* en/Gtk/FileFilterInfo.xml: Docs for filesystem-handling classes.
svn path=/trunk/gtk-sharp/; revision=38214
2004-12-31 00:32:25 +00:00
Shane Landrum
58bee3e00d
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/IconSource.xml
* en/Gtk/IconThemeFile.xml
* en/Gtk/IconThemeFileParseError.xml
* en/Gtk/IconThemeFileSectionFunc.xml
* en/Gtk/IconTheme.xml
* en/Gtk/IconThemeFileLineFunc.xml: Docs for icon-theme classes.
--This line, and those below, will be ignored
svn path=/trunk/gtk-sharp/; revision=38203
2004-12-30 20:36:30 +00:00
Mike Kestner
56a0288b7b
2004-12-30 Mike Kestner <mkestner@novell.com>
...
* glib/Object.cs : mark the Data hashtable obsolete.
svn path=/trunk/gtk-sharp/; revision=38201
2004-12-30 18:59:09 +00:00
Shane Landrum
ecb6c75c26
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Scale.xml
* en/Gtk/Paned.xml
* en/Gtk/ProgressBar.xml
* en/Gtk/Plug.xml
* en/Gtk/MovementStep.xml: Docs, some for 2.4 changes.
svn path=/trunk/gtk-sharp/; revision=38199
2004-12-30 18:55:02 +00:00
Shane Landrum
48e294a144
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FilesAddedArgs.xml
* en/Gtk/FilePath.xml
* en/Gtk/FilesRemovedArgs.xml
* en/Gtk/FileFolder.xml
* en/Gtk/FilesChangedArgs.xml: Filesystem-handling docs.
* en/Gtk/ObjectRequestedArgs.xml
* en/Gtk/MatchSelectedArgs.xml
* en/Gtk/ChangedArgs.xml
* en/Gtk/ActionActivatedArgs.xml: Event data docs.
svn path=/trunk/gtk-sharp/; revision=38197
2004-12-30 18:53:13 +00:00
Mike Kestner
e35e9720d7
2004-12-30 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide TreeView.InsertColumnWith*.
* gtk/TreeView.cs : manual implementations of InsertColumn overloads
for WithAttributes and WithDataFunc.
svn path=/trunk/gtk-sharp/; revision=38187
2004-12-30 16:29:44 +00:00
Shane Landrum
d3fb6e0ae8
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ItemFactory.xml
* en/Gtk/MenuShell.xml
* en/Gtk/MenuEntry.xml
* en/Gtk/Menu.xml
* en/Gtk/ItemFactoryEntry.xml
* en/Gtk/MenuCallback.xml: Docs for menus and menu creation.
* en/Gtk/Notebook.xml: Docs for a 2.4 change.
svn path=/trunk/gtk-sharp/; revision=38185
2004-12-30 16:05:38 +00:00
Shane Landrum
24f5605366
2004-12-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TreeViewColumn.xml
* en/Gtk/TreeStore.xml
* en/Gtk/TreeView.xml
* en/Gtk/TreeRowReference.xml
* en/Gtk/TreeModelFilter.xml: Add docs
svn path=/trunk/gtk-sharp/; revision=38183
2004-12-30 14:54:08 +00:00
John Luke
4156bdd9af
fix, so make assemble works
...
svn path=/trunk/gtk-sharp/; revision=38163
2004-12-29 20:41:49 +00:00