added documentation about zoom option.
[swftools.git] / pdf2swf / pdf2swf.cc
2004-09-09 krammadded documentation about zoom option.
2004-09-02 krammadded some words to usage().
2004-08-18 krammbrought --help output up to date..
2004-08-07 krammescaped filenames in system() calls.
2004-07-25 krammremoved gfile.h include.
2004-07-24 kramm* removed t1lib and ttf2pt1 references
2004-06-21 krammfixed /tmp/ issue on Win32.
2004-06-15 krammpdf2swf's home is now C:\swftools.
2004-06-12 krammAdded Win32 support.
2003-08-08 krammadded (long) GPL headers.
2003-07-05 krammchanged logf to msg.
2003-04-30 krammadded -s parameter.
2003-04-11 krammTypo fixed.
2003-04-05 krammmade output filename optional
2003-04-04 krammadded a missing fclose().
2003-02-02 krammmingw fixes
2002-11-03 krammcommand line fix.
2002-08-17 krammimplemented viewer gadgets and --flashversion.
2002-06-17 krammImplement -t (--stop) option.
2002-06-13 krammadded antialiasing of type 3 fonts.
2002-05-28 krammimplement -q (--quiet) option.
2002-05-27 krammpdfswf.h is now named SWFOutputDev.h
2002-04-21 krammadded -z option.
2002-03-15 krammadd documentation about the -i option
2002-01-27 krammFixed a bug in addfontdir routine.
2002-01-27 krammadded --fontdir option.
2001-12-16 krammfix: with -bl, the dimensions weren't right. release-0-2-1
2001-12-16 krammimproved preloader/viewer linking.
2001-12-16 krammpass -X,-Y, -r options with preloader/viewer linking...
2001-12-16 krammallow preloader and viewer linking.
2001-12-13 krammuse srand if srand48 not present.
2001-12-02 krammmoved is_in_range to ../args.h.
2001-11-04 krammadded optional storing of full font sets in the .swf...
2001-11-01 krammadded -w, --samewindow option
2001-10-23 krammdisallow omitting the output filename
2001-10-23 kramm* now uses the args_long2short function
2001-10-22 krammadded more command-line options
2001-10-18 krammadded random initialization (srand48)
2001-10-18 krammInitial revision