Commit graph

1600 commits

Author SHA1 Message Date
John Luke c3d54388e2 use resources for images
Dont crash if source is not there
makes it easier to run on win32

svn path=/trunk/gtk-sharp/; revision=32942
2004-08-27 19:00:00 +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
Mike Kestner 400ae6afb3 bump the cvs version number
svn path=/trunk/gtk-sharp/; revision=32832
2004-08-25 18:18:07 +00:00
Mike Kestner 7a395905ac 2004-08-25 Mike Kestner <mkestner@ximian.com>
* generator/Signal.cs : use typeof instead of Type.GetType to
	specify the event args type.
	* glib/ObjectManager.cs : beef up the type lookup code using
	Assembly.LoadWithPartialName to fix a very popular win32 bug.
	[Fixes #61139 and friends]  Thanks to John Luke for expert
	patch testing on win32.

svn path=/trunk/gtk-sharp/; revision=32831
2004-08-25 18:16:17 +00:00
John Luke 0343bf93e6 2004-08-25 John Luke <john.luke@gmail.com>
* glib/MainLoop.cs: MainLoop implementation by Jeroen
        [Fixes #61493]

svn path=/trunk/gtk-sharp/; revision=32830
2004-08-25 18:11:41 +00:00
John Luke e3bfff9018 add write overload
svn path=/trunk/gtk-sharp/; revision=32805
2004-08-24 23:29:26 +00:00
John Luke 1f363b9454 * gdk/PixbufLoader.custom: add Write () overload
[Fixes #62681]

svn path=/trunk/gtk-sharp/; revision=32802
2004-08-24 23:08:56 +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 87ca50791c new example/test for Rsvg
svn path=/trunk/gtk-sharp/; revision=32795
2004-08-24 20:26:36 +00:00
John Luke 8e8cb3ebcb new RSvg and GLib.MainLoop docs
svn path=/trunk/gtk-sharp/; revision=32794
2004-08-24 20:23:12 +00:00
John Luke b650e6dfb7 * rsvg/Pixbuf.custom: new custom file
* rsvg/Makefile.am: add Pixbuf.custom to build
        * rsvg/Tool.cs: remove double ; that cause warnings
        * rsvg/rsvg-sharp.pc.in: add Requires: gtk-sharp art-sharp

svn path=/trunk/gtk-sharp/; revision=32792
2004-08-24 20:02:47 +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 e385129c44 2004-08-24 John Luke <john.luke@gmail.com>
* gtk/Makefile.am: add Menu.custom
        * gtk/Menu.custom: new custom for Popup () overload
        [Fixes #60668]

svn path=/trunk/gtk-sharp/; revision=32790
2004-08-24 19:54:09 +00:00
Mike Kestner d6350e6b59 2004-08-24 Larry Ewing <lewing@ximian.com>
* gdk/Pixbuf.custom : add RenderThresholdAlpha overload which defaults
	to the entire pixbuf width/height.
	[Fixes #60703]

svn path=/trunk/gtk-sharp/; revision=32786
2004-08-24 19:14:19 +00:00
Mike Kestner b06ff13450 2004-08-24 Mike Kestner <mkestner@ximian.com>
* gdk/Drawable.custom : add a DrawPolygon overload with bool filled
	and mark the old int filled overload Obsolete.
	[Fixes #60702]

svn path=/trunk/gtk-sharp/; revision=32779
2004-08-24 18:52:47 +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
Mike Kestner 1bb355bb25 2004-08-20 Mike Kestner <mkestner@ximian.com>
* atk/Atk.metadata : mark an array param on Relation ctor.

svn path=/trunk/gtk-sharp/; revision=32575
2004-08-20 13:59:48 +00:00
Mike Kestner d91ca3de7d 2004-08-19 Borja Sanchez Zamorano <borsanza@yahoo.es>
* gtk/Gtk.metadata : hide some methods on TextBuffer.
	* gtk/TextBuffer.custom : pass -1 for the text length to some
	more methods.

svn path=/trunk/gtk-sharp/; revision=32534
2004-08-19 15:42:15 +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
John Luke 8566d2376a 2004-08-18 John Luke <john.luke@gmail.com>
* AUTHORS: fix my name
        * glade/XML.custom: remove doc comments (in monodoc)
        add overload ctor for the most common case so far
        [Fixes #62238]

svn path=/trunk/gtk-sharp/; revision=32503
2004-08-18 22:47:17 +00:00
John Luke 95bccc89f3 document new XML ctor
svn path=/trunk/gtk-sharp/; revision=32502
2004-08-18 22:43:14 +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 a95c723a5d enable this part now
svn path=/trunk/gtk-sharp/; revision=32327
2004-08-13 19:44:15 +00:00
John Luke 392c3c9a68 gtk/Gtk.metadata: mark Gtk.StockManager.Lookup param as ref
patch by jaspervp@gmx.net (Jasper van Putten)
[Fixes #62985]

svn path=/trunk/gtk-sharp/; revision=32326
2004-08-13 19:39:33 +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
Mike Kestner d4e91dd83b 2004-08-13 Mike Kestner <mkestner@ximian.com>
* gtk/Gtk.metadata : hide Insert and SetText for manual impl.
	* gtk/TextBuffer.custom : pass -1 for length to Insert and SetText.
	Adapted from a patch by borsanza@yahoo.es (Borja Sanchez Zamorano).
	[Fixes #62985]

svn path=/trunk/gtk-sharp/; revision=32317
2004-08-13 17:33:46 +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 2da02fa8bb fix implement some StockBrowser stuff
svn path=/trunk/gtk-sharp/; revision=32177
2004-08-10 19:50:10 +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
John Luke 8e7348d260 implement Progressive image loader
and part of the stock browser

svn path=/trunk/gtk-sharp/; revision=32053
2004-08-08 18:30: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
John Luke db410e9497 implement some of the DemoApplicationWindow
fix some bugs in DemoEditableCells
use more consistent tabs and spaces
add a TODO of what is left
use the using () pattern to dispose Dialogs automatically
use args.RetVal when handling the DeleteEvent

svn path=/trunk/gtk-sharp/; revision=32017
2004-08-07 17:06:29 +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