2006-11-19 |
Tony Cook | avoid various compiler warnings |
blob | commitdiff | raw |
2006-11-06 |
Tony Cook | added tests for the overflowing box changes, fix draw |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Tony Cook | use SvPV to get the length of text to draw rather than... |
blob | commitdiff | raw | diff to current |
2006-10-19 |
Tony Cook | Add UTF8 support to the Win32 font driver |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Tony Cook | Merged in the scale branch: |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Tony Cook | added pixel type 'index' to getscanline() and setscanli... |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Tony Cook | there was a C< *(char *)0 = 0 > left in a code path... |
blob | commitdiff | raw | diff to current |
2006-07-04 |
Tony Cook | update to a newer ppport.h and modify Imager.xs a bit... |
blob | commitdiff | raw | diff to current |
2006-06-30 |
Tony Cook | add more iolayer tests |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Tony Cook | implement a flood_fill that stops at a given color... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Tony Cook | add support for file write plugins |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Tony Cook | - added support for registering file readers |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Tony Cook | More iolayers work: |
blob | commitdiff | raw | diff to current |
2006-03-16 |
Tony Cook | more iolayer goodness: |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Tony Cook | io_glue_destroy() now uses an extra callback to handle... |
blob | commitdiff | raw | diff to current |
2006-03-11 |
Tony Cook | rename some private functions to private names |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Tony Cook | - i_gsampf() (used to implement getsamples() for floati... |
blob | commitdiff | raw | diff to current |
2006-03-01 |
Tony Cook | - removed unused hashinfo() function from Imager.xs |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Tony Cook | - more memory allocation integer overflow auditing |
blob | commitdiff | raw | diff to current |
2006-02-05 |
Tony Cook | - smarter warning removal |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Tony Cook | - eliminate many -Wall warnings |
blob | commitdiff | raw | diff to current |
2006-01-10 |
Tony Cook | - start of external Imager API access: |
blob | commitdiff | raw | diff to current |
2005-12-07 |
Tony Cook | - added experimental EXIF decoding when reading JPEG... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Tony Cook | - arc(..., fill=> ...) wasn't handling concave areas... |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Tony Cook | - INCOMPATIBLE CHANGE: |
blob | commitdiff | raw | diff to current |
2005-10-19 |
Tony Cook | add page parameter to read() method when reading TIFF... |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Tony Cook | - implement getscanline(), setscanline() and getsamples... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Tony Cook | - convert t/t107bmp.t to Test::More |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Tony Cook | - remove old #if 0 code from Imager.xs |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Tony Cook | - the Win32 font driver bounding_box() method now puts... |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Tony Cook | - the FT1.x driver now supports the align parameter... |
blob | commitdiff | raw | diff to current |
2005-04-29 |
Tony Cook | - the internal i_tags_get_string() function now acts... |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Tony Cook | - Imager::Font::BBox objects now have right_bearing... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Tony Cook | - added README for samples directory, describes interle... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Tony Cook | - eliminate unused variables and static functions |
blob | commitdiff | raw | diff to current |
2005-01-01 |
Tony Cook | - added trivial multiple master support via the FT2... |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Tony Cook | prevent warning from size difference on some platforms |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Tony Cook | - the XS code for i_tt_glyph_name() used unsigned char... |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Tony Cook | - the FT2 glyph_names() method didn't do correct error... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Tony Cook | - the image resulting from a crop is now the... |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Tony Cook | - the rotate() and matrix_transform() methods... |
blob | commitdiff | raw | diff to current |
2004-09-05 |
Tony Cook | - previously, if you supplied to_paletted and... |
blob | commitdiff | raw | diff to current |
2004-08-08 |
Tony Cook | - the Win32 font driver now uses DEFAULT_CHARSE... |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Tony Cook | - moved some variable definitions to the right... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Tony Cook | - update ppport.h and remove the duplicate definitions... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Tony Cook | define aTHX_ when perl doesn't (perl 5.004 for example) |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Tony Cook | - only call FT_Get_Postscript_Name() on FT 2.0.6 and... |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Tony Cook | - added comment support the postfix transform2... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Arnar Mar Hrafnkelsson | Added extra parameters to rubthrough so only a subimage of |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Arnar Mar Hrafnkelsson | Fixed return type not being on seperate line. |
blob | commitdiff | raw | diff to current |
2002-12-31 |
Tony Cook | - implemented i_t1_has_chars(), tests for same |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Arnar Mar Hrafnkelsson | Support for probing for fileformats. |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Tony Cook | - handle UTF8 strings passed to T1 low-level... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Tony Cook | has_chars() support for freetype 1.x |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Arnar Mar Hrafnkelsson | Modified i_line_aa to use a modified bresenham algorith... |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Arnar Mar Hrafnkelsson | Switched i_draw to i_line, added endpoint boolean condi... |
blob | commitdiff | raw | diff to current |
2002-05-01 |
Tony Cook | various changes from trying to build on testdrive |
blob | commitdiff | raw | diff to current |
2002-04-30 |
Arnar Mar Hrafnkelsson | Added checks to flood fill functions for seed pixel... |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Tony Cook | second argument to SvPV() must have type STRLEN |
blob | commitdiff | raw | diff to current |
2002-04-18 |
Tony Cook | support UTF with Freetype 1.x |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Arnar Mar Hrafnkelsson | Added Imager version to output log. |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Tony Cook | hide or rename any symbols that are likely to conflict... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Tony Cook | difference() method |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Tony Cook | - hide more of our Darwin dlload emulation... |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Tony Cook | try to fix OSX warnings |
blob | commitdiff | raw | diff to current |
2002-03-31 |
Tony Cook | use INT2PTR if available |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Tony Cook | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-03-06 |
Tony Cook | merge write to gif tags updates |
blob | commitdiff | raw | diff to current |
2002-01-04 |
Tony Cook | enhanced iolayer |
blob | commitdiff | raw | diff to current |
2001-12-28 |
Arnar Mar Hrafnkelsson | Added read support for sgi .rgb files. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Tony Cook | claes' afm patch |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Tony Cook | freetype 2 bounding box function didn't know UTF8 ... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Tony Cook | added has_chars() method to Imager::Font::FreeType2 |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Tony Cook | move the combining function call outside the general... |
blob | commitdiff | raw | diff to current |
2001-11-01 |
Tony Cook | fix memory leaks, gif screen size calculations |
blob | commitdiff | raw | diff to current |
2001-11-01 |
Arnar Mar Hrafnkelsson | Added Destroy method for Imager::Font::TT and moved... |
blob | commitdiff | raw | diff to current |
2001-11-01 |
Arnar Mar Hrafnkelsson | Fixed most outstanding memory leaks that are revealed... |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Arnar Mar Hrafnkelsson | Added an Imager::log_entry() function and some extra... |
blob | commitdiff | raw | diff to current |
2001-10-31 |
Arnar Mar Hrafnkelsson | Added io_buffer for reading from scalars. Also added... |
blob | commitdiff | raw | diff to current |
2001-10-28 |
Arnar Mar Hrafnkelsson | Fixed i_transform2() so malloc(0) doesn't happen. ... |
blob | commitdiff | raw | diff to current |
2001-10-27 |
Tony Cook | only STRLEN types can be the second parameter of SvPV |
blob | commitdiff | raw | diff to current |
2001-10-23 |
Arnar Mar Hrafnkelsson | Completed the calling interface from perl to c for... |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Arnar Mar Hrafnkelsson | Code to free up resources for Imager::IO objects. |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Tony Cook | added double/sample image support |
blob | commitdiff | raw | diff to current |
2001-09-30 |
Arnar Mar Hrafnkelsson | Added i_bumpmap_complex and corresponding filterentry... |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Tony Cook | implement unsharp mask |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Tony Cook | image based fills |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Tony Cook | prevent const char * to char * conversion warning |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Tony Cook | writing a paletted image as GIF should be a bit more... |
blob | commitdiff | raw | diff to current |
2001-09-16 |
Arnar Mar Hrafnkelsson | Adds reading capabilities for certain variants of targa... |
blob | commitdiff | raw | diff to current |
2001-09-09 |
Tony Cook | minor error handling in bmp.c |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Tony Cook | an extra stipple |
blob | commitdiff | raw | diff to current |
2001-09-01 |
Tony Cook | support for generic fills for box and arc, with solid... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Tony Cook | implement fountain fills similar to most paint programs |
blob | commitdiff | raw | diff to current |
2001-08-19 |
Tony Cook | Windows BMP file support |
blob | commitdiff | raw | diff to current |
2001-08-15 |
Tony Cook | start of bmp support (just writing so far) |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Tony Cook | Egads |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Arnar Mar Hrafnkelsson | Switched all of jpeg to iolayer functions, removed... |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Arnar Mar Hrafnkelsson | Clean up after changing some formats to use iolayer. |
blob | commitdiff | raw | diff to current |
2001-06-07 |
Arnar Mar Hrafnkelsson | Updated png to use _wlio functions, and fixed a filenam... |
blob | commitdiff | raw | diff to current |
next |