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
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
Raja R Harinath
da65bf9dc1
* configure.in (GTKHTML): Use SOVERSION=11 for GtkHTML 3.1.18.
...
* gda/Makefile.am ($(API)): Remove duplicated $(srcdir).
svn path=/trunk/gtk-sharp/; revision=31848
2004-08-04 08:36:37 +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
Miguel de Icaza
7b583db145
Fix
...
svn path=/trunk/gtk-sharp/; revision=31776
2004-08-03 04:46:28 +00:00
Shane Landrum
c0cb153d7d
2004-08-01 Shane Landrum <epicene@pobox.com>
...
* en/Pango/*: Filled in all "To be added"; cleaned
up existing docs and made them more consistent.
svn path=/trunk/gtk-sharp/; revision=31738
2004-08-02 13:36:06 +00:00
John Luke
076642e2c7
some more docs: Glade and Atk mostly
...
svn path=/trunk/gtk-sharp/; revision=31721
2004-08-02 02:38:30 +00:00
Mike Kestner
0cbff45649
2004-07-30 Mike Kestner <mkestner@ximian.com>
...
* parser/gapi2xml.pl : char const * fixes for clahey's gsf binding.
svn path=/trunk/gtk-sharp/; revision=31687
2004-07-30 20:36:39 +00:00
John Luke
12e3dbe0ad
more Atk, mostly the enums
...
svn path=/trunk/gtk-sharp/; revision=31531
2004-07-27 22:40:32 +00:00
John Luke
ba5ad2dbfb
some GLib and Atk stuff
...
svn path=/trunk/gtk-sharp/; revision=31529
2004-07-27 21:00:05 +00:00
Mike Kestner
5c0078ec1c
2004-07-24 Mike Kestner <mkestner@ximian.com>
...
* gdk/Gdk.metadata : hide Window.Destroy.
* gdk/Window.custom : manually impl Destroy since it releases our ref.
* glib/Object.cs : support unset of Raw values.
svn path=/trunk/gtk-sharp/; revision=31448
2004-07-24 23:36:39 +00:00
Mike Kestner
d9f518cd57
2004-07-09 Mike Kestner <mkestner@ximian.com>
...
* glib/Value.cs : allow null for ctor(GLib.Object).
svn path=/trunk/gtk-sharp/; revision=31408
2004-07-23 14:54:48 +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
John Luke
8de889da0e
more pango docs
...
svn path=/trunk/gtk-sharp/; revision=31265
2004-07-17 18:05:37 +00:00
John Luke
38b2f0fd39
more pango docs
...
svn path=/trunk/gtk-sharp/; revision=31262
2004-07-17 17:24:02 +00:00
John Luke
0bf3897a25
more pango stuff
...
svn path=/trunk/gtk-sharp/; revision=31245
2004-07-17 04:14:39 +00:00
John Luke
b69c76c9f2
more pango stuff
...
svn path=/trunk/gtk-sharp/; revision=31241
2004-07-17 00:03:17 +00:00
John Luke
8e5f5ec6a4
2004-07-16 John Luke <jluke@cfl.rr.com>
...
* gtk/Gtk.metadata:
* glade/Glade.metadata: mark return type as const-gchar* for
Gtk.Global.CheckVersion and Glade.Global.ModuleCheckVersion
so Gtk# does not try to free them. Thanks to
jaspervp@gmx.net (Jasper van Putten) for identifying the Glade
part. Fixes bugs #61329 and #60954
svn path=/trunk/gtk-sharp/; revision=31239
2004-07-16 19:24:58 +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
a975f36bb8
Add
...
svn path=/trunk/gtk-sharp/; revision=31101
2004-07-13 18:57:11 +00:00
Miguel de Icaza
17aebcd550
Apply patch from wizito@gentelibre.org
...
svn path=/trunk/gtk-sharp/; revision=31100
2004-07-13 18:56:58 +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
John Luke
9f018d8c94
some more Pango stuff
...
and a little Rsvg and Vte
svn path=/trunk/gtk-sharp/; revision=31098
2004-07-13 17:20:13 +00:00
Martin Willemoes Hansen
9d940b1bb5
* gnome/Gnome.metadata: Fixed typo i to 1
...
Remove unnessesary disabledefaultconstructor
* gnome/PrintJob.custom: Change ctor to an overload ctor
svn path=/trunk/gtk-sharp/; revision=31048
2004-07-12 18:13:06 +00:00
John Luke
2f76fc8c42
document Pango.Context
...
svn path=/trunk/gtk-sharp/; revision=31020
2004-07-12 01:10:51 +00:00
John Luke
8f01fd6f45
some Vte docs
...
svn path=/trunk/gtk-sharp/; revision=31009
2004-07-11 19:21:23 +00:00
Mike Kestner
fbe03face4
2004-07-09 Mike Kestner <mkestner@ximian.com>
...
* gdk/Gdk.metadata : mark gc param of Drawable.DrawPixbuf null_ok.
svn path=/trunk/gtk-sharp/; revision=30952
2004-07-09 15:28:51 +00:00
Mike Kestner
652b7fc82f
remove a bunch of doc comments
...
svn path=/trunk/gtk-sharp/; revision=30951
2004-07-09 15:25:39 +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