swftools.git
2001-10-27 kramm* implemented disabling of jpeg2swf if jpeglib isn...
2001-10-27 krammGenerated from configure.in
2001-10-27 krammprint out package version that is created
2001-10-27 krammripped all the remaining automake self-generating stuff out
2001-10-27 kramm* explicitly call AC_DEFINE_UNQUOTED for PACKAGE and...
2001-10-27 krammwe don't do automake anymore
2001-10-27 krammremoved Makefile.am's
2001-10-27 krammwe don't do automake anymore
2001-10-27 krammremoved aclocal.m4
2001-10-27 krammthis file was only needed for automake
2001-10-26 krammgenerated from configure.in
2001-10-26 krammremoved automake stuff
2001-10-26 krammremoved Makefile target
2001-10-26 krammimplemented the autoconf-pdf2swf-disabling thing automake_to_be_removed
2001-10-26 krammGenerated from configure.in
2001-10-26 krammdisable pdf2swf/jpeg2swf also if t1lib.h and/or jpeglib...
2001-10-26 krammgenerated from configure.in
2001-10-26 krammimplemented disabling of pdf2swf package
2001-10-26 krammcheck for HAVE_LIBJPEG
2001-10-26 krammadded lib/old_rfxswf.h
2001-10-26 krammgenerated from Makefile.am
2001-10-26 krammremoved the all-am stuff again
2001-10-26 krammdon't automatically generate Makefile, config.h.in...
2001-10-26 krammgenerated from Makefile.am
2001-10-26 krammprevent automatically generating the Makefile, config...
2001-10-26 krammadded item.
2001-10-26 krammadded config.guess and config.sub
2001-10-25 krammintroduced old_rfxswf.h, which stores #define's for...
2001-10-25 krammtest HAVE_JPEGLIB_H before including the jpeglib header
2001-10-25 krammadded autoconf section
2001-10-25 krammgenerated from configure.in
2001-10-25 krammmoved AC_EXEEXT downward. It has to be below the compil...
2001-10-25 kramminitial revision
2001-10-25 boehmeadded item
2001-10-24 krammadded todo item.
2001-10-24 boehme* fix: install jpeg2swf.1
2001-10-24 boehmesome more ideas
2001-10-24 boehmebugfix: error message on <file not found> without last...
2001-10-24 krammfixed font style
2001-10-23 krammversion is 0.0.2 now
2001-10-23 krammfixed ShapeSetLine (again) release-0-0-2
2001-10-23 krammchanged version to 0.0.2
2001-10-23 krammcommand line parameters which contain '=' are now split...
2001-10-23 kramm* args moved to lib
2001-10-23 krammmade C compatible
2001-10-23 krammremoved some items, which are done.
2001-10-23 krammdisallow omitting the output filename
2001-10-23 krammadded enhanced argument parsing
2001-10-23 krammexit(0) after --version
2001-10-23 krammcommand line option --version now works
2001-10-23 kramm* now uses args_long2shortoption()
2001-10-23 kramm* args.h is moved into lib
2001-10-23 kramm* args.h is moved into lib
2001-10-23 kramm* now uses the args_long2short function
2001-10-23 krammmoved into lib
2001-10-23 krammmoved from src and pdf2swf into the lib directory,...
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-23 krammgenerated from configure.in/Makefile.am
2001-10-23 krammpdf2swf used to be in there twice. fixed.
2001-10-23 krammfixed typos.
2001-10-22 krammformatting fixes, variable inititializations, added...
2001-10-22 kramm* InsertTag now sets an initial bitcount
2001-10-22 krammremoved GetTagPosPtr
2001-10-22 krammGetName now uses GetTagPos, not GetTagPosPtr (which...
2001-10-22 kramm* ShapeSetEnd now resets the bit count
2001-10-22 krammmerged rainers jpeg patch, and converted newlines to...
2001-10-22 krammfixed formatting
2001-10-22 krammadded jpeg2swf
2001-10-22 krammadded items from 0.0.2.
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-22 krammupdated TODO items
2001-10-22 krammadded new tool (jpeg2swf)
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 krammimplemented font cache
2001-10-20 krammFont characters are now addressed by full name, not...
2001-10-19 krammmore to do.
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 krammupdated the description of swfdump.
2001-10-18 krammInitial revision