Alp Toker
bb662563e0
2002-12-25 Alp Toker <alp@atoker.com>
...
* doc/makefile: Accept the RUNTIME parameter for platforms without
/usr/bin/mono
* sample/gconf/Makefile: ditto
svn path=/trunk/gtk-sharp/; revision=9890
2002-12-25 21:01:07 +00:00
Johannes Roith
e97eed413e
still removing gnometutorial...
...
svn path=/trunk/gtk-sharp/; revision=9883
2002-12-25 17:44:23 +00:00
Johannes Roith
066adcd286
still removing gnome tutorial...
...
svn path=/trunk/gtk-sharp/; revision=9882
2002-12-25 17:42:46 +00:00
Johannes Roith
b24d8bbd03
remove gnometutorial...
...
svn path=/trunk/gtk-sharp/; revision=9880
2002-12-25 17:35:13 +00:00
Johannes Roith
38916edc09
add temporary information page
...
svn path=/trunk/gtk-sharp/; revision=9879
2002-12-25 17:31:17 +00:00
Johannes Roith
ee6102e924
remove Gnome.NET - now in /monkeyguide/gnome/
...
svn path=/trunk/gtk-sharp/; revision=9878
2002-12-25 17:29:26 +00:00
Johannes Roith
437b83040b
more updates
...
svn path=/trunk/gtk-sharp/; revision=9874
2002-12-25 15:26:17 +00:00
Mike Kestner
f750d78d6a
2002-12-24 Mike Kestner <mkestner@speakeasy.net>
...
* generator/ObjectGen.cs : generate protected GType ctors
* generator/SymbolTable.cs : map GType to uint
* glib/Object.cs : add GType ctor. add RegisterGType.
* glue/type.c (gtksharp_register_type): new GType registrar
* */*.custom : make GType params uints
* sample/Subclass.cs : a simple type registration example
svn path=/trunk/gtk-sharp/; revision=9870
2002-12-25 00:36:00 +00:00
Alejandro Sánchez Acosta
e0ec6df596
Added notebook sample.
...
svn path=/trunk/gtk-sharp/; revision=9854
2002-12-24 00:27:31 +00:00
Alejandro Sánchez Acosta
f7baeb275d
Added notebook sample to the tutorial.
...
svn path=/trunk/gtk-sharp/; revision=9853
2002-12-24 00:26:15 +00:00
Alejandro Sánchez Acosta
cae0669655
Added packing sample and extends packing widgets documentation.
...
svn path=/trunk/gtk-sharp/; revision=9852
2002-12-23 22:36:38 +00:00
Alp Toker
0098411b00
2002-12-23 Alp Toker <alp@atoker.com>
...
* glib/Thread.cs: Add a class for thread awareness
* gdk/Threads.cs: ditto
svn path=/trunk/gtk-sharp/; revision=9839
2002-12-23 04:35:44 +00:00
Kristian Rietveld
5bc31b52ca
2002-12-22 Kristian Rietveld <kris@gtk.org>
...
* sources/Gnome.metadata: add out param rules for a bunch of Canvas
methods (pointed out by Paul Duran).
* api/gnome-xml.api: updated
svn path=/trunk/gtk-sharp/; revision=9838
2002-12-23 01:54:38 +00:00
Robert McQueen
5c87903756
2002-12-22 Robert McQueen <robot101@debian.org>
...
* makefile: when doing distclean, attempt distclean on all the
C# subdirs too
* gconf/Makefile.in: added distclean target to rm the Makefiles
in the subdirs of gconf/
* glue/Makefile.am: build libgtksharpglue as an unversioned
module to avoid so -> so.0 -> so.0.0 symlink mess
* */Makefile.in: call mkinstalldirs before installing any files
so that subdirs can be installed seperately or in any sequence
(eg binding dirs before native dirs)
svn path=/trunk/gtk-sharp/; revision=9828
2002-12-22 05:08:52 +00:00
Alp Toker
bef7dc015f
* gst/Makefile.in: Reference the newly-built glib-sharp
...
svn path=/trunk/gtk-sharp/; revision=9805
2002-12-21 02:48:21 +00:00
Alp Toker
15589b1c83
2002-12-20 Alp Toker <alp@atoker.com>
...
* api/gst-api.xml: Make Gst# link to libgstreamer.so as per pkg-config
--libs gstreamer
* sources/gtk-sharp.sources: ditto
svn path=/trunk/gtk-sharp/; revision=9791
2002-12-20 05:44:17 +00:00
Alejandro Sánchez Acosta
dc148039f1
Added new SpinButton sample.
...
svn path=/trunk/gtk-sharp/; revision=9683
2002-12-15 17:09:06 +00:00
Alejandro Sánchez Acosta
617216a805
Added new GTK# sample.
...
svn path=/trunk/gtk-sharp/; revision=9682
2002-12-15 17:07:00 +00:00
Alejandro Sánchez Acosta
e958fb6475
Added new sample for the GTK# tutorial.
...
svn path=/trunk/gtk-sharp/; revision=9681
2002-12-15 17:06:38 +00:00
Gonzalo Paniagua Javier
35ef99c45f
2002-12-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* api/gdk-api.xml:
* sources/Gdk.metadata: PixbufLoader.Pixbuf have to ref the new Pixbuf.
svn path=/trunk/gtk-sharp/; revision=9667
2002-12-15 11:58:37 +00:00
Gonzalo Paniagua Javier
41ed17399e
2002-12-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* glib/Log.cs: removed the IntPtr argument and keep a reference to
the delegate passed to unmanaged world as suggested by rachel.
svn path=/trunk/gtk-sharp/; revision=9586
2002-12-12 06:51:47 +00:00
Juli Mallett
eca30c3078
2002-12-11 Juli Mallett <jmallett@FreeBSD.org>
...
* gconf/Makefile.in, sample/Makefile.in: Use $(MAKE) not "make."
* parser/Makefile.in: Use CFLAGS and CPPFLAGS hints from configure,
and the base dependency CFLAGS. Fixes case where iconv.h is outside
of the compiler's default path.
svn path=/trunk/gtk-sharp/; revision=9578
2002-12-11 23:10:31 +00:00
Mike Kestner
7a56c28286
2002-12-10 Mike Kestner <mkestner@speakeasy.net>
...
* released 0.6.
svn path=/trunk/gtk-sharp/; revision=9522
2002-12-10 07:45:07 +00:00
Gonzalo Paniagua Javier
3b3535767f
Fixed build with csc. Thanks Mike!
...
svn path=/trunk/gtk-sharp/; revision=9520
2002-12-10 07:00:48 +00:00
Gonzalo Paniagua Javier
f88c5e2603
2002-12-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* glib/Log.cs: New file. Wraps a few logging functions. Useful for
debugging.
svn path=/trunk/gtk-sharp/; revision=9517
2002-12-10 05:41:56 +00:00
Gonzalo Paniagua Javier
5f4cb8cc13
2002-12-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* generator/Signal.cs: generate correct type name for EventArgs.
svn path=/trunk/gtk-sharp/; revision=9507
2002-12-09 23:36:18 +00:00
Martin Willemoes Hansen
1826172e94
Added not finished disclaimer
...
svn path=/trunk/gtk-sharp/; revision=9432
2002-12-07 21:06:42 +00:00
Duncan Mak
5646397d75
2002-11-29 Duncan Mak <duncan@ximian.com>
...
* gtk/TextBuffer.custom (Text): Add a new Text property.
svn path=/trunk/gtk-sharp/; revision=9262
2002-11-29 18:08:54 +00:00
Martin Willemoes Hansen
cb65a8c56a
*** empty log message ***
...
svn path=/trunk/gtk-sharp/; revision=9226
2002-11-28 14:25:16 +00:00
Martin Willemoes Hansen
e303a67c84
*** empty log message ***
...
svn path=/trunk/gtk-sharp/; revision=9218
2002-11-27 21:32:06 +00:00
Martin Willemoes Hansen
2e718ba61e
*** empty log message ***
...
svn path=/trunk/gtk-sharp/; revision=9217
2002-11-27 21:24:48 +00:00
Martin Willemoes Hansen
defe2499a5
*** empty log message ***
...
svn path=/trunk/gtk-sharp/; revision=9214
2002-11-27 20:32:53 +00:00
Johannes Roith
f1d358bf18
add new directories
...
svn path=/trunk/gtk-sharp/; revision=9196
2002-11-26 14:17:07 +00:00
Gonzalo Paniagua Javier
99facd09b8
2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* sample/DbClient/GnomeDbClient.cs:
* sample/DbClient/client.cs: make them build.
svn path=/trunk/gtk-sharp/; revision=9189
2002-11-26 00:19:58 +00:00
Alejandro Sánchez Acosta
ff7659b43e
Added new sample widgets.
...
svn path=/trunk/gtk-sharp/; revision=9188
2002-11-25 19:22:54 +00:00
Alejandro Sánchez Acosta
89e3c84951
Added new samples widgets and modified togglebutton.
...
svn path=/trunk/gtk-sharp/; revision=9187
2002-11-25 19:09:29 +00:00
Martin Willemoes Hansen
701aba3e4a
Moved from mwh.sysrq.dk
...
svn path=/trunk/gtk-sharp/; revision=9185
2002-11-25 16:50:27 +00:00
Mike Kestner
3a108845d7
2002-11-21 Mike Kestner <mkestner@speakeasy.net>
...
* api/*.xml : a few new attrs
* generator/Parameters.cs : remove redundant ref keywords
* gtk/ListStore.custom: overload SetColumnTypes
* gtk/TreeStore.custom: overload SetColumnTypes
* parser/GAPI/Metadata.pm : allow callback nodes at class level
* sources/Gtk.metadata : hide ClipboardClearFunc and GetFunc,
tag types param of SetColumnTypes as array, uncomment needs_ref
tags on Widget methods to match the current api.xml file
svn path=/trunk/gtk-sharp/; revision=9148
2002-11-22 03:30:18 +00:00
Mike Kestner
79c93e89fd
2002-11-19 Mike Kestner <mkestner@speakeasy.net>
...
* gtk/Dialog.custom : bind another ctor
svn path=/trunk/gtk-sharp/; revision=9109
2002-11-20 03:28:22 +00:00
Radek Doulik
07b8de88cc
2002-11-17 Radek Doulik <rodo@ximian.com>
...
* glib/Value.cs: cast Typefundamentals.* to uint (GType is
unsigned int), fix Value (GLib.Object) - use new GetGType method
* glib/Object.cs: new GetGType method, returns _obj GType
svn path=/trunk/gtk-sharp/; revision=9063
2002-11-18 18:55:39 +00:00
Daniel Morgan
5dcbe5b0af
2002-11-17 Daniel Morgan <danmorg@sc.rr.com>
...
* pango/Scale.cs: added file containing constants
for text widgets needing Pango Scale Attribute
svn path=/trunk/gtk-sharp/; revision=9034
2002-11-17 21:17:12 +00:00
Johannes Roith
bff04dbdf3
update changelog
...
svn path=/trunk/gtk-sharp/; revision=9009
2002-11-16 13:07:28 +00:00
Johannes Roith
29290f2b93
convert to xhtml
...
svn path=/trunk/gtk-sharp/; revision=9008
2002-11-16 13:05:10 +00:00
Johannes Roith
55f3471f6d
convert html to xhtml
...
svn path=/trunk/gtk-sharp/; revision=9007
2002-11-16 13:03:27 +00:00
Vladimir Vukicevic
79f298f823
* gtk/CanvasItem.custom: use base() to set Raw in constructor, so
...
that the ref counting semantics get correctly set up
svn path=/trunk/gtk-sharp/; revision=8978
2002-11-14 01:44:23 +00:00
Duncan Mak
d1e99ecede
Fix build after vlad's struct patch got in.
...
svn path=/trunk/gtk-sharp/; revision=8959
2002-11-12 21:51:45 +00:00
Johannes Roith
c99bcc79df
resync with homepage
...
svn path=/trunk/gtk-sharp/; revision=8955
2002-11-12 17:49:36 +00:00
Johannes Roith
7ea25baf13
resync with homepage
...
svn path=/trunk/gtk-sharp/; revision=8954
2002-11-12 17:48:58 +00:00
Gonzalo Paniagua Javier
359331d865
2002-11-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* glade/XML.custom: converted from Latin1 to UTF8 to make the generator
go on.
svn path=/trunk/gtk-sharp/; revision=8914
2002-11-10 13:36:19 +00:00
Vladimir Vukicevic
58f6f01d45
* glib/Object.cs: add needs_ref boolean that controls whether
...
we need to ref this object once we have a pointer to it or not.
By default this is set to true -- constructors and other functions
where we do own the object need to set this to false before setting
the "Raw" property. Also added Unref and RefCount methods.
* glue/object.c, glue/type.c: some utility functions for
refcounting support
* gdk/Pixbuf.custom: manually wrap a few functions so that
the refcount ends up being correct at the end (need an extra Unref)
* api/gdk-api.xml, sources/Gdk.metadata: metadata updates for
hiding manually-wrapped Pixbuf stuff
svn path=/trunk/gtk-sharp/; revision=8913
2002-11-10 10:09:05 +00:00