Commit graph

10 commits

Author SHA1 Message Date
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Greg Troxel
bb35fd9273 Update to 2.7.99.
* Require g-wrap >= 1.9.4.
* Add a general option to disable wrapping deprecated functions.
* [2.7.98 is first release with NEWS entries]
2005-04-27 13:45:51 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Greg Troxel
2e2a93584d Patch from Jan Nieuwenhuizen to make world-to-window work on canvas.
(Adds type specifier to treat "double *" C args as output paramaters,
and enhances example code to show how to receive multiple values.)
2005-01-26 15:30:19 +00:00
Thomas Klausner
09d31f5013 Remove a directory that belongs to the guile package. 2004-12-04 18:27:51 +00:00
Thomas Klausner
1c5354414a g-wrap2 has been moved to pkgsrc/devel/g-wrap. 2004-12-03 17:26:28 +00:00
Greg Troxel
c581ae5051 update to 2.7.96
* guile-gnome-platform-2.7.96

  For the unacquainted, this is the set of wrappers for the GNOME
  Developer Platform (see [1]). This includes Gtk+ (and pango, atk,
  etc), orbit, libgnome[ui], libglade, libgnomecanvas, etc. The only
  wrappers that get built are the ones whose prereqs you have.

  Changes:
    Packaging
      - configure now croaks when you don't explicitly give a --prefix,
        so that users don't mistakenly assume that the default inst
        location is in the default load path
      - Misc. autogen-pkg.sh changes, probably only interesting to rotty
      - Running configure reports which modules will be built, erroring
        out if no prereq is satisfied.
    Docs
      - Make a @direntry for the info stuff
    GLib
      - There's a new module, (gnome-0), that selects the version
        of guile-gnome to use. You can launch guile-gnome either with
        the guile-gnome-0 wrapper or use (gnome-0) before other
        (gnome ...) modules.
      - GIOChannel fixes (Jan)
    Gtk
      - New GdkEvent getters (Jan)
    GnomeCanvas
      - Support for beziers (Jan)
2004-11-16 19:35:58 +00:00
Greg Troxel
73c6ef141f Update to 2.7.95 (another beta on the way to release).
The big change is moving modules to their own places for 'parallel
installability'.  There is now a wrapper script that mucks with
GUILE_LOAD_PATH and LD_LIBRARY_PATH.


 * All modules
  - Only install pkg-config files if the wrapper can be built.
  - use "exec guile-gnome-0" strategy in examples.

 * Canvas
  - Handle delete event in example.

 * Gtk+
  - Fixes to create-tag generic, thanks to Patrick Bernaud.
  - Wrap GdkColor as a list of ints or a string, GdkRectangle as a
    [x y height width] vector.
  - New example: scribble.scm. From Marcello Mathias Herreshoff.
  - Fix error wrapping GtkTreePath, thanks to Puneet Goyal for the
    report.
  - GtkStyle getters: white-gc, black-gc, fg-gc, bg-gc.
  - GtkWidget getters: window, allocation.
  - New wrappers: gtk-widget-set-events, gtk-widget-add-events.
  - New gdk-event getters for motion events.
  - GdkEvent getter cleanups with a macro.

 * GLib
  - Assume that we own GLists passed as arguments -- fixes a
    double-free. Thanks to Patrick Bernaud for the report.
  - Macros to make scheme representations of opaque objects easier.
2004-11-11 13:35:14 +00:00
Greg Troxel
2601955b3c add real PLIST, rather than empty 2004-10-21 18:08:50 +00:00
Greg Troxel
39ab18b930 The guile-gnome project brings the power of Scheme to your graphical
application.  guile-gnome modules support the entire Gnome library
stack: from Pango to GnomeCanvas, Gtk+ to GStreamer, Glade to
GtkSourceView, you will find in guile-gnome a comprehensive
environment for developing modern applications.
2004-10-20 23:58:26 +00:00