Revision history for Perl extension Tk::JThumbnail.
2.00 Thu Mar 21 19:48:37 2019
- original version; created by h2xs 1.23 with options
-X -n Tk::JThumbnail
Started with v2.0 since we're both a fork and a continuation of
Tk::Thumbnail.
2.01 Sun Mar 24, 2019
- Fix segfault if clear() called followed by configure(-images => \@files).
- Touch up the docs a bit.
- Include proper license files.
2.1
- (Hopefully) fix all remaining SegFaults on bad/non image files.
- Fix some selection-issues.
- Add default bindings for <space> and <Shift-space> to make work
like <Button-1> and <Shift-Button-1>.
- Add selectionIncludes() and selectionAnchor() functions to match
those found in Tk::*MListbox widgets.