Commit Graph

913 Commits

Author SHA1 Message Date
Duncan Mak
9d32a838a0 Sigh, M-x tabify'd.
svn path=/trunk/gtk-sharp/; revision=16276
2003-07-15 23:04:47 +00:00
Duncan Mak
ed0079acdf * sources/gtkhtml-font-style-enum.patch: A patch to use real values
in gtkhtml-enums.h so that the parser won't choke on the complex enum
declarations.

* sources/makefile: Apply the above patch after checking out the
source code for GtkHTML

svn path=/trunk/gtk-sharp/; revision=16275
2003-07-15 23:00:42 +00:00
Mike Kestner
90705a1c98 2003-07-14 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : regenerated
	* gdk/Drawable.custom : DrawRectangle filled param is now bool
	* generator/Parameters.cs : studlify names ending w/ uscore
	* gtk/GtkSharp.GtkClipboardClearFuncNative : s/Opaque/Object
	* gtk/GtkSharp.GtkClipboardGetFuncNative : s/Opaque/Object
	* parser/gapi2xml.pl : put <ns>_string_* methods in Global
	* sample/Scribble.cs : update to new DrawRectangle api
	* sources/Gdk.metadata : hide some conflicting methods
	* sources/Gtk.metadata : finally fix the Progress crap and
	renames, hides and such to fix conflicts
	* sources/README : mention new gtk-2.2 reqs
	* sources/gtk-sharp.sources : update to new gtk-2.2 reqs
	* sources/makefile : update for 2.2 api

svn path=/trunk/gtk-sharp/; revision=16254
2003-07-15 05:52:09 +00:00
Miguel de Icaza
f98b4e6398 Add example, and more explanations
svn path=/trunk/gtk-sharp/; revision=16247
2003-07-15 02:34:04 +00:00
Duncan Mak
b0da34e07f all documented except for events.
svn path=/trunk/gtk-sharp/; revision=16242
2003-07-15 00:20:31 +00:00
Ben Maurer
7423197846 was not validating. fixed
svn path=/trunk/gtk-sharp/; revision=16240
2003-07-14 21:05:01 +00:00
Duncan Mak
10e594b822 added the missing properties.
svn path=/trunk/gtk-sharp/; revision=16187
2003-07-14 05:34:45 +00:00
Duncan Mak
d9a26991fc * en/Gtk/TextTag.xml:
* en/Gtk/TextTagTable.xml:
* en/Gtk/TextMark.xml:
* en/Gtk/TextChildAnchor.xml: documented.

svn path=/trunk/gtk-sharp/; revision=16182
2003-07-14 00:48:35 +00:00
Mike Kestner
1200492df5 2003-07-12 Mike Kestner <mkestner@speakeasy.net>
* api/gda-api.xml : hide the new Type class
	* source/Gda.metadata : hide the new Type class

svn path=/trunk/gtk-sharp/; revision=16148
2003-07-12 17:59:05 +00:00
Duncan Mak
0c4b3dcae1 Remove conflict marker.
svn path=/trunk/gtk-sharp/; revision=16136
2003-07-12 09:23:26 +00:00
Duncan Mak
aa65123a95 2003-07-12 Duncan Mak <duncan@ximian.com>
* en/Gtk/TextBuffer.xml: all documented except for events.

2003-07-07  Duncan Mak  <duncan@ximian.com>

	* en/Gtk/TearoffMenuItem.xml: documented.

svn path=/trunk/gtk-sharp/; revision=16135
2003-07-12 09:20:37 +00:00
Mike Kestner
de34331936 2003-07-11 Mike Kestner <mkestner@speakeasy.net>
* gdk/Selection.custom : add static fields for the  primary,
	secondary, and clipboard and clipboard selection Gdk.Atoms.
	* glue/Makefile.am : add selection.c
	* glue/selection.c : add glue to get the atoms.
	* gtk/TextBuffer.custom : add a PasteClipboard overload for
	pasting to the cursor location.

svn path=/trunk/gtk-sharp/; revision=16130
2003-07-12 04:09:00 +00:00
Mike Kestner
3ff827ed69 2003-07-10 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : regenerated
	* gdk/Threads.cs : killed since the methods are now gen'd
	* generator/ClassGen.cs : new, static class generatable
	* generator/Parameters.cs : mangle new and byte as param names
	* generator/Parser.cs : parse new <class> elements
	* generator/SymbolTable.cs : add GC SimpleGen
	* parser/gapi2xml.pl : static class element fixes
	* parser/GAPI/Metadata.pm : add class element
	* sources/Art.metadata: new, rename Affine.ToString method
	* sources/Atk.metadata: rename State class
	* sources/Gdk.metadata: hide Pixbuf static class for now. rename
	Event and Pango static classes to avoid collisions.
	* sources/Gnome.metadata: rename Gtk and Gdk static classes to
	avoid collisions.
	* sources/GnomeDb.metadata: rename Stock static class to
	avoid collisions.
	* sources/Gtk.metadata: rename Stock static class to
	avoid collisions. Hide Idle class.

svn path=/trunk/gtk-sharp/; revision=16115
2003-07-11 02:00:13 +00:00
John Luke
d0f1f5ef24 fix bulleted list
svn path=/trunk/gtk-sharp/; revision=16080
2003-07-10 03:06:27 +00:00
Ettore Perazzoli
6f04d85cee * gtk/Layout.custom: New file, adding the Layout::BinWindow
property.

* glue/layout.c: New file, adding glue for getting the bin_window
of a GtkLayout.

svn path=/trunk/gtk-sharp/; revision=16048
2003-07-09 03:59:28 +00:00
John Luke
59bcb39f2f * en/Gtk/Fixed.xml:
* en/Gtk/Image.xml:
	* en/Gtk/ToggleButton.xml:
	* en/Gtk/Frame.xml
	* en/Gtk/HBox.xml: small fixes

svn path=/trunk/gtk-sharp/; revision=16043
2003-07-08 18:44:29 +00:00
Mike Kestner
2d3e7d7c9c 2003-07-06 Mike Kestner <mkestner@speakeasy.net>
* api/gtk-api.xml : regenerated
	* parser/GAPI/Metadata.pm : add support for property
	attribute alteration.
	* sources/Gtk.metadata : rule to mark TextTag.Weight as
	PangoWeight instead of gint. fixes 45214.

svn path=/trunk/gtk-sharp/; revision=15977
2003-07-06 06:33:15 +00:00
Mike Kestner
54a97361e9 2003-07-05 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : regenerated
	* parser/gapi2xml.pl : first pass at trying to expose
	static classes for typeless method aggregation.

svn path=/trunk/gtk-sharp/; revision=15976
2003-07-06 04:08:13 +00:00
Mike Kestner
5f59a56e26 2003-07-05 Mike Kestner <mkestner@speakeasy.net>
* sources/makefile : fix the download uri's for the gnomedb
	lib source.

svn path=/trunk/gtk-sharp/; revision=15975
2003-07-06 03:56:17 +00:00
Mike Kestner
a41824d910 2003-07-04 Mike Kestner <mkestner@speakeasy.net>
* api/*-api.xml : regenerated
	* parser/gapi2xml.pl (addFuncElems): only ignore get_type
	methods for enum types, so that we don't suppress some methods.
	(addPropElem): remove doc-str since we don't autogen docs and
	access types for enum/boxed/flags/obj as an offset from the end
	of the param_spec to avoid problems with split(/,/).

svn path=/trunk/gtk-sharp/; revision=15954
2003-07-05 04:07:48 +00:00
John Luke
bef993d3cc en/Gtk/Dialog.xml: fixes
en/Gtj/Application.xml: add example, fix methods

svn path=/trunk/gtk-sharp/; revision=15947
2003-07-04 21:36:15 +00:00
Rodrigo Moya
7962dfd294 2003-07-04 Rodrigo Moya <rodrigo@ximian.com>
* sources/makefile: updated download targets for libgda and
	libgnomedb.

svn path=/trunk/gtk-sharp/; revision=15925
2003-07-04 16:54:35 +00:00
Rodrigo Moya
040178ed40 2003-07-04 Rodrigo Moya <rodrigo@ximian.com>
* sources/makefile: updated download targets for libgda and
	libgnomedb.

svn path=/trunk/gtk-sharp/; revision=15924
2003-07-04 16:43:08 +00:00
Rodrigo Moya
38725b7a49 2003-07-04 Rodrigo Moya <rodrigo@ximian.com>
* sources/gtk-sharp.sources:
	* api/gda-api.xml:
	* api/gnomedb-api.xml: updated for libgda/libgnomedb 0.90.

svn path=/trunk/gtk-sharp/; revision=15921
2003-07-04 11:48:17 +00:00
Duncan Mak
fd57533e7d * en/Gtk/AccelGroup.xml: revert parts of my last patch, as some of
the links do not resolve due to bug #38538.

* en/Gtk/Button.xml (NewFromLabel):
(NewFromStock): documented.

* en/Gtk/Frame.xml (GetLabelAlign): documented.

* en/Gtk/IconFactory.xml:
* en/Gtk/IconSet.xml:
* en/Gtk/IconSize.xml:
* en/Gtk/IconSource.xml: documented.

* en/Gtk/Paned.xml: added documentation for the events.

* en/Gtk/ResponseType.xml: documented.

svn path=/trunk/gtk-sharp/; revision=15916
2003-07-04 07:49:31 +00:00
Martin Willemoes Hansen
55683e5118 * glib/Object.cs: Changed getData, setData to a single Data property
Different keys are allowed now.

svn path=/trunk/gtk-sharp/; revision=15915
2003-07-04 07:13:19 +00:00
John Luke
35079d1f3d fix method signatures
svn path=/trunk/gtk-sharp/; revision=15914
2003-07-04 05:11:46 +00:00
John Luke
1aabed9f63 add first draft
svn path=/trunk/gtk-sharp/; revision=15911
2003-07-04 02:09:49 +00:00
John Luke
2e8ce4be18 * en/Gtk/TreeSelection.xml: fix method signatures, small updates
svn path=/trunk/gtk-sharp/; revision=15884
2003-07-03 01:25:09 +00:00
Mike Kestner
2efd85f9a5 2003-07-02 Shane Hyde <shane@enactive.org>
* generator/GenBase.cs : put #line directive after the
	#region so line numbers match up.

2003-07-02  Mike Kestner  <mkestner@speakeasy.net>

	* generator/StructBase.cs : remove doc comments

svn path=/trunk/gtk-sharp/; revision=15873
2003-07-02 18:13:24 +00:00
Duncan Mak
4212447168 2003-06-30 Duncan Mak <duncan@ximian.com>
* en/Gtk/AccelGroup.xml: Added some more hyperlinks to the
	existing text.

svn path=/trunk/gtk-sharp/; revision=15801
2003-07-01 04:15:36 +00:00
John Luke
03be753526 fix methods and update
svn path=/trunk/gtk-sharp/; revision=15681
2003-06-27 03:09:54 +00:00
John Luke
ca4463dee3 update example, provide parameter references
svn path=/trunk/gtk-sharp/; revision=15680
2003-06-27 02:27:25 +00:00
Martin Willemoes Hansen
ff5b07b97a * parser/gapi_pp.pl: Added striping of C comments
svn path=/trunk/gtk-sharp/; revision=15639
2003-06-25 21:22:28 +00:00
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