Commit graph

34 commits

Author SHA1 Message Date
Leonard Schmidt
3a6e9d589d Remove patch-aa from distinfo. 2005-09-01 07:05:15 +00:00
Leonard Schmidt
e0f86f7b81 Update to 1.0.10:
Changes since 1.0.2:
* Incorrectly bound or missing API Corrections: (Dan Winship, MK)
* Bugfixes (John Luke, MK)
* Doc Updates (Shane Landrum, Dan Winship, MK
[Please see the monodoc release notes for a more complete list of
documentation contributors.])

Changes since 1.0:
* Incorrectly bound or missing API Corrections: (Larry Ewing, Martin
Willemoes Hansen, Miguel de Icaza, Tambet Ingo, Manuel V. Santos, Borja
Sanchez Zamorano, Jeroen Zwartepoorte, MK)
* Bugfixes (John Luke, Jasper van Putten, MK)
* Doc Updates (Shane Landrum, John Luke, Hector E. Gomez Morales, MK
[Please see the monodoc release notes for a more complete list of
documentation contributors.])

For more, please see:
http://svn.myrealbox.com/viewcvs/*checkout*/branches/gtk-sharp-1-0-branch/gtk-sharp/ChangeLog?rev=44519
2005-08-31 12:59:03 +00:00
David Brownlee
85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00
Thomas Klausner
ba298945c1 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:33:56 +00:00
Krister Walfridsson
753f4543c4 Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead. 2005-06-12 23:51:13 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Thomas Klausner
12def49af5 Add untested bl3 file needed by evolution-sharp, monodoc,
and muine.
2004-07-27 22:16:14 +00:00
Marc Recht
9cc90bbf36 - Fix GAC configs. 2004-06-28 11:22:32 +00:00
Marc Recht
ee54e14b4c - Example mono config snippet. 2004-06-28 11:11:38 +00:00
Marc Recht
879700f48d update to 0.99
Changes since 0.91.1:
* Automatic registration of GTypes for subclasses. (Ben Maurer, MK)
* Manual ctor implementations to support auto registration. (Todd
Berman, MK)
* All GtkSharp/GLibSharp types moved to GLib namespace or internalized.
(MK)
* Generated assemblies no longer pinvoke to libgobject, removing config
mapping entry requirement. (MK)
* Requires: entries in .pc files to simplify Libs: entries. (MK)
* Gtk.CellRenderer sample implementation and custom code to support
CellRenderer implementations. (Todd Berman)
* Erase support in the scribble.exe sample. (Todd Berman, because he was
bored)
* DateTime/time_t marshaling fixed once and for all, god willing. (MK)
* Killed the old perl-based metadata engine. Long live XPath. (MK)
* Sample to show how to use GDI+ to draw on Gdk.Windows. (Miguel)
* More API Corrections, Customizations, and glue: (Radek, Doulik, Larry
Ewing, Vladimir Vukicevic, Dan Winship, Jeroen Zwartepoorte, MK)
* OnForall virtual method to support Container subclassing. (MK)
* Bugfixes (Todd, Berman, Jeroen Zwartepoorte, MK)
* Doc Updates (Please see the monodoc relnotes for a complete list of
contributors.)

Changes since 0.18:
* pkg-config files to detect optional assembly availability (Todd
Berman)
* virtual methods for Gnome.CanvasItem (MK)
* GLib.Value is now a valuetype (Ben Maurer, MK)
* Glue and Gdk.Global properties for X11 WM properties (Boyd Timothy)
* Per-assembly config files pointing to versioned libnames so we don't
need devel packages (for the .so) at runtime anymore. (MK)
* Strong name and gac install the assemblies. (MK)
* gst-sharp assembly has been spun out into its own module. (Owen
Fraser-Green)
* probe/use gtkhtml-3.1 for gtkhtml-sharp Dll mapping if 3.0 is not
detected. Also bump required version to 3.0.10 to reduce the so versions
supported. (Nat Friedman, MK)
* More API Corrections, Customizations, and glue: (Jorn Baayen, Moritz
Balz, Todd Berman, Erik Dasque, Owen Fraser-Green, John Luke, Joshua
Tauberer, Jeroen Zwartepoorte, MK)
* Bugfixes (Todd Berman, Larry Ewing, Owen Fraser-Green, Jorge Garcia,
Gonzalito, Rachel Hestilow, Duncan Mak, Jeroen Zwartepoorte, Miguel,
MK)
* Doc Updates (Please see the monodoc relnotes for a complete list of
contributors to our rapidly improving docs.)
2004-06-28 11:05:33 +00:00
Marc Recht
91bc2bbfa8 remove TODO. The glue library is built now and the samples work. 2004-04-04 20:30:20 +00:00
Marc Recht
03c9d1f332 use subst.mk instead of calling sed directly 2004-04-04 18:43:13 +00:00
Julio Merino
e5ccbf7930 Fix library names so that libgnome and libgnomeui can be dlopen'ed properly. 2004-04-04 10:46:41 +00:00
Julio Merino
35da69c97b libgdiplus is not needed any more. 2004-04-03 21:26:03 +00:00
Julio Merino
5fdb777315 Update to 0.18:
* ThreadNotify made win32-friendly.
* parser support for GObject virtual methods, although we don't generate
  wrapper code yet.
* automake support for the build, with working distcheck.
* [ConnectBefore] support for event delegates.
* System.Drawing dependency removed.
* Gdk.Size value type implementation.
* More API Corrections, Customizations, and glue.
* Bugfixes.
* Doc Updates.
2004-04-03 21:10:53 +00:00
Marc Recht
8449beebc3 update to 0.17
and remove unused buildlink2.mk

Note:
This doesn't work at all at the moment since the glue library
(libgtksharpglue.so) doesn't get build correctly.


Changes since 0.16:
* Moved Event handlers and args to base namespaces. *Sharp namespaces
are now internal. Kill all your using *Sharp; statements. (MK)
* Pango API pruned to remove backend and engine API. (MK)
* struct fields now StudlyCaps. (MK)
* all GList and most GSList API replaced with typed[]. (MK)
* Improved TreeIter.GetHashCode for tree performance. (Ben Maurer)
* new hand-coded Gdk.Event implementation. (MK)
* More API Corrections, Customizations, and glue: (Jorn Baayen, Todd
Berman, John Luke, Thiago Milczarek Sayão, MK)
* Bugfixes (Radek Doulik, MK)
* Doc Updates (MK)

Changes since 0.15:

* RadioButton/MenuItem API overhaul: (John Luke)
* GValueArray binding: (MK)
* Generate "void Foo (out Bar baz);" methods as "Bar Foo ();": (Martin
Willemoes Hansen)
* libvte bindings: (John Luke)
* marshaler for proper handling of argc/argv pairs: (Peter Williams)
* Correct generation of Arrays as struct fields. (MK)
* time_t CustomMarshaler implementation and generator support for custom
marshaled types: (MK)
* More API Corrections, Customizations, and glue: (Todd Berman, John
Luke, MK)
* Bugfixes (Paul Duran, Gustavo Giraldez, Martin Willemoes Hansen, John
D Hardin, Tambet Ingo, Yves Kurz, MK)
* Doc Updates (Hector E. Gomez Morales, John Luke, Peter Williams)

Changes since 0.14:
* Default signal handler overriding. (MK)
* Parser improvements: <file> and <exclude>. (MK)
* new Gnome.Print sample (John Luke)
* glib CLS compliance work. (Miguel)
* signal handler are now attached with connect_after. (MK)
* null array parameter passing (MK)
* DnD fixes and port of TestDnd (Ettore)
* Added GLib.GType instead of using uint so 64 bit is happy. (MK)
* mangle more keyword param names. (Joe Shaw)
* Idle.Remove (Alp, John Luke)
* More API Corrections, Customizations, and glue: (Peter Williams,
Miguel, Luciano Martorella, Radek, MK)
* Bugfixes (Radek, MK)
* Doc Updates (John Luke)
2004-03-21 10:30:14 +00:00
Min Sik Kim
21666c51e1 bl3ify 2004-02-27 03:27:46 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Marc Recht
bf0fb46a50 fix PLIST 2003-11-27 15:56:48 +00:00
Marc Recht
6180de9ff4 update to 0.14
Changes since 0.11:
* New parser frontend script (gapi-parser) that uses an XML input file
to specify options for better extensibility. (MK)
* Code Generator now accepts outdir, customdir, and assembly-name
arguments to allow more control over the generation process and
directory structure.
* Gtk.HTML now lives in its own gtkhtml-sharp assembly, allowing us to
make it depend on gnome-sharp.dll and activate the printing api.
* Restructured build to distribute generation into the assembly dirs,
making for more compact rebuilds. (Martin, MK)
* New XPath-based metadata alteration engine (gapi-fixup.exe) to replace
the perl module. (MK)
* Ported all the old metadata rules to new format. (MK, Martin)
* Apply metadata during generation step.  It is no longer necessary to
have the raw source around to make a metadata change to the API XML
files. (MK)
* More API Corrections, Customizations, and glue: (Rachel, Martin,
Moritz Balz, Daniel Kornhauser, MK)
* a ton of Bugfixes (MK, Martin, Artem Popov, Malte, John Luke, Gonzalo)
* Doc Updates (John Luke, Hector E. Gomez Morales, Martin Willemoes
Hansen)

Changes since 0.12:
* New NodeStore tree model.  Still needs view/selection enhancements to
be substantially useful. (MK)
* Is/Has methods are now generated as Properties. (Martin Willemoes
Hansen)
* GStreamer updated to 0.6.4.  Still off by default in the build. (John
Luke)
* More API Corrections, Customizations, and glue: (Ken Foster, Radek
Doulik, Moritz Balz, MK)
* Installed scripts to wrap gapi-fixup.exe and gapi_codegen.exe. (MK)
* Bugfixes (MK, Martin Willemoes Hansen, John Luke)
* Doc Updates (John Luke, MK)

Changes since 0.13:
* Make gtkhtml-sharp build conditional. (John Luke, MK)
* Fix for the infamous Pixbuf from resource bug. (Ettore, Gonzalo, MK)
* generator support for "foo[], n_foos" param pairs. (MK)
* More API Corrections, Customizations, and glue: (Moritz Balz, Miguel,
Peter Williams, MK)
* Doc Updates (John Luke, Peter Williams, MK)
2003-11-19 23:14:46 +00:00
Marc Recht
8123385e3b Use my @NetBSD.org address. 2003-09-29 13:14:51 +00:00
Marc Recht
3eb062243a update to 0.11
Changes since 0.10:
* Updated to the Gtk 2.2 and some GNOME 2.2 APIs (Martin, MK)
* GnomePrint(UI) 2.2 support. (Martin)
* Parser now ignores more source comments. (Martin)
* Updates to current GnomeDB APIs (Rodrigo)
* Generate "Global" and static classes to wrap more methods (MK)
* GAPI::Metadata alteration support for more elements (MK, Aleksey Sanin)
* Updates to TreeView demo (John Luke)
* Overhaul of ref handling semantics to plug leakiness. (Ettore, MK)
* Track gtkhtml3 released versions, not cvs. (MK)
* GConf::Value list support. (Gonzalo)
* Remove cygwin dll dep on win32. (Todd Berman)
* Win32 build love including libglade support. (Alp Toker)
* Hide ugly unused fields in Structs (Rachel)
* Fix for the infamous managed treeview extension bug. (Rachel)
* More API Customizations and glue: (Martin, Ettore, Duncan, Xavier Amado, John Luke, Alp Toker)
* Bugfixes (Shane Hyde, Duncan, MK, Martin, Aleksey Sanin, Gonzalo, Alp Toker)
* Doc Updates (Duncan, John Luke, Martin, Xavier Amado)

remove TODO, since it now builds with 0.26 on -current (1.6ZC)
2003-09-25 01:11:25 +00:00
Marc Recht
da6fdf491d update to Gtk# 0.10
Changes since 0.9:
* GValue enhancements and Gtk.TreeView customizations: (Rachel)
* Fixes for string marshaling: (Rachel)
* Internalize the Signal and Callback helper classes: (MK)
* Generator refactoring: (MK)
* Bugfixes (Alp, Gonzalo, Martin Willemoes Hansen, MK)
* Documentation: (Duncan, Lee Mallabone, John Luke, Martin Willemoes
Hansen, Hector E Gomez Morales)
2003-06-15 11:48:22 +00:00
Marc Recht
ebcda832a7 - libgda update
- libgnomedb update
2003-06-15 11:45:26 +00:00
Marc Recht
3ef2aa6ba1 s/upate/update/ 2003-05-12 09:51:54 +00:00
Marc Recht
c1a1bd3a7a Update to gtk-sharp version 0.9.
(needs to be tested: doesn't compile on my -current system, because of mono/pthread issues.)
2003-05-12 09:50:54 +00:00
Chris Pinnock
aeae5d3f1e Whitespace police 2003-04-27 10:49:00 +00:00
Marc Recht
93413bece8 Fix buildlink2.mk typos. 2003-03-26 15:29:46 +00:00
Marc Recht
4ec5ce9a25 Use MAKEFILE and REPLACE_PERL.
Suggested by: Thomas Klausner <wiz@netbsd.org>
2003-03-26 00:14:12 +00:00
Marc Recht
719d189631 initial_import 2003-03-24 22:42:50 +00:00