Dan Winship
104dbedf07
* generator/ClassBase.cs (IgnoreMethod): Don't ignore GetFoo and
...
SetFoo methods if they aren't in the right form to be turned into
property accessors. (Causes 13 previously ignored methods to now
be wrapped. See doc/ChangeLog.)
* gtk/Gtk.metadata: Fix up a few of those newly-exposed methods
svn path=/trunk/gtk-sharp/; revision=37891
2004-12-17 17:55:07 +00:00
Shane Landrum
93209fbd15
2004-12-17 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FontSelectionDialog.xml: Doc 1 property
* en/Gtk/TargetEntry.xml
* en/Gtk/TargetPair.xml
* en/Gtk/SelectionData.xml
* en/Gtk/SelectionGetArgs.xml
* en/Gtk/SelectionNotifyEventArgs.xml
* en/Gtk/SelectionRequestEventArgs.xml: Docs for selection-related
and DND code.
* en/Gtk/Stock.xml: Doc some new items for 2.4
* en/Gtk/ToolButton.xml: Add docs
svn path=/trunk/gtk-sharp/; revision=37890
2004-12-17 17:52:22 +00:00
Shane Landrum
fb2a4b6c9a
2004-12-17 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/RadioAction.xml
* en/Gtk/RadioActionEntry.xml
* en/Gtk/RadioButton.xml
* en/Gtk/RadioMenuItem.xml
* en/Gtk/RadioToolButton.xml: Add docs
svn path=/trunk/gtk-sharp/; revision=37889
2004-12-17 17:47:57 +00:00
Dan Winship
faaccd7e0b
* generator/ManagedCallString.cs (Setup, Finish, ToString): Add
...
new methods to allow arbitrary setup and teardown code around the
managed call. When passing a type with "complicated" marshalling
requirements as a ref or out param, first assign the value to a
temporary variable (in Setup), then pass the temp as the ref or
out param (in ToString), and then assign the new value back to the
original argument (in Finish).
* generator/Signal.cs:
* generator/SignalHandler.cs: Update to generate correct glue for
signals with "ref" or "out" params. (#70566 )
* generator/VirtualMethod.cs: Update for ManagedCallString change
* generator/IGeneratable.cs: add comments explaining what each
member does
* gtk/Gtk.metadata: mark Editable.InsertText's "position" arg
* pass-by-ref
* sample/Size.cs: connect to the SizeRequested event and override
it, to test/demo the changes
svn path=/trunk/gtk-sharp/; revision=37854
2004-12-16 23:38:35 +00:00
Dan Winship
88cc4817f5
* parser/gapi_pp.pl: Don't strip out /*< public >*/ and
...
/*< private >*/ comments.
* parser/gapi2xml.pl: Use those comments to determine the
accessibility of struct/object fields, and set the "access"
attribute on fields with non-default accessibiliy (private for
structs, public for objects). Also, output a StudlyName for each
field as well as a c_name.
* */*-api.raw: Regen
* generator/Field.cs (StudlyName): Use the parser-generated studly
name rather than studlifying Name, which might have been mangled
to avoid conflicts with an all-lowercase keyword.
(Generate): Respect the access property on all field types rather
than always making certain types public. Don't bother outputting
wrapper properties for private fields, since the only code that
could use them is the generated code, which won't.
See doc/ChangeLog for the (very minimal) fallout from these
changes.
* en/Art/AlphaGamma.xml:
* en/Gtk/TextAttributes.xml (Refcount):
* en/Pango/GlyphString.xml (Space): these are now private
* en/Gda/XqlItem.xml:
* en/Glade/SignalInfo.xml:
* en/Gnome.Vfs/ModuleCallbackSaveAuthenticationIn.xml:
* en/Gnome.Vfs/ModuleCallbackFullAuthenticationIn.xml:
* en/Gnome.Vfs/ModuleCallbackFillAuthenticationIn.xml: rename
Objekt to Object.
* en/Atk/KeyEventStruct.xml: rename Str1ng to String
svn path=/trunk/gtk-sharp/; revision=37853
2004-12-16 23:22:07 +00:00
Mike Kestner
48358ccf22
2004-12-16 Mike Kestner <mkestner@novell.com>
...
* sample/NodeViewDemo.cs : rework of TreeViewDemo to use NodeStore.
* sample/TreeViewDemo.cs : added some timing and node counting fu.
2004-12-16 Duncan Mak <duncan@ximian.com>
* gtk/Makefile.am (sources): Added NodeSelection and NodeView.
* gtk/NodeSelection.cs: New file, an implementation of
TreeSelection that exposes ITreeNodes instead of TreeIters.
* gtk/NodeStore.cs : added internal GetIter and GetPath methods for
NodeSelection. Reworked [TreeNodeValue] lookup logic.
out what the Type of data the store holds.
* gtk/NodeView.cs: New subclass of TreeView utilizing NodeStore and
NodeSelection.
* gtk/TreeIter.custom : new internal UserData prop.
* gtk/TreeNodeValueAttribute.cs: Set AllowMultiple to true.
* gtk/TreeView.custom: Obsoleted constructor that uses a NodeStore as
parameter. NodeView should be used instead.
svn path=/trunk/gtk-sharp/; revision=37845
2004-12-16 20:30:43 +00:00
John Luke
f2ef7c5f28
run gen-vm-docs.exe and gen-handlerargs.exe on
...
all the assemblies
svn path=/trunk/gtk-sharp/; revision=37812
2004-12-15 21:54:42 +00:00
John Luke
4ff5ea4ddb
2004-12-15 John Luke <john.luke@gmail.com>
...
* en/Atk/LinkSelectedArgs.xml
* en/Atk/StateSet.xml
* en/Atk/TextRange.xml
* en/Atk/HyperLink.xml
* en/Atk/TextRectangle.xml
* en/Atk/NoOpObject.xml
* en/Atk/LinkSelectedHandler.xml
* en/Atk/StateManager.xml
* en/Atk/TextClipType.xml
* en/Gtk/FileChooserAction.xml
* en/Gtk/FileChooserError.xml: add docs
svn path=/trunk/gtk-sharp/; revision=37811
2004-12-15 21:46:24 +00:00
Shane Landrum
c01ab2e2ef
2004-12-14 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FileChooser.xml: Added full docs.
* en/Gtk/FileChooserDialog.xml
* en/Gtk/FileChooserEmbed.xml
* en/Gtk/FileChooserAction.xml
* en/Gtk/FileChooserWidget.xml
* en/Gtk/FileChooserEntry.xml
* en/Gtk/FileChooserDefault.xml
* en/Gtk/FileChooserError.xml
* en/Gtk/FileChooserProp.xml: Began working on docs.
svn path=/trunk/gtk-sharp/; revision=37765
2004-12-15 00:19:32 +00:00
Shane Landrum
5e4e7b1498
2004-12-14 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TextTagInfo.xml
* en/Gtk/TextToggleBody.xml
* en/Gtk/TextLineSegmentClass.xml
* en/Gtk/TextPendingScroll.xml
* en/Gtk/TextView.xml
* en/Gtk/TextLineSegment.xml: Changed "to be added" to "do not use"
* en/Gtk/TextIter.xml
* en/Gtk/TextBuffer.xml : Added docs for remaining TBA items.
svn path=/trunk/gtk-sharp/; revision=37763
2004-12-14 22:04:26 +00:00
Shane Landrum
c11a708513
2004-12-12 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ToolItem.xml
* en/Gtk/Toolbar.xml: Expanded docs for toolbar-related classes.
* en/Gtk/SubmenuDirection.xml
* en/Gtk/SubmenuPlacement.xml: Docced submenu enums.
svn path=/trunk/gtk-sharp/; revision=37678
2004-12-13 02:51:29 +00:00
Mike Kestner
81c32f1c38
2004-12-09 Mike Kestner <mkestner@novell.com>
...
* gtkhtml/HTML.custom : remove obsolete attr for Write overload.
* gtkhtml/HTMLStream.custom : ditto.
svn path=/trunk/gtk-sharp/; revision=37606
2004-12-10 23:03:33 +00:00
Mike Kestner
84e058dd1a
2004-12-09 Mike Kestner <mkestner@novell.com>
...
* gtkhtml/HTML.custom : add an back-compat obsolete overload for Write.
* gtkhtml/HTMLStream.custom : add an obsolete overload for Write.
svn path=/trunk/gtk-sharp/; revision=37516
2004-12-09 19:55:53 +00:00
Mike Kestner
62977484e6
2004-12-09 Mike Kestner <mkestner@novell.com>
...
* generator/Makefile.am : new files.
* generator/MethodBody.cs : fix for length param code.
* generator/SizeTGen.cs : smarter size_t marshaling.
* generator/SSizeTGen.cs : smarter ssize_t marshaling.
* generator/SymbolTable.cs : use the new generatables.
svn path=/trunk/gtk-sharp/; revision=37509
2004-12-09 18:40:09 +00:00
John Luke
1cea948a37
2004-12-08 John Luke <john.luke@gmail.com>
...
* en/Gtk/IconLookupFlags.xml
* en/Gtk/IconInfo.xml
* en/Gtk/IconTheme.xml
* en/Gtk/IconThemeError.xml: doc these
svn path=/trunk/gtk-sharp/; revision=37410
2004-12-08 19:24:38 +00:00
Mike Kestner
5cca5957df
2004-12-08 Mike Kestner <mkestner@novell.com>
...
* art/Art.metadata : mark some ints as bools. [Fixes #61047 ]
svn path=/trunk/gtk-sharp/; revision=37408
2004-12-08 18:57:08 +00:00
John Luke
f662bb93a5
doc ComboBoxEntry
...
svn path=/trunk/gtk-sharp/; revision=37363
2004-12-08 02:52:40 +00:00
John Luke
27fb970cd1
and gen-vm-docs.exe for gtk-sharp.dll
...
svn path=/trunk/gtk-sharp/; revision=37362
2004-12-08 02:37:02 +00:00
John Luke
62c30e4200
run gen-handlerargs-docs.exe for gtk-sharp.dll
...
svn path=/trunk/gtk-sharp/; revision=37361
2004-12-08 02:32:32 +00:00
John Luke
8bde6a44a4
doc a few missing things here
...
svn path=/trunk/gtk-sharp/; revision=37360
2004-12-08 02:27:49 +00:00
John Luke
628493fa3d
2004-12-06 John Luke <john.luke@gmail.com>
...
* gtk/Gtk.metadata: set with_mnemonic as the preferred ctor
* doc/en/Gtk/Expander.xml: update
svn path=/trunk/gtk-sharp/; revision=37273
2004-12-07 01:34:17 +00:00
John Luke
75cb1c66db
2004-12-06 John Luke <john.luke@gmail.com>
...
* gtk/Action.custom
* gtk/ActionGroup.custom
* gtk/UIManager.custom
* gtk/Gtk.metadata
* doc/en/Gtk/ActionGroup.xml
* file doc/en/Gtk/Action.xml
* doc/en/Gtk/UIManager.xml: replace List and SList with arrays
and update the docs
svn path=/trunk/gtk-sharp/; revision=37272
2004-12-07 01:31:50 +00:00
Mike Kestner
84d8a42f96
2004-12-06 Mike Kestner <mkestner@novell.com>
...
* doc/en/*/*.xml : docs for new GValue members and size_t changes.
* generator/SymbolTable.cs : add ssize_t and make size_t a UIntPtr
instead of the current broken int mapping on 64 bit platforms.
* gtkhtml/HTMLStream.custom : fix size_t related overload.
[fixes #69574 ]
svn path=/trunk/gtk-sharp/; revision=37223
2004-12-06 19:37:03 +00:00
Shane Landrum
dddd3dcc9f
2004-12-06 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/AccelCanActivateHandler.xml
* en/Gtk/Widget.xml
* en/Gtk/AccelCanActivateArgs.xml: Added docs for accelerator-related
signals and handlers.
svn path=/trunk/gtk-sharp/; revision=37170
2004-12-06 06:21:01 +00:00
John Luke
95fc8a551d
doc Expander
...
svn path=/trunk/gtk-sharp/; revision=37148
2004-12-05 21:05:29 +00:00
Dan Winship
e0a0bd13fa
* gdk/gdk-symbols.xml: alias GdkBitmap to GdkPixmap [Fixes
...
* #68824 ]
* gdk/Gdk.metadata: Remove the earlier GdkBitmap hack now that
it's aliased. Also move Gdk.Bitmap.CreateFromData to
Gdk.Pixmap.CreateBitmapFromData
* gdk/Pixbuf.custom (RenderPixmapAndMask,
RenderPixmapAndMaskForColormap, RenderThresholdAlpha):
s/Bitmap/Pixmap/
* sample/GtkDemo/DemoTextView.cs: uncomment the fg/bg stipple
code, since that works now
* parser/gapi-fixup.cs: Add an "add-node" rule. This turned out
* to
not actually be needed for this fix, but we know we'll need it
later, so here it is.
svn path=/trunk/gtk-sharp/; revision=37055
2004-12-03 20:42:12 +00:00
Mike Kestner
5f9a153c7f
2004-12-03 Mike Kestner <mkestner@novell.com>
...
* gtk/Dialog.custom : correct return value for AddButton overload.
[Fixes #70121 ]
svn path=/trunk/gtk-sharp/; revision=37043
2004-12-03 18:52:18 +00:00
Dan Winship
2c9ce7d64e
* gtk/Gtk.metadata: Pass TextIters by ref almost everywhere.
...
[Fixes #70187 ]. Kill two varargs warnings.
* gtk/TextBuffer.custom: Update for that, and also implement
InsertWithTagsByName
* sample/GtkDemo/DemoHyperText.cs:
* sample/GtkDemo/DemoTextView.cs: Remove kludges for broken
TextIter handling. Also fix the i18n demo bits by translating the
octal-encoded UTF-8 to hex-encoded UTF-16.
svn path=/trunk/gtk-sharp/; revision=37039
2004-12-03 18:00:30 +00:00
Mike Kestner
8a6ba75f45
2004-12-03 Mike Kestner <mkestner@novell.com>
...
* gtk/Gtk.metadata : hide junk methods in Global. [Fixes #60895 ]
svn path=/trunk/gtk-sharp/; revision=37037
2004-12-03 17:30:29 +00:00
Shane Landrum
fe1260b924
2004-12-02 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/EntryCompletionMatchFunc.xml
* en/Gtk/EntryCompletion.xml
* en/Gtk/CellLayout.xml
* en/Gtk/CellLayoutDataFunc.xml
* en/Gtk/Clipboard.xml
* en/Gtk/ClipboardTargetsReceivedFunc.xml
* en/Gtk/FileFilter.xml
* en/Gtk/FileFilterFlags.xml
* en/Gtk/FileFilterFunc.xml: Doc some delegate classes and the
methods that use them; mostly functionality new to 2.4.
* en/Gtk/RBTreeTraverseFunc.xml
* en/Gtk/TextSegLineChangeFunc.xml
* en/Gtk/TextSegSplitFunc.xml
* en/Gtk/TextSegCheckFunc.xml
* en/Gtk/TextUtilCharChosenFunc.xml
* en/Gtk/TextSegCleanupFunc.xml
* en/Gtk/TextSegDeleteFunc.xml
* en/Gtk/IconThemeFileLineFunc.xml: Removed extraneous TBAs.
svn path=/trunk/gtk-sharp/; revision=36921
2004-12-02 06:33:01 +00:00
John Luke
e03eb3f68d
some docs
...
svn path=/trunk/gtk-sharp/; revision=36872
2004-12-01 00:11:21 +00:00
Shane Landrum
9e9ea5957e
2004-11-30 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ColorSelection.xml: Documented deprecated UpdatePolicy prop.
* en/Gtk/ColorButton.xml: Added docs.
* en/Gtk/TreeModel.xml
* en/Gtk/TreeModelFilter.xml
* en/Gtk/TreeModelFilterModifyFunc.xml
* en/Gtk/TreeModelFilterVisibleFunc.xml
* en/Gtk/TreeModelSort.xml: Added and elaborated docs
for filtering tree models, in compliance with GTK 2.4.
svn path=/trunk/gtk-sharp/; revision=36868
2004-11-30 22:42:26 +00:00
Jeroen Zwartepoorte
0c81f9142c
2004-11-26 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gtk/ActionEntry.cs:
* gtk/ActionGroup.custom:
* gtk/Gtk.metadata:
* gtk/Makefile.am:
* gtk/RadioActionEntry.cs:
* gtk/ToggleActionEntry.cs:
* gtk/UIManager.custom:
* sample/Actions.cs: Updated to use the new *ActionEntry code. Reflects
testactions.c from gtk+ now.
Added C# syntactic sugar for easily defining Action's for the UIManager.
Derived from the same ActionEntry structs in gtk+.
svn path=/trunk/gtk-sharp/; revision=36638
2004-11-26 14:59:38 +00:00
Dan Winship
9d04b4dd06
Redo child property handling; now we generate classes to hold
...
the
child properties for a given widget in a container, and generate
the child properties as properties on those classes.
* parser/gapi2xml.pl (addPropElem): don't prepend "child_" to
child prop names any more
* generator/ClassBase.cs (ClassBase): keep childprops separate
from properties
(GenChildProperties): create a subclass of Gtk.ContainerChild
containing the container type's child properties, and override
the
Container indexer to return that type.
* generator/ObjectGen.cs (Generate): call GenChildProperties
* generator/Property.cs:
* generator/ChildProperty.cs: Simplify these a bunch, since
* child
properties are now represented as C# properties as well. Also
add
[GLib.Property(cname)] and [Gtk.ChildProperty(cname)]
attributes.
* glib/Makefile.am (sources): add PropertyAttribute.cs
* glib/PropertyAttribute.cs: attribute used to label
GObject properties
* gtk/Makefile.am (sources): add ChildPropertyAttribute.cs
* gtk/gtk-api.raw: regenerate for parser changes (remove
"Child"/"child_" from child property names).
* gtk/ChildPropertyAttribute.cs: attribute used to label
GtkContainer child properties
* gtk/Container.custom: define the ContainerChild class, and an
indexer to return instances of it.
* doc/en/Gtk/: update for container child property change
svn path=/trunk/gtk-sharp/; revision=36284
2004-11-18 20:31:22 +00:00
Dan Winship
acdb2f73da
* gtk/glue/container.c (gtksharp_container_get_focus_child): New
...
glue method to get container->focus_child
* gtk/Gtk.metadata: hide SetFocusChild
* gtk/Container.custom (FocusChild): implement with both getter
and setter
* en/Gtk/Container.xml (FocusChild): Has a getter now too.
(Added): Clarify that this only means "Gtk.Container.Add was
called", and doesn't get fired when you call Gtk.Box.PackStart,
etc
svn path=/trunk/gtk-sharp/; revision=36143
2004-11-15 17:47:16 +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
John Luke
acdaee5e08
ActionGroup, UIManager, and UIManagerItemType docs
...
svn path=/trunk/gtk-sharp/; revision=35938
2004-11-10 02:28:55 +00:00
John Luke
dce2f4f7b7
doc GtkAction
...
svn path=/trunk/gtk-sharp/; revision=35912
2004-11-09 20:45:04 +00:00
Dan Winship
be5d49f85d
* en/GLib/Object.xml:
...
* en/Gtk/Widget.xml: update for CreateNativeObject changes
svn path=/trunk/gtk-sharp/; revision=35886
2004-11-09 14:22:51 +00:00
Dan Winship
cb30686a86
* en/Gtk/Box.xml:
...
* en/Gtk/ButtonBox.xml:
* en/Gtk/Container.xml:
* en/Gtk/Fixed.xml:
* en/Gtk/Layout.xml:
* en/Gtk/Menu.xml:
* en/Gtk/Notebook.xml:
* en/Gtk/Paned.xml:
* en/Gtk/Table.xml:
* en/Gtk/Toolbar.xml: document container child properties
svn path=/trunk/gtk-sharp/; revision=35833
2004-11-08 15:03:02 +00:00
Dan Winship
ed13386bf3
update to match latest changes
...
svn path=/trunk/gtk-sharp/; revision=35832
2004-11-08 14:58:12 +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
Miguel de Icaza
31b0cf439c
From: cmorgan@alum.wpi.edu
...
svn path=/trunk/gtk-sharp/; revision=35666
2004-11-04 20:03:15 +00:00
Miguel de Icaza
ce819aa39f
From: jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=35664
2004-11-04 19:59:38 +00:00
Miguel de Icaza
8d94d831e8
From: sebastian.nowozin@web.de
...
svn path=/trunk/gtk-sharp/; revision=35663
2004-11-04 19:57:10 +00:00
Miguel de Icaza
5634a70cef
From Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=35660
2004-11-04 19:52:07 +00:00
Miguel de Icaza
fe6aad5317
Contributions from ddollar@blueshiftdesign.com and bis0n@mail.ru
...
svn path=/trunk/gtk-sharp/; revision=35651
2004-11-04 19:34:16 +00:00
Dan Winship
764b8ac5d8
* en/Gdk/Pixbuf.xml
...
* en/Gdk/Pixmap.xml
* en/Gdk/Window.xml
* en/Gtk/Style.xml
* en/Gtk/TargetList.xml: Update to match API fixes
svn path=/trunk/gtk-sharp/; revision=35410
2004-10-28 19:26:15 +00:00
Miguel de Icaza
4f8f06c449
Flush
...
svn path=/trunk/gtk-sharp/; revision=34925
2004-10-12 19:26:02 +00:00
Mike Kestner
28267de825
run updater for new API
...
svn path=/trunk/gtk-sharp/; revision=34721
2004-10-05 14:17:03 +00:00
Mike Kestner
aa54aa2c95
2004-09-29 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : hide some ellipsis methods, add pass_as attrs.
* gtk/Object.custom : new IsFloating property.
* gtk/glue/object.c : new gtksharp_object_set_floating glue.
svn path=/trunk/gtk-sharp/; revision=34529
2004-09-29 18:45:59 +00:00
Mike Kestner
b1d0ceff9a
stubs for newly generated GString apis.
...
svn path=/trunk/gtk-sharp/; revision=34527
2004-09-29 18:03:56 +00:00
Mike Kestner
1d4f5536af
2004-09-27 Mike Kestner <mkestner@ximian.com>
...
* gtk/Button.custom : add a ctor (Widget). reworked from patch by
John Luke.
[Fixes #66228 ]
svn path=/trunk/gtk-sharp/; revision=34441
2004-09-27 19:20:35 +00:00
Mike Kestner
9d8263d89d
2004-09-24 Mike Kestner <mkestner@ximian.com>
...
* gtk/Bin.custom : make Child get/set.
* gtk/Gtk.metadata : hide the Bin.get_child method.
[Fixes #66232 ]
svn path=/trunk/gtk-sharp/; revision=34364
2004-09-24 15:58:05 +00:00
Mike Kestner
3eb398a12f
2004-09-23 Mike Kestner <mkestner@ximian.com>
...
* gtk/Widget.custom : new OnSetScrollAdjustments VM.
* gtk/glue/widget.c : glue for new VM.
svn path=/trunk/gtk-sharp/; revision=34293
2004-09-23 16:50:18 +00:00
Miguel de Icaza
b3091be76a
Flush
...
svn path=/trunk/gtk-sharp/; revision=34181
2004-09-21 17:19:28 +00:00
Shane Landrum
40379be9e4
2004-09-20 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/FileSelection.xml
* en/Gtk/MapEventArgs.xml
* en/Gtk/ModuleDisplayInitFunc.xml
* en/Gtk/ModuleInitFunc.xml
* en/Gtk/MotionNotifyEventArgs.xml
* en/Gtk/TargetPair.xml
* en/Gtk/TextCounter.xml
* en/Gtk/TextPendingScroll.xml
* en/Gtk/TextUtilCharChosenFunc.xml
* en/Gtk/TextWindowType.xml
* en/Gtk/ThreadNotify.xml
* en/Gtk/ToggleSizeAllocatedArgs.xml
* en/Gtk/ToggleSizeRequestedArgs.xml
* en/Gtk/Widget.xml : Added and updated docs.
svn path=/trunk/gtk-sharp/; revision=34078
2004-09-20 03:50:47 +00:00
Shane Landrum
e4b716e18c
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Accelerator.xml
* en/Gtk/Arg.xml
* en/Gtk/CallbackInvoker.xml
* en/Gtk/CellRendererState.xml
* en/Gtk/ColorSelectionButton.xml
* en/Gtk/Combo.xml
* en/Gtk/Container.xml
* en/Gtk/Decorated.xml
* en/Gtk/Dialog.xml
* en/Gtk/Drag.xml
* en/Gtk/FSButton.xml
* en/Gtk/FileSelection.xml
* en/Gtk/Function.xml
* en/Gtk/Gc.xml
* en/Gtk/Grab.xml
* en/Gtk/HandleBox.xml
* en/Gtk/Input.xml
* en/Gtk/InputDialog.xml
* en/Gtk/Widget.xml
* en/Gtk/Window.xml: Miscellaneous class docs.
svn path=/trunk/gtk-sharp/; revision=33798
2004-09-13 05:48:17 +00:00
Shane Landrum
4fc5222ccf
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ClipboardClearFunc.xml
* en/Gtk/ClipboardGetFunc.xml
* en/Gtk/ClipboardTextReceivedFunc.xml
* en/Gtk/ColorSelectionChangePaletteWithScreenFunc.xml: Callback docs.
svn path=/trunk/gtk-sharp/; revision=33797
2004-09-13 05:46:12 +00:00
Shane Landrum
c194f95b3c
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Image.xml
* en/Gtk/ImageAnimationData.xml
* en/Gtk/ImageImageData.xml
* en/Gtk/ImagePixbufData.xml
* en/Gtk/ImagePixmapData.xml
* en/Gtk/ImageStockData.xml: Image-related class docs.
* en/Gtk/ItemFactory.xml
* en/Gtk/ItemFactoryCallback.xml
* en/Gtk/ItemFactoryCallback1.xml
* en/Gtk/ItemFactoryEntry.xml: ItemFactory-related class docs.
svn path=/trunk/gtk-sharp/; revision=33796
2004-09-13 05:43:28 +00:00
Shane Landrum
532ae96284
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/IMContext.xml
* en/Gtk/IMContextInfo.xml
* en/Gtk/IMContextSimple.xml
* en/Gtk/IMMulticontext.xml
* en/Gtk/IMPreeditStyle.xml
* en/Gtk/IMStatusStyle.xml: Input-method-related classes.
svn path=/trunk/gtk-sharp/; revision=33795
2004-09-13 05:41:18 +00:00
Shane Landrum
aac4e8b357
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ChildNotifiedArgs.xml
* en/Gtk/ClientEventArgs.xml
* en/Gtk/CommitArgs.xml
* en/Gtk/DeleteEventArgs.xml
* en/Gtk/DestroyEventArgs.xml
* en/Gtk/DragDataGetArgs.xml
* en/Gtk/DragDataReceivedArgs.xml
* en/Gtk/DrawGdkArgs.xml
* en/Gtk/ExpandCollapseCursorRowArgs.xml
* en/Gtk/GrabNotifyArgs.xml
* en/Gtk/InputArgs.xml: Docs for event data classes.
svn path=/trunk/gtk-sharp/; revision=33794
2004-09-13 05:38:07 +00:00
Shane Landrum
267c9cd26d
2004-09-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/HTMLBeginFlags.xml
* en/Gtk/HTMLCommandType.xml
* en/Gtk/HTMLEditorEventType.xml
* en/Gtk/HTMLEmbedded.xml
* en/Gtk/HTMLEtchStyle.xml
* en/Gtk/HTMLStream.xml: Docs for HTML-related classes.
svn path=/trunk/gtk-sharp/; revision=33793
2004-09-13 05:33:14 +00:00
Shane Landrum
5a116de32a
2004-09-06 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Adjustment.xml
* en/Gtk/Callback.xml
* en/Gtk/Clipboard.xml
* en/Gtk/Quit.xml
* en/Gtk/ReadyEvent.xml
* en/Gtk/ImageStockData.xml
* en/Gtk/MovementStep.xml
* en/Gtk/RulerMetric.xml
* en/Gtk/Selection.xml
* en/Gtk/ThreadNotify.xml: Docs for assorted helper classes.
svn path=/trunk/gtk-sharp/; revision=33413
2004-09-06 14:51:09 +00:00
Shane Landrum
4ed3adf7a2
2004-09-06 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ProgressBar.xml
* en/Gtk/RadioButton.xml
* en/Gtk/RadioMenuItem.xml
* en/Gtk/Scrollbar.xml : Docs for assorted widgets.
svn path=/trunk/gtk-sharp/; revision=33412
2004-09-06 14:49:53 +00:00
Shane Landrum
7fabb0cf4c
2004-09-06 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/HTML.xml
* en/Gtk/HTMLCommandType.xml
* en/Gtk/HTMLCursorSkipType.xml : Docs related to HTML widgets.
* en/Gtk/Button.xml
* en/Gtk/Widget.xml
* en/Gtk/Style.xml
* en/Gtk/Container.xml : Docs for major components.
svn path=/trunk/gtk-sharp/; revision=33411
2004-09-06 14:47:48 +00:00
Shane Landrum
b961282cb3
2004-09-06 Shane Landrum <epicene@pobox.com>
...
* CommitArgs.xml
* ConfigureEventArgs.xml
* CursorMoveArgs.xml
* CycleChildFocusArgs.xml
* DeleteRangeArgs.xml
* DirectionChangedArgs.xml
* DrawPrintArgs.xml
* EnterNotifyEventArgs.xml
* FocusChildSetArgs.xml
* FocusTabArgs.xml
* FormatValueArgs.xml
* FrameEventArgs.xml
* HierarchyChangedArgs.xml
* LeaveNotifyEventArgs.xml
* MoveArgs.xml
* MoveCurrentArgs.xml
* MoveCursorArgs.xml
* MoveFocusArgs.xml
* MoveHandleArgs.xml
* OnCommandArgs.xml
* PageHorizontallyArgs.xml
* ParentSetArgs.xml
* ScrollChildArgs.xml
* SubmitArgs.xml
* TextEventArgs.xml : Event data docs.
svn path=/trunk/gtk-sharp/; revision=33410
2004-09-06 14:41:21 +00:00
Mike Kestner
d2a37895d5
2004-09-03 Mike Kestner <mkestner@ximian.com>
...
* en/Gdk/Pixmap.cs : updates to sigs of FromXpm* methods.
* en/Gtk/Init.cs : fix Check and remove AbiCheck.
* en/Gtk/Invisible.cs : add ctor.
* en/Gtk/NodeStore.cs : add GType prop.
svn path=/trunk/gtk-sharp/; revision=33287
2004-09-03 15:53:34 +00:00
Shane Landrum
237c8ca92d
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Dialog.xml
* en/Gtk/HBox.xml
* en/Gtk/Image.xml
* en/Gtk/Init.xml
* en/Gtk/Invisible.xml
* en/Gtk/Misc.xml
* en/Gtk/NotebookTab.xml
* en/Gtk/Paned.xml
* en/Gtk/Quit.xml
* en/Gtk/RedirectArgs.xml
* en/Gtk/RulerMetric.xml
* en/Gtk/Scale.xml
* en/Gtk/ScrolledWindow.xml
* en/Gtk/Selection.xml
* en/Gtk/SelectionData.xml
* en/Gtk/TargetEntry.xml
* en/Gtk/TargetList.xml
* en/Gtk/TargetPair.xml
* en/Gtk/TextLogAttrCache.xml: Miscellaneous docs.
* ChangeLog: fixes for 2 prior commit logs.
svn path=/trunk/gtk-sharp/; revision=32985
2004-08-29 08:58:39 +00:00
Shane Landrum
cba403d2d5
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* Key.xml
* KeySnoopFunc.xml: Docs for global hotkeys.
* Range.xml
* MoveSliderArgs.xml: Docs for number ranges.
* Entry.xml
* Label.xml: Small texty widgets docs.
svn path=/trunk/gtk-sharp/; revision=32984
2004-08-29 08:55:30 +00:00
Shane Landrum
6032cbafcb
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* Menu.xml
* MenuDetachFunc.xml
* MenuItem.xml
* MenuPositionFunc.xml
* MenuShell.xml: Docs for menu-related classes.
svn path=/trunk/gtk-sharp/; revision=32983
2004-08-29 08:53:41 +00:00
Shane Landrum
f674e76461
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TextSegCheckFunc.xml
* en/Gtk/TextSegCleanupFunc.xml
* en/Gtk/TextSegDeleteFunc.xml
* en/Gtk/TextSegLineChangeFunc.xml
* en/Gtk/TextSegSplitFunc.xml
* en/Gtk/TextLineSegment.xml
* en/Gtk/TextLineSegmentClass.xml: Marked 'do not use',
pending an answer on #64410 .
svn path=/trunk/gtk-sharp/; revision=32982
2004-08-29 08:28:24 +00:00
Shane Landrum
988bad831d
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* MarkDeletedArgs.xml
* MarkSetArgs.xml
* OrientationChangedArgs.xml
* SelectionClearEventArgs.xml
* SetBaseTargetArgs.xml
* SetFocusArgs.xml
* StateChangedArgs.xml
* SwitchPageArgs.xml
* TextEventArgs.xml: Event data.
svn path=/trunk/gtk-sharp/; revision=32981
2004-08-29 06:59:47 +00:00
Shane Landrum
e35b797518
2004-08-29 Shane Landrum <epicene@pobox.com>
...
* HTML.xml
* HTMLBeginFlags.xml
* HTMLClassProperties.xml
* HTMLCommandType.xml
* HTMLEditorAPI.xml
* HTMLEditorEventType.xml
* HTMLFontStyleShift.xml
* HTMLParagraphStyle.xml
* HTMLPrintCallback.xml
* HTMLStream.xml
* HTMLStreamCloseFunc.xml
* HTMLStreamStatus.xml
* HTMLStreamTypesFunc.xml
* HTMLStreamWriteFunc.xml: Documented HTML widget and related classes.
svn path=/trunk/gtk-sharp/; revision=32980
2004-08-29 06:52:31 +00:00
Shane Landrum
524450a235
2004-08-28 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/HSV.xml: Added docs for color selector.
* en/Gtk/ProximityInEventArgs.xml
* en/Gtk/ProximityOutEventArgs.xml
* en/Gtk/Widget.xml: Docs for proximity events and other events.
* en/Gtk/SizeAllocatedArgs.xml
* en/Gtk/SizeRequestedArgs.xml
* en/Gtk/Requisition.xml: Docs for widget size requests.
* en/Gdk/Rectangle.xml: Added docs.
* en/Gtk/CursorMoveArgs.xml
* en/Gtk/RemovedArgs.xml
* en/Gtk/SelectPageArgs.xml
* en/Gtk/SetBaseArgs.xml
* en/Gtk/ResponseArgs.xml
* en/Gtk/StyleSetArgs.xml: Event data.
* en/Gtk/Settings.xml: Added docs.
* en/Gtk/Table.xml: Added docs.
* en/Gtk/ThemeEngine.xml: Added docs.
* en/Gtk/StockManager.xml: Added docs, flagged some API that needs
review.
svn path=/trunk/gtk-sharp/; revision=32979
2004-08-29 04:47:18 +00:00
Shane Landrum
2463e58d90
2004-08-28 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Widget.xml: Added docs.
* en/Gtk/ExposeEventArgs.xml
* en/Gtk/AddedArgs.xml
* en/Gtk/ActivateCurrentArgs.xml
* en/Gtk/AdjustBoundsArgs.xml
* en/Gtk/ChangeCurrentPageArgs.xml
* en/Gtk/ChangeValueArgs.xml
* en/Gtk/ChildAnchorInsertedArgs.xml
* en/Gtk/ChildAttachedArgs.xml
* en/Gtk/ChildDetachedArgs.xml
* en/Gtk/ConfigureEventArgs.xml
* en/Gtk/CycleHandleFocusArgs.xml
* en/Gtk/EditedArgs.xml
* en/Gtk/EnableDeviceArgs.xml
* en/Gtk/DisableDeviceArgs.xml
* en/Gtk/FocusedArgs.xml
* en/Gtk/LinkClickedArgs.xml
* en/Gtk/ExpandCollapseCursorRow.xml
* en/Gtk/FocusInEventArgs.xml
* en/Gtk/MoveFocusOutArgs.xml
* en/Gtk/OnUrlArgs.xml: Event data.
svn path=/trunk/gtk-sharp/; revision=32973
2004-08-28 21:17:07 +00:00
Shane Landrum
4336f5447b
2004-08-28 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TranslateFunc.xml: delegate docs.
* en/Gtk/Settings*.xml: settings classes docs, first pass.
* en/Gtk/Separator.xml: Documented protected constructor.
* en/Gtk/StockItem.xml: Documented translation domain.
* en/Gtk/Ruler.xml: Documented Ruler class.
* en/Gtk/SpinButton.xml: Documented SpinButton class.
* en/Gtk/TextMarkBody.xml: Internal class, do not use.
* en/Gtk/Submenu.xml: Documented submenus.
* en/Gtk/ItemFactory.xml
* en/Gtk/WindowKeysForeachFunc.xml
* en/Gtk/SurroundingDeletedArgs.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=32963
2004-08-28 03:46:45 +00:00
Shane Landrum
2d2b5a2157
2004-08-27 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Style.xml: bugfixes, more docs.
* en/Gtk/TextBTree.xml: internal class, do not use.
* en/Gtk/Accel*.xml: Accelerator-related docs.
* en/Gtk/CurrentParagraphAlignmentChangedArgs.xml
* en/Gtk/CurrentParagraphStyleChangedArgs.xml: Event data docs.
svn path=/trunk/gtk-sharp/; revision=32960
2004-08-28 02:40:04 +00:00
Shane Landrum
fa3e9a5e70
2004-08-27 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/WindowKeysForeachFunc.xml
* en/Gtk/Accessibility.xml
* en/Gtk/CallbackMarshal.xml
* en/Gtk/ColorSelectionChangePaletteFunc.xml
* en/Gtk/ColorSelectionDialog.xml
* en/Gtk/Container.xml
* en/Gtk/DestroyNotify.xml
* en/Gtk/IconSet.xml
* en/Gtk/ScrollAdjustmentsSetArgs.xml
* en/Gtk/ScrollType.xml
* en/Gtk/MoveFocusArgs.xml : Miscellaneous docs.
* en/Gtk/RB*.xml : Internal classes. Do not use.
* en/Gtk/Style*.xml : Began documenting style-related classes.
svn path=/trunk/gtk-sharp/; revision=32959
2004-08-28 01:45:27 +00:00
Shane Landrum
4f843c4a62
2004-08-27 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TagAddedArgs.xml
* en/Gtk/TagAppliedArgs.xml
* en/Gtk/TagChangedArgs.xml
* en/Gtk/TagRemovedArgs.xml : Docs for event data classes.
svn path=/trunk/gtk-sharp/; revision=32957
2004-08-28 01:30:37 +00:00
Mike Kestner
e5dde2ff7e
2004-08-26 Manuel V. Santos <mvsl@telefonica.net>
...
* gdk/Device.custom : glue to expose object fields.
* gdk/DeviceAxis.custom : expand the ToString to incl use:
* gdk/EventButton.custom : fix for Axes prop.
* gdk/EventMotion.custom : fix for Axes prop.
* gdk/Gdk.metadata : hide some accessors on Device.
* gdk/Makefile.am : add new custom.
* gdk/glue/Makefile.am : add new .c
* gdk/glue/makefile.win32 : add new .o
* gdk/glue/device.c : ditto.
* gtk/InputDialog.custom : glue to expose button fields.
* gtk/Makefile.am : add new custom.
* gtk/glue/Makefile.am : add new .c
* gtk/glue/makefile.win32 : add new .o
* gtk/glue/inputdialog.c : ditto.
* sample/ScribbleXInput.cs : new sample using extension events.
svn path=/trunk/gtk-sharp/; revision=32899
2004-08-26 19:10:48 +00:00
Shane Landrum
efb53c5ec7
2004-08-26 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TreeModelSort.xml
* en/Gtk/TreeView.xml: XML fixes.
* en/Gtk/TextWindow.xml: Added docs.
* en/Gtk/TextIter.xml: Elaborated existing docs.
* en/Gtk/TextCharPredicate: Delegate for TextIter; docs.
* en/Gtk/TextTagTableForeach.xml: Added docs.
* en/Gtk/InsertTextArgs.xml: Event arguments.
* en/Gtk/TextTag.xml: Added docs.
* en/Gtk/TextCounter.xml: Internal class. Do not use.
* en/Gtk/TextToggleBody.xml: Internal class. Do not use.
* en/Gtk/TextTagInfo.xml: Internal class. Do not use.
svn path=/trunk/gtk-sharp/; revision=32891
2004-08-26 16:23:18 +00:00
Shane Landrum
41e5ff0642
2004-08-24 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TreeView.xml:
* en/Gtk/TreeModel.xml:
* en/Gtk/TreeModelSort.xml:
* en/Gtk/TreeSortable.xml:
* en/Gtk/ListStore.xml: Added docs for list/tree classes; made them
consistent across similar classes.
* en/Gtk/TreeRowReference.xml: Marked internal-only.
svn path=/trunk/gtk-sharp/; revision=32801
2004-08-24 23:04:07 +00:00
Mike Kestner
f10194792e
2004-08-24 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : kill TreeDataList and TreeDataSortHeader
internal types.
svn path=/trunk/gtk-sharp/; revision=32798
2004-08-24 21:55:09 +00:00
Mike Kestner
55127368b9
2004-08-24 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : kill TreeDataList, it's internal.
svn path=/trunk/gtk-sharp/; revision=32797
2004-08-24 21:49:11 +00:00
Mike Kestner
780d9fb714
2004-08-24 Larry Ewing <lewing@ximian.com>
...
* gtk/Gtk.metadata : Style.PaintPolygon has an array of points.
svn path=/trunk/gtk-sharp/; revision=32796
2004-08-24 21:03:57 +00:00
John Luke
0e18b0f8e2
add docs for Gtk.Menu.Popup overload
...
svn path=/trunk/gtk-sharp/; revision=32791
2004-08-24 19:56:13 +00:00
John Luke
a8b81fb34d
validation/rendering fixes
...
svn path=/trunk/gtk-sharp/; revision=32766
2004-08-24 17:01:00 +00:00
Shane Landrum
7d124df67a
2004-08-22 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/RowActivatedArgs.xml
* en/Gtk/RowCollapsedArgs.xml
* en/Gtk/RowExpandedArgs.xml
* en/Gtk/TestCollapseRowArgs.xml
* en/Gtk/TestExpandRowArgs.xml: Event argument delegate docs.
* en/Gtk/TreeView.xml: Event docs.
* en/Gtk/TreeViewColumnDropFunc.xml
* en/Gtk/TreeViewMappingFunc.xml
* en/Gtk/TreeViewSearchEqualFunc.xml: delegate docs for TreeView
svn path=/trunk/gtk-sharp/; revision=32651
2004-08-22 05:31:56 +00:00
Shane Landrum
3ed97fa33d
2004-08-19 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/DeleteFromCursorArgs.xml
* en/Gtk/DeleteType.xml: Docs for deletion from text widgets.
* en/Gtk/Widget.xml: Added some event docs.
* en/Gtk/PopulatePopupArgs.xml: Event data for text widget popups.
* en/Gtk/TextView.xml: Docs for some events.
* en/Gtk/HTML.xml: Minor wording change, thanks to Ben Maurer.
* en/Gtk/Notebook.xml: Documented an event, minor style edits.
svn path=/trunk/gtk-sharp/; revision=32512
2004-08-19 04:05:57 +00:00
Shane Landrum
cfee084f8d
2004-08-19 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ClipboardReceivedFunc.xml: Added docs for classes related
to drag and drop.
* en/Gtk/SelectionData.xml: Added docs for DND selection data.
* en/Gtk/SelectionGetArgs.xml: Event data for selection get events.
* en/Gtk/SelectionReceivedArgs.xml: Event data for selection
receive events.
svn path=/trunk/gtk-sharp/; revision=32511
2004-08-19 04:03:05 +00:00
Shane Landrum
6cb014c317
2004-08-19 Shane Landrum <epicene@pobox.com>
...
Docs for tree-related classes:
* en/Gtk/TreeView.xml
* en/Gtk/TreeSelection.xml
* en/Gtk/TreeSelectionForeachFunc.xml: Added docs for tree operations.
* en/Gtk/RowsReorderedArgs.xml: Event data for list/tree datamodels.
* en/Gtk/SelectCursorRowArgs.xml: Event data for TreeView event.
* en/Gtk/TreeSelection.xml: Cleanup of extraneous TBA.
svn path=/trunk/gtk-sharp/; revision=32510
2004-08-19 03:58:06 +00:00
Shane Landrum
1b44003647
2004-08-19 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/RowHasChildToggledArgs.xml
* en/Gtk/RowInsertedArgs.xml
* en/Gtk/RowChangedArgs.xml
* en/Gtk/RowDeletedArgs.xml: Docs for event
argument classes related to ListStore.
* en/Gtk/ListStore.xml: minor wording fixes.
svn path=/trunk/gtk-sharp/; revision=32506
2004-08-19 03:25:17 +00:00
Shane Landrum
762035688c
2004-08-18 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/ListStore.xml: Added docs.
svn path=/trunk/gtk-sharp/; revision=32505
2004-08-19 03:09:20 +00:00
Mike Kestner
b6e7515687
2004-08-18 John Luke <john.luke@gmail.com>
...
* pango/Pango.metadata : hide a couple methods on Layout.
* pango/Layout.custom : impl SetText and SetMarkup w/ length=-1.
[Fixes #63057 ]
svn path=/trunk/gtk-sharp/; revision=32499
2004-08-18 16:18:26 +00:00
Mike Kestner
b45b49ac61
2004-08-18 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : unhide ExpanderStyle.
* doc/en/Gtk/Style.xml : doc PaintExpander.
* doc/en/Gtk/ExpanderStyle.xml : new enum docs.
[Fixes #60480 ] metadata patch from Jeroen Zwartepoorte.
svn path=/trunk/gtk-sharp/; revision=32498
2004-08-18 16:08:02 +00:00
Mike Kestner
fdcc41a70b
2004-08-17 Mike Kestner <mkestner@ximian.com>
...
* pango/Pango.metadata : metadata for the pango audit.
* pango/*.custom : customizations to fix audited API.
* doc/en/* : docs for some api changes and additions.
* glib/Marshaller.cs : some gunichar marshal-fu.
* glib/glue/unichar.c : a new glue method.
svn path=/trunk/gtk-sharp/; revision=32462
2004-08-17 20:43:49 +00:00
John Luke
186a4f51b0
update for bugfix
...
svn path=/trunk/gtk-sharp/; revision=32325
2004-08-13 19:34:22 +00:00
Shane Landrum
7eb6b50a16
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* DragBeginArgs.xml
* DragDataDeleteArgs.xml
* DragDataGetArgs.xml
* DragDataReceivedArgs.xml
* DragDropArgs.xml
* DragEndArgs.xml
* DragLeaveArgs.xml
* DragMotionArgs.xml: Filled in event properties.
svn path=/trunk/gtk-sharp/; revision=32324
2004-08-13 19:30:50 +00:00
Shane Landrum
1d96ad49bc
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Widget.xml: Filled in some event information,
removed a lot of extraneous "To be added" in remarks fields
svn path=/trunk/gtk-sharp/; revision=32315
2004-08-13 16:41:57 +00:00
Shane Landrum
65ce35728c
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TextAppearance.xml
* en/Gtk/TextAttributes.xml: Classes to control text presentation.
svn path=/trunk/gtk-sharp/; revision=32314
2004-08-13 16:38:43 +00:00
Shane Landrum
658a41d410
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/TreeCellDataFunc.xml
* en/Gtk/TreeDataList.xml
* en/Gtk/TreeDestroyCountFunc.xml
* en/Gtk/TreeIter.xml
* en/Gtk/TreeIterCompareFunc.xml
* en/Gtk/TreeModel.xml
* en/Gtk/TreeModelForeachFunc.xml
* en/Gtk/TreeSelectionFunc.xml
* en/Gtk/TreeSortable.xml
* en/Gtk/TreeView.xml: Various updates to tree object docs.
svn path=/trunk/gtk-sharp/; revision=32313
2004-08-13 16:36:59 +00:00
Shane Landrum
ac9699f465
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/*Args.xml: Documented many handler arguments classes.
svn path=/trunk/gtk-sharp/; revision=32311
2004-08-13 16:24:39 +00:00
Shane Landrum
685523dccc
2004-08-13 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/HTML.xml
* en/Gtk/HTMLCommandType.xml
* en/Gtk/HTMLFontStyle.xml
* en/Gtk/HTMLParagraphAlignment.xml
* en/Gtk/HTMLSaveReceiverFn.xml: documented HTML widget classes.
svn path=/trunk/gtk-sharp/; revision=32310
2004-08-13 16:23:23 +00:00
John Luke
189b8b47c6
a PixbufLoader example
...
and some small random things I forgot about
svn path=/trunk/gtk-sharp/; revision=32104
2004-08-09 20:54:25 +00:00
Hector E. Gomez Morales
0b296a59d0
* en/Gtk/AccelGroup.xml
...
* en/Gtk/AccelGroupEntry.xml
* en/Gtk/AccelKey.xml
* en/Gtk/RcProperty.xml
* en/Gtk/TreeDragSource.xml: Fixed errors in tags, make assemble now works.
svn path=/trunk/gtk-sharp/; revision=32032
2004-08-08 08:22:39 +00:00
Shane Landrum
92553bb827
2004-08-06 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/: More documentation, largely for tree-related
classes, icons, and text widgets.
svn path=/trunk/gtk-sharp/; revision=31978
2004-08-06 13:18:10 +00:00
Shane Landrum
227eea5f5e
2004-08-05 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/Rc*: Filled in all "to be added" for RC-file
subsystem.
* en/Gtk/Accel*: Added docs about accelerator keys.
svn path=/trunk/gtk-sharp/; revision=31960
2004-08-05 22:35:12 +00:00
Shane Landrum
b64284f794
2004-08-04 Shane Landrum <epicene@pobox.com>
...
* en/Gtk/*: docs for many tree-related methods,
assorted others.
svn path=/trunk/gtk-sharp/; revision=31876
2004-08-04 17:10:22 +00:00
Miguel de Icaza
e0de9e84c6
Contributions from jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=31777
2004-08-03 04:49:27 +00:00
John Luke
fe72969e47
the rest of what I could find about Gtk.Text* from the c-docs
...
svn path=/trunk/gtk-sharp/; revision=31391
2004-07-22 21:52:21 +00:00
John Luke
f579d4098e
doc'ed TextIter and the rest of TextView
...
svn path=/trunk/gtk-sharp/; revision=31352
2004-07-22 00:03:35 +00:00
Miguel de Icaza
b6ac7cea69
Apply patches from jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=31113
2004-07-14 02:01:45 +00:00
Miguel de Icaza
a7c13bb7c7
Apply patch from jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=31099
2004-07-13 18:55:47 +00:00
Mike Kestner
d8b8c9ce79
2004-07-07 Jasper Van Putten <jaspervp@gmx.net>
...
* en/Gtk/*.xml : docs for Notebook and RadioButton.
svn path=/trunk/gtk-sharp/; revision=30847
2004-07-07 18:28:18 +00:00
Miguel de Icaza
00acb32df1
Contributions from jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=30599
2004-07-01 02:12:04 +00:00
Mike Kestner
9577c1e81d
2004-06-29 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : remove To be added from enum <remarks> since they aren't
rendered. Monodoc needs to be enhanced to render if they are there,
but we should normally put enum member docs in the summary, not remarks.
svn path=/trunk/gtk-sharp/; revision=30537
2004-06-29 16:25:31 +00:00
Mike Kestner
7594069717
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/Global.xml : finish. there's a lot of crap in there.
* en/Gtk/IMContext.xml : docs for FilterKeypress ctors Reset and Commit.
svn path=/trunk/gtk-sharp/; revision=30487
2004-06-28 19:49:45 +00:00
Miguel de Icaza
f0c98db478
A few contributions from me
...
svn path=/trunk/gtk-sharp/; revision=30481
2004-06-28 17:33:17 +00:00
Miguel de Icaza
661358be51
Contributions from chris@turchin.net
...
svn path=/trunk/gtk-sharp/; revision=30463
2004-06-27 14:47:17 +00:00
Miguel de Icaza
277792492c
New from jamin@pubcrawler.org
...
svn path=/trunk/gtk-sharp/; revision=30452
2004-06-26 23:32:58 +00:00
Miguel de Icaza
41c578d85a
New from jluke
...
svn path=/trunk/gtk-sharp/; revision=30451
2004-06-26 23:32:38 +00:00
Miguel de Icaza
0da6e9f42a
From jaspervp@gmx.net
...
svn path=/trunk/gtk-sharp/; revision=30397
2004-06-25 15:56:45 +00:00
Miguel de Icaza
daf62a7da9
update
...
svn path=/trunk/gtk-sharp/; revision=30357
2004-06-24 22:45:09 +00:00
Miguel de Icaza
41e324b368
From Jeroen
...
svn path=/trunk/gtk-sharp/; revision=30354
2004-06-24 22:07:04 +00:00
Miguel de Icaza
be53f1d6b9
From Ben Maurer
...
svn path=/trunk/gtk-sharp/; revision=30353
2004-06-24 22:06:19 +00:00
Mike Kestner
eea63d0087
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/GLib/Timeout.xml : finish the class and Add docs.
svn path=/trunk/gtk-sharp/; revision=30330
2004-06-24 19:35:28 +00:00
Mike Kestner
07fc84a409
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : add back the enumtype Value__ fields with "Do not use"
docs. Monodoc doesn't show these nodes as fields, but needs them for
non-int enums.
svn path=/trunk/gtk-sharp/; revision=30320
2004-06-24 16:16:19 +00:00
Mike Kestner
ed6079f654
oops missed one
...
svn path=/trunk/gtk-sharp/; revision=30319
2004-06-24 15:14:36 +00:00
Mike Kestner
0b0e441876
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : kill all the dead files where types have been removed.
Mark several gtkhtml types as being in gtkhtml-sharp, not gtk-sharp.
Another 601 dead TBAs.
svn path=/trunk/gtk-sharp/; revision=30318
2004-06-24 15:13:45 +00:00
Miguel de Icaza
15c9579c97
Patches from Peter Johanson (latexer)
...
svn path=/trunk/gtk-sharp/; revision=30305
2004-06-24 13:52:21 +00:00
Mike Kestner
bd7ec685ac
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document event args classes and ctors via script-fu.
Knocks off another 944 TBAs.
svn path=/trunk/gtk-sharp/; revision=30304
2004-06-24 13:44:36 +00:00
Miguel de Icaza
872f6f1667
Patches from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=30249
2004-06-23 23:23:24 +00:00
Mike Kestner
1dc455cd70
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document event handler delegates via script-fu. 400 TBAs.
svn path=/trunk/gtk-sharp/; revision=30248
2004-06-23 23:10:49 +00:00
Todd Berman
bec6f28c89
2004-06-23 Todd Berman <tberman@off.net>
...
* doc/*/*.xml: s/GtkSharp.SignalArgs/GLib.SignalArgs/;
svn path=/trunk/gtk-sharp/; revision=30246
2004-06-23 21:49:09 +00:00
Miguel de Icaza
c129c3dd99
Patches from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=30244
2004-06-23 21:01:20 +00:00
Miguel de Icaza
c199b76a33
Patch from kerrick@asu.edu to documentation
...
svn path=/trunk/gtk-sharp/; revision=30202
2004-06-23 14:45:52 +00:00
Mike Kestner
704726109a
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document ctor(GType) members via script-fu. 476 TBAs.
svn path=/trunk/gtk-sharp/; revision=30068
2004-06-21 20:33:11 +00:00
Mike Kestner
2b6efdc91c
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document GType props via script-fu. 620 TBAs killed.
svn path=/trunk/gtk-sharp/; revision=30066
2004-06-21 20:14:42 +00:00
John Luke
7e906fec7c
fix the examples in Gtk.*
...
some other miscellaneous stuff
svn path=/trunk/gtk-sharp/; revision=29954
2004-06-19 18:25:02 +00:00
Miguel de Icaza
bccf57ab07
Add contribution from kerrick@asu.edu
...
svn path=/trunk/gtk-sharp/; revision=29944
2004-06-19 15:23:28 +00:00
Mike Kestner
6d8c166797
2004-06-17 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/Window.xml : document remaining TBAs.
svn path=/trunk/gtk-sharp/; revision=29789
2004-06-17 16:51:37 +00:00
Mike Kestner
f73a9c9db9
2004-06-17 Mike Kestner <mkestner@ximian.com>
...
* scan-deprecations.cs : kill value__ fields of enum types too.
* en/*/*.xml : remove value__ fields from enum types. 400 more tba's.
svn path=/trunk/gtk-sharp/; revision=29783
2004-06-17 15:45:32 +00:00
Mike Kestner
2b20e653c6
2004-06-15 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : generated summary and remarks for all the On* virtual
default handler methods. 700 more To be addeds gone.
svn path=/trunk/gtk-sharp/; revision=29603
2004-06-15 15:41:25 +00:00
Miguel de Icaza
592570d168
My contribs
...
svn path=/trunk/gtk-sharp/; revision=29564
2004-06-15 03:46:45 +00:00
Todd Berman
9f492c794b
2004-06-11 Todd Berman <tberman@sevenl.net>
...
* gtk/Container.custom:
* gtk/CellRenderer.custom:
* gnome/CanvasItem.custom: mark Override* private.
* doc/en/*/*.xml: update to remove Override* methods.
svn path=/trunk/gtk-sharp/; revision=29394
2004-06-12 00:18:05 +00:00
Mike Kestner
0372a77462
2004-06-11 Mike Kestner <mkestner@ximian.com>
...
* doc/en/*/*.xml : update to remove Override* methods.
* generator/Signal.cs : make the Override* methods private. They
should not ever be called manually and it saves about 800 "do not
call this method" doc entries.
svn path=/trunk/gtk-sharp/; revision=29388
2004-06-11 22:41:01 +00:00
Miguel de Icaza
5b00f6f758
Flush
...
svn path=/trunk/gtk-sharp/; revision=29376
2004-06-11 19:09:54 +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
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
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
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
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
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
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
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
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
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
f77ff85d9c
fix build breakage in Calendar.xml.
...
svn path=/trunk/gtk-sharp/; revision=26422
2004-04-30 14:49:45 +00:00
Erik Dasque
ec881333d0
added documentation for Calendar member property Date
...
svn path=/trunk/gtk-sharp/; revision=26418
2004-04-30 13:53:41 +00:00
John Luke
3027f1a0c1
add DrawingArea example
...
document TargetFlags
svn path=/trunk/gtk-sharp/; revision=26093
2004-04-28 02:10:05 +00:00
John Luke
e06a0d40ce
add example
...
svn path=/trunk/gtk-sharp/; revision=26091
2004-04-28 01:25:29 +00:00
Miguel de Icaza
1fe2785b28
Some of my contributions
...
svn path=/trunk/gtk-sharp/; revision=25794
2004-04-21 20:46:56 +00:00
Miguel de Icaza
88d46fcccb
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25676
2004-04-19 03:30:48 +00:00
Miguel de Icaza
fb74f1f04d
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25364
2004-04-12 14:16:11 +00:00
Miguel de Icaza
36b31af926
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25336
2004-04-11 22:45:22 +00:00
Miguel de Icaza
256a5f6b37
More contributions from eureko@grmexico.com.mx
...
svn path=/trunk/gtk-sharp/; revision=25317
2004-04-10 22:23:24 +00:00
Miguel de Icaza
11151b1e59
Add contributions from mdamt@bisnisweb.com
...
svn path=/trunk/gtk-sharp/; revision=25314
2004-04-10 22:07:38 +00:00
Hector E. Gomez Morales
186266a808
2004-03-17 Alex Combas <yummyfiddlehead@yahoo.com>
...
* en/Gtk/Accel.xml: Full doc.
svn path=/trunk/gtk-sharp/; revision=24210
2004-03-17 07:15:15 +00:00
Hector E. Gomez Morales
5d8e9c5dd3
2004-03-05 Hector Gomez M <hectorgm@ciencias.unam.mx>
...
* en/* : Created TODO files for every namespace (except *Sharp namespaces).
2004-02-29 Hector Gomez M <hectorgm@ciencias.unam.mx>
* Changelog: Corrected bogus year dates.
* en/Gtk/TODO: updated TODO list.
* en/Atk/EditableText.xml
* en/Atk/Free.xml
* en/Atk/NoOpObject.xml
* en/Atk/Object.xml
* en/Atk/StateSet.xml
* en/Gnome/CanvasProxy.xml
* en/Gnome/CanvasRichText.xml
* en/Gnome/Config.xml
* en/Gnome/DateEdit.xml
* en/Gnome/Entry.xml
* en/Gnome/FileEntry.xml
* en/Gnome/Font.xml
* en/Gnome/FontFamily.xml
* en/Gnome/GlyphList.xml
* en/Gnome/IconList.xml
* en/Gnome/IconTheme.xml
* en/Gnome/Pgl.xml
* en/Gtk/Combo.xml
* en/Gtk/ListStore.xml
* en/Gtk/RadioMenuItem.xml
* en/Gtk/StockItem.xml
* en/Gtk/StockManager.xml
* en/Gtk/TextBuffer.xml
* en/Gtk/TextIter.xml
* en/Gtk/TextView.xml
* en/Gtk/TooltipsData.xml
* en/Gtk/TreeModelSort.xml
* en/Gtk/TreeStore.xml
* en/Gtk/TreeView.xml
* en/Gtk/Widget.xml
* en/Gtk/Window.xml: Restored and/or removed various nodes.
* en/Gtk/Accel.xml: Removed deprecated GroupsFromObject Method.
* en/Gtk/Application: Removed deprecated CurrentEvent Property.
* en/Gtk/Container.xml: FocusChain and Children update.
* en/Gtk/DeleteEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/DestroyEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/MenuItem.xml: ToggleSizeRequest update.
* en/Gtk/IMContext.xml: Removed deprecated GetPreeditString Method.
* en/Gtk/IMContextSimple.xml: Removed deprecated AddTable Method.
* en/Gtk/Init.xml: Removed deprecated AbiCheck Method
* en/Gtk/MapEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/MenuItem.xml: Removed deprecated ToggleSizeRequest Method.
* en/Gtk/NoExposeEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/SelectionData.xml: Removed deprecated Set Method.
* en/Gtk/TextChildAnchor.xml: Widget update.
* en/Gtk/TreeIter.xml: Stamp update.
* en/Gtk/TreeModel.xml: EmitRowsReordered update.
* en/Gtk/TreeRowReference.xml: Removed deprecated Reordered Method.
* en/Gtk/TreeSelection.xml: Removed deprecated GetSelectedRows Method.
* en/Gtk/TreeViewColumn.xml: Removed deprecated CellRenders Property.
* en/Gtk/UnmapEventArgs.xml: Removed deprecated Event Property.
svn path=/trunk/gtk-sharp/; revision=23736
2004-03-05 13:40:13 +00:00
Mike Kestner
3b14029b6e
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* Vte/Gnome/Gtk : add some new doc files.
svn path=/trunk/gtk-sharp/; revision=23498
2004-02-26 19:27:27 +00:00
Mike Kestner
4924b52190
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* All: run updater and kill stubbed deprecates
svn path=/trunk/gtk-sharp/; revision=23497
2004-02-26 19:18:47 +00:00
Mike Kestner
b2059ab3fd
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* Atk/Gdk/Gtk : add some new doc files.
svn path=/trunk/gtk-sharp/; revision=23495
2004-02-26 18:52:25 +00:00
Mike Kestner
80a32deaa6
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* Pango/*.xml : run updater and kill stubbed deprecates
* Atk/*.xml : run updater and kill stubbed deprecates
* Gdk/*.xml : run updater and kill stubbed deprecates
* Gtk/*.xml : run updater and kill stubbed deprecates
svn path=/trunk/gtk-sharp/; revision=23492
2004-02-26 18:46:28 +00:00
Mike Kestner
d066f892af
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* All: update events to new handler namespaces.
svn path=/trunk/gtk-sharp/; revision=23475
2004-02-25 23:39:06 +00:00
Mike Kestner
10b7879ab0
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* */*Handler.xml : move all signal delegates from *Sharp to base namespaces.
svn path=/trunk/gtk-sharp/; revision=23472
2004-02-25 21:46:24 +00:00
Mike Kestner
4a1e0cc220
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* All: move all signal args from *Sharp to base namespaces.
svn path=/trunk/gtk-sharp/; revision=23465
2004-02-25 20:15:44 +00:00
Peter Williams
4feed7bb77
2004-01-18 Peter Williams <peter@newton.cx>
...
* glib/Marshaller.cs (ArrayPtrToArgv, ArgvToArrayPtr): new
functions for marshalling and unmarshalling string arrays
to/from char **. Not pretty, but lets us call gtk_init()
in Gtk.
* gtk/Application.cs (do_init): New helper function to handle
passing args to Gtk. Uses above functions.
(Init): Use do_init, take a new progname parameter.
(InitCheck): Same.
doc/:
2003-01-13 Peter Williams <peter@newton.cx>
* en/Gtk/Application.xml: Update Init, InitCheck functions
for new progname argument. Fix a paste-o in the docs for InitCheck.
svn path=/trunk/gtk-sharp/; revision=22237
2004-01-19 03:24:25 +00:00
John Luke
8b751d9ba0
add remark about Label and UseUnderline
...
svn path=/trunk/gtk-sharp/; revision=22232
2004-01-18 22:53:54 +00:00
John Luke
cc654d5a06
add small example for selection
...
svn path=/trunk/gtk-sharp/; revision=22041
2004-01-13 22:04:34 +00:00
Miguel de Icaza
6507489ef9
Next batch of commits
...
svn path=/trunk/gtk-sharp/; revision=22035
2004-01-13 21:25:07 +00:00
Hector E. Gomez Morales
fdb11c4cc1
* en/Gtk/Ctree.xml
...
* en/Gtk/Style.xml
* en/Gtk/Tree.xml: First draft.
* en/Gtk/TODO: updated.
* en/Gtk/Widget.xml: Documented the remaining methods and properties.
* en/Gtk/Window.xml: Documented all methods excepts the overloads and all the properties.
svn path=/trunk/gtk-sharp/; revision=21995
2004-01-13 01:30:01 +00:00
John Luke
19629688fa
2004-01-08 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/RadioButton.xml:
* en/Gtk/Notebook.xml:
* en/Gtk/NotebookPage.xml:
* en/GConf/ClientBase.xml: update for recent cvs changes
svn path=/trunk/gtk-sharp/; revision=21990
2004-01-12 22:48:13 +00:00
Miguel de Icaza
f223c45def
Second batch
...
svn path=/trunk/gtk-sharp/; revision=21869
2004-01-09 05:01:34 +00:00
John Luke
86f62b2c64
2004-01-08 John Luke <jluke@cfl.rr.com>
...
* */*/.xml: run updater
* en/Gtk/TreView.xml: correct GetRowExpanded docs
* en/Gtk/RadioButton.xml: documented
svn path=/trunk/gtk-sharp/; revision=21863
2004-01-09 01:32:46 +00:00
John Luke
ec87d5d92d
2003-12-22 John Luke <jluke@cfl.rr.com>
...
* en/GLib/GType.xml:
* en/GLib/DefaultSignalHandlerAttribute.xml: added
* */*/.xml: run updater
svn path=/trunk/gtk-sharp/; revision=21469
2003-12-24 01:35:30 +00:00
John Luke
46acd2b617
2003-12-04 John Luke <jluke@cfl.rr.com>
...
* All: run updater
svn path=/trunk/gtk-sharp/; revision=20789
2003-12-04 21:09:30 +00:00
Mike Kestner
4c24cd0747
2003-11-18 Peter Williams <peter@newton.cx>
...
* gtk/NodeStore.cs (GetNode): New public function. Patch refactored
a bit to eliminate code duplication with get_node_cb.
svn path=/trunk/gtk-sharp/; revision=20188
2003-11-18 20:13:39 +00:00
John Luke
d209d0b695
2003-11-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Socket.xml: documented
svn path=/trunk/gtk-sharp/; revision=20137
2003-11-17 21:08:58 +00:00
John Luke
2d0ec3b3b5
2003-11-16 John Luke <jluke@cfl.rr.com>
...
* en/Gdk/Atom.xml: documented
* en/Gtk/Clipboard.xml: documented
* en/Gtk/Stock.xml: documented
* en/Gtk/StockItem.xml: documented
svn path=/trunk/gtk-sharp/; revision=20095
2003-11-17 02:58:23 +00:00
John Luke
653f643360
* en/Gtk/TODO: update
...
* en/Gtk/ToolbarSpaceStyle.xml: documented
svn path=/trunk/gtk-sharp/; revision=19866
2003-11-12 06:39:31 +00:00
John Luke
11ae961d3a
add maintainer and mark done
...
svn path=/trunk/gtk-sharp/; revision=19865
2003-11-12 06:18:10 +00:00
John Luke
bafd35ea5e
2003-11-12 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Quit.xml: documented
* en/Gtk/TooltipsData.xml: documented
* en/Gtk/TODO: update
svn path=/trunk/gtk-sharp/; revision=19864
2003-11-12 06:07:52 +00:00
Mike Kestner
d67b3e62b9
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/NodeStore.xml : documented
svn path=/trunk/gtk-sharp/; revision=19659
2003-11-06 01:52:32 +00:00
Mike Kestner
05e6e6c156
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/TreeNode.xml : documented
* en/Gtk/TreeView.xml : documented NodeStore ctor.
svn path=/trunk/gtk-sharp/; revision=19658
2003-11-06 01:28:34 +00:00
Mike Kestner
3e18029f5f
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/ITreeNode.xml : documented
* en/Gtk/TreeNodeAddedHandler.xml : documented
* en/Gtk/TreeNodeRemovedHandler.xml : documented
svn path=/trunk/gtk-sharp/; revision=19654
2003-11-05 23:56:57 +00:00
Mike Kestner
7513a7625b
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/TreeNodeAttribute.xml : documented
* en/Gtk/TreeNodeValueAttribute.xml : documented
svn path=/trunk/gtk-sharp/; revision=19649
2003-11-05 21:28:19 +00:00
John Luke
f844057a89
run updater
...
svn path=/trunk/gtk-sharp/; revision=19636
2003-11-05 04:30:47 +00:00
John Luke
0b12cb5378
run the updater
...
svn path=/trunk/gtk-sharp/; revision=19429
2003-10-28 00:48:23 +00:00
Hector E. Gomez Morales
e779241cce
* en/Gtk/Drag.xml: fix some typos and errors.
...
* en/Gtk/Window.xml: Almost done, some properties and events missing.
* en/Gtk/WidgetFlags.xml: fix some errors.
* en/Gtk/TODO: update missing list.
svn path=/trunk/gtk-sharp/; revision=19296
2003-10-22 08:47:03 +00:00
John Luke
0a5c79b320
2003-10-13 John Luke <jluke@cfl.rr.com>
...
* en/*/*.xml: fix finalize signature (override not virtual)
svn path=/trunk/gtk-sharp/; revision=18998
2003-10-13 22:55:58 +00:00
John Luke
306e34f174
* en/Gtk/MessageDialog.xml:
...
* en/Gtk/Menu.xml:
* en/Gtk/AccelLabel.xml:
* en/Gtk/Alignment.xml: remove IWrapper duplicates
svn path=/trunk/gtk-sharp/; revision=18946
2003-10-13 02:18:55 +00:00
John Luke
74ceff8411
run updater
...
svn path=/trunk/gtk-sharp/; revision=18908
2003-10-12 09:06:39 +00:00
John Luke
91f351d46d
2003-10-12 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/HTML.xml: call begin before Editable = true, update links, normalize
svn path=/trunk/gtk-sharp/; revision=18906
2003-10-12 08:06:42 +00:00
John Luke
afda438e0f
2003-10-05 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeStore.xml:
* en/Gtk/TreeModel.xml: first pass through these two monsters
svn path=/trunk/gtk-sharp/; revision=18641
2003-10-05 20:12:17 +00:00
Hector E. Gomez Morales
17be196384
* en/Gtk/Icon.xml
...
* en/Gtk/ItemFactory.xml: Full docs.
* en/Gtk/TODO: Added file with list of missing Gtk docs.
svn path=/trunk/gtk-sharp/; revision=18624
2003-10-05 07:38:14 +00:00
John Luke
e7f84c070d
2003-10-03 John Luke <jluke@cfl.rr.com>
...
* en/Gnome/Popup.xml: documented w/ simple example
* en/Gtk.Menu.xml: popup example and parameter fix
svn path=/trunk/gtk-sharp/; revision=18578
2003-10-04 02:55:43 +00:00
Hector E. Gomez Morales
d54caa197a
Added Todo file for Gtk namespace documentation.
...
svn path=/trunk/gtk-sharp/; revision=18538
2003-10-03 04:04:45 +00:00
Hector E. Gomez Morales
43ffab4a20
en/Gtk/Accessible.xml: Full doc.
...
en/Gtk/CellEditable.xml: Full doc.
en/Gtk/Drag.xml: Full doc.
en/Gtk/Widget.xml: Fixes and some updates.
en/Gtk/WidgetFlags.xml: Full doc.
svn path=/trunk/gtk-sharp/; revision=18289
2003-09-25 05:34:26 +00:00
Hector E. Gomez Morales
11c7e40b69
Erroneous tabwidth from 4 to 8.
...
svn path=/trunk/gtk-sharp/; revision=18212
2003-09-20 09:47:14 +00:00
Hector E. Gomez Morales
255e87a7c7
en/Gtk/Window.xml: Nearly all methods documented.
...
en/Gtk/Widget.xml: SizeRequest method documented.
svn path=/trunk/gtk-sharp/; revision=18210
2003-09-20 08:04:11 +00:00
John Luke
cc1f6e10f2
run the updater, add docs for Art, Gda, and GnomeDb
...
(includes Gnome.Print)
svn path=/trunk/gtk-sharp/; revision=18154
2003-09-17 21:56:59 +00:00
John Luke
a7b7003cbb
normalize and add info for ctor (string path)
...
svn path=/trunk/gtk-sharp/; revision=18094
2003-09-14 20:14:06 +00:00
John Luke
d552766aea
2003-09-04 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TextBuffer.xml: fix some typos
svn path=/trunk/gtk-sharp/; revision=17899
2003-09-05 02:29:59 +00:00
John Luke
9f14df277e
* en/Gtk/Timeout.xml: documented
...
svn path=/trunk/gtk-sharp/; revision=17611
2003-08-26 04:19:22 +00:00
John Luke
8f546e62c4
2003-08-25 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Layout.xml: mostly documented
svn path=/trunk/gtk-sharp/; revision=17610
2003-08-26 03:59:38 +00:00
John Luke
4fc7596db5
hmm, seems --normalize doesn't catch tab vs. spaces in examples
...
svn path=/trunk/gtk-sharp/; revision=17599
2003-08-25 20:44:10 +00:00
John Luke
3de09c2018
make example compilable
...
svn path=/trunk/gtk-sharp/; revision=17597
2003-08-25 20:24:52 +00:00
John Luke
5a4d16db8b
use new simpler overload for .Append in example
...
svn path=/trunk/gtk-sharp/; revision=17417
2003-08-19 21:09:59 +00:00
Duncan Mak
8e1bf959d0
(Gtk.TreeView.CellArea): Apply patch from
...
Aleksey Sanin <aleksey@aleksey.com> to declare the "Gdk.Rectangle
rect" parameter as an out parameter. This is required because
Gdk.Rectangle is a struct.
svn path=/trunk/gtk-sharp/; revision=17362
2003-08-15 23:19:56 +00:00
John Luke
d4baf8e789
2003-08-09 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Entry.xml: add example
svn path=/trunk/gtk-sharp/; revision=17210
2003-08-10 02:49:38 +00:00
John Luke
d6b8768667
add statusbar example
...
svn path=/trunk/gtk-sharp/; revision=17146
2003-08-06 22:20:11 +00:00
Duncan Mak
59a430ee35
(Gtk.Widget.SizeRequest): Mark the
...
requisition parameter as out.
svn path=/trunk/gtk-sharp/; revision=17140
2003-08-06 20:52:02 +00:00
John Luke
fa6fa47793
2003-08-06 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Notebook.xml: add example, see references
svn path=/trunk/gtk-sharp/; revision=17138
2003-08-06 19:17:19 +00:00
Duncan Mak
b70d5c0800
2003-08-06 Xavier Amado <xavier@blackbloodstudios.com>
...
* /en/Gtk/Notebook.xml: documented the CurrentPageWidget property
svn path=/trunk/gtk-sharp/; revision=17105
2003-08-06 06:11:18 +00:00
John Luke
3c264c0651
clean-up MessageDialog
...
svn path=/trunk/gtk-sharp/; revision=16998
2003-08-01 22:01:27 +00:00
John Luke
0c4297ac51
2003-08-01 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeView.xml: add some info
svn path=/trunk/gtk-sharp/; revision=16997
2003-08-01 21:34:57 +00:00
Martin Willemoes Hansen
3d8f2791c1
* /en/Gtk/MessageDialog.xml: Fixed remark.
...
svn path=/trunk/gtk-sharp/; revision=16996
2003-08-01 19:45:19 +00:00
John Luke
72afe7d17f
2003-07-31 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeIter.xml: documented except Zero, Copy, and Free
* en/Gtk/TreeViewColumn.xml: documented
svn path=/trunk/gtk-sharp/; revision=16969
2003-07-31 23:56:26 +00:00
Duncan Mak
4ab065213e
Fix paramref screwup
...
svn path=/trunk/gtk-sharp/; revision=16960
2003-07-31 21:44:39 +00:00
Duncan Mak
51ae478c43
* en/Gtk/Label.xml: Finished documentation for the Gtk.Label
...
class.
* sources/Gtk.metadata:
* api/gtk-api.xml: Marked the arguments to GetSelectionBounds and
GetLayoutOffsets as out params.
svn path=/trunk/gtk-sharp/; revision=16861
2003-07-29 23:02:50 +00:00
John Luke
a97a5d52fa
2003-07-27 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Combo.xml: add example, update
svn path=/trunk/gtk-sharp/; revision=16755
2003-07-27 23:31:49 +00:00
John Luke
4fe4e95204
2003-07-27 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/CheckButton.xml: add small example, update
* en/Gtk/TreeModelFlags.xml:
* en/Gtk/RcFlags.xml: more documentation from
Jonathan Kessler <Jwkpiano1@comcast.net>.
svn path=/trunk/gtk-sharp/; revision=16750
2003-07-27 18:21:23 +00:00
Duncan Mak
d7e00855fa
* en/Gtk/Orientation.xml: more documentation from
...
Jonathan Kessler <Jwkpiano1@comcast.net>.
svn path=/trunk/gtk-sharp/; revision=16722
2003-07-26 23:56:37 +00:00
Duncan Mak
118f7946c5
* en/Gtk/MetricType.xml:
...
* en/Gtk/ObjectFlags.xml: more documentation from
Jonathan Kessler <Jwkpiano1@comcast.net>.
svn path=/trunk/gtk-sharp/; revision=16720
2003-07-26 20:34:02 +00:00
Duncan Mak
23af4a86c7
Ben is right, merge the remarks section back into summary.
...
svn path=/trunk/gtk-sharp/; revision=16701
2003-07-26 04:07:52 +00:00
Duncan Mak
921eb020c4
more documentation from
...
Jonathan Kessler <Jwkpiano1@comcast.net>.
svn path=/trunk/gtk-sharp/; revision=16700
2003-07-25 23:48:06 +00:00
Duncan Mak
eef2bb5c87
added documentation from
...
Jonathan Kessler <Jwkpiano1@comcast.net>.
svn path=/trunk/gtk-sharp/; revision=16689
2003-07-25 18:27:56 +00:00
John Luke
66d496114a
hmm, should build first then commit...
...
svn path=/trunk/gtk-sharp/; revision=16554
2003-07-23 01:14:01 +00:00
John Luke
a0ee3f3b89
2003-07-22 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Menu.xml: add example
svn path=/trunk/gtk-sharp/; revision=16553
2003-07-23 01:10:29 +00:00
Duncan Mak
05172d9599
* en/Gtk/FSButton.xml: Removed the constructor, per the custom
...
file update and added documentation.
* gtk/FileSelection.custom (FSButton): Mark the constructor as
'internal', instead of 'public'.
svn path=/trunk/gtk-sharp/; revision=16513
2003-07-22 04:38:13 +00:00
Joshua Tauberer
9d0a50175b
Updated GtkSharp docs for monodoc's needs
...
svn path=/trunk/gtk-sharp/; revision=16463
2003-07-21 00:13:00 +00:00
John Luke
2f5dca594f
2003-07-20 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/FileSelection.xml: update and add example
svn path=/trunk/gtk-sharp/; revision=16447
2003-07-20 18:11:11 +00:00
John Luke
9127f33329
2003-07-18 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/OptionMenu.xml: documented
svn path=/trunk/gtk-sharp/; revision=16436
2003-07-19 23:00:56 +00:00
John Luke
fe7973b7a8
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeView.xml: add TreeViewDemo example
* en/Pango/Weight.xml: remove trailing "n"
svn path=/trunk/gtk-sharp/; revision=16409
2003-07-18 17:23:36 +00:00
Duncan Mak
1454565034
2003-07-17 Duncan Mak <duncan@ximian.com>
...
* Fixed another off-by-one error in the enums from the last
commit. I'm such a doofus.
Also added the new enums that were missing from last night's
commit.
svn path=/trunk/gtk-sharp/; revision=16367
2003-07-18 02:50:06 +00:00
John Luke
01bc5d7f9a
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/ImageMenuItem.xml: documented
svn path=/trunk/gtk-sharp/; revision=16366
2003-07-18 01:59:08 +00:00
John Luke
5ee4beb801
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/CellRenderer.xml: documented
svn path=/trunk/gtk-sharp/; revision=16365
2003-07-18 01:30:49 +00:00