]> git.imager.perl.org - imager-screenshot.git/blame - Changes
- add support for getting a subimage of the window
[imager-screenshot.git] / Changes
CommitLineData
87cd516f
TC
10.004
2 - add support for getting a subimage of the window
3 - include the interface header in the implementations so we
4 get errors when they don't match (doh!)
5 - return something from the X11 error handler
6 - add X11/Xutil.h include for XDestroyImage()
7 - handle the default (no id or hwnd) case correctly
8
e681bf09
TC
90.003 12 Jan 2007
10 - 0.003 release
82c1c838 11 - ignore some VC++ generated junk in MANIFEST.SKIP
37819a40
TC
12 - avoid some Makefile.PL warnings
13 - use Imager in Makefile.PL since I'd prefer to error on that
14 rather than Imager::ExtUtils
15 - work around Debian strangeness
bc7a6f7b
TC
16 - the x11 capture wasn't releasing the XImage or the line
17 and color buffers.
18 - x11_open() incorrectly reset the error handler to junk
8a7d6890
TC
19 - Makefile.PL was checking /usr/X11R6 for headers instead of
20 /usr/X11R6/include
21 - add header directories as -I flags if we find a header in
22 them
23 - avoid duplicate -L flags
24
cb2b4ace
TC
250.002 2 Jan 2007
26 Just packaging changes:
27 - README was missing
28 - updated my EU::MM and I now set the LICENSE key so it's set
29 in META.yml
30
0ddb7051
TC
310.001 1 Jan 2007
32 - Initial release with X11 and Win32 support