check for sys/types.h
[swftools.git] / pdf2swf /
2001-10-29 krammbugfix: some lines were too thick or too thin
2001-10-29 krammfixed logfs with no priority
2001-10-29 krammdon't draw characters which don't have a name
2001-10-29 krammimplement picture cache, so pictures that are reference...
2001-10-29 kramm* new function: swfoutput_drawimageagain, which draws...
2001-10-28 krammchanged some errors to warnings.
2001-10-28 krammLossless Images added.
2001-10-28 krammgenerated from pdf2swf_usage.html
2001-10-27 krammremoved stamp-h stuff
2001-10-27 krammripped all the remaining automake self-generating stuff out
2001-10-27 krammwe don't do automake anymore
2001-10-27 krammwe don't do automake anymore
2001-10-26 krammremoved Makefile target
2001-10-26 krammremoved the all-am stuff again
2001-10-26 krammdon't automatically generate Makefile, config.h.in...
2001-10-23 krammdisallow omitting the output filename
2001-10-23 kramm* now uses the args_long2short function
2001-10-23 krammmoved into lib
2001-10-23 kramm* startclip() doesn't change the drawmode anymore
2001-10-23 krammFixed a bug which caused wrong initialization of matrices.
2001-10-22 krammformatting fixes, variable inititializations, added...
2001-10-22 kramm* added functions for setting options
2001-10-22 krammadded functions for option setting
2001-10-22 krammfonts now work. output size is a small fraction of...
2001-10-22 krammadded more command-line options
2001-10-22 kramm* added global variables for setting options
2001-10-22 krammtwo new options
2001-10-20 krammSWFFont now has a destructor
2001-10-20 kramm* shapecount is now named currentswfid
2001-10-20 krammstore temporary files in /tmp.
2001-10-20 krammfixed a bug. (SWFFont now strdups it's font name)
2001-10-20 krammremoved the embedded cache, as the swfoutput font cache...
2001-10-20 krammFont characters are now addressed by full name, not...
2001-10-18 krammimplemented two levels of font cache
2001-10-18 krammadded random initialization (srand48)
2001-10-18 krammswfoutput_setfont now takes the font id as parameter
2001-10-18 kramm* setfont now takes the font id as parameter (to be...
2001-10-18 krammInitial revision