Miguel de Icaza
3d8b425bcb
Up
...
svn path=/trunk/gtk-sharp/; revision=34183
2004-09-21 17:45:42 +00:00
Mike Kestner
5df45626a8
bump cvs version
...
svn path=/trunk/gtk-sharp/; revision=34027
2004-09-17 20:38:40 +00:00
Mike Kestner
a9aae652d5
2004-09-17 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump version and tag for 1.0.2.
svn path=/trunk/gtk-sharp/; revision=34026
2004-09-17 20:36:57 +00:00
Mike Kestner
6a14c60ea0
2004-09-17 Mike Kestner <mkestner@ximian.com>
...
* configure.in : use either gtkhtml 3.0 or 3.2
svn path=/trunk/gtk-sharp/; revision=34014
2004-09-17 15:07:38 +00:00
Miguel de Icaza
59ee2ce62a
Update
...
svn path=/trunk/gtk-sharp/; revision=33461
2004-09-06 23:54:48 +00:00
Mike Kestner
97f5a62824
2004-09-03 Mike Kestner <mkestner@ximian.com>
...
* configure.in : expand new doc/updater makefile
* gtk/Gtk.metadata : hide Init.Check and AbiCheck*.
* gtk/Init.custom : manual Init.Check impl.
* gtk/Makefile.am : add Init.custom.
svn path=/trunk/gtk-sharp/; revision=33288
2004-09-03 15:59:29 +00:00
Mike Kestner
400ae6afb3
bump the cvs version number
...
svn path=/trunk/gtk-sharp/; revision=32832
2004-08-25 18:18:07 +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
Mike Kestner
7d50ef3127
2004-06-29 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump version to 1.0 and tag. Woot!
svn path=/trunk/gtk-sharp/; revision=30530
2004-06-29 15:23:39 +00:00
Mike Kestner
83def77da1
2004-06-25 Mike Kestner <mkestner@ximian.com>
...
* configure.in : tag and bump version to 0.99.
svn path=/trunk/gtk-sharp/; revision=30384
2004-06-25 14:53:11 +00:00
Mike Kestner
f73ac862a2
2004-06-22 Mike Kestner <mkestner@ximian.com>
...
* configure.in : GLIB check for gobject, not glib.
svn path=/trunk/gtk-sharp/; revision=30307
2004-06-24 14:11:20 +00:00
Mike Kestner
adb9f59db3
2004-06-14 Mike Kestner <mkestner@ximian.com>
...
* configure.in : another "really frozen this time" release.
* gdk/Gdk.metadata : mark a couple array params on Pixbuf.Savev.
* gdk/Pixbuf.custom : add a Save implementation.
svn path=/trunk/gtk-sharp/; revision=29546
2004-06-14 20:25:50 +00:00
Mike Kestner
e0d47aa3c4
bump version for cvs
...
svn path=/trunk/gtk-sharp/; revision=29506
2004-06-14 15:41:55 +00:00
Mike Kestner
699d44829a
2004-06-14 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump the version to 0.97, tag.
svn path=/trunk/gtk-sharp/; revision=29502
2004-06-14 15:06:32 +00:00
Mike Kestner
92594ae7f3
2004-06-11 Mike Kestner <mkestner@ximian.com>
...
* configure.in : require mono-0.96, bump the version, tag.
svn path=/trunk/gtk-sharp/; revision=29383
2004-06-11 20:38:25 +00:00
Mike Kestner
f3052784b7
2004-06-11 Mike Kestner <mkestner@ximian.com>
...
* configure.in : remove the mint usage for darwin.
svn path=/trunk/gtk-sharp/; revision=29381
2004-06-11 19:54:52 +00:00
Mike Kestner
112f066abf
2004-06-11 Mike Kestner <mkestner@ximian.com>
...
* configure.in : deal with a csc-ism in source paths.
* */Makefile.am : use the GENERATED_SOURCES var.
* */glue/Makefile.am : add -no-undefined for win32 dll builds.
svn path=/trunk/gtk-sharp/; revision=29367
2004-06-11 18:19:41 +00:00
Mike Kestner
725f65261c
2004-06-10 Mike Kestner <mkestner@ximian.com>
...
* configure.in : break the monodoc dep, even though it was optional
it was a pain in the backside.
* doc/Makefile.am : add assemble target to build docs using monodoc.
we now have two manual targets which use monodoc, but aren't required
for the default build (update and assemble).
svn path=/trunk/gtk-sharp/; revision=29238
2004-06-10 20:46:02 +00:00
Mike Kestner
c1440d52d1
2004-06-10 Mike Kestner <mkestner@ximian.com>
...
* configure.in : AC_SUBST GACUTIL_FLAGS. require mono-0.95 (though
it's really cvs bleeding edge.)
* * AssemblyInfo.cs.in : s/pub/snk. delaysign=no.
* * Makefile.am : s/pub/snk. portability fixes to csc from John
Luke. Switch to GACUTIL_FLAGS.
* doc/Makefile.am : don't build docs, install raw xml to the prefix.
svn path=/trunk/gtk-sharp/; revision=29227
2004-06-10 19:45:20 +00:00
Jeroen Zwartepoorte
fe4a530155
2004-06-07 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* configure.in: Add pango pkg-config check.
* pango/Layout.custom: Updated custom code to new opaque LayoutLine.
* pango/LayoutLine.custom: Properties for LayoutLine struct fields.
* pango/Makefile.am:
* pango/Pango.metadata: Make LayoutLine opaque [Fixes #59666 ].
* pango/glue/.cvsignore:
* pango/glue/Makefile.am:
* pango/glue/layoutline.c: glue for the LayoutLine struct fields.
* pango/glue/makefile.win32:
* pango/glue/win32dll.c:
svn path=/trunk/gtk-sharp/; revision=28982
2004-06-07 18:59:16 +00:00
Peter Williams
0ddadd5dae
Fix missing 'test' in shell if statement.
...
svn path=/trunk/gtk-sharp/; revision=28947
2004-06-07 06:20:29 +00:00
Mike Kestner
598396892f
bump version for cvs
...
svn path=/trunk/gtk-sharp/; revision=28580
2004-05-31 18:49:31 +00:00
Mike Kestner
369a588e93
2004-05-31 Mike Kestner <mkestner@ximian.com>
...
* configure.in : Bump version to 0.93 and tag.
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* gtk/Gtk.metadata: unhide WidgetFlags.
* gtk/Widget.custom: add setter for GdkWindow prop. Add Flags prop.
* gtk/glue/widget.custom: setter for window, accessors for flags.
[Fixes #59337 ]
svn path=/trunk/gtk-sharp/; revision=28578
2004-05-31 18:48:25 +00:00
Mike Kestner
68e25828ad
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump for next version, tagged 0.92.
plus put back miguel's change post tag.
svn path=/trunk/gtk-sharp/; revision=28394
2004-05-28 21:14:30 +00:00
Mike Kestner
f03c504c02
bump version and temporarily revert miguel's last configure.in change
...
so I can tag 0.92.
svn path=/trunk/gtk-sharp/; revision=28392
2004-05-28 21:06:48 +00:00
Miguel de Icaza
f7238332c1
Add .config for sample
...
svn path=/trunk/gtk-sharp/; revision=28387
2004-05-28 19:45:34 +00:00
Mike Kestner
7a518421ab
2004-05-25 Mike Kestner <mkestner@ximian.com>
...
* configure.in : don't expand the GAPI Makefile.
* parser/Makefile.am : remove SUBDIRS.
* parser/gapi2xml.pl : remove GAPI::Metadata usage.
* parser/GAPI/* : kill. long live gapi-fixup.
svn path=/trunk/gtk-sharp/; revision=28085
2004-05-25 21:27:41 +00:00
Mike Kestner
e7130d9838
2004-05-22 Mike Kestner <mkestner@ximian.com>
...
* configure.in : require mono-0.91.99. Sorry, but we need to
require mono cvs until beta2 because of some recent breakage in
Gnome.Program custom code while reflecting against the runtime.
svn path=/trunk/gtk-sharp/; revision=27901
2004-05-22 19:38:28 +00:00
Mike Kestner
571b68363a
2004-05-06 Mike Kestner <mkestner@ximian.com>
...
* configure.in : bump version for cvs.
svn path=/trunk/gtk-sharp/; revision=26835
2004-05-06 15:05:00 +00:00
Mike Kestner
2681235b22
2004-05-05 Mike Kestner <mkestner@ximian.com>
...
* configure.in : fix gtkhtml versioning *again*.
* sample/gconf/Makefile.am : conditional build on ENABLE_GNOME.
svn path=/trunk/gtk-sharp/; revision=26708
2004-05-04 18:58:21 +00:00
Mike Kestner
f5a8823bb6
2004-05-04 Mike Kestner <mkestner@ximian.com>
...
* configure.in : require gtkhtml-3.0.10 so we can use a single
so version (.4).
* sources/* : update to gtkhtml-3.0.10. This produces zero change
in the generated API.
svn path=/trunk/gtk-sharp/; revision=26682
2004-05-04 04:53:28 +00:00
Todd Berman
a40a71e879
2004-05-03 Todd Berman <tberman@sevenl.net>
...
* configure.in: bump mono dep to 0.90
svn path=/trunk/gtk-sharp/; revision=26661
2004-05-03 22:59:30 +00:00
Todd Berman
92c6e68841
2004-05-03 Todd Berman <tberman@sevenl.net>
...
* configure.in: bump to 0.91, dont kill me mike.
svn path=/trunk/gtk-sharp/; revision=26652
2004-05-03 22:12:50 +00:00
Mike Kestner
ce48b61360
2004-05-03 Mike Kestner <mkestner@ximian.com>
...
* configure.in : add some checks for gtkhtml-3.1 and use it if avail.
* gtkhtml/gtkhtml-sharp.dll.config.in : deal with 3.1 versioning.
svn path=/trunk/gtk-sharp/; revision=26600
2004-05-03 16:22:35 +00:00
Mike Kestner
01ef68965d
2004-04-30 Mike Kestner <mkestner@ximian.com>
...
* configure.in : lookup gacutil and error out if not found.
* */Makefile.am : add install-data-local and uninstall-local targets
for GAC installation. Add gtk-sharp.pub target to cp the key in for
distcheck.
* */AssemblyInfo.cs.in : remove ../ from key path for VPATH build.
svn path=/trunk/gtk-sharp/; revision=26485
2004-05-01 03:38:54 +00:00
Mike Kestner
14e3877005
2004-04-30 Mike Kestner <mkestner@ximian.com>
...
* configure.in : remove BASE_DEPENDENCIES LIBS and CFLAGS and
expose more specific versions for glue building.
* */glue/Makefile.am : use more specific versions of LIBS and CFLAGS
to reduce the ldd footprint.
svn path=/trunk/gtk-sharp/; revision=26438
2004-04-30 19:08:16 +00:00
Mike Kestner
5f80b97227
2004-04-30 Mike Kestner <mkestner@ximian.com>
...
* configure.in : AC_SUBST an API_VERSION=1.0.0.0 for the
AssemblyVersionAttributes.
* */AssemblyInfo.cs.in : s/@VERSION@/@API_VERSION@/
svn path=/trunk/gtk-sharp/; revision=26435
2004-04-30 18:24:16 +00:00
Mike Kestner
e4c7f28e66
2004-04-29 Mike Kestner <mkestner@ximian.com>
...
* configure.in : expand the AssemblyInfo.cs files.
* */AssemblyInfo.cs.in : new assembly info files.
* */Makefile.am : dist, make, and clean assmbly info files.
svn path=/trunk/gtk-sharp/; revision=26356
2004-04-29 22:19:30 +00:00
Mike Kestner
9bc8928f88
2004-04-29 Mike Kestner <mkestner@ximian.com>
...
* configure.in : expand the new config files.
* */*config.in : the per-assembly config files.
* */Makefile.am : dist, clean, and install the configs.
* gnome/*.c* : fix some errant DllImports.
svn path=/trunk/gtk-sharp/; revision=26301
2004-04-29 15:00:24 +00:00
Todd Berman
2190751eba
2004-04-02 Todd Berman <tberman@sevenl.net>
...
* configure.in: added new .pc files
* gtk-sharp.pc.in: modified to include Libs: line
* art/.cvsignore: added art-sharp.pc
* art/Makefile.am: added rules for installing .pc
* art/art-sharp.pc.in: new .pc file
* gconf/GConf/.cvsignore: added gconf-sharp.pc
* gconf/GConf/Makefile.am: added rules for installing .pc
* gconf/GConf/gconf-sharp.pc.in: new .pc file
* gda/.cvsignore: added gda-sharp.pc
* gda/Makefile.am: added rules for installing .pc
* gda/gda-sharp.pc.in: new .pc file
* glade/.cvsignore: added glade-sharp.pc
* glade/Makefile.am: added rules for installing .pc
* glade/glade-sharp.pc.in: new .pc file
* gnome/.cvsignore: added gnome-sharp.pc
* gnome/Makefile.am: added rules for installing .pc
* gnome/gnome-sharp.pc.in: new .pc file
* gnomedb/.cvsignore: added gnomedb-sharp.pc
* gnomedb/Makefile.am: added rules for installing .pc
* gnomedb/gnomedb-sharp.pc.in: new .pc file
* gtkhtml/.cvsignore: added gtkhtml-sharp.pc
* gtkhtml/Makefile.am: added rules for installing .pc
* gtkhtml/gtkhtml-sharp.pc.in: new .pc file
* rsvg/.cvsignore: added rsvg-sharp.pc
* rsvg/Makefile.am: added rules for installing .pc
* rsvg/rsvg-sharp.pc.in: new .pc file
* vte/.cvsignore: added vte-sharp.pc
* vte/Makefile.am: added rules for installing .pc
* vte/vte-sharp.pc.in: new .pc file
svn path=/trunk/gtk-sharp/; revision=24992
2004-04-03 05:12:17 +00:00
Mike Kestner
65570cfc50
2004-03-31 Mike Kestner <mkestner@ximian.com>
...
* configure.in : tagged for 0.18 and bumped release to 0.18.99
for cvs.
svn path=/trunk/gtk-sharp/; revision=24888
2004-03-31 21:51:49 +00:00
Miguel de Icaza
0c80f4c624
2004-03-31 Miguel de Icaza <miguel@ximian.com>
...
* configure.in: If monodoc is not found, then turn off
enable_monodoc, so the value is properly propagated.
svn path=/trunk/gtk-sharp/; revision=24864
2004-03-31 18:21:56 +00:00
Mike Kestner
ab2f05fa77
2004-03-31 Mike Kestner <mkestner@ximian.com>
...
* configure.in : remove atk/glue/Makefile
* atk/Makefile.am : comment out subdirs for now
* atk/makefile.win32 : don't build glue
* */glue/Makefile.am : remove generated.c from sources
* */glue/makefile.win32 : remove generated.c from sources
* generator/ObjectGen.cs : disable vm glue generation for now.
svn path=/trunk/gtk-sharp/; revision=24850
2004-03-31 16:34:08 +00:00
Mike Kestner
f52a4bb014
2004-03-30 John Luke <jluke@cfl.rr.com>
...
[Reworked a bit by MK]
* Makefile.am : add doc dir
* configure.in : test for monodoc, expand doc/Makefile
* doc/Makefile.am : build and dist docs
* doc/makefile : kill
svn path=/trunk/gtk-sharp/; revision=24805
2004-03-30 22:32:46 +00:00
Gonzalo Paniagua Javier
479c46730f
2004-03-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* configure.in: if no C# compiler found, error out.
svn path=/trunk/gtk-sharp/; revision=24402
2004-03-22 06:23:07 +00:00
Mike Kestner
9861569931
2004-03-18 Mike Kestner <mkestner@ximian.com>
...
* configure.in : expand atk/glue/Makefile
* atk/Makefile.am : generate glue and build glue dir
* atk/makefile.win32 : ditto
* atk/glue/Makefile.am : build new glue
* atk/glue/makefile.win32 : build new glue
* atk/glue/vmglueheaders.h : new includes for vm glue
* atk/glue/win32dll.c : win dll building code
* generator/CodeGenerator.cs : add --gluelib-name and
--glue-filename argument parsing.
* generator/GenerationInfo.cs : add GluelibName, GlueFilename,
GlueEnabled, GlueWriter, and CloseGlueWriter.
* generator/ObjectGen.cs : Add VirtualMethod glue generation
* generator/Statistics.cs : Add warning message for virtual
method throttling.
svn path=/trunk/gtk-sharp/; revision=24292
2004-03-18 20:56:32 +00:00
Mike Kestner
e83c55a242
2004-03-12 Mike Kestner <mkestner@ximian.com>
...
* */Makefile.am : automakify the build
* */Makefile.in : kill
* *.custom : remove System.Drawing dependencies
* *.cs : remove System.Drawing dependencies
* *-api.xml : mv to *-api.raw
* glue/* : mv to lib specific gluelibs for glib, gdk, gtk, and glade.
* gtk/gtk-symbols : alias GtkType to GType
* sources/gtk-sharp-sources.xml : create .raw files. They are now
transformed to .xml files by the metadata compilation step.
svn path=/trunk/gtk-sharp/; revision=23967
2004-03-12 21:18:11 +00:00
Urs C. Muff
c8511cd513
Using configurable runtime during build process --> RUNTIME=@MONO@ in Makefile.in files. MONO is defined in configure.in. For Mac OS X == Darwin it is 'mint' for now, for the others it remains 'mono'. Also use the more generic code from mono/autogen.sh to detect libtool.
...
svn path=/trunk/gtk-sharp/; revision=23880
2004-03-10 15:57:33 +00:00
Mike Kestner
cb2e88b1a7
2004-02-26 Mike Kestner <mkestner@ximian.com>
...
* configure.in : tagged 0.17 and bumped cvs version.
svn path=/trunk/gtk-sharp/; revision=23504
2004-02-26 21:05:53 +00:00
Mike Kestner
ced4bb91d9
2004-02-07 Mike Kestner <mkestner@ximian.com>
...
* configure.in : tagged 0.16 and bumped cvs version.
svn path=/trunk/gtk-sharp/; revision=22870
2004-02-08 00:37:04 +00:00