summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-03Indent with tabs, not spaces.Tor Andersson
2011-02-03Initialize loadpage variable.Tor Andersson
2011-02-03Special case calloc and realloc with zero count or size.Tor Andersson
2011-02-03Use calloc to allocate pixmap data. Limit size of PDF images to 65k x 65k.Tor Andersson
2011-02-03Fix typo in WM_DELETE_WINDOW patch.Tor Andersson
2011-02-02Strip hints from built-in CFF fonts.Tor Andersson
2011-02-02Preserve trailer root and info when repairing. Look for both root and info di...Tor Andersson
2011-02-02Always initialize softmask background color array.Tor Andersson
2011-02-02Don't increase the clipdepth counter when accumulating clipped text continuat...Tor Andersson
2011-02-02Use BINDIR, LIBDIR and INCDIR variables for installation directories instead ...Tor Andersson
2011-02-02Store font data buffer in fz_font rather than in pdf_fontdesc. Fixes bug wher...Tor Andersson
2011-02-02Fix several memory leaks in error handling code, courtesy of SumatraPDF.Tor Andersson
2011-02-02Guard against glyphs without encodings when creating the width table.Tor Andersson
2011-02-02Also set window title with XStoreName.Tor Andersson
2011-02-02Handle WM_DELETE client messages.Tor Andersson
2011-02-02Silence debugging info when setting up ximage code.Tor Andersson
2011-02-02Flush buffered text when running an ExtGState dictionary.Tor Andersson
2011-02-02Squeeze the flags and the lengths of CMap ranges into one unsigned short, thu...Robin Watts
2011-02-02Remove pdf_token_e typedef since the list of tokens is extended by individual...Tor Andersson
2011-01-30Update DroidSansFallback font to include more chinese characters.Sebastian Rasmussen
2011-01-29Cleanups in fz_copyarray and fz_copydict.Tor Andersson
2011-01-29Remove file local.properties from android build.Tor Andersson
2011-01-29Don't try to copy arrays/dictionaries that are indirect references with fz_co...Tor Andersson
2011-01-27Add fz_calloc function to check for integer overflow when allocating arrays, ...Tor Andersson
2011-01-17Speed up android app rendering by reusing a display list, and rename some of ...Robin Watts
2011-01-17Changes to make mupdf build under android ndk-r5.Robin Watts
2011-01-17Fix out of bound memory access in smooth scaling single column code.Robin Watts
2011-01-09Update man pages.Tor Andersson
2011-01-06Fail on softmasks without an xobject.Tor Andersson
2011-01-06Don't use private struct field when copying dictionaries.Tor Andersson
2011-01-06Fix typos in fz_paintlinear.Tor Andersson
2011-01-06Find encryption info in xref streams when repairing.Sebastian Rasmussen
2011-01-06Search for text on all pages rather than only the current page.Sebastian Rasmussen
2011-01-06Make panning and repainting optional when showing a page in x11 viewer.Sebastian Rasmussen
2011-01-06Make several functions static, removing them from the public interface.Sebastian Rasmussen
2011-01-06Remove unnecessary whitespace.Sebastian Rasmussen
2011-01-06Remove unused functions.Sebastian Rasmussen
2011-01-02Relaxed limits when detecting compression bombs.Sebastian Rasmussen
2011-01-01Support transformation and comparison of bounding boxes.Sebastian Rasmussen
2010-12-30Re-order delcaration to adhere to nesting idiom.Sebastian Rasmussen
2010-12-30Remove redundant declaration.Sebastian Rasmussen
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-12-30Adhere to indentation idiom for switch everywhere.Sebastian Rasmussen
2010-12-30Remove unnecessary whitespaceSebastian Rasmussen
2010-12-30Remove unimplemented and unused declarations.Sebastian Rasmussen
2010-12-30Repair xref before repairing the trailer.Sebastian Rasmussen
2010-12-30Defer search for catalog so it can be found inside object streams too.Sebastian Rasmussen
2011-01-06Solve subpixel positioning problems when scaling rotated images.Robin Watts
2011-01-05Correct miscalculation of target image sizes for scaling.Robin Watts
2011-01-05Add rotate flag to pdfdraw.Robin Watts