2 - screenshot() on a non-toplevel Tk widget would crash when
3 calling the frame method. Since this call appears to be
4 unnecessary I've removed it, and plan to run tests on a few
5 platforms to check I haven't broken anything.
6 RT #32843 - thanks to Slaven Rezic.
10 - added a TODO section to the POD
11 - include NA in the die output from Makefile.PL if we can't
12 find supported GUI libraries/headers (RT #24486)
13 - screenshot() no longer leaks image objects caused by the Imager
14 typemap bug (RT #24992)
18 - add ppport.h for 5.005_03 support
19 - t/30tkx11.t now provides a default gemoetry to prevent
20 a wait for window placement on window managers that do that
21 (like TWM - RT #24445)
22 - set tags in the resulting image
23 - remove an unused variable
24 - add support for getting a subimage of the window
25 - include the interface header in the implementations so we
26 get errors when they don't match (doh!)
27 - return something from the X11 error handler
28 - add X11/Xutil.h include for XDestroyImage()
29 - handle the default (no id or hwnd) case correctly
33 - ignore some VC++ generated junk in MANIFEST.SKIP
34 - avoid some Makefile.PL warnings
35 - use Imager in Makefile.PL since I'd prefer to error on that
36 rather than Imager::ExtUtils
37 - work around Debian strangeness
38 - the x11 capture wasn't releasing the XImage or the line
40 - x11_open() incorrectly reset the error handler to junk
41 - Makefile.PL was checking /usr/X11R6 for headers instead of
43 - add header directories as -I flags if we find a header in
45 - avoid duplicate -L flags
48 Just packaging changes:
50 - updated my EU::MM and I now set the LICENSE key so it's set
54 - Initial release with X11 and Win32 support