Commit Graph

729 Commits

Author SHA1 Message Date
Johannes Roith
9185d37ca2 update
svn path=/trunk/gtk-sharp/; revision=15635
2003-06-25 19:58:40 +00:00
Johannes Roith
152a221474 improve makefile
svn path=/trunk/gtk-sharp/; revision=15634
2003-06-25 19:53:19 +00:00
Ben Maurer
823fed21de There was some invalid XML in this file. It was not passing the validator.
svn path=/trunk/gtk-sharp/; revision=15613
2003-06-24 16:52:00 +00:00
John Luke
a001a03980 * en/Gtk/WindowType.xml: don't use contractions
* en/Gtk/ToolbarChildType.xml: add first draft
	* en/Gtk/SortType.xml: update
	* en/Gtk/SizeGroupMode.xml: update
	* en/Gtk/ShadowType.xml: update
	* en/Gtk/PolicyType.xml: update
	* en/Gtk/PackType.xml: update
	* en/Gtk/Justification.xml: update
	* en/Gtk/CurveType.xml: update
	* en/Gtk/AttachOptions.xml: update

svn path=/trunk/gtk-sharp/; revision=15596
2003-06-24 03:20:31 +00:00
John Luke
abb15e3987 * en/Gtk/WindowGroup.xml: add some info
* en/Gtk/WindowPosition.xml: update

svn path=/trunk/gtk-sharp/; revision=15595
2003-06-24 01:56:55 +00:00
Martin Willemoes Hansen
34f971ceb1 glib/Type.cs: Added ToString
svn path=/trunk/gtk-sharp/; revision=15589
2003-06-23 21:46:31 +00:00
John Luke
559741b27d add example for Gtk.Dialog
svn path=/trunk/gtk-sharp/; revision=15432
2003-06-16 02:44:35 +00:00
John Luke
af529da444 * en/Gtk/Dialog.xml: add more info
* en/Gtk/DialogFlags: add first draft

svn path=/trunk/gtk-sharp/; revision=15423
2003-06-15 16:44:25 +00:00
Mike Kestner
edc0d396cb 2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* configure.in : tagging for 0.10

svn path=/trunk/gtk-sharp/; revision=15388
2003-06-14 18:11:01 +00:00
Mike Kestner
08a8f34594 2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* gtk/TreeViewColumn.custom : cast Array param to
	object[] before indexing into it.

svn path=/trunk/gtk-sharp/; revision=15387
2003-06-14 17:56:16 +00:00
Mike Kestner
3353e2d35e 2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* glib/Value.cs : cast uint to TypeFundamentals

svn path=/trunk/gtk-sharp/; revision=15386
2003-06-14 17:40:51 +00:00
Mike Kestner
bbf727c80e 2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* CallbackGen.cs : rework for internal callback helpers,
	pass NS to parms ctor
	* Ctor.cs : pass NS to parms ctor
	* Method.cs : pass NS to parms ctor
	* Parameters.cs : refactoring, plus rework for internal
	callback helpers.
	* Signal.cs : pass NS to parms ctor

svn path=/trunk/gtk-sharp/; revision=15385
2003-06-14 17:30:32 +00:00
Mike Kestner
e1036250bb 2003-06-14 Mike Kestner <mkestner@speakeasy.net>
* parser/gapi2xml.pl : some whitespace parsing cleanup
	* api/*-api.xml : rerun of the parser.

svn path=/trunk/gtk-sharp/; revision=15383
2003-06-14 16:15:17 +00:00
John Luke
f64dfcc778 * en/Gtk/ProgressBarStyle.xml
* en/Gtk/ProgressBarOrientation.xml
    * en/Gtk/ImageType.xml: add first drafts

svn path=/trunk/gtk-sharp/; revision=15374
2003-06-13 20:42:42 +00:00
Mike Kestner
da5460a805 2003-06-12 Mike Kestner <mkestner@speakeasy.net>
* generator/SimpleGen.cs : mark a few members virtual
	since they are overridden elsewhere.

svn path=/trunk/gtk-sharp/; revision=15356
2003-06-13 02:12:00 +00:00
Hector E. Gomez Morales
fff6ed2b0d Oops a mistake in the date.
svn path=/trunk/gtk-sharp/; revision=15341
2003-06-12 13:31:01 +00:00
Hector E. Gomez Morales
8ac6cde7bc Added first draft of Window.xml
svn path=/trunk/gtk-sharp/; revision=15340
2003-06-12 13:29:01 +00:00
Hector E. Gomez Morales
cafac6fcde First draft Window.xml.
svn path=/trunk/gtk-sharp/; revision=15339
2003-06-12 13:26:21 +00:00
John Luke
ad11cfb128 * en/Gtk/Image.xml: add parameter and returns references, Methods
* en/Gtk/Window.xml: add parameter and returns references
* en/Gtk/TreeView.xml: add RulesHint
* en/Gtk/Stock.xml: add returns references
* en/Gtk/Plug.xml: add first draft

svn path=/trunk/gtk-sharp/; revision=15335
2003-06-12 04:17:57 +00:00
Rachel Hestilow
fe699e9fbb 2003-05-29 Rachel Hestilow <rachel@nullenvoid.com>
* gconf/Value.cs: Update to use new string marshalling.

	* generator/StringGen.cs, ConstStringGen.cs: Added.
	* generator/IGeneratable.cs: Add new method ToNativeReturn.
	* generator/CallbackGen.cs: Implement ToNativeReturn. Call
	ToNativeReturn for the return statement. Fix a couple of
	places where s_ret was being used incorrectly for m_ret.
	* generator/ClassGen.cs, EnumGen.cs, ManualGen.cs,
	SimpleGen.cs, StructBase.cs: Implement ToNativeReturn.
	* generator/SignalHandler.cs: Call ToNativeReturn for the
	return statement, instead of CallByName.
	* generator/SymbolTable.cs: Use StringGen for gchar, char,
	and gunichar, and ConstStringGen for their const variants.
	Add a new method wrapper for ToNativeReturn.
	(Trim): Add a special-case for const strings so that the
	const is not stripped. Otherwise there is no way of
	resolving the const case.

	* glade/XML.custom: Update to use new string marshalling.

	* glib/Marshaller.cs: Added.
	* glib/GException.cs, Markup.cs, ObjectManager.cs,
	Value.cs: Update to use new string marshalling.
	* glib/Object.cs: Remove old g_type_name DllImport
	as it is no longer used.

	* glue/fileselection.c (gtksharp_file_selection_get_fileop_entry):
	Mark this as const return.

	* gtk/ColorSelection.custom, FileSelection.custom,
	SelectionData.custom: Update to use new string marshalling.

svn path=/trunk/gtk-sharp/; revision=15286
2003-06-10 18:09:47 +00:00
Martin Willemoes Hansen
948a75e5e4 * generator/SymbolTable.cs: Added ulong
svn path=/trunk/gtk-sharp/; revision=15178
2003-06-07 17:22:12 +00:00
John Luke
3f7bd40ef7 add GConf.PropertyEditors docs
svn path=/trunk/gtk-sharp/; revision=15164
2003-06-06 18:45:16 +00:00
John Luke
7f90d3ee7f add GConf docs
svn path=/trunk/gtk-sharp/; revision=15163
2003-06-06 18:41:12 +00:00
Martin Willemoes Hansen
aaf2cd4a4a Fixed gapi.pp to gapi.pl
svn path=/trunk/gtk-sharp/; revision=15156
2003-06-06 11:43:27 +00:00
John Luke
aa9f11c8b5 update instructions to compile and install docs
svn path=/trunk/gtk-sharp/; revision=15092
2003-06-04 02:57:56 +00:00
Lee Mallabone
ad27b845f8 * doc/en/*Sharp/bool*.xml: Remove more internal signal class docs.
* doc/en/*Sharp/*Native.xml: Remove non-public signal class docs.

svn path=/trunk/gtk-sharp/; revision=15050
2003-06-01 15:34:30 +00:00
John Luke
d77d6bbcea fix bulleted list in Fixed.xml
Add First draft for MessageDialog.xml and InputDialog.xml

svn path=/trunk/gtk-sharp/; revision=15015
2003-05-31 01:14:01 +00:00
John Luke
775cae7bb2 Fix typos, add info for Button
svn path=/trunk/gtk-sharp/; revision=15002
2003-05-30 04:30:12 +00:00
Lee Mallabone
53ed8e5386 Remove helper classes from the docs that are now 'internal' rather than public.
svn path=/trunk/gtk-sharp/; revision=14978
2003-05-28 22:49:11 +00:00
Rachel Hestilow
037c9e8255 2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
* sample/ManagedTreeViewDemo.cs: Remove debugging cruft.

	* gconf/.cvsignore, gconf/GConf/.cvsignore,
	gconf/GConf.PropertyEditors/.cvsignore,
	gconf/tools/.cvsignore, sample/gconf/.cvsignore,
	sample/rsvg/.cvsignore: Added.
	* .cvsignore, parser/.cvsignore: Update.

svn path=/trunk/gtk-sharp/; revision=14923
2003-05-27 06:58:42 +00:00
Rachel Hestilow
0b60ffe89f 2003-05-27 Rachel Hestilow <rachel@nullenvoid.com>
* gconf/GConf/ChangeSet.cs, Client.cs: Change SetValue
	from protected to internal, as it references an internal type.
	* gconf/GConf/ClientBase.cs: The same; additionally
	remove some commented-out code. Change Initialize from
	protected to internal.

svn path=/trunk/gtk-sharp/; revision=14922
2003-05-27 06:27:26 +00:00
Rachel Hestilow
4faf8b6b74 2003-05-22 Rachel Hestilow <rachel@nullenvoid.com>
* glib/ManagedValue.cs, glib/Value.cs: A few old-style
	DllImports snuck in during my last commit; update them
	to use Win32 dll names.

svn path=/trunk/gtk-sharp/; revision=14819
2003-05-22 23:39:04 +00:00
Lee Mallabone
9d286a36ed * en/Gtk/Button.xml: Result of running the updater.
* en/Gtk/SizeGroup*.xml: First draft of docs for GtkSizeGroup.

svn path=/trunk/gtk-sharp/; revision=14777
2003-05-21 21:31:19 +00:00
Ben Maurer
89a5fdaf12 Documented Point.xml
svn path=/trunk/gtk-sharp/; revision=14776
2003-05-21 21:02:52 +00:00
Lee Mallabone
a6ef912d3b Unhide GtkSizeGroup as it's a useful class.
svn path=/trunk/gtk-sharp/; revision=14775
2003-05-21 20:40:15 +00:00
Lee Mallabone
362680e1b4 Remove docs for classes that not exposed by Gtk#
svn path=/trunk/gtk-sharp/; revision=14771
2003-05-21 18:08:26 +00:00
Hector E. Gomez Morales
29df796a6e Almost full doc of Menu.xml. A property is missing if documentation.
svn path=/trunk/gtk-sharp/; revision=14716
2003-05-20 08:10:59 +00:00
John Luke
aa11f46693 Add first drafts.
svn path=/trunk/gtk-sharp/; revision=14709
2003-05-19 20:02:24 +00:00
Rachel Hestilow
f1a77c0e62 2003-05-19 Rachel Hestilow <rachel@nullenvoid.com>
* glib/ManagedValue.cs, TypeConverter.cs: Added.
	* glib/Value.cs: Make Value inherit from IDisposable, and
	move dtor to Dispose. Add generic object constructor
	with support for ManagedValue. Add a new Val property
	which will call the appropriate explicit cast.

	* glue/value.c: Add new glue function
	gtksharp_value_get_value_type.

	* gtk/TreeViewColumn.custom: Added.
	* gtk/ListStore.custom, TreeStore.custom: Add a number
	of SetValue overloads. Add convenience functtion
	AppendValues. Add new ctor that takes System.Type instead
	of GLib.TypeFundamentals. Add a GetValue convenience wrapper.
	* gtk/TreeView.custom: Add AppendColumn convenience
	functions.

	* sample/ManagedTreeViewDemo.cs: Added.
	* sample/Makefile.in: Update.
	* sample/TreeViewDemo.cs: Update to use new convenience
	APIs.

svn path=/trunk/gtk-sharp/; revision=14691
2003-05-19 07:18:52 +00:00
Mike Kestner
b2dabc1322 add the new IGeneratables
svn path=/trunk/gtk-sharp/; revision=14688
2003-05-19 02:46:15 +00:00
Mike Kestner
b6114fef1e 2003-05-18 Mike Kestner <mkestner@speakeasy.net>
* generator/CallbackGen.cs : use non-static symtab, kill doc comments
	* generator/ClassBase.cs : use non-static symtab
	* generator/CodeGenerator.cs : use non-static symtab
	* generator/EnumGen.cs : kill doc comments, don't gen using System here
	* generator/GenBase.cs : gen using System here for all types
	* generator/InterfaceGen.cs : don't gen using System here.
	* generator/Method.cs : use non-static symtab
	* generator/ObjectGen.cs : kill doc comments, use non-static symtab
	* generator/OpaqueGen.cs : don't gen using System here.
	* generator/Parameters.cs : use non static symtab.
	* generator/Parser.cs : use non static symtab. add SimpleGen's and
	ManualGen's
	* generator/Property.cs : use non static symtab
	* generator/SignalHandler.cs : use non static symtab
	* generator/StructBase.cs : use non static symtab
	* generator/SymbolTable.cs : major refactoring. now uses SimpleGen and
	ManualGen IGeneratables to simplify the method and prop code.  Is now
	instance based with a static prop to get the singleton instance, so that
	a this indexer can be provided to access the IGeneratables nicely. Gearing
	up to remove even more code from here by accessing IGeneratables directly.

svn path=/trunk/gtk-sharp/; revision=14687
2003-05-19 02:45:17 +00:00
Mike Kestner
9066fcac16 2003-05-18 Mike Kestner <mkestner@speakeasy.net>
* generator/ClassBase.cs : Use QualifiedName in spew
	* generator/ObjectGen.cs (Validate): kill, not used

svn path=/trunk/gtk-sharp/; revision=14673
2003-05-18 19:24:28 +00:00
Martin Willemoes Hansen
437687c030 * en/GLib.xml: Added
svn path=/trunk/gtk-sharp/; revision=14605
2003-05-15 15:01:07 +00:00
Martin Willemoes Hansen
98d8dcffc5 * en/Gnome.xml: Added
svn path=/trunk/gtk-sharp/; revision=14604
2003-05-15 14:46:19 +00:00
John Luke
4d41ffcdc3 Add myself as maintainer to previously submitted docs.
svn path=/trunk/gtk-sharp/; revision=14591
2003-05-15 06:05:07 +00:00
John Luke
15d2a0c710 Add first drafts, without examples.
svn path=/trunk/gtk-sharp/; revision=14588
2003-05-15 00:47:59 +00:00
Jaime Anguiano Olarra
ddc14873b2 Added some descriptions and info for all the constructors.
svn path=/trunk/gtk-sharp/; revision=14586
2003-05-14 19:22:02 +00:00
Jaime Anguiano Olarra
5d2bf2aee5 Completed.
svn path=/trunk/gtk-sharp/; revision=14583
2003-05-14 18:11:52 +00:00
Jaime Anguiano Olarra
7b75477920 Added some more info.
svn path=/trunk/gtk-sharp/; revision=14573
2003-05-14 12:14:31 +00:00
Mike Kestner
68c24359fb 2003-05-13 Mike Kestner <mkestner@speakeasy.net>
* COPYING : Add the license.  This is copied verbatim from
	http://www.gnu.org/licenses/lgpl.txt.

svn path=/trunk/gtk-sharp/; revision=14565
2003-05-14 01:08:40 +00:00