2006-02-05 softadm * ChangeLog: hpgs-1.0.0 released. 2006-02-02 softadm * src/hpgs.h, src/hpgscairo/hpgscairo.c, src/hpgsdevices.c, src/hpgsfreetype.c, src/hpgsimagerop.c, src/hpgspaint.c, src/hpgspcl.c, src/hpgsscanline.c, src/hpgsswf/hpgsswf.c, src/hpgszostream.c: - Introduce gcc attributes for hpgs_i18n. - Remove hpgs_alloca_free(). 2006-01-29 softadm * src/hpgs.c, src/hpgs.h, src/hpgsimage.c, src/hpgsimage.h, src/hpgspaint.c, src/po/hpgs.pot, src/po/hpgs_de.po: Augmented quality of png files by - writing the software version to a tEXT chunk. - writing the resolution to a pHYs chunk. As a side effect, we had to introduce a method hpgs_image_set_resolution to the API. * src/hpgs.h, src/hpgsbase.c, src/hpgsbbox.c, src/hpgsbezier.c, src/hpgscharacter.c, src/hpgsdevices.c, src/hpgsdevices.h, src/hpgsfreetype.c, src/hpgsglobal.c, src/hpgsgstate.c, src/hpgsi18n.c, src/hpgsi18n.h, src/hpgsimage.c, src/hpgsimage.h, src/hpgsimagerop.c, src/hpgsistream.c, src/hpgslexer.c, src/hpgsmkrop.c, src/hpgsostream.c, src/hpgspaint.c, src/hpgspaint.h, src/hpgspaintimage.c, src/hpgspaintpath.c, src/hpgspath.c, src/hpgspcl.c, src/hpgspe.c, src/hpgspen.c, src/hpgspjl.c, src/hpgsplugin.h, src/hpgsreader.c, src/hpgsreader.h, src/hpgsscanline.c, src/hpgssetup.c, src/hpgstransform.c, src/hpgszostream.c: Changed copyright to 2004-2006. 2006-01-19 softadm * src/hpgsimagerop.c: Corrected the comment on memory estimations. * src/hpgspcl.c: Emit large PCL images in smaller portions in order to economize memory. 2006-01-18 softadm * src/hpgs.h, src/hpgspcl.c, src/hpgsreader.c, src/hpgsreader.h, src/po/hpgs.pot, src/po/hpgs_de.po: Allow to interrupt hpgs_reader_read from another thread. 2006-01-16 softadm * src/hpgs.c: Fixed get_int_pair and get_double_pair. * src/hpgsbase.c: Removed unnecessary log print to stderr. * build/unix-shared/Makefile: Finally got CFLAGS right for gettext. 2006-01-15 softadm * src/hpgsdevices.c: Fixed the size calculation of splines with large turning angles. 2006-01-14 softadm * src/hpgsreader.c: Added support of Oce Job-headers. * src/po/hpgs.pot, src/po/hpgs_de.po: i18n update for OceJob support. 2006-01-10 softadm * src/po/hpgs.pot, src/po/hpgs_de.po: Fixed i18n typos. * src/hpgs.h, src/hpgsimage.c, src/po/hpgs.pot, src/po/hpgs_de.po: Removed the last API FIXME by making image->get_data virtual. * src/po/hpgs_de.po: Fixed i18n typo. * build/unix-shared/Makefile: Use gettext library. * src/include.mak: Renamed languae de_DE to de. 2006-01-06 softadm * src/hpgsglobal.c, src/hpgsreader.c: Brush-up of error messages. 2006-01-05 softadm * src/hpgsbase.c: Doa much more stringent parsing of lengths. * src/hpgs.c: Do a more stringent number parsing. Set copyright to 2006. * src/po/hpgs.pot, src/po/hpgs_de.po: i18n update. 2006-01-04 softadm * src/hpgs.c, src/po/hpgs.pot, src/po/hpgs_de.po: Completed i18n. * build/unix-shared/Makefile, src/hpgs.c, src/hpgs.h, src/hpgscharacter.c, src/hpgsdevices.c, src/hpgsfreetype.c, src/hpgsglobal.c, src/hpgsi18n.c, src/hpgsi18n.h, src/hpgsimage.c, src/hpgsimagerop.c, src/hpgspaint.c, src/hpgspaintimage.c, src/hpgspaintpath.c, src/hpgspath.c, src/hpgspcl.c, src/hpgspe.c, src/hpgspen.c, src/hpgspjl.c, src/hpgsreader.c, src/hpgsscanline.c, src/hpgssetup.c, src/hpgstransform.c, src/include.mak, src/po, src/po/Makefile, src/po/hpgs.pot, src/po/hpgs_de.po: Added i18n support and freezed 1.0 API.