Gtk2
view release on metacpan or search on metacpan
ChangeLog.pre-git view on Meta::CPAN
* xs/GtkEntry.xs: update FIXME comments, implement get_layout and
get_layout_offesets
* xs/GtkLabel.xs: implemented (get|set)_attributes
* xs/GtkList.xs xs/GtkSelection.xs xs/GtkStock.xs xs/GtkTreeModel.xs
xs/GtkTreeView.xs: clarified commentary
* xs/GtkListStore.xs xs/GtkTreeStore.xs gtk2perl.h: implement
gtk_(list|tree)_store_set_column_types, since it is now possible
to derive GObject types in perl; this is necessary to implement
the constructor of a derived list or tree store. factored out
the stack handling code, into gtk2perl.h, to avoid needing to
create another header.
* xs/GtkTextBuffer.xs: implemented missing clipboard functions:
add_selection_clipboard remove_selection_clipboard cut_clipboard
copy_clipboard paste_clipboard
* xs/GtkWidget.xs: implemented get_pointer, is_ancestor,
translate_coordinates, set_style, ensure_style; added FIXMEs
* xs/GdkEvent.xs: let gdk_event_set_screen in there twice, because
i wasn't building against 2.2.x. fixed.
2003/08/18 03:56 muppetman
* TODO: updates
* xs/Gdk.xs: update some FIXMEs, implement the gdk_threads stuff
* xs/GdkColor.xs, api.pod, t/20.GdkColor.t: gdk_colormap_alloc_colors,
free_colors, and query_color
* xs/GdkDisplay.xs, xs/GdkDrawable.xs, xs/GdkPixbuf.xs,
xs/GdkPixbufLoader.xs, xs/GdkRgb.xs: update some FIXMEs
* xs/GdkEvent.xs, xs/GdkGC.xs: more missing functions and FIXMEs
2003/08/15 18:06 rwmcfa1
* t/01.GtkWindow.t: fixed bug 'ok' -> 'is' causing really strange
makemaker warnings. didn't have anything to do with libs. bad muppet,
no cookie for you...
2003/08/15 09:35 muppetman
* pm/SimpleList.pm, AUTHORS: patch from Dr. Michael Langner,
allowing 0 to be a value in the tied list, implementing the SPLICE
operation, and adding a new column type, 'hidden'. many thanks!
* debian/*: patch from James Curbo adding maintainence files for
debian packages.
* devel.pod, Makefile.PL: more docs
* Gtk2.pm, README: updated for 0.94 release
2003/08/14 22:43 muppetman
busy day, busy day...
* t/00.Gtk2.t, t/16.GtkMenu-etc.t, t/19.GtkSimpleList.t: patch from
Torsten Schoenfeld hushes some warnings in make test
* xs/GtkTreeView.xs: another TreeView patch from Torsten, hacked up
a bit by me, to add some callbacks. get_search_equal_func isn't
bound because there's really no reliable and not easily-broken way
to return a function pointer value or a code reference and then know
what to do with them on the other end. (presumably for restoring
the search func after setting it.) also, i left out the
destroy_count_func stuff, as the docs say they are supposed to be
private.
* t/04.GtkSocket-GtkPlug.t: i did it wrong. i swear it works,
this time.
2003/08/14 16:59 muppetman
* t/04.GtkSocket-GtkPlug.t: skip this test on win32
* Makefile.PL: find_extra_libs is a hack to look through the perl
library tree for the library created when the Glib module was
installed, so we can add that to the libs line for Gtk2. this is
necessary because win32 doesn't allow unresolved symbols in anything,
so we can't link to the all-important gperl_* without this.
*grumble*
* t/01.GtkWindow.t: true and false are not enums; use constants for
them and get around some hidden bugs; try to skip tests that aren't
available on windows. number of tests didn't match up on various
versions because of improper method of skipping tests... i think it
works right now.
2003/08/14 12:00 muppetman
* TODO: updates
* xs/GdkPixmap.xs, gtk-demo/textview.pl: a GdkBitmap is a GdkPixmap
with depth 1. so, set Gtk2::Gdk::Pixmap in @Gtk2::Gdk::Bitmap rather
than Gtk2::Gdk::Drawable. this fixes a couple of annoying FIXMEs."
* xs/Gtk2.xs: cleanup and commentary
* xs/GdkDisplay.xs, xs/GdkDisplayManager.xs, gtk-demo/changedisplay.pl:
a couple more >=2.2 objects to make the changedisplay demo work.
dunno if it actually works with more than one display, because i
only have one here, but it doesn't crash like before...
2003/08/11 12:52 muppetman
* xs/GtkTreeView.xs, AUTHORS: patch from Torsten Schoenfeld to enable
drag and drop stuff for TreeView
2003/08/09 23:31 pcg
* Makefile.PL: some more Win32 and command.com fixes.
2003/08/08 12:09 muppetman
* Gtk2.pm, README: pod updates, bump version to 0.93
( run in 1.506 second using v1.01-cache-2.11-cpan-39bf76dae61 )