2007-01-31 |
Tony Cook | correct i_lines_read for direct color bmp files |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Tony Cook | forgot to commit the matching test changes |
commit | commitdiff | tree | snapshot |
2007-01-30 |
Tony Cook | change C<allow_partial> to C<allow_incomplete> to match... |
commit | commitdiff | tree | snapshot |
2007-01-28 |
Tony Cook | simpler creation of coverage reports |
commit | commitdiff | tree | snapshot |
2007-01-15 |
Tony Cook | remove unused variables from the typemap entry |
commit | commitdiff | tree | snapshot |
2007-01-08 |
Tony Cook | fill out files missing froom MANIFEST |
commit | commitdiff | tree | snapshot |
2006-12-30 |
Tony Cook | Various changes: |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Tony Cook | release notes |
commit | commitdiff | tree | snapshot |
2006-12-16 |
Tony Cook | bump to 0.55: Imager-0.55 |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tony Cook | search $Config{incpath} for headers too, why this was... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tony Cook | work around a bug in some intermediate versions of... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tony Cook | include meta-spec in META.yml as required by the spec |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Tony Cook | Test::More is now a pre-requisite for Imager, so remove... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Tony Cook | link zlib in using the default installed library name... |
commit | commitdiff | tree | snapshot |
2006-12-14 |
Tony Cook | fix check for MSVC |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Tony Cook | convert ok(... eq ..., ... ) to is(..., ..., ...) |
commit | commitdiff | tree | snapshot |
2006-11-26 |
Tony Cook | avoid most compilter warnings produced by GCC 4.1 |
commit | commitdiff | tree | snapshot |
2006-11-19 |
Tony Cook | avoid various compiler warnings |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Tony Cook | switch to Test::More in a few more test scripts, elimin... |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Tony Cook | fix a pod error introduced in the previous commit |
commit | commitdiff | tree | snapshot |
2006-11-09 |
Tony Cook | minor documentation tweaks |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Tony Cook | added tests for the overflowing box changes, fix draw |
commit | commitdiff | tree | snapshot |
2006-11-06 |
Tony Cook | convert t/t00basic to Test::More and have it try to... |
commit | commitdiff | tree | snapshot |
2006-10-29 |
Tony Cook | fixed a variety of problems: |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Tony Cook | fix test skip counts for missing/available platforms. |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Tony Cook | use SvPV to get the length of text to draw rather than... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Tony Cook | break out of the search loop early when we find the... |
commit | commitdiff | tree | snapshot |
2006-10-25 |
Tony Cook | the decription of the page parameter didn't belong... |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Tony Cook | Add UTF8 support to the Win32 font driver |
commit | commitdiff | tree | snapshot |
2006-10-19 |
Tony Cook | The gif_disposal and gif_user_input tags weren't being... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Tony Cook | the string() method would not output the string "0" |
commit | commitdiff | tree | snapshot |
2006-10-08 |
Tony Cook | work around compilation problem reported in |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Tony Cook | This is primarily a feature release: |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Tony Cook | add generated .c files to make clean |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Tony Cook | add .perl files to the t94kwalitee struct tests and... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Tony Cook | read_multi() now falls back to calling read() and write... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Tony Cook | skip the right number of tests when gif not available |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Tony Cook | rubthrough done |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Tony Cook | skip the loop tests with older (un)giflibs |
commit | commitdiff | tree | snapshot |
2006-08-31 |
Tony Cook | Changes to GIF support: |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Tony Cook | note on relative speeds of the scaling mechanisms |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Tony Cook | convert scale.c to scale.im so we have 8 bit/sample... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tony Cook | comparisons against $ExtUtils::MakeMaker::VERSION were... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tony Cook | the rubthrough() method now supports destination images... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Tony Cook | remove t/t60dyntest.t from the MANIFEST, since we moved it |
commit | commitdiff | tree | snapshot |
2006-08-19 |
Tony Cook | to_rgb8 doesn't crop but the void content warning said... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tony Cook | move the existing dynfilt test into dynfilt/t, update... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Tony Cook | Merged in the scale branch: |
commit | commitdiff | tree | snapshot |
2006-08-15 |
Tony Cook | added pixel type 'index' to getscanline() and setscanli... |
commit | commitdiff | tree | snapshot |
2006-08-10 |
Tony Cook | finally found which file contained the POD errors that |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Tony Cook | you need to load Imager to use the API, Imager::API... |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Tony Cook | Removed the query asking if GIF support should be disab... |
commit | commitdiff | tree | snapshot |
2006-07-29 |
Tony Cook | basic todo for 0.54 |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Tony Cook | bump to 0.53 Imager-0.53 |
commit | commitdiff | tree | snapshot |
2006-07-27 |
Tony Cook | there was a C< *(char *)0 = 0 > left in a code path... |
commit | commitdiff | tree | snapshot |
2006-07-25 |
Tony Cook | bump to 0.52 Imager-0.52 |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | added a cookbook entry for converting files from one... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | document the direction of Imager's co-ordinate system |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | add an example of reading exif tags |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | add some basic examples of using data, fd, fh, callback... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | added examples for fh, fd, file, data and callback... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | add detection of BZIP2 and gzip data |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | add dummy test to dynfilt to since it was confusing... |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Tony Cook | commit changes to SpaceTest font source caused by exports |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Tony Cook | add a magic entry to detect XWD files |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tony Cook | bounding_box() for the t1 driver wasn't converting... |
commit | commitdiff | tree | snapshot |
2006-07-20 |
Tony Cook | bounding_box() for t1 driver fonts was treating spaces... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Tony Cook | bump to 0.51_03 |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tony Cook | make the selection of a transfer function check that... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tony Cook | set eol-style so that generation doesn't make svn burp |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tony Cook | cast 2 signed/unsigned char pointer conversions to... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tony Cook | report the error if we can't read the alpha test images |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Tony Cook | newer versions of libtiff were choking on the bad value... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Tony Cook | CMYK jpeg images were being read as 4 channel images... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Tony Cook | http://rt.cpan.org/Ticket/Display.html?id=20415 |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Tony Cook | attempting to render a space non-antialiased from freet... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Tony Cook | add some examples using the i_xres and i_yres tags |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Tony Cook | the cookbook said we couldn't limit image sizes, but... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Tony Cook | it's libgif not libguf |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Tony Cook | move linker flags from freetype-config/pkg-config up... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Tony Cook | we search /usr/local/include by default but we weren... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Tony Cook | implement limited writes as a closure instead of as... |
commit | commitdiff | tree | snapshot |
2006-07-05 |
Tony Cook | minor changes for compatibility with 5.005_03 |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | bump to 0.51_02 Imager-0.51_02 |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | make sure the method index includes all documented... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | update to a newer ppport.h and modify Imager.xs a bit... |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | addition memory allocation checks |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | add more pod coverage tests (and the coverage needed) |
commit | commitdiff | tree | snapshot |
2006-07-04 |
Tony Cook | svn:ignore some more profiler files and other junk |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Tony Cook | don't include the line number in the From comment so... |
commit | commitdiff | tree | snapshot |
2006-07-01 |
Tony Cook | added error handling tests for bad colors supplied... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Tony Cook | add more iolayer tests |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Tony Cook | setcolors() and addcolors() can now accept non-object... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Tony Cook | extra jpeg tests to improve code coverage of jpeg.c |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Tony Cook | long delayed renaming of m_fatal() to i_fatal() to... |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Tony Cook | META.yml changed due to release |
commit | commitdiff | tree | snapshot |
2006-06-29 |
Tony Cook | add missing parameter required by format in wiol_empty_... |
commit | commitdiff | tree | snapshot |
2006-06-28 |
Tony Cook | bump to 0.51_01 for release Imager-0.51_01 |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Tony Cook | handle a missing Changes file when checking if we need... |
commit | commitdiff | tree | snapshot |
2006-06-27 |
Tony Cook | document the image file limit functions for the API |
commit | commitdiff | tree | snapshot |
next |