moved extern declaration up to prevent compile-time errors.
[swftools.git] / pdf2swf /
2001-12-16 krammfix: with -bl, the dimensions weren't right. release-0-2-1
2001-12-16 krammadded preloader/viewer commands
2001-12-16 krammimproved preloader/viewer linking.
2001-12-16 krammGenerated from pdf2swf_usage.html
2001-12-16 krammpass -X,-Y, -r options with preloader/viewer linking...
2001-12-16 kramminstall fonts in swftools/fonts
2001-12-16 krammallow preloader and viewer linking.
2001-12-16 krammfixed font matrix.
2001-12-13 krammbyte order fix.
2001-12-13 krammuse mktmpname for generating temporary filenames.
2001-12-13 krammuse srand if srand48 not present.
2001-12-13 krammexported mktmpname.
2001-12-13 krammuse either lrand48,rand, or time, depending on what...
2001-12-06 kramm* new function SWFFont::getWidth(char*)
2001-12-03 krammGenerated from pdf2swf_usage.html
2001-12-02 kramms/GetDataSize/GetTagLen/g
2001-12-02 krammmoved is_in_range to ../args.h.
2001-11-28 krammThe image routines don't try to insert broken images...
2001-11-23 kramm* only store fonts with valid names in substitute table.
2001-11-23 krammis now "complete" automake/autoconf Makefile.
2001-11-23 krammadded install target
2001-11-23 krammadded ttf2pt1 dependencies
2001-11-23 krammadded support for truetype libs using ttf2pt1.
2001-11-23 kramminitial revision
2001-11-21 krammfixed clipping bug: More than one clipping region insid...
2001-11-19 krammcopy with too big character indicies in getCharName.
2001-11-19 krammcleaned up font handling.
2001-11-19 krammFixed the masked bitmap handling. (converting the ...
2001-11-16 krammprint out a "file contains links" message once.
2001-11-10 krammmake makeRomanEncoding non-static
2001-11-10 krammSWFFont now also stores the character widths
2001-11-09 krammthe symbol and zapfdingbats encoding tables are now...
2001-11-09 krammSWFFont now also stores char widths. (a.k.a. advance...
2001-11-08 krammswf_SetActions is now named swf_ActionSet.
2001-11-04 krammadded optional storing of full font sets in the .swf...
2001-11-04 krammwrite fontinfo tags
2001-11-04 krammmake standardEncodingNames global
2001-11-04 boehmefixed: "too many arguments" bug @ swf_ActionStart()
2001-11-04 krammBrought up to date
2001-11-04 krammGenerated from pdf2swf_usage.html
2001-11-04 krammadded missing return statement.
2001-11-04 krammremoved unneccessary placeobject tag
2001-11-02 krammthis was really really outdated.
2001-11-02 krammGenerated from pdf2swf_usage.html
2001-11-01 krammcleared up.
2001-11-01 krammdisabled a warning
2001-11-01 krammnew routine: dumpEntries()
2001-11-01 krammnew function: opennewwindow() which set's a converter...
2001-11-01 krammadded Link support
2001-11-01 krammadded -w, --samewindow option
2001-11-01 krammadded routines for link generation
2001-10-31 boehmerfxswf cleanups: TAG structure and ResetWriteBits/Reset...
2001-10-30 boehmerfxswf cleanups: added prefixes and altered structure...
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