summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-12-02Warn on graphics state under-/overflow instead of giving errors.Sebastian Rasmussen
2009-12-02Fix several resource memory leaks in runkeyword.Tor Andersson
2009-12-02Update win32, jbig2 and jpx code for malloc changes.Tor Andersson
2009-12-02Warn and drop soft mask if an image has both Mask and SMask set.Tor Andersson
2009-12-02Initialize and free t3widths pointer in fz_font.Tor Andersson
2009-12-01Return filter instead of fz_okay.Tor Andersson
2009-12-01Fix conflict with "Removed leaky optimizations." and whitespace patch.Tor Andersson
2009-11-30Resolve conflict.Tor Andersson
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Clean up some macro incantations to play better with auto-indenting.Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-11-29Add some braces around complicated nesting statements.Tor Andersson
2009-11-28A few out of memory error checks that the last patch forgot.Tor Andersson
2009-11-28The pointers were incorrectly set up after growing a buffer after changes in ...Tor Andersson
2009-11-28Malloc cannot return null. Clean up in mupdf resource code.Tor Andersson
2009-11-20Malloc cannot return null. Clean up streams and filters.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson
2009-12-02Fix jamfile after the removal of fitz/node_optimize.cTor Andersson