]>
Commit | Line | Data |
---|---|---|
87cd516f | 1 | 0.004 |
d9a01106 | 2 | - add ppport.h for 5.005_03 support |
53ccbd1e TC |
3 | - t/30tkx11.t now provides a default gemoetry to prevent |
4 | a wait for window placement on window managers that do that | |
5 | (like TWM - RT #24445) | |
62b84c46 TC |
6 | - set tags in the resulting image |
7 | - remove an unused variable | |
87cd516f TC |
8 | - add support for getting a subimage of the window |
9 | - include the interface header in the implementations so we | |
10 | get errors when they don't match (doh!) | |
11 | - return something from the X11 error handler | |
12 | - add X11/Xutil.h include for XDestroyImage() | |
13 | - handle the default (no id or hwnd) case correctly | |
14 | ||
e681bf09 TC |
15 | 0.003 12 Jan 2007 |
16 | - 0.003 release | |
82c1c838 | 17 | - ignore some VC++ generated junk in MANIFEST.SKIP |
37819a40 TC |
18 | - avoid some Makefile.PL warnings |
19 | - use Imager in Makefile.PL since I'd prefer to error on that | |
20 | rather than Imager::ExtUtils | |
21 | - work around Debian strangeness | |
bc7a6f7b TC |
22 | - the x11 capture wasn't releasing the XImage or the line |
23 | and color buffers. | |
24 | - x11_open() incorrectly reset the error handler to junk | |
8a7d6890 TC |
25 | - Makefile.PL was checking /usr/X11R6 for headers instead of |
26 | /usr/X11R6/include | |
27 | - add header directories as -I flags if we find a header in | |
28 | them | |
29 | - avoid duplicate -L flags | |
30 | ||
cb2b4ace TC |
31 | 0.002 2 Jan 2007 |
32 | Just packaging changes: | |
33 | - README was missing | |
34 | - updated my EU::MM and I now set the LICENSE key so it's set | |
35 | in META.yml | |
36 | ||
0ddb7051 TC |
37 | 0.001 1 Jan 2007 |
38 | - Initial release with X11 and Win32 support |