]> git.imager.perl.org - imager-screenshot.git/log
imager-screenshot.git
16 years agoinstead of using the Imager type typemap entry use the Imager::ImgRef
Tony Cook [Sat, 10 Mar 2007 23:40:45 +0000 (23:40 +0000)]
instead of using the Imager type typemap entry use the Imager::ImgRef
type and wrap it.  This avoids the leak in that entry pre Imager 0.56.

RT #24992

16 years agobump to 0.004 v0.004
Tony Cook [Mon, 22 Jan 2007 14:18:32 +0000 (14:18 +0000)]
bump to 0.004

16 years ago - add ppport.h for 5.005_03 support
Tony Cook [Mon, 22 Jan 2007 13:00:22 +0000 (13:00 +0000)]
- add ppport.h for 5.005_03 support

16 years ago - t/30tkx11.t now provides a default gemoetry to prevent
Tony Cook [Mon, 22 Jan 2007 04:33:05 +0000 (04:33 +0000)]
- t/30tkx11.t now provides a default gemoetry to prevent
  a wait for window placement on window managers that do that
  (like TWM - RT #24445)

16 years ago - set tags in the resulting image
Tony Cook [Fri, 19 Jan 2007 12:15:12 +0000 (12:15 +0000)]
- set tags in the resulting image
- remove an unused variable

16 years ago - add support for getting a subimage of the window
Tony Cook [Tue, 16 Jan 2007 09:33:50 +0000 (09:33 +0000)]
- add support for getting a subimage of the window
- include the interface header in the implementations so we
  get errors when they don't match (doh!)
- return something from the X11 error handler
- add X11/Xutil.h include for XDestroyImage()
- handle the default (no id or hwnd) case correctly

16 years ago0.003 release v0.003
Tony Cook [Fri, 12 Jan 2007 12:16:19 +0000 (12:16 +0000)]
0.003 release

16 years ago- ignore some VC++ generated junk in MANIFEST.SKIP
Tony Cook [Fri, 12 Jan 2007 11:38:11 +0000 (11:38 +0000)]
- ignore some VC++ generated junk in MANIFEST.SKIP

16 years ago - avoid some Makefile.PL warnings
Tony Cook [Fri, 12 Jan 2007 11:27:38 +0000 (11:27 +0000)]
- avoid some Makefile.PL warnings
- use Imager in Makefile.PL since I'd prefer to error on that
  rather than Imager::ExtUtils
- work around Debian strangeness

16 years ago - the x11 capture wasn't releasing the XImage or the line
Tony Cook [Fri, 12 Jan 2007 10:48:42 +0000 (10:48 +0000)]
- the x11 capture wasn't releasing the XImage or the line
  and color buffers.
- x11_open() incorrectly reset the error handler to junk

16 years ago - Makefile.PL was checking /usr/X11R6 for headers instead of
Tony Cook [Fri, 12 Jan 2007 10:40:51 +0000 (10:40 +0000)]
- Makefile.PL was checking /usr/X11R6 for headers instead of
  /usr/X11R6/include
- add header directories as -I flags if we find a header in
  them
- avoid duplicate -L flags

16 years agocommit for 0.002 v0.002
Tony Cook [Tue, 2 Jan 2007 11:52:16 +0000 (11:52 +0000)]
commit for 0.002

16 years agovarious distribution fixes:
Tony Cook [Tue, 2 Jan 2007 11:12:53 +0000 (11:12 +0000)]
various distribution fixes:

 - README was missing from the dist, add it in
 - exclude build junk from the MANIFEST
 - added a test to make our MANIFEST is complete
 - sort the MANIFEST case-insensitively, since EU::Manifest::mkmanifest
   likes it that way

16 years agoset the license if EU::MM supports it
Tony Cook [Tue, 2 Jan 2007 11:06:57 +0000 (11:06 +0000)]
set the license if EU::MM supports it

16 years agoadd META.yml v0.001
Tony Cook [Mon, 1 Jan 2007 06:25:26 +0000 (06:25 +0000)]
add META.yml

16 years agoscreenshotting a remote display under X is slow, make sure the user knows
Tony Cook [Mon, 1 Jan 2007 06:23:04 +0000 (06:23 +0000)]
screenshotting a remote display under X is slow, make sure the user knows

16 years agosearch the right places for X11 headers on older system
Tony Cook [Mon, 1 Jan 2007 06:21:27 +0000 (06:21 +0000)]
search the right places for X11 headers on older system

16 years agoconvert to Unix line endings
Tony Cook [Mon, 1 Jan 2007 06:21:03 +0000 (06:21 +0000)]
convert to Unix line endings

16 years agoneed Pod::Coverage 0.18 for it to recognize fully qualified names
Tony Cook [Mon, 1 Jan 2007 06:20:39 +0000 (06:20 +0000)]
need Pod::Coverage 0.18 for it to recognize fully qualified names

16 years agoolder Tk doesn't supply the windowing system method
Tony Cook [Mon, 1 Jan 2007 06:19:18 +0000 (06:19 +0000)]
older Tk doesn't supply the windowing system method

16 years agoadd a readme and example for win32, convert files from Win32 to Unix
Tony Cook [Mon, 1 Jan 2007 05:57:53 +0000 (05:57 +0000)]
add a readme and example for win32, convert files from Win32 to Unix

16 years agoadd changes file
Tony Cook [Mon, 1 Jan 2007 05:19:07 +0000 (05:19 +0000)]
add changes file

16 years agoadd missing test scrips, remove generated file
Tony Cook [Mon, 1 Jan 2007 05:17:43 +0000 (05:17 +0000)]
add missing test scrips, remove generated file

16 years agocheck pod and pod coverage
Tony Cook [Mon, 1 Jan 2007 04:55:34 +0000 (04:55 +0000)]
check pod and pod coverage

16 years agoadd a MANIFEST
Tony Cook [Mon, 1 Jan 2007 04:54:59 +0000 (04:54 +0000)]
add a MANIFEST

16 years agochanges for mingw
Tony Cook [Sat, 30 Dec 2006 06:16:06 +0000 (06:16 +0000)]
changes for mingw

16 years agocygwin changes
Tony Cook [Sat, 30 Dec 2006 06:08:51 +0000 (06:08 +0000)]
cygwin changes

16 years agoadd X11, limited Tk widget support
Tony Cook [Sat, 30 Dec 2006 05:22:09 +0000 (05:22 +0000)]
add X11, limited Tk widget support

16 years agoinitial screenshot attempt
Tony Cook [Fri, 22 Dec 2006 13:03:16 +0000 (13:03 +0000)]
initial screenshot attempt

16 years agoCreated folder remotely
Tony Cook [Fri, 22 Dec 2006 11:19:46 +0000 (11:19 +0000)]
Created folder remotely