Gtk2
view release on metacpan or search on metacpan
ChangeLog.pre-git view on Meta::CPAN
2005/02/28 kaffeetisch
* t/GdkPixmap.t: Fix skip count for gtk+ versions older than 2.2.
2005/02/26 muppetman
* xs/GtkNotebook.xs, t/GtkNotebook.t: The multiple definitions of
some functions (in #if branches) confused the doc generation tools
into creating multiple entries. Folded the #if into the individual
xsubs. To make life easier for the caller, simply implement for
ourselves the missing return values on older gtk+s. Tests included.
* xs/GdkPixmap.xs, t/GdkPixmap.t: gdk_pixmap_create_from_xpm()
returns NULL if the file is not found; catch this and return undef
instead of crashing. With a test. Also allow undef and improve
docs for a few parameters.
2005/02/26 kaffeetisch
* t/GtkAccelGroup.t, t/GtkAccelMap.t, t/GtkStock.t: Mark tests as
TODO that currently fail due to what appears to be a bug in
Test::More.
* t/PangoLayout.t: Test pango_layout_[sg]et_attributes.
2005/02/19 20:13 (+0100) pcg
* xs/GdkProperty.xs: document data instead of length as result value.
* xs/GtkNotebook.xs: insert functions return gint from 2.4 onwards.
2005/02/18 15:53 (+0100) kaffeetisch
* xs/GtkMessageDialog.xs, xs/GtkObject.xs, xs/GtkWidget.xs: Don't
include ppport.h, it's not necessary.
2005/02/16 23:30 (-0400) muppetman
* pm/SimpleList.pm: Catch undef iters gotten from requests for
non-existent entries.
* gtk2perl.h, xs/GtkPlug.xs, xs/GtkSocket.xs: invert the sense of
the tests around GtkPlug and GtkSocket; only include them on X11,
since that's the only platform on which they are supported.
2005/02/10 22:30 (+0100) kaffeetisch
* t/GtkBox.t, t/GtkNotebook.t: Use TRUE and FALSE instead of 1 and
0 or undef where appropriate.
2005/02/08 01:15 (-0400) muppetman
* Gtk2.pm, NEWS, README, copyright.pod: unstable release 1.073
* Makefile.PL: require Glib 1.073
* MANIFEST: updated
2005/02/08 01:05 (-0400) muppetman
* t/GtkComboBox.t: Fix gtk+ assertions by setting the combobox up
properly.
2005/02/08 00:15 (-0400) muppetman
* xs/GdkPixbuf.xs, t/GdkPixbuf.t: bind and test gdk_pixbuf_get_option
* t/GtkAboutDialog.t, xs/GtkAboutDialog.xs: implement and test
gtk_show_about_dialog
* xs/GtkCellRenderer.xs, t/GtkCellRenderer.t: bind and test
gtk_cell_renderer_stop_editing
* xs/GtkIconView.xs, t/GtkIconView.t: bind and test
gtk_icon_view_selected_foreach
2005/02/08 00:10 (-0400) muppetman
* t/GtkComboBox.t: fix skip count.
2005/02/08 00:05 (-0400) muppetman
M MANIFEST
M xs_files-2.0
A t/PangoAttributes.t
A xs/PangoAttributes.xs: Bind and test pango_parse_markup().
2005/01/29 21:10 (-0400) muppetman
* xs/GtkIconView.xs: remove out-of-date commentary
* t/GdkEvent.t, t/GtkAccelGroup.t, t/GtkButton.t, t/GtkCellView.t,
t/GtkComboBox.t, t/GtkEntry.t, t/GtkEntryCompletion.t,
t/GtkFileChooser.t, t/GtkFileFilter.t, t/GtkIconTheme.t,
t/GtkIconView.t, t/GtkImage.t, t/GtkTreeView.t, xs/GdkEvent.xs,
xs/GtkAccelGroup.xs, xs/GtkButton.xs, xs/GtkComboBox.xs,
xs/GtkEntry.xs, xs/GtkEntryCompletion.xs, xs/GtkFileChooser.xs,
xs/GtkFileFilter.xs, xs/GtkIconTheme.xs, xs/GtkImage.xs,
xs/GtkTreeView.xs: fix version tests to use stable 2.6.0
2005/01/29 01:40 (-0400) muppetman
* xs/GtkAboutDialog.xs, t/GtkAboutDialog.t: extend the test suite to
test the GStrv properties. use SvGChar, not SvPV_nolen, to make sure
we get unicode text.
2005/01/19 07:52 (-0400) rwmcfa1
* t/GtkCellView.t, t/GtkComboBox.t, t/GtkComboBoxEntry.t,
t/GtkSpinButton.t, t/GtkTreeModelSort.t, xs/GtkCellView.xs,
xs/GtkComboBox.xs, xs/GtkComboBoxEntry.xs, xs/GtkFileChooserWidget.xs,
xs/GtkSpinButton.xs, xs/GtkTreeModelFilter.xs, xs/GtkTreeModelSort.xs:
added missing interfaces to isa's and test for them
2005/01/16 23:13 (-0400) muppetman
* xs/GtkTreeModelFilter.xs, t/GtkTreeModelFilter.t: Make sure that
$modelfilter->get resolves to Gtk2::TreeModel::get. (Committed
the wrong changeset last night.)
2005/01/16 02:34 (-0400) muppetman
( run in 1.385 second using v1.01-cache-2.11-cpan-8dfa8b56332 )