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
6f6d3cb078
remove a few c.wls that snuck in
...
svn path=/trunk/gtk-sharp/; revision=38628
2005-01-10 16:23:50 +00:00
Ben Maurer
ea4538435f
2005-01-08 Ben Maurer <bmaurer@ximian.com>
...
* Makefile.include (install-data-local, uninstall-local): make
this actually work for things that are disabled.
svn path=/trunk/gtk-sharp/; revision=38561
2005-01-09 03:34:25 +00:00
Mike Kestner
8fd87b2e0a
2005-01-08 Mike Kestner <mkestner@novell.com>
...
* configure.in : kill a ton of redundant stuff.
* AssemblyInfo.cs.in : moved here, only need one.
* Makefile.include : rules for building generated assemblies.
* Makefile.am : removed gtk-sharp-2.0.pc handling.
* */AssemblyInfo.cs.in : killed
* */Makefile.am : refactored out a ton of rules to an include.
* */*-pc.in : added Cflags entries pointing to the gapi files.
* generator/CodeGenerator.cs : add -I: synonym --include.
* gnomevfs/gnome-vfs-api.raw : remamed from gnomevfs-api.raw.
* gtk/gtk-sharp-2.0.pc.in : moved here from top.
* parser/gapi-fixup.cs : add --symbol arg to merge sym files.
* sources/gtk-sharp-sources.xml : remamed gnome-vfs-api.raw.
svn path=/trunk/gtk-sharp/; revision=38551
2005-01-09 00:26:45 +00:00
Mike Kestner
99357a2d00
kill the rest of panelapplet dir
...
svn path=/trunk/gtk-sharp/; revision=38514
2005-01-08 00:41:05 +00:00
Mike Kestner
05edc3a67d
2005-01-07 Mike Kestner <mkestner@novell.com>
...
* sample/Makefile.am : mdb cleanup.
* sample/GtkDemo/Makefile.am : mdb cleanup.
svn path=/trunk/gtk-sharp/; revision=38512
2005-01-07 23:22:54 +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
fbf5b58325
remove panelapplet doc update
...
svn path=/trunk/gtk-sharp/; revision=38505
2005-01-07 20:14:24 +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
Dan Winship
0fc2c81606
remove another metadatum made irrelevant by the previous change
...
svn path=/trunk/gtk-sharp/; revision=38503
2005-01-07 19:43:58 +00:00
Dan Winship
5bc739ba5d
* stetic/wrapper/Image.cs: wrapper for Gtk.Images that show files
...
* stetic/wrapper/Icon.cs: wrapper for Gtk.Images that show stock icons
* stetic/wrapper/SpinButton.cs: wrapper for Gtk.SpinButton
* stetic/wrapper/Frame.cs:
* stetic/wrapper/HBox.cs:
* stetic/wrapper/HButtonBox.cs:
* stetic/wrapper/HPaned.cs:
* stetic/wrapper/VBox.cs:
* stetic/wrapper/VButtonBox.cs:
* stetic/wrapper/VPaned.cs:
* stetic/wrapper/Table.cs:
* stetic/wrapper/Window.cs: Implement IObjectWrapper on these
(previously they just implemented IDesignTimeContainer)
* stetic/wrapper/Box.cs:
* stetic/wrapper/ButtonBox.cs:
* stetic/wrapper/Paned.cs: static classes that define
PropertyDescriptors used by their subclasses
* stetic/wrapper/DefaultWidgets.cs: Update for new wrappers
* stetic/editor/File.cs: editor for strings that represent filenames
* stetic/Stetic.cs: Use Gnome.Program rather than Gtk.Application
now, since we're using Gnome.FileEntry.
svn path=/trunk/gtk-sharp/; revision=38501
2005-01-07 19:32:23 +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
Larry Ewing
d7e95b01e6
2005-01-06 Larry Ewing <lewing@novell.com>
...
* gtk/StockItem.custom: add a ctor for StockItem.
* gtk/Makefile.am: add StockItem.custom to the build.
svn path=/trunk/gtk-sharp/; revision=38465
2005-01-06 21:41:01 +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
1241647a38
fix typo in obsolete message
...
svn path=/trunk/gtk-sharp/; revision=38372
2005-01-05 18:54:51 +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
Alp Toker
7cedeca55f
2005-01-05 Alp Toker <alp@atoker.com>
...
* gtk/TextBuffer.custom : Mark SetText obsolete in favour of the Text
property, and use Text in SetText in the meantime.
svn path=/trunk/gtk-sharp/; revision=38368
2005-01-05 18:12:16 +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
John Luke
8fc739e12c
display the info page from comments in the source
...
and add missing descriptions
svn path=/trunk/gtk-sharp/; revision=38236
2005-01-02 19:16:41 +00:00