Gtk-Perl

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

Sat Dec 15 20:35:58 CET 2012 Marc Lehmann <pcg@goof.com>

	* 0.7010 release.
	* Gtk/xs/Gtk.xs: SvUPGRADE does not return anything useful.

Mon Jun 30 00:43:56 CEST 2003 Marc Lehmann <pcg@goof.com>

	* 0.7009 release.
        * Gtk/xs/Gtk.xs: fix thread perl incompatibility.
        * Gtk/xs/GtkVScrollbar.xs: fix typoe.

Tue Jun 17 11:32:32 CEST 2003 Marc Lehmann <pcg@goof.com>

	* 0.7009 release candidate 0.
        * yeaeee, it's been two almost years.. here is a maintainance
          patch that tries to incorporate various bugfixes from lots of
          different sources. This patch (unlike the 0.7009 release)
          adds no new features.
        * Gtk/objects.pod, fix formatting.
        * Gtk/xs/Gtk-1.2.xs: don't allow NULL geometry_widget.
        * GtkHTML/pkg.defs: add GTK_HTML_COMMAND_SET_MARK.
        * Makefile.PL: recognize more versions of pixbuf and gnome.
        * tools/gendoc.pl: add *_HVER here and set it in the Makefiles.
        * **/Makefile.PL: Fix CCCMD everywhere (fixes 5.8 compile problems).
        * Gtk/GdkTypes.c, Gtk/GtkTypes.c: Don't call SvROK on undefined values.

Sun Nov 18 22:26:13 CET 2001 Paolo Molaro <lupus@ximian.com>

	* */*.pm: unified handling of package::dl_load_flags amd made
	HP/UX not complain.
	* tools/gendoc.pl: allow the setting of preprocessor macros from the
	command-line.

Sun Nov 18 17:53:10 CET 2001 Paolo Molaro <lupus@ximian.com>

	* */*.pm: update version.
	* Makefile.PL: update version checks for some modules.
	* Gtk/GdkTypes.c, Gtk/GtkTypes.c, Gtk/MiscTypes.c: check a reference with SvROK().
	* Gtk/xs/Gtk-1.2.xs: allow an undef geometry_widget in 
	gtk_window_set_geometry_hints().
	* Gtk/xs/Gtk.xs: X property functions can now be called directly with
	a Gtk::Gdk::Window reference.
	* GtkHTML/xs/GtkHTML.xs: updates for new version of libgtkhtml.

2001-09-25  Vladimir Vukicevic  <vladimir@ximian.com>

	* Gal/xs/ETree*.xs: Added start of bindings.

	* Gal/xs/ETable.xs, Gal/xs/EtableHeader.xs,
	Gal/xs/EtableScrolled.xs: fixed minor compile warnings

	* Gal/samples/etree.pl, Gal/GnomeGalTypes.h: Added

	* Gal/Makefile.PL, Gal/pkg.defs, Gal/pkg.typemap: added etree bits

Fri Jun 29 21:02:18 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* */*.pm: update version number.
	* Released version 0.7008.

Tue Jun 26 17:17:50 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Glade/GladeXML.xs: handle missing .so link for glade-gnome.
	* */xs/*.xs: avoid evil macros.
	* Bonobo/*: make Bonobo binding better suited for display-less execution.
	* Mozilla/*: update for Mozilla 0.9.1.
	* Gnome/xs/GnomeCanvas.xs: compilation fix for older versions of gnome-libs.
	* Makefile.PL: accept also gdk-pixbuf 0.8.0.

Thu Jun  7 23:51:51 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: apply patch from Michael Jakob, mjakob@web.de
	to fix stack indexes in gdk_draw_lines mapping.

Thu Jun  7 22:48:28 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* GnomePrint/xs/GnomePrintContext.xs: fix for some perl 5.6 build setups.
	* Gnome/xs/GnomeApp.xs, Gnome/xs/Gnome.xs: when using the GnomeUIInfo
	mapping code to create toolbars and menus, set the "widget" key in the hash
	(or in the last slot of the array) to the widget just created for that entry.
	* Gnome/samples/app-helper.pl: some test code for the above change.
	* Makefile.PL: better dependency checking for weird configurations.

Fri Jun  1 12:52:08 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Released version 0.7007.

Wed May 30 17:58:58 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkWidget.xs: allow $widget->draw() without area argument.
	* Bonobo/*: updates. Require less changes in CORBA::ORBit module.

Mon May 28 17:07:59 CEST 2001 Paolo Molaro <lupus@ximian.com>

ChangeLog  view on Meta::CPAN

	* */xs/*.xs: clean up more warnings.

Sun May 27 19:05:26 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* GnomePrint/xs/GnomePrintContext.xs, Gtk/GtkTypes.c: yet another "I can't count" bug.
	* Gtk/xs/Gtk.xs: add accessor for enums and flags values.
	* Gtk/objects.pod: update info and add enums and flags.
	* GnomePrint/xs/GnomeFont.xs: compile with new GnomePrint release.

Sat May 26 18:28:57 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs, GdkPixbuf/xs/GdkPixbuf.xs: fix reference counting issues
	with some boxed types: they need to be ref()ed the first time we insert them
	in the cache only if we didn't create them. 
	* Gtk/GtkTypes.c: handle also GdkWindow in args and signals (mostly to
	fix stipples in Gnome::Canvas items): bug pointed out by dov@imagic.weizmann.ac.il
	with a different patch.
	* Gtk/MiscTypes.c: work around possible incompleteness of enum values exported
	by gtk (related bug reported by Dov Grobgeld <dov@Orbotech.COM>).
	* Makefile.PL: handle INSTALLDIRS in subdirs and better dependency tracking.
	* Gtk/GtkTypes.c: uhm, strlen("info") == 4! Related bug reported by
	Andrew Schretter <schrett@math.duke.edu>.
	* tools/gpdoc2pod: handle situation gracefully when the user doesn't have XML::Writer
	or XML::Parser installed.

Thu May 17 12:47:38 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: fix evaluation ordering (reported by Pavel Rousnak <pr@rpb.ru>).
	* Bonobo/xs/BonoboObject.xs: fixety fix.

Mon May  7 12:12:29 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs, Gtk/xs/GtkSelection.xs: selection_owner_set may get
	undef to unset the window.
	* MANIFEST: add Docklet file.
	* Bonobo: following the great tradition of Bonobo API renames ...
	This one-liner should fix your code.
	perl -wpi.bak -e 's/\bBonobo::(\w+)/Gnome::Bonobo$1/g' files...
	* Bonobo/Bonobo.pm: added perl interface implementation facilities.
	* Bonobo/xs/BonoboObject.xs: added add_interface_obj() to add CORBA
	object directly.
	* Applet/xs/AppletWidget.xs: fix bug with unreferenced symbol.
	* Gtk/gtk.0.99.typemap: fix leaks with SimpleVals.

Sun Apr  1 15:14:25 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gal/*: fix is_cell_editable() callback, provide some useful default
	methods and a better sample code.

Sun Apr  1 13:23:47 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gal/*: initial Gal binding (ETable mostly complete, ETree
	not done yet).

Tue Mar 27 12:21:04 CEST 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/Makefile.PL: install also the helper tools.
	* Applet/*: added support for docklets.
	* Released 0.7006.

Fri Mar 23 18:07:14 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/Makefile.PL: install the cookbook as Gtk::cookbook and
	install also Gtk::lazy.
	* */Makefile.PL: applied patch by Christian Borup <borup@borup.com>
	to use the perl in $Config{perlpath} to execute helper scripts.
	* Gtk/xs/Gtk.xs: fixes some uses of PUSHs instead of XPUSHs and
	return instead of XSRETURN_UNDEF.
	* Gtk/cookbook.pod: typo fix.
	* */*.pm: removed some useles uses of Autoloader and Carp.
	* tools/gendefs.pl, Gtk/Gtk.pm: optimize lazy loading some more.
	* GnomePrint/xs/GnomePrint.xs: include needed headers.
	* Gnome/Gnome.pm: provide some pod documentation.

Thu Mar 22 18:31:53 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk-1.2.xs: added break after case stmt that escaped.
	* Gtk/xs/GtkSelection.xs: updates.
	* Gtk/samples/testselection.pl: update example to 1.2.
	* Gtk/gtk-0.99.typemap: GdkAtom is an unsigned int.

Thu Mar 22 15:31:39 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/Gnome.xs: Gnome::Config fixes + test file.

Thu Mar 22 13:41:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/cookbook.pod: added an entry validation recipe.
	* Gtk/objects.pod: added missing files.

Wed Mar 21 14:13:44 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: the insert_text signal in GtkEditable expects the
	new position returned from the handler.

Wed Mar 21 13:23:06 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/*, GnomePrint/*: lazy laoding enabled for Gnome and
	Gnome::Print too.

Wed Mar 21 11:57:22 CET 2001 Paolo Molaro <lupus@ximian.com>

	* tools/gendefs.pl, Gtk/Gtk.pm, Gtk/xs/Gtk.xs: lazy loading is now
	a run-time option instead of compile time and boots properly also the parent
	packages (using less memory than before too:-). Currently enabled only in 
	the Gtk module: this saves quite a bit of memory (XS functions for each widget
	class are created only when needed).

Wed Mar 21 09:44:27 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkWidget.xs: fixed typo.

Tue Mar 20 18:56:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: added property_change. GC can be created from pixmaps too.
	* Gnome/xs/GnomeLess.xs: updates.
	* Gnome/xs/GnomeClient.xs: updates and code optimizations.
	* Gnome/xs/GnomeCanvasItem.xs: typo fix.
	* Gnome/xs/GnomeCanvas.xs: updates.
	* Gnome/xs/GnomeApp.xs: new dialog and utility functions.
	* Gnome/xs/Gnome.xs: config and paper updates.

Mon Mar 19 17:36:46 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/gtk-0.99.typemap: fix entries where perl already
	mortalizes objects.
	* Gnome/xs/GnomeCanvasItem.xs: code optimization.

Mon Mar 19 13:24:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GnomeDialogUtil.xs: allow undef for parent and return
	a proper Gnome::Dialog.
	* Gtk/xs/Gtk.xs: fix white and black gc and color accessors.

Mon Mar 19 10:25:13 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.[ch],Gtk/gtk-0.99.typemap: better garbage collector 
	and more namespace cleanups.
	* Gtk/objects.pod: information about signals and arguments.
	* Gtk/gtk-0.99.defs: fixed parent of GtkScrolledWindow.
	* */*.pm: upped version to 0.7006.
	* Gtk/xs/Gtk.xs, Gtk/xs/GtkObject.xs: add the ability to query
	packages, signals and object arguments.
	* GtkGLArea/pkg.defs: fixed parent of GtkGLArea.
	* tools/gendoc.pl: handle ALIASes.
	* tools/gpdoc2pod: quote '>'.
	* Gtk/xs/GtkButton.xs,GtkAdjustment.xs,GtkBox.xs,GtkClist.xs,GtkCombo.xs,
	GtkEditable.xs,GtkEntry.xs ...: optimize code generation (about 60 KB saved
	in text size, gives also a nice loading speedup).

Mon Mar 12 22:29:54 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Makefile.PL: handle also new versions of some packages.
	* Gtk/Makefile.PL: fix keysym hash creation with new Gtk.
	* GdkPixbuf/xs/GdkPixbuf.xs: make some interfaces more DWIM
	anche check for some out of memory conditions.
	* GdkPixbuf/Makefile.PL, GdkPixbuf/GdkPixbuf.pm: apply patch
	from Christian Borup <borup@borup.com> to properlly handle
	GdkPixbufLoader.

Sun Mar 11 15:37:37 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkBin.xs: fix child settor.
	* Gtk/xs/GtkButton: remove child accessor.
	* Gnome/xs/GnomeCanvas.xs: add pixels_per_unit accessor.
	* Gtk/xs/GtkCList.xs: the bitmap is optional now.
	* tools/gendoc.pl: require XML::Writer.
	* tool/gpdoc2pod: create the pod from the XML file.
	* Gtk/GtkCListModel.pm: MVC thingie for Gtk::CList and a tied array.
	* */Makefile.PL: install pod reference manpages.
	* Gtk/xs/Gtk.xs: watch_add watches the referenced scalar if handed a reference.

Tue Mar  6 16:49:08 CET 2001 Paolo Molaro <lupus@ximian.com

	* */*.xs: fixes usage of the PUSHMARK macro.
	* GnomePrint/xs/GnomePrintPreview.xs: missing include.
	* Gtk/GtkTypes.c: make sure we store only strings that will
	not vanish under us.

Mon Mar  5 16:46:00 CET 2001 Paolo Molaro <lupus@ximian.com

	* Gtk/gtk-0.99.typemap: correct entries for unsigned integers.
	* Bonobo/*: updates and new UI stuff. Show usage of the PropertyBag.
	Bug fixes.

Sat Mar  3 20:26:47 CET 2001 Paolo Molaro <lupus@ximian.com

	* Gtk/xs/GtkMenu.xs, Gtk/xs/GtkOptionMenu.xs: fix return types of
	gtk_option_menu_get_menu() and gtk_menu_get_active() as pointed out
	by Dave Carrigan <dave@rudedog.org>.
	* Gtk/gtk-0.99.typemap: always bless GtkObjects in the right package.
	* Gtk/xs/GtkEditable.xs: added accessors for selection position fields.

Wed Feb 28 19:25:45 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs: added facilities to modify a Gtk::RcStyle
	(test program in Gtk/samples/gtkrctest.pl).

Tue Feb 27 23:40:08 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/Makefile.PL: XS boot all the needed modules (was lost in the
	Makefile.PL rewrite).
	* Gnome/xs/GnomeDNS.xs: fix callback argument.

Tue Feb 27 17:52:09 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Glade/*: improved libglade support: Gnome widget support loaded
	only when the Gnome module is used. Added support to dynamically
	load gnomedb and bonobo. Added support for new style custom widget
	creation handler. Updated test accordingly.

Mon Feb 26 19:32:30 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GdkTypes.c: fix handling of GdkEvent.
	* */Makefile.PL: fixed doc generation on a number of submodules.

Mon Feb 26 13:17:46 CET 2001 Paolo Molaro <lupus@ximian.com>

	* ldscript: added ld version script to reduce number of exported
	symbols in the modules.
	* Gtk/xs/Gtk.xs: yet another missing cast.
	* Makefile.PL: shut up autodetection compilations.

Sun Feb 25 19:18:49 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Applet/xs/AppletWidget.xs, Applet/samples/applet.pl: updated to latest
	applet widget library. Added workaround for buggy applet widget signals.
	Sample code updated to show some of the new features.
	* Gtk/MisTypes.c: warn instead of croak()ing when dealing with missing
	enum and flags registrations.

Fri Feb 23 22:14:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GtkDial.xs: revert to a previous version that was
	accidentaly removed.
	* Makefile.PL: actually autodetect GtkGLArea.

Fri Feb 23 16:29:53 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkContainer.xs: added forall() method and a bunch of
	missing other as well: these are marked non-public, but could be
	useful for custom widget implementations.
	* Gtk/xs/GtkContainer-1.1.xs: remove old cruft.
	* Bonobo/README: small HOWTO.

Fri Feb 23 12:40:18 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkEditable.xs: make the default < 0 value in insert_text()
	work even if gtk+ doesn't support it (yet).

Thu Feb 22 22:36:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Bonobo/*: updates for bonobo 0.37.

Thu Feb 22 14:32:36 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Glade/xs/GladeXML.xs: fix new_from_memory() data length.
	* Gtk/xs/Gtk.xs: cast to shut up picky compilers.

Mon Feb 19 20:25:04 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/cookbook.pod: add recipe from Pat Eyler <pate@gnu.org>.
	* Released version 0.7005.

Mon Feb 19 18:59:05 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GdkTypes.c: correct error message and drop unused code.
	* Gtk/MiscTypes.c: use a GHashTable instead of an HV for misc objects.
	* */Makefile.PL: cleanups.
	* Gtk/GdkTypes.c: applied patch by Pixel <pixel@mandrakesoft.com> to
	prevent segfault in gdk_event_copy().
	* Gtk/xs/GtkCTree.xs: applied patch by Pixel <pixel@mandrakesoft.com>
	to add $tree->pre_recursive() and allow for undef nodes in some methods.
	* Gtk/xs/GtkCTree-1.1.1.xs: removed, it is no longer compiled in.
	* Gtk/cookbook.pod: updates from Pat Eyler <pate@gnu.org>.

Sun Feb 11 23:40:05 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/GtkToolbar.xs: DWIM in new Gtk::Toolbar.
	* Gtk/gtk-0.99.defs.opl: use correct unref function for pixmap and bitmap.
	* INSTALL, README: updated documentation.

Sun Feb 11 18:27:49 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gnome/xs/GnomeApp.xs: added fill_toolbar() and fill_menu() functions that
	make use of the Gnome::UIInfo stuff.

Sat Feb 10 19:03:58 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: should work also with older perls.

Thu Feb  8 22:53:44 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Bonobo/*: support the printing interface. Compile with new bonobo version.

Wed Feb  7 06:03:22 CET 2001 Paolo Molaro <lupus@ximian.com>

	* MANIFEST: include new stuff.
	* Bonobo/Bonobo.pm: use namespace.
	* Bonobo/samples/activate.pl: use Bonobo->main and update for new CORBA::ORBit.
	* Bonobo/xs/Bonobo.xs: interface is optional in get_object.
	* Bonobo/xs/BonoboEmbeddable.xs: fixes to make it work correctly.
	* Gtk/GtkTypes.c: do not remove init functions for now, need to track down the 
	real problem.
	* Bonobo/corba-orbit.diff: new diff against orbit-perl HEAD.
	* Bonobo/samples/*: new embeddable sample.
	* Gtk/cookbook.pod: cookbook documentation.

Sun Feb  4 03:19:47 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/xs/Gtk.xs, Gnome/xs/Gnome.xs: added facility for initializing sub-modules
	at the main module init time: there is no more need to call the init method
	on most of the sub-modules (it's still required for Gtk, Gnome, Bonobo, AppletWidget,
	mostly because they require params or fiddle with @ARGV). Changed the sample to work
	accordingly.
	* Bonobo/*: more updates to support latest released version, popt arguments,
	embeddable class binding, properties...
	* Gtk/Gtk.pm: simple doc.
	* Gtk/xs/GtkWidget.xs: make size_request() work.

Sat Jan 27 13:13:32 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: fix to compile also with a threaded perl.
	* Mozilla/README: explain hack to make it work with network connections.

Sat Jan 27 12:09:20 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Mozilla/*: added code to set preferences. Fiddled with library linking
	order. Shut up cvs.

Thu Jan 25 20:30:55 CET 2001 Paolo Molaro <lupus@ximian.com>

	* GnomePrint/xs/GnomePrintContext.xs: fixed leak in set_dashes().
	Add support for printing images and using the texline interface.

Wed Jan 24 13:30:57 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Gtk/GtkTypes.c: fixed handling of GTK_TYPE_UINT and GTK_TYPE_ULONG types.

Mon Jan 22 18:02:14 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Mozilla: added binding for gtkmozembed.

Sun Jan 21 17:35:29 CET 2001 Paolo Molaro <lupus@ximian.com>

	* Makefile.PL, GtkHTML/*: changes to support GtkHTML version 0.8 only.

Wed Jan 10 21:48:49 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gnome/xs/Gnome.xs: added long due support for letting popt
	parse the arguments or make popt leave them alone and using Getopt::Long.
	See Gnome/samples/druid.pl for example usage.
	* Bonobo/xs/*: more updates.
	* GnomePrint/xs/*: more updates.

Sun Jan  7 18:27:21 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/Gtk.xs: forgot to add watch_remove() as well.
	* GnomePrint/*: added some missing stuff.
	* Gtk/LWP.pm, Gtk/io.pm, Gtk/http.pm: stuff to integrate
	libwww-perl nicely (ie, non-blobking) in a Gtk application.
	* GtkHTML/Simple.pm: package to make using an HTTP-connection
	enabled Gtk::HTML trivial (uses Gtk::LWP).
	* GtkHTML/xs/GtkHTML.xs: updated.

Fri Jan  5 20:31:26 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/Gtk.xs, Gtk/samples/watchvar.pl: added perl var changes
	event source: you can now get a callback when the value of a
	perl variable changes.

Wed Jan  3 19:03:49 CET 2001 Paolo Molaro <lupus@helixcode.com>

	* Cleaned up the namespace a little for exported functions.
	* Applet/*: moved here support for panel applets and added support
	for capplets to the same submodule (Note that the API changed a little bit).
	* Makefile.PL: fixed some detection handling and added applets support.
	* GnomePrint/xs/GnomeFont.xs: removed old functions.
	* Gtk/GtkTypes.c: optmized perlname <-> gtkname mapping (uses less memory).
	* tools/gendefs.pl, *xs/*.xs: disable inclusion of PerlGtkExt.h (causes weird segv).
	* */.cvsignore: shut up cvs.

Thu Dec 28 19:52:43 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* Makefile.PL, GnomePrint/*: got GnomePrint mostly up to date
	and added autodetection.
	* Gtk/GtkTypes.*, tools/gendefs.pl: do not require a sizeof(Gtkobject)
	to work, since we use gtk_type_query() anyway.

Sat Dec 23 13:18:42 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* GladeXML/GladeXML.pm: applied patch from Tim Peoples <tep@colltech.com>
	to allow a blessed reference instead of a package name in
	signal_autoconnect_from_package().
	* Gtk/xs/Gtk.xs: fixed idle_add_priority().
	* Makefile.PL, GdkXmHTML/*: enables XmHTML detection.
	* Bonobo/*: current bonobo binding (unfinished).

Mon Dec 18 20:00:16 CET 2000 Paolo Molaro <lupus@helixcode.com>

	* Gtk/xs/GtkCList.xs: make $clist->{insert,append} work if
	the numer of args is different from the number of columns.
	* Gtk/xs/GtkToggleButton.xs: fix typo in arg name.
	* Depends.pm, Makefile.PL, */Makefile.PL: new build system.
	* Bonobo/xs/Gnome*.xs: removed old bonobo binding and added 
	bits of the new one.
	* Preparation for new release.

Fri Oct 20 18:32:19 CEST 2000 Paolo Molaro <lupus@debian.org>

	* Released 0.7004.

Thu Oct 19 16:24:31 CEST 2000 Paolo Molaro <lupus@debian.org>

	* Gtk::Widget::parent may return undef.
	* Gtk/Gtk.pm: allow -init in use Gtk -init;
	* Gtk/xs/GtkList.xs GtkTree.xs: applied patch from 
		Francois Pons <fpons@mandrakesoft.com> (fixes list
		problems and provides speedup).
	* GdkImlib/Makefile.PL, Gtk/xs/GtkWidget.xs: fixes for picky
	compilers pointed out by Aron Griffis <agriffis@bigfoot.com>.
	* Gtk/GdkTypes.c: added a statement to a default case for picky 
	compilers (bug found by Nick Metrowsky <nmetro@colorado.edu>).
	* Gtk/xs/Gtk.xs: applied patch by Maher Awamy <muhri@muhri.net>
	to expose XDISPLAY, XVISUAL and XCOLORMAP (with 64bit fixes by me).
	* Preparation for release: folks, please test this.

Wed, 16 Aug 2000 19:40:14 +0200

	* Last minute bug fixes.
	* Released version 0.7003.

Wed, 16 Aug 2000 15:07:50 +0200 Paolo Molaro <lupus@debian.org>

	* *.xs: many _usability_ improvements with default args.
	Better documentation for some different-from-C behaviour.

Wed,  9 Aug 2000 16:16:48 +0200 Paolo Molaro <lupus@linuxcare.com>

	* Gtk/xs/GtkEditable.xs, Gtk/xs/GtkList.xs: applied patch from 
	Sven Verdoolaege <skimo@kotnet.org>.
	* Upped version number in preparation for release.

Fri, 23 Jun 2000 15:13:32 +0200 Paolo Molaro <lupus@linuxcare.com>

	* doc/*: added DTD and stylesheet for the documentation.

Fri, 23 Jun 2000 15:06:41 +0200 Paolo Molaro <lupus@linuxcare.com>

	* INSTALL, Gnome/xs/GnomeCanvasItem.xs: applied patch from 
	Brian Warner <warner@lothar.com>.
	* *.xs: more documentation fixups.
	* */Makefile.PL: added gendoc target to makefiles.

Mon, 19 Jun 2000 12:26:56 +0200 Paolo Molaro <lupus@linuxcare.com>

	* Gtk/xs/Gtk.xs: avoid memory leaks setting fonts, pixmaps and GCs in styles.
	* Gtk/xs/*.xs: More documentation fixups and fixes. Less memory leaks:-)
	* Gtk/xs/GtkCTree.xs: added a $ctree->get_node_position($node) function to

ChangeLog  view on Meta::CPAN


	* Gtk/Gtk.pm: handle also readwrite flag.
	* Gtk/xs/GtkObject.xs: GTK_OBJECT_INIT doesn't need to be defined
	  anymore (thanks to Marc Lehmann for pointing this out).
	* README: add notes about source incompatibilities.
	* Release version 0.7000.

Thu, 30 Dec 1999 10:28:58 +0100 Paolo Molaro <lupus@debian.org>

	* GtkHTML/xs/GtkTML.xs: fixed to compile with latest cvs.
	* Gtk/xs/GtkWindow.xs: gtk_window_reposition was added in gtk 1.2.6.
	* INSTALL: remove reference about GtkTTY.
	* MANIFEST: remove GtkTTY: this lib is long dead.

Wed, 29 Dec 1999 19:25:09 +0100 Paolo Molaro <lupus@debian.org>

	* Makefile.PL: clean up messages.
	* GdkImlib/Makefile.PL: workaround bug in MakeMaker so that
	  GdkImlib.c is not compiled at every step.
	* Glade/xs/GladeXML.xs: support for using a perl func to build
	  custom widgets (should really be fixed in libglade, though).
	* Gtk/GtkTypes.c, Gtk/MiscTypes.c, Gtk/MiscTypes.h, Gtk/xs/Gtk.xs:
	  flag values can now be returned as array refs (instead of hash refs)
	  and is configurable as well as using '-' or '_' in enums and flags.
	* tools/gendefs.pl: support for the above stuff and cleaner way to get
	  enum and flag info from gtk+ itself at compile-time: sadly, Gtk+
	  is broken in some ways (a flag type is registered, for example, but
	  the GTK_TYPE_flag_name var is not defined...).
	* INSTALL: install instruction courtesy of Frank Wiles.

Sun, 19 Dec 1999 22:06:27 +0100  Paolo Molaro <lupus@debian.org>

	* Gtk/MiscTypes.c, Gtk/GtkTypes.c, Gtk/GdkTypes.c: patch
	  from David Huggins-Daines <dhd@eradicator.org> to remove
	  32-bit-isms.
	* Gtk/xs/GtkObject.xs, Gtk/xs/GtkWidget.xs, Gtk/Gtk.pm:
	  GTK_OBJECT_INIT is no more called with perl_call_method,
	  so we have correct behaviour and we maintain source
	  compatibility: GTK_OBJECT_INIT gets the object as only arg.
	  Implement Gtk::Widget::new with Gtk::Object::new in perl code.

Mon,  6 Dec 1999 01:38:51 +0100 Paolo Molaro <lupus@debian.org>

	* Gtk/xs/GtkLayout.xs: added accessors for bin_window, {x,y}offset, 
	  width, height.
	* Gtk/xs/GtkCombo.xs: added accessor for popwin.
	* tools/gendefs.pl, Gtk/MiscTypes.{c,h}, Gtk/GtkTypes.c: improved
	  enum/flags handling: faster startup, reduced memory usage, reduced 
	  code size: still some cleanup and optimizations to do.
	* GtkGLArea/xs/GtkGdkGL.xs: make it compile with cvs GtkGLArea
	  which broke source compatibility.
	* MANIFEST: Bonobo is not ready for public consumption yet.
	* Gtk/xs/GtkObject.xs: fixed creation of objects subclasses
	  of a perl subclass. You need to change the GTK_OBJECT_INIT
	  method of your classes (first argument is classname, second
	  is the object).
	* Gnome/xs/GnomeCanvasItem.xs: fixed support for GdkImlibImages
	  and added support for getting images and points.
	* Gtk/xs/GtkCtree.xs: added some functions.

Sun Dec  5 03:41:17 CET 1999  Marc Lehmann <marc@gimp.org>

        * Gtk/Gtk.pm: move _get_arg_info into the AUTOLOAD eval, to get
        useful error reports.

Wed Dec  1 20:42:00 CET 1999  Marc Lehmann <marc@gimp.org>

        * MANIFEST: added some necessary but missing files (Gtk/*) and
        Bonobo.
        * Gtk/GtkTypes.c: Do not coredump when an sv is not a reference.
        (should output an error message, though, rather than keeping quiet).

Mon, 29 Nov 1999 13:42:33 +0100 Paolo Molaro <lupus@debian.org>

	* GtkHTML/*: added GtkHTML binding.
	* Gtk/gtk-1.2.defs: export some enums and flags.
	* really fix GLArea.

Sun, 14 Nov 1999 19:12:33 +0100 Paolo Molaro <lupus@debian.org>
	
	* GtkGLArea/GtkGLArea.pm, GtkGLArea/Makefile.pm: fix GtkGLArea
	  support.
	* */Makefile.PL: create the documentation for the submodules and
	  implement the clean targets.
	* tools/gendefs.pl, gendoc.pl: take an arg to set tag for documentation.
	* Glade/Makefile.PL: enable gnome support if libglade --libs gnome succedes.
	* Gtk/xs/Gtk.xs: added a couple of missing gtk_rc_* funcs.

Fri, 12 Nov 1999 13:48:18 +0100 Paolo Molaro <lupus@debian.org>
	
	* Gtk/gtk-1.2.pkg: workaround bug in gtk to make GtkInvisible
	  work.
	* Gtk/xs/GtkList.xs: added missing bindings.
	* Gtk/xs/Gtk-1.2.xs: added missing bindings for FontSelection
	  set_filter stuff.
	* Gtk/gtk-1.2.defs: added GtkFontType GtkFontFilterType.
	* Gnome/xs/Gnome.xs: added fixups for GnomeDruidPage and 
	  GnomeIconList signals...
	* Gtk/xs/Gtk.xs: fixed Gtk->quit_add().
	* GtkXmHTML/xs/GtkXmHTML.xs: add set_image_procs function.
	* Gnome/samples/html.pl: test the image_proc fot the GtkXmHTML
	  widget and make it work with relative urls...
	* Gtk/xs/GtkCList-1.2.xs: added set_compare_func wrapper.
	* Gtk/xs/GtkCTree-1.1.1.xs: lotsa functions binded.

Mon Nov  8 20:23:38 CET 1999 Paolo Molaro <lupus@debian.org>

	* Gtk/gtk-0.99.typemap: added gstring type for returned
	  strings that need to be g_free()ed.
	* Gtk/xs/Gtk.xs: faster signal marshaling (this also helped
	  spotting a couple of bugs in the previuos implementation).
	* Gtk/xs/Gtk.xs, Gtk/xs/Gtk-1.2.xs: binding and fixups for
	  dnd related functions and signals.
	* Gtk/samples/testdnd.pl: test dnd stuff.
	* Gtk/gtk-0.99.defs: enable GdkFillRule enum definition.
	* Gtk/gtk-1.2.defs: added GtkCornerType enum.
	* Gtk/xs/*.xs: over 100 more functions bound: too many to
	  list here.

Sat Nov  6 15:11:01 CET 1999  Paolo Molaro <lupus@debian.org>

	* test.pl: now runs samples with uninstalled sub-modules.
	* Makefile.PL: disable auto-detection of submodules:
	  compile them separately!
	* Bonobo/*: first bonobo support: you need a modified
	  CORBA::ORBit to compile it though (and anyway it doesn't work, 
	  yet:-).
	* */samples/*.pl: some changes to make make test work.

Sat Nov  6 12:16:56 CET 1999  Paolo Molaro <lupus@debian.org>

	* GtkGLArea/GtkGLArea.pm: added missing file.
	* Gnome/Makefile.PL, Gnome/xs/ZvtTerm.xs: integrate
	  Zvt in Gnome
	* *.cvsignore: shut up cvs.
	* GdkImlib/GdkImlibTypes.h: guard against multiple inclusions.
	* Gnome/xs/GnomeDruidPageStandard.xs: add vbox accessor
	  (mentioned by Dermot Musgrove).

Fri, 29 Oct 1999 12:27:38 +0200 Paolo Molaro <lupus@debian.org>

	* Lotsa changes to support separate compilation and
	  loading of sub-modules: the test framework needs to be
	  changed a bit to add -Mblib etc.
	  Seems to work, please test it compiling first the base Gtk
	  with perl Makefile.PL --without-gnome --without-gdkimlib
	  and then the required submodules.
	  The Gnome module requires also the GdkImlib module.
	  Zvt, AppletWidget, GtkGLArea not yet ported to the new
	  building mode.
	  Still cleanups to be done here and there (and build a correct
	  clean target in makefiles).

Tue, 26 Oct 1999 15:12:02 +0200 Paolo Molaro <lupus@debian.org>

	* GtkXmHTML/xs/GtkXmHTML.xs, GtkXmHTML/GXHTypes.c: make
	  activate and anchor_track signals work.
	* Gnome/xs/Gnome.xs: allow params for gnome programs.

Mon Oct 25 01:42:01 CEST 1999 Paolo Molaro <lupus@debian.org>

	* Gtk/GdkTypes.c: fix to switch by Sven Verdoolaege 
	  <skimo@kotnet.org>.
	* Gtk/xs/GtkObject.xs, Gtk/samples/widget.pl: new (and correct)
	  way to add signals to perl-created classes.
	* Gnome/xs/GnomeDruid*.xs: added GnomeDruid support.
	* Glade/GladeXML.pm, Glade/xs/GladeXML.xs: fix typo reported
	  by Brian Warner <warner@lothar.com>. Other fixes and cleanups.
	* GdkImlib/xs/GdkImlib.xs: fixed gdk_imlib_get_cache_info.
	  Added set/get border funcs and best_color_match.
	* Gtk/xs/GtkCtree.xs: applied patch from Jeremy Boulton 
	  <boultonj@lloyd-210.caltech.edu> to add get_text() and others.
	* Gtk/xs/Gtk.xs: added a few fixups fot GtkCtree signals.

Thu, 30 Sep 1999 17:01:35 +0200 Paolo Molaro <lupus@debian.org>

	* tools/genext.pl: look for headers only in Gtk/ for now.
	* Gtk/gtk-1.2.defs: add GtkArgFlags flags.
	* Gtk/xs/GtkObject.xs: export more arg info.
	* Gtk/Gtk.pm: get/set only if arg is readable/writable.
	* Gtk/xs/GtkCList.xs: fix find_row_from_data.
	* Gnome/xs/GnomeIconList.xs: allow undefined adjustments.
	* Gnome/xs/GnomeStock.xs: added gnome_stock_pixmap_widget().
	* Gtk/xs/GtkColorSelectionDialog.xs: fix accessors for buttons
	  (by Dermot Musgrove).
	* Gtk/xs/GtkCList.xs: added get/set cell/row style functions.

Tue, 21 Sep 1999 12:59:06 +0200 Paolo Molaro <lupus@debian.org>

	* Gnome/pkg.defs: remove GtkPlug/Socket/Layout.



( run in 1.910 second using v1.01-cache-2.11-cpan-39bf76dae61 )