]> git.imager.perl.org - imager-screenshot.git/blame - Changes
look for .so files when we can't find the .a (adjusted based on %Config)
[imager-screenshot.git] / Changes
CommitLineData
e6d8f15b 10.006 unreleased
574c4fe0
TC
2
3- screenshot() on a non-toplevel Tk widget would crash when
4 calling the frame method. Since this call appears to be
5 unnecessary I've removed it, and plan to run tests on a few
6 platforms to check I haven't broken anything.
7 RT #32843 - thanks to Slaven Rezic.
8
9- improved the error messages displayed when headers and libraries
10 can't be found
11 http://rt.cpan.org/Ticket/Display.html?id=32856
12
13- added --incpath and --libpath options to Makefile.PL and also look
14 in $ENV{IM_INCPATH} and $ENV{IM_LIBPATH} like Imager.
e6d8f15b 15
9d2a775a
TC
16- document the widget parameter
17 https://rt.cpan.org/Ticket/Display.html?id=32855
18
54f11a66
TC
19- document that overlapping windows will show in a captured image.
20 http://rt.cpan.org/Ticket/Display.html?id=32842
21
22- add appropriate configure_requires and build_requires to META.yml
23 so that automated testers will install those pre-requisites early
24 enough.
25 http://rt.cpan.org/Ticket/Display.html?id=29560
26
348016db
TC
270.005 12 Mar 2007
28 - 0.005 release
33f803d8
TC
29 - added a TODO section to the POD
30 - include NA in the die output from Makefile.PL if we can't
31 find supported GUI libraries/headers (RT #24486)
32 - screenshot() no longer leaks image objects caused by the Imager
33 typemap bug (RT #24992)
34
6d9916e2
TC
350.004 23 Jan 2007
36 - 0.004 release
d9a01106 37 - add ppport.h for 5.005_03 support
53ccbd1e
TC
38 - t/30tkx11.t now provides a default gemoetry to prevent
39 a wait for window placement on window managers that do that
40 (like TWM - RT #24445)
62b84c46
TC
41 - set tags in the resulting image
42 - remove an unused variable
87cd516f
TC
43 - add support for getting a subimage of the window
44 - include the interface header in the implementations so we
45 get errors when they don't match (doh!)
46 - return something from the X11 error handler
47 - add X11/Xutil.h include for XDestroyImage()
48 - handle the default (no id or hwnd) case correctly
49
e681bf09
TC
500.003 12 Jan 2007
51 - 0.003 release
82c1c838 52 - ignore some VC++ generated junk in MANIFEST.SKIP
37819a40
TC
53 - avoid some Makefile.PL warnings
54 - use Imager in Makefile.PL since I'd prefer to error on that
55 rather than Imager::ExtUtils
56 - work around Debian strangeness
bc7a6f7b
TC
57 - the x11 capture wasn't releasing the XImage or the line
58 and color buffers.
59 - x11_open() incorrectly reset the error handler to junk
8a7d6890
TC
60 - Makefile.PL was checking /usr/X11R6 for headers instead of
61 /usr/X11R6/include
62 - add header directories as -I flags if we find a header in
63 them
64 - avoid duplicate -L flags
65
cb2b4ace
TC
660.002 2 Jan 2007
67 Just packaging changes:
68 - README was missing
69 - updated my EU::MM and I now set the LICENSE key so it's set
70 in META.yml
71
0ddb7051
TC
720.001 1 Jan 2007
73 - Initial release with X11 and Win32 support