summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21Disable writing filetype associations to the registry in winmain.Tor Andersson
2010-01-21Update Jamrules for windows builds.Tor Andersson
2010-01-20Update the URL in the README to point to mupdf.com.Tor Andersson
2010-01-20Change the include and library paths for MINGW build to c:\msys\1.0\local.Tor Andersson
2010-01-08Initialize simple font encoding table pointer to avoid freeing uninitialized ...Sebastian Rasmussen
2010-01-20Remove unnecessary and faulty fz_dropobj.Tor Andersson
2010-01-20Add UTF16 CMaps, part 2 -- the missing table updates.Tor Andersson
2010-01-20Add UTF16 CMaps.Tor Andersson
2010-01-17Allow tabs in pdf_docencoding.Tor Andersson
2010-01-17Allow stray spaces after a stream keyword.Tor Andersson
2010-01-17Fix typos in pdf_function.c.Tor Andersson
2010-01-17Workaround for files where the ID keyword is followed by \r\n instead of one ...Tor Andersson
2010-01-17Fix typo: missing return in pdf_lookupagl.Tor Andersson
2010-01-16Remove duplicated paragraph from README.Tor Andersson
2010-01-16Only take md5sum if there is no pnm output file.Tor Andersson
2010-01-08Define snprintf for MSVC.Ralph Giles
2009-12-09Look up glyphs using all alternate names when encoding by strings.Tor Andersson
2009-12-09Update the built in fonts again, this time in CFF format.Tor Andersson
2009-12-09Add new open source CMap resources.Tor Andersson
2009-12-09Remove old CMap resources.Tor Andersson
2009-12-09Add some inline asm directives to the output of fontdump that will speed up t...Tor Andersson
2009-12-09Set OSPLAT to x64 if it is unset. The Jambase is getting rather old and doesn...Tor Andersson
2009-12-09Replace 'boolean' types with 'int'.Ralph Giles
2009-12-08Call va_end on the copied args.Tor Andersson
2009-12-08Remove redundant initialisations.Tor Andersson
2009-12-08Fix coverity error where a struct field was accessed after the struct was freed.Tor Andersson
2009-12-07Use the available local to shorten the code.Ralph Giles
2009-12-08Add support for 16 bit per component images.Sebastian Rasmussen
2009-12-08Upgrade built-in fonts to the new URW postscript fonts with Cyrillic characte...Tor Andersson
2009-12-08Use correct default value for DW entry in CID fonts.Tor Andersson
2009-12-05Reference count XObject resource dicts everywhere and drop it when freeing XO...Sebastian Rasmussen
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-12-05Remove unnecessary resolve of root and info objects in pdftools.Sebastian Rasmussen
2009-12-03...and remove the unused variables.Tor Andersson
2009-12-03Completely ignore blend nodes instead of inserting superfluous over nodes tha...Tor Andersson
2009-12-03Add Count field to pdf_outline.Tor Andersson
2009-12-03Clip XObjects to their bounding box.Tor Andersson
2009-12-03Use iteration for siblings in fz_dropnode.Tor Andersson
2009-12-03Remove bogus error check.Tor Andersson
2009-12-03Fix regression in fz_hashtable.Tor Andersson
2009-12-03Fork first, then exec.Tor Andersson
2009-12-03Silence compiler warning.Tor Andersson
2009-12-03Change fz_mul255 according to suggestion by gka.Tor Andersson
2009-12-03Fix possible buffer overflows in the viewer application.Tor Andersson
2009-12-03Remove unnecessary resolve when loading page contents.Sebastian Rasmussen
2009-12-02Drop the entire material in graphics state, not just its colorspace.Sebastian Rasmussen
2009-12-02Have image and colorspace freeing adhere to common naming scheme.Sebastian Rasmussen
2009-12-02Revert to device colorspaces instead of calibrated ones as the latter give bo...Sebastian Rasmussen
2009-12-02Correct reference counting of base colorspaces and functions when loading Sep...Sebastian Rasmussen
2009-12-02Whitespace fixes.Sebastian Rasmussen