]>
Commit | Line | Data |
---|---|---|
4a35f49b | 1 | Changes History |
1210b68e TC |
2 | examples/win32_fw.pl Example - get a window by name on win32 and grab it |
3 | imss.h Declarations of the functions the XS gives access to | |
47f35d89 | 4 | inc/Devel/CheckLib.pm |
1210b68e | 5 | Makefile.PL Build script |
4a35f49b TC |
6 | MANIFEST This list of files |
7 | MANIFEST.SKIP Files not to include in the MANIFEST | |
1210b68e | 8 | META.yml Module meta-data (added by MakeMaker) |
d9a01106 | 9 | ppport.h Support older perls |
1210b68e | 10 | README |
f79d2fbd TC |
11 | scdarwin.c Darwin implementation |
12 | scdarwin2.c | |
4a35f49b TC |
13 | Screenshot.pm Main perl implementation |
14 | Screenshot.xs Interface to C code | |
15 | scwin32.c Win32 implementation | |
16 | scx11.c X11 implementation | |
6f00ec2f TC |
17 | svwin32.c Win32 translate SV to HWND |
18 | svwin32.h Win32 translate SV to HWND (header) | |
4a35f49b TC |
19 | t/00load.t Test - can we load the modules |
20 | t/10win32.t Test - win32 implementation | |
21 | t/20x11.t Test - X11 implementation | |
22 | t/30tkx11.t Test - X11 implementation via Tk | |
23 | t/40tkwin32.t Test - Win32 implementation via Tk | |
0cc0b6d7 | 24 | t/50darwin.t Test - Darwin implementation |
4a35f49b TC |
25 | t/90pod.t Test - check POD is valid |
26 | t/91podcover.t Test - check all functions are covered by POD | |
1210b68e | 27 | t/92manifest.t Test - check we match the MANIFEST |
f79d2fbd | 28 | typemap Type conversion |