summaryrefslogtreecommitdiff
path: root/mupdf
AgeCommit message (Expand)Author
2010-07-16Set scissor after replacing dest with the transparency buffer. Pop the transp...Tor Andersson
2010-07-16Check dicts for null so we don't get lots of warnings.Tor Andersson
2010-07-16Prevent infinite recursion when loading page tree.Tor Andersson
2010-07-16Refactor pdf store presence to be optional and use function pointers.Tor Andersson
2010-07-16Clarify function names for opening a PDF file.Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Only use a page level transparency group if the blending mode is not normal.Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Implement correct blend mode functions and blending.Tor Andersson
2010-07-15Return explicit error code from pdf_openxref.Tor Andersson
2010-07-15Tweak makefiles.Tor Andersson
2010-07-14Add support for retrieving a page's reference.Sebastian Rasmussen
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-14Be paranoid about pattern colorspaces being set without a current pattern.Tor Andersson
2010-07-13Remove debugging messages.Tor Andersson
2010-07-13Don't skip shadings used as pattern colorspaces due to device hints.Tor Andersson
2010-07-13Fix clang warnings.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Remove distance calculation in axial shadings, reducing a source of potential...Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Convert glyph list to unix line-endings.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unused 'info' object extraction in repair function.Tor Andersson
2010-07-02Remove shadowed local variables.Tor Andersson
2010-07-02Enable stroked text to be passed through to devices from the interpreter.Tor Andersson
2010-07-02Save contents of csi stack before calling flushtext since it can reuse the cs...Tor Andersson
2010-07-02Don't apply the font substitute stretching to CJK fonts.Tor Andersson
2010-07-02Move test for builtin font names until after the font descriptor has been loa...Tor Andersson
2010-07-01Fix uninitialized reads.Tor Andersson
2010-07-01Redo the radial shading mesh generation to be more understandable.Tor Andersson
2010-07-01Make copying of vertex tensor patch pole colors obvious.Sebastian Rasmussen
2010-07-01Make functions adding vertices, triangles and quads use the newly introduced ...Sebastian Rasmussen
2010-07-01Refactor shading code to use the vertex struct for more shading types.Tor Andersson
2010-06-30Expand GETVERT macro and introduce a readsample function.Tor Andersson
2010-06-30Use 32-bit blitting and DeviceBGR colorspace in windows viewer to avoid conve...Tor Andersson
2010-06-30Fix typo in fastrgbtobgr that used the wrong pixel stride.Tor Andersson
2010-06-30Rearrange shading dictionary loading.Tor Andersson
2010-06-30Fix the composition of triangles in type 4 free-form triangle meshes.Tor Andersson
2010-06-30Refactor and clean up shading code a bit.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-29Free page objects and references when freeing the xref struct.Tor Andersson
2010-06-26Use floats in radial shading code, also fix some whitespace inconsistencies.Sebastian Rasmussen
2010-06-26Re-order arguments to function generating annulush mesh for radial shadings t...Sebastian Rasmussen
2010-06-26Remove redundant rendering pass that do not generate mesh triangles for radia...Sebastian Rasmussen
2010-06-26Remove unused function argument and return value in radial shading.Sebastian Rasmussen
2010-06-25Allow the parsing of integers outside INT_MIN and INT_MAX range, but let them...Tor Andersson