new parameter -s textonly
[swftools.git] / pdf2swf / pdf2swf.cc
2006-06-05 kramm*** empty log message ***
2006-04-23 krammbugfix: installation directory didn't work on Unix
2006-04-23 krammsmall bugfix
2006-04-16 krammonly set an implicit fontdir if we have an installation...
2006-04-16 krammfixed custom clipping
2006-01-06 krammchanges to the SWFOutputDev interface
2005-09-10 krammfixed usage output
2005-09-10 krammfixed preloader rate reading if BACKTICKS isn't set
2005-09-05 dsegFixed command substitution (`swfdump -XY ...`) handling...
2005-07-23 krammcall swf_output_preparepage() in order to get links...
2005-06-19 krammnup code rewritten to comply with the new startframe...
2005-06-02 krammswf_output_save() now returns a negative value on failure
2005-04-29 krammfixed -w option
2005-04-07 krammadded log message "swf written"
2005-02-05 krammfixed -b in conjunction with -z.
2005-01-21 kramm* moved os-specific functions to ../lib/os.c
2004-11-17 krammtemporarily removed -1, -2 from usage().
2004-11-17 krammadded n-upping.
2004-11-17 krammswf_output now needs an explicit pagefeed after each...
2004-10-26 krammfixed logging of parameter parsing.
2004-10-22 krammmoved addfontdir to SWFOutputDev.cc.
2004-10-22 krammcheck result value of swf_output_save().
2004-10-21 krammc++/c fixes
2004-10-21 krammchanged interface of converter engine.
2004-09-10 krammfixed parameter passing.
2004-09-10 krammfixed documentation.
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