Commit graph

6 commits

Author SHA1 Message Date
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
Krister Walfridsson
753f4543c4 Change obsolete USE_X11 to include ../../mk/x11.buildlink3.mk instead. 2005-06-12 23:51:13 +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
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
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