Gtk-Perl
view release on metacpan or search on metacpan
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()
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
retreive the (GtkCList) row number of a GtkCTreeNode.
Fri, 16 Jun 2000 15:36:49 +0200 Paolo Molaro <lupus@linuxcare.com>
* Gnome/xs/GnomeDialog.xs: correct signature of append_buttons_with_pixmaps.
* Gtk/xs/Gtk.xs: more documentation. Fixed stupid draw_lines() method.
* Gtk/xs/GtkCTree.xs: documentation + more default values.
* Gtk/xs/GtkEditable.xs, GtkWidget.xs: use GTK_HVER instead of
GTK_*_VERSION.
* GtkHTML/xs/GtkHTMLEmbedded.xs: small fix for new version.
* tools/gendoc.pl: improved doc generator, many fixes, outputs XML doc now.
Mon, 5 Jun 2000 14:39:24 +0200 Paolo Molaro <lupus@linuxcare.com>
* Gnome/xs/ZvtTerm.xs: applied modifed patch from ZeroInk <support@zeroink.com>
to allow writing to the stdin of the running program and added a few
missing functions.
* tools/genext.pl: don't set values in structs mapping if it's a widget
and it's NULL.
* GnomePrint/*: first slightly incomplete version.
Fri, 26 May 2000 17:47:14 +0200 Paolo Molaro <lupus@linuxcare.com>
* GdkPixbuf/pkg.defs, GdkPixbuf/xs/GdkPixbuf.xs: updates for version 0.8.0.
* Gtk/xs/Gtk.xs: more documentation.
* GtkHTML/xs/GtkHTML.xs: updates for newer version.
Thu, 13 Apr 2000 17:40:40 +0200 Paolo Molaro <lupus@linuxcare.com>
* Gtk/xs/GtkCList-1.2.xs: check for correct row in set_focus_row.
Sun, 9 Apr 2000 18:04:55 +0200 Paolo Molaro <lupus@linuxcare.com>
* Gtk/xs/Gtk.xs: add Gtk::Gdk->event_new.
* Gtk/GdkTypes.c: more comprehensive event handling and bug fixes.
* Gtk/MiscTypes.c: alloc_temp zeroes the allocated space now.
* Gnome/xs/GtkPixmapMenuItem.xs: enable.
* *.xs: added default values for more functions.
* Gnome/xs/GnomeDialog.xs: add buttons accessor.
Fri, 7 Apr 2000 17:28:32 +0200 Paolo Molaro <lupus@linuxcare.com>
* Gtk/xs/GtkBin.xs: allow NULL widget in child accessor and fix settor.
* Gtk/Gtk.pm: fix connect_object stuff.
* Gtk/GtkTypes.c: add GdkColor to supported boxed types in get/set arg.
* Gtk/gtk-1.3.defs: delete useless, buggy define-enum.
* Gnome/xs/GnomeFileEntry.xs: add accessor for file selection widget.
* GtkHTML/xs/GtkHTML.xs: use POPi instead of SvTRUE(POPs), update to
latest cvs version.
* Gtk/MiscTypes.c: fix stupid thinko in handling flags.
Wed, 1 Mar 2000 14:01:10 +0100 Paolo Molaro <lupus@linuxcare.com>
* Gnome/pkg.defs: added support for GnomeCanvasPolygon.
* Makefile.PL, Gtk/xs/Gtk.xs: enable thread support if compiled with
threaded perl.
* Gtk/samples/thread.pl: thread example.
Mon, 28 Feb 2000 17:52:51 +0100 Paolo Molaro <lupus@linuxcare.com>
* GtkHTML/xs/GtkHTMLEmbeddable.xs: add accessors for classid and name.
* Gnome/xs/GnomeDialog.xs: missing functions bound.
* GtkHTML/*: updates to latest cvs version and bug fixes.
* GdkPixbuf/xs/*.xs: don't use PL_na anymore.
Mon, 28 Feb 2000 09:06:59 +0100 Paolo Molaro <lupus@linuxcare.com>
* Gtk/samples/test.pl: added example for DnD within a CTree.
* GdkPixbuf/xs/GdkPixbuf.xs: accessors for pixel data.
* Gtk/xs/Gtk.xs: fix gdk_string_height() binding.
Thu, 10 Feb 2000 20:30:58 +0100 Paolo Molaro <lupus@linuxcare.com>
* GdkPixbuf/*: initial support for gdk-pixbuf added.
Thu, 10 Feb 2000 19:05:58 +0100 Paolo Molaro <lupus@linuxcare.com>
* Gtk/xs/GtkTreeItem.xs: added accessor for expanded
(from pixel@mandrakesoft.com).
* Gtk-Perl.spec: spec file to build rpms from pixel@mandrakesoft.com.
* Gtk/xs/GtkWidget.xs: fixed flags settors so you can
also unset flags.
Sat, 29 Jan 2000 10:37:55 +0100 Paolo Molaro <lupus@debian.org>
* GtkHTML/*: updated to latest cvs version.
* Released version 0.7002.
Fri, 28 Jan 2000 19:13:02 +0100 Paolo Molaro <lupus@debian.org>
* Glade/xs/GladeXML.xs: add new_from_memory so you can put
your glade file in __DATA__, for example.
* Gtk/xs/GtkObject.xs: allow Gtk class names in new() to
support old buggy code (use perl packages names, instead).
* Gnome/pkg.defs: a few parent class fixes by Brian Warner.
* Gnome/xs/Gnome.xs: fixed my silly mistake.
* GtkGLArea/Makefile.PL: allow also compilation with -lGL
* GdkImlib/pkg.pl: add the GdkImlibTypes.h header.
* Gtk/gtk-0.99.typemap: applied patch from Owen Taylor to fix mem leak.
* Gnome/xs/GnomeIconSelection.xs: added.
Sat, 11 Sep 1999 19:20:11 +0200 Paolo Molaro <lupus@debian.org>
* Gnome/xs/GnomeApp.xs: added wrappers for:
gnome_app_set_statusbar_custom(), gnome_app_add_toolbar(),
gnome_app_add_docked(), gnome_app_add_dock_item(),
gnome_app_get_dock(), gnome_app_get_dock_item_by_name(),
gnome_app_enable_layout_config().
* Gtk/xs/GtkCalendar.xs: added.
* Gnome/xs/GnomeAppBar.xs: corrected #define.
* Gnome/xs/GnomeDockItem.xs: corrected bugs and enabled.
* Gtk/xs/Gtk.xs: added gdk_pixmap_colormap_create_from_xpm{_d}.
* Gnome/xs/GnomeStock.xs: added.
* Gnome/pkg.defs: removed GtkCalendar* enums (now in Gtk).
GnomeDockItemBehavior are flags now.
Corrected casts for some widgets.
* Gnome/xs/GnomeSpell.xs: added.
* Gnome/samples/gspell.pl: test spell-checker.
* Gnome/xs/GnomeMDI*.xs: added support for GnomeMDI.
* Gnome/xs/Gnome.xs: added gnome_preferences_* functions.
* Gtk/Gtk.pm: added signal_connect_object{_after}.
* Glade/GladeXML.pm: enable connect_object stuff.
* Gnome/xs/GnomeCanvasItem.xs: added affine trasformation and
other misc functions for the aa canvas.
* Makefile.PL, Gnome/pkg.pl: corrected version define generation.
Sun Sep 5 03:59:34 1999 Timur Bakeyev <timur@gnu.org>
* Makefile.PL: Add PERL_POLLUTE to the list of defines in case of
Perl 5.005 and above. Problem that sv_undef now is PL_sv_undef to
protect name space from pollution. There is no clean solution in
this situation - should be cleaned when 5.004 becomes obsolete.
* tools/gendoc.pl: Fix several warnings about undefined variables.
Sun Aug 29 22:43:34 EEST 1999 Tuomas J. Lukka <lukka@iki.fi>
* Gnome/xs/GnomeCanvas.xs: added set_close_enough
Wed, 18 Aug 1999 22:52:43 PDT Kenneth Albanowski <kjahds@kjahds.com>
* Point release Gtk-Perl-0.6123.tar.gz
Tue, 17 Aug 1999 09:58:46 +0200 Paolo Molaro <lupus@debian.org>
* Gnome/xs/GnomeEntry.xs: added gnome_entry_set_max_saved().
* Gnome/xs/GnomeFileEntry.xs: added gnome_file_entry_set_modal(),
gnome_file_entry_set_directory(), gnome_file_entry_set_default_path(),
gnome_file_entry_get_full_path().
* Gnome/xs/GnomePixmapEntry.xs: duh, I though I had implemented this
already. done now.
* Gtk/gtk-1.2.defs: update GdkFunction enumeration.
Mon, 16 Aug 1999 17:22:36 +0200 Paolo Molaro <lupus@debian.org>
* Glade/xs/GladeXML.xs, Glade/GladeXML.pm: updates for new version of
libglade (tested with 0.2).
* Gtk/xs/GtkMenuBar.xs: added gtk_menu_bar_set_shadow_type.
Sun, 15 Aug 1999 02:15:22 PDT Kenneth Albanowski <kjahds@kjahds.com>
* Makefile.PL: Move GtkKeysyms.pm to build/ directory, and clean up
it and the pods.
* Gnome/xs/GnomeDialog.xs: Clean up a few warnings
* Gnome/samples/html.pl: get html sample to run.
Fri, 30 Jul 1999 19:14:58 +0200 Paolo Molaro <lupus@debian.org>
* Gnome/xs/GnomeNumberEntry.xs: fixed wrong cast and wrong
preprocessor directive (reported by Dermot Musgrove).
* Gnome/xs/Gnome.xs: got rid of annoying printf.
* Gnome/xs/*.xs: added GnomeFontPicker, GnomeHRef,
GnomeIconEntry, GnomePixmapEntry, GnomePaperSelector,
GnomeDock, GnomeDockItem, GnomeDockBand, GnomeDockLayout,
GtkPixmapMenuItem, GnomeAnimator implemeentations.
* Gnome/pkg.pl: #define GNOME_HVER.
* Gnome/pkg.defs: added some enumerations.
Fri, 23 Jul 1999 13:07:07 +0200 Paolo Molaro <lupus@debian.org>
* tools/gendoc.pl: fixes and additions.
* Gtk/xs/Gtk.xs: more documentation. Fixes to the print,
error and warning functions (for text with %s in them).
Thu, 22 Jul 1999 15:55:55 +0200 Paolo Molaro <lupus@debian.org>
* Makefile.PL, tools/gendefs.pl, tools/gendoc.pl:
more reference documentation work.
Thu, 22 Jul 1999 13:48:39 +0200 Paolo Molaro <lupus@debian.org>
* Gtk/xs/Gtk.xs: fix some Gtk::Gdk::Region and Gtk::Gdk::Cursor
function prefixes (source code incompatible, but rarely used
features).
Removed code dependente on typemap additions (see Gtk-1.1.xs).
* Gtk/xs/Gtk-1.1.xs: new file to hold gtk+ 1.1 features
involving typemap changes (should fix compilation problems with
Gtk+ 1.0)..
* Gtk/xs/GtkViewport.xs: allow undef for the adjustments in the
constructor.
* Gtk/xs/ScrolledWindow.xs: add accessors for the adjustments.
Wed, 21 Jul 1999 21:21:57 +0200 Paolo Molaro <lupus@debian.org>
* Gtk/xs/.cvsignore: update.
* Gtk/gtk-1.2.typemap: missing from an earlier commit.
* Gtk/xs/GtkTearoffMenuItem.xs: added support for the widget.
Wed, 21 Jul 1999 21:21:57 +0200 Paolo Molaro <lupus@debian.org>
* tools/gendoc.pl: script to generate the reference manual.
I'm not satisfied with the pod -> text/html output so
maybe it's better to switch to something sgml-based,
but this is a start...
* Gtk/xs/Gtk.xs: beginning of documentation.
Sun, 4 Jul 1999 14:37:01 +0200 Paolo Molaro <lupus@debian.org>
* Gtk/xs/GtkItemFactory.xs: completed support.
* Gtk/samples/test.pl: test Gtk::ItemFactory.
* Gtk/xs/Gtk.xs: fix leak in idle_add, added aliases
for Gtk::init_check and Gtk::Gdk::init_check.
Added gdk_error_trap_push() and gdk_error_trap_pop().
* Gtk/xs/GtkObject.xs: added signal_handler_pending_by_id().
* Gtk/xs/GtkHandleBox.xs: added gtk_handle_box_set_snap_edge(),
gtk_handle_box_set_handle_position() and
gtk_handle_box_set_shadow_type().
* Gtk/xs/GtkMenu.xs: added gtk_menu_set_tearoff_state() and
gtk_menu_set_title().
* test.pl: test init_check.
1999-07-12 12:15:10 EDT Peter Teichman <pat4@acpub.duke.edu>
* Gnome/xs/AppletWidget.xs: made --with-gnome-panel work with
current panels
Sat, 3 Jul 1999 11:18:31 +0200 Paolo Molaro <lupus@debian.org>
* Makefile.PL: create Gtk::Keysyms for the mapping between
keysyms and keyvalues
* Gtk/GtkLabel.xs: correct typo in gtk version check.
Added gtk_label_parse_uline().
* GdkImlib/xs/GdkImlib.xs: added some missing functions:
gdk_imlib_crop_image and gdk_imlib_crop_and_clone_image
from etienne grossmann <etienne@anonimo.isr.ist.utl.pt>,
gdk_imlib_load_alpha, gdk_imlib_create_image_from_drawable,
gdk_imlib_inlined_png_to_image, gdk_imlib_set_cache_info,
gdk_imlib_save_image by me (not tested though).
* Gtk/gtk-1.1.6.defs: add GTK_POLICY_NEVER to GtkPolicyType
and GtkToolbarSpaceStyle.
* Gtk/samples/gslide.pl: test Gtk::Keysyms.
* Gtk/samples/test.pl: test new toolbar features.
* Gtk/xs/GtkToolbar.xs: add gtk_toolbar_set_button_relief
and gtk_toolbar_get_button_relief.
* Gtk/xs/GtkToolbar-1.1.6.xs: gtk_toolbar_set_space_style.
Thu Jun 17 02:16:22 EEST 1999 Tuomas J. Lukka <lukka@iki.fi>
* GtkText: allow null for foreground color in insert
Fri Jun 11 18:28:21 CEST 1999 Marc Lehmann <pcg@goof.com>
* GtkXmHTML/GXHTypes.c: portability fix for 5.005.
Tue May 25 21:53:49 CEST 1999
* Gnome/xs/Gnome.xs: add missing dTHR.
Fri Apr 30 15:00:00 GMT 1999 Tuomas J. Lukka <lukka@iki.fi>
* GtkLabel: add some methods
Sun Apr 25 23:00:00 GMT 1999 Tuomas J. Lukka <lukka@iki.fi>
* CTree::move : allow nulls just as in insert_node
Thu Apr 22 18:00:00 GMT 1999 Tuomas J. Lukka <lukka@iki.fi>
* CTree::insert_node, allow NULLs for the closed pix/bitmaps
as well.
* add GnomeCanvasWidget
Tue Apr 27 02:55:08 CEST 1999 Marc Lehmann <pcg@goof.com>
* add some missing clist functions that I needed.
Tue, 20 Apr 1999 13:54:29 +0200 Paolo Molaro <lupus@debian.org>
* Gtk/xs/Gtk.xs: added gtk_events_pending.
Mon Apr 19 18:41:06 EDT 1999 Kenneth Albanowski <kjahds@kjahds.com>
* Point release Gtk-Perl-0.5121.tar.gz
Mon Apr 19 17:16:36 EDT 1999 Kenneth Albanowski <kjahds@kjahds.com>
(with an example embedded in).
Sun Mar 7 22:53:55 EST 1999 Mandrake <mandrake@mandrake.net>
* 1.3 gtk accepted from cvs now.
* zvt should work again.
* Makefile.PL will detect gnome 1.0 now, also
Sun Feb 28 09:00:00 CST 1999 Seth Burgess <sjburges@gimp.org>
* edited Gtk/pkg.pl to accept gtk+ 1.2.x
Sun Feb 21 13:28:09 EST 1999 Mandrake <mandrake@mandrake.net>
* fixed Gnome/pkg-panel.pl to no longer require applet-lib.h
* fixed GdkImlib/pkg.pl to use dynamic gdk_imlib libraries.
(SHOULD use imlib-config --libs-gdk, but I didn't do that yet)
Tue, 9 Feb 1999 15:45:58 +0100 Paolo Molaro <lupus@debian.org>
* GtkEditable.xs: added missing functions (get_position,
set_position, set_editable).
Fri Feb 5 17:07:06 EST 1999 Kenneth Albanowski <kjahds@kjahds.com>
* Added new names of all common deprecated functions described in
gtkcompat.h (as of Gtk+-1.1.14). I might have some of the version
timing off by one (which would break that code for onr particular
version.)
* Repaired test to use set_active, with a boolean.
(Yes, boolean takes 1/0.)
* Not implemented: It might be nice to let Gtk::CList::set_reorderable
work even on older vesions, by invoking gtk_ctree_set_reorderable, if
any old if the argument really is a ctree.
Fri Feb 5 16:56:50 EST 1999 Kenneth Albanowski <kjahds@kjahds.com>
* Fixed Button parent, and added missing child accessor.
Fri Feb 5 16:53:54 EST 1999 Kenneth Albanowski <kjahds@kjahds.com>
* GtkGLArea/Glut.pm, GtkGLArea/pkg.pl, GtkGLArea/samples/glut.pl,
GtkGLArea/xs/GtkGLArea.xs: Half-finished attempt at Glut
implementation in Perl. Half-functional, half-tested, etc.
Wed Feb 3 10:34:42 EST 1999 Tuomas J. Lukka <lukka@iki.fi>
* Fix the previous patch (oops)
Wed Feb 3 01:33:38 EST 1999 Tuomas J. Lukka <lukka@iki.fi>
* add patch to GtkWindow.xs from Marin Purgar - PMC <pmc@iskon.hr>
Tue Feb 2 11:49:07 EST 1999 Tuomas J. Lukka <lukka@iki.fi>
* fixing Gtk/samples/test.pl CTree to work
Tue Feb 2 09:31:33 EST 1999 Tuomas J. Lukka <lukka@iki.fi>
* Oops - fixed the previous change - I had wrong Gtk version installed
Mon Feb 1 23:05:14 EST 1999 Tuomas J. Lukka <lukka@iki.fi>
* CheckMenuItem change for newest gtk+
Mon Jan 25 11:42:21 EST 1999 Mandrake <mandrake@mandrake.net>
Made --with-gnome-panel work again (even under make test)
Sun Jan 24 18:30:25 EST 1999 Mandrake <mandrake@mandrake.net>
Made gtkxmhtml module work again (even under make test)
Sun Jan 24 17:00:35 EST 1999 Mandrake <mandrake@mandrake.net>
* Makefile.PL: gnome-config doesn't output the -I for --include-dir
so we'll put it there.
Sun Jan 24 16:16:07 EST 1999 Mandrake <mandrake@mandrake.net>
* Gnome/samples/perl-zterm.pl : updated to new format.
Sun Jan 24 16:08:32 EST 1999 Mandrake <mandrake@mandrake.net>
* s/gtk_check_menu_item_set_state/gtk_check_menu_item_set_active/
in GtkCheckMenuItem.xs
* Gnome/xs/ZvtTerm.xs - made this actually work :)
also various fixes to make make test work again.
Thu Jan 21 20:58:09 PST 1999 Manish Singh <yosh@gimp.org>
* GtkCList-1.2.xs: added gtk_clist_set_shadow_type
* GtkCList.xs: deprecated gtk_clist_set_border
* GtkContainer.xs: deprecated gtk_continer_{need,block,unblock}_resize
* GtkPreview.xs: deprecated gtk_preview_put_row
Wed Jan 20 12:33:27 EST 1999 Mandrake <mandrake@mandrake.net>
* gnome_dialog_run_and_destroy, gnome_dialog_set_modal,
gnome_dialog_run_modal, gnome_dialog_run_and_hide,
gnome_canvas_set_size seem depricated (causes make test
to fail) - removed from Gnome/xs/GnomeDialog.xs and
Gnome/xs/GnomeCanvas.xs (#if 0'd out, not deleted)
make test should work now (in all forms)
Wed Jan 20 11:49:59 EST 1999 Mandrake <mandrake@mandrake.net>
* fixed the NEW_GNOME declarations in Makefile.PL
01-16-99 Tuomas J. Lukka <lukka@iki.fi>
* Add Gnome::Canvas::new_aa
01-15-99 Kenneth J. Albanowski <kjahds@kjahds.com>
* This marks the 0.5000 point release of the Perl/Gtk module.
* Fixed gdkimlib example to point to a real image.
* Makefile.PL punctuation.
01-13-99 Tuomas J. Lukka <lukka@iki.fi>
* Makefile.PL fix - get gnome libs correctly
01-13-99 Kenneth Albanowski <kjahds@kjahds.com>
* Merged my changes for lazy loading, and Perl 5.003/5.005 support.
* Miscellaneous repairs for error trapping, etc.
* GtkGLArea usable (with separate OpenGL module).
* Fixed Tuomas' ChangeLog entries to be in the right year. :-)
01-12-99 Tuomas J. Lukka <lukka@iki.fi>
* Small change to let Makefile.PL check for gdkimlib and
gnome automatically and take them automatically if they exist.
For the sake of tired sysadmins who have gnome and from whom
someone requests gnome-perl ;)
Tue Jan 12 14:06:51 EST 1999 Mandrake <mandrake@mandrake.net>
* removed a bunch of auto-generated files from cvs, and added
.cvsignores appropriately (sorry about Gnome/pkg.pl - don't know
how that got committed like that)
01-12-99 Tuomas J. Lukka <lukka@iki.fi>
* Got back some of earlier changes for new gnome compatibility
01-11-99 Tuomas J. Lukka <lukka@iki.fi>
* fixed Gnome/pkg.pl syntax
( run in 0.422 second using v1.01-cache-2.11-cpan-39bf76dae61 )