]> git.imager.perl.org - imager.git/shortlog
imager.git
2002-03-31 Tony Cooktry to fix OSX warnings
2002-03-31 Tony Cookuse INT2PTR if available
2002-03-31 Tony Cookoops
2002-03-31 Tony Cookhide some more symbols that OSX complains about
2002-03-31 Arnar Mar HrafnkelssonFixed memory leak in freetype 1 cache.
2002-03-31 Arnar Mar HrafnkelssonFix for pod to make work with 5.005_03
2002-03-31 Tony Cookget it right
2002-03-31 Tony Cookmake sure we have alarm() support
2002-03-30 Tony Cookdisable the alarm after the test
2002-03-30 Tony Cook - i_box_cfill() went into an infinite loop...
2002-03-29 Tony Cook - handle the presence of the default broken...
2002-03-25 Tony Cookupdate skip count
2002-03-25 Tony CookTicket #369 - writing grayscale images to GIF
2002-03-19 Tony Cookdocument the t1log option to Imager::init()
2002-03-19 Tony Cookmark end of 0.40pre1 changes
2002-03-19 Tony Cookquote a few hash keys to prevent warnings on 5.004
2002-03-19 Tony Cookforgot the ticket number
2002-03-18 Tony Cook*** empty log message ***
2002-03-18 Arnar Mar HrafnkelssonSky's patch so Makefile.PL picks up libraries in correc...
2002-03-17 Arnar Mar HrafnkelssonBumped version to 0.40pre1.
2002-03-08 Tony Cookremoved the items we've done
2002-03-08 Tony Cookfix spelling error in message
2002-03-07 Arnar Mar HrafnkelssonMinor pod changes.
2002-03-07 Tony Cookexamples in Imager::Files
2002-03-06 Tony Cookmerge write to gif tags updates
2002-02-03 Tony Cookadded Artur's OSX dlload() emulation, with minor changes
2002-01-23 Arnar Mar HrafnkelssonHack to prevent crashing when libtiff wants to check...
2002-01-22 Tony Cookround the hsv to rgb results a little more nicely for...
2002-01-21 Arnar Mar HrafnkelssonAdded more verbose ok messages.
2002-01-18 Arnar Mar HrafnkelssonRemoved old cruft from image.* and minor changes to...
2002-01-18 Arnar Mar HrafnkelssonFormatting change.
2002-01-18 Arnar Mar Hrafnkelssonformat change.
2002-01-18 Arnar Mar HrafnkelssonRemoved wrongly named file.
2002-01-18 Arnar Mar HrafnkelssonAdded Filters.pod instead of .pm!
2002-01-17 Tony Cookmention #imager
2002-01-17 Tony Cookadded information about the mailing list to a SUPPORT...
2002-01-17 Arnar Mar HrafnkelssonMinor doc change.
2002-01-17 Tony Cookadded getpixel()/setpixel() methods
2002-01-16 Arnar Mar HrafnkelssonModified tiff test to write to the testout directory.
2002-01-16 Arnar Mar HrafnkelssonAdded a better Synopsis section which still needs work...
2002-01-16 Arnar Mar HrafnkelssonMoved last bits out docs of Imager.pm.
2002-01-16 Arnar Mar HrafnkelssonMoved last bits of docs (unedited) to Files.pod.
2002-01-16 Arnar Mar HrafnkelssonMoved the Quantization option docs to ImageTypes.
2002-01-16 Arnar Mar HrafnkelssonAdded Engines pod, moved masked images to ImageTypes...
2002-01-16 Arnar Mar HrafnkelssonFilter pod added.
2002-01-15 Tony Cooksome updates
2002-01-15 Arnar Mar HrafnkelssonMoved tag handling and general tags into ImageTypes...
2002-01-15 Arnar Mar HrafnkelssonAdded Image Type pod draft.
2002-01-14 Tony Cookexplain what I was trying to explain in IRC
2002-01-14 Arnar Mar HrafnkelssonAdded documentation for simple transforms in a separate...
2002-01-13 Arnar Mar HrafnkelssonAdded Draw.pod to MANIFEST
2002-01-13 Arnar Mar HrafnkelssonAdded a seperate pod for primitives drawing.
2002-01-11 Tony Cookdidn't set default for bounding_box() utf8 parameter...
2002-01-11 Tony Cookfix calculation of descender for FT2, it was calculatin...
2002-01-10 Tony Cookuse the font's first character map if we don't find...
2002-01-09 Tony Cookmodify the Freetype2 font code to pick it's own encodin...
2002-01-08 Tony Cooknew docs
2002-01-07 Tony Cookmore gif docs
2002-01-07 Tony Cookascii pbms weren't treated correctly
2002-01-05 Tony Cookan idea
2002-01-04 Tony Cookmore GIF docs
2002-01-04 Tony Cookinitial cut
2002-01-04 Tony Cooksome ideas
2002-01-04 Tony Cookirc log of documentation layout discussion
2002-01-04 Tony Cookenhanced iolayer
2001-12-29 Arnar Mar HrafnkelssonAdded rgb.c to MANIFEST
2001-12-29 Arnar Mar HrafnkelssonForgot to add this file for last commit.
2001-12-28 Arnar Mar HrafnkelssonAdded read support for sgi .rgb files.
2001-12-28 Arnar Mar HrafnkelssonAdded memory pools to make clean up of temporary buffer...
2001-12-12 Tony Cooksplit IM_INCPATH and IM_LIBPATH with $Config{path_sep...
2001-12-11 Tony Cookclaes' afm patch
2001-12-11 Tony Cookavoid allocating huge data structures on the stack
2001-12-10 Tony Cookinitialize the index when packing 4 bit data into bytes
2001-12-07 Tony CookLeolo expressed a desire for .ico support - I thought...
2001-12-01 Tony Cookwrite paletted images as paletted for tiff
2001-11-30 Tony Cookfreetype 2 bounding box function didn't know UTF8 ...
2001-11-30 Tony Cookadded has_chars() method to Imager::Font::FreeType2
2001-11-27 Arnar Mar HrafnkelssonClarified what version of libtiff is required.
2001-11-25 Tony Cook- read paletted tiff images into Imager paletted images
2001-11-23 Tony Cookpackbits compression instead
2001-11-23 Tony Cookmight be valid this time
2001-11-23 Tony Cooktest 8-bit/pixel paletted TIFF
2001-11-23 Tony Cook4-bit/sample paletted tiff
2001-11-21 Tony Cookmore tiff tags support
2001-11-21 Tony Cookmake color values smarter for the drawing functions
2001-11-19 Tony Cookfix polygon() call sequence
2001-11-19 Tony Cookmove the combining function call outside the general...
2001-11-12 Arnar Mar HrafnkelssonBug fixes for the polygon rendering code where naming...
2001-11-12 Arnar Mar HrafnkelssonA segfault bug fixed in polygon.c where it would crash...
2001-11-12 Arnar Mar HrafnkelssonFinished antialiased polygon drawing routines.
2001-11-07 Tony Cookthe examples were misleading. 2 people have been caught...
2001-11-03 Arnar Mar HrafnkelssonRelease version.
2001-11-02 Arnar Mar HrafnkelssonFixed missing myfree() in bmp.c.
2001-11-01 Tony Cookfix memory leaks, gif screen size calculations
2001-11-01 Arnar Mar HrafnkelssonMissing myfree() in the default path of bmp loading.
2001-11-01 Tony Cookhave error.c free a non-leak when using the debug malloc
2001-11-01 Tony Cookrelease some memory
2001-11-01 Arnar Mar HrafnkelssonMinor memory leak fixes.
2001-11-01 Arnar Mar HrafnkelssonAdded Destroy method for Imager::Font::TT and moved...
2001-11-01 Tony Cookfix errors and some warnings on Win32
next