summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-04-19Improved debug printing of shading to show vertex grouping into triangles.Sebastian Rasmussen
2010-04-18Silencing two compiler warnings.Sebastian Rasmussen
2010-04-18Factor out adding triangle and quad to shading mesh into separate functions a...Sebastian Rasmussen
2010-04-18Give warnings on out of range values in shading dict.Sebastian Rasmussen
2010-04-17Fix omitted initialization in shade debug printing.Sebastian Rasmussen
2010-04-17Improved mesh growing function and use it for all shadings.Sebastian Rasmussen
2010-04-17Fix memory leak in type5 shading.Sebastian Rasmussen
2010-04-17Factor out parsing of shading dict entries to common function.Tor Andersson
2010-04-17Adapt type4 shading to only parse vertex stream once.Sebastian Rasmussen
2010-04-17Make error message follow common cannot idiom.Sebastian Rasmussen
2010-04-17Added function to print fitz shading objects for debugging.Sebastian Rasmussen
2010-04-16Resurrect pdfinfo tool.Sebastian Rasmussen
2010-04-16Plug memory leaks in dev_draw.Tor Andersson
2010-04-16Handle io errors when reading full streams.Tor Andersson
2010-04-16Don't cache glyphs bigger than a threshold size, and clear the cache when it ...Tor Andersson
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Renamed internal cmap functions to adhere to function naming idiom.Sebastian Rasmussen
2010-04-15Stop parsing cmaps when encountering the endcmap keyword or EOF.Sebastian Rasmussen
2010-04-15Remove redundant fz_buffer rewind before running the content stream interpreter.Tor Andersson
2010-04-15Add dependencies on headers specific for viewer applications and tools.Sebastian Rasmussen
2010-04-15Do not disable color component mapping function in type4 shadings.Sebastian Rasmussen
2010-04-15Remove incorrect comment from fz_shade.Sebastian Rasmussen
2010-04-14Remove test for NaN in shademesh rendering since it no longer appears.Sebastian Rasmussen
2010-04-15Make the content stream interpreter automatically rewind the fz_buffer.Tor Andersson
2010-04-15Remove stray trailing whitespace.Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-15Change command line flag for the password to -p for all tools.Tor Andersson
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-15Turn off all optimizations in debug build target.Tor Andersson
2010-04-15Move 64k scratch buffer from stack/heap allocation into pdf_xref struct.Tor Andersson
2010-04-15Remove NULL check where NULL is impossible.Tor Andersson
2010-04-15Simplify API for opening a PDF document.Tor Andersson
2010-04-14Silence compiler warning after shading file merger.Sebastian Rasmussen
2010-04-14Combined all colorspace and all shading code into two files instead of five.Sebastian Rasmussen
2010-04-14Parsing functions in shadings only requires functions dict, not shading dict.Sebastian Rasmussen
2010-04-13Fix some typos in the display list device.Tor Andersson
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Support multipage ppm output in pdfdraw if the filename pattern does not cont...Tor Andersson
2010-04-12Remove declared functions whose definitions are missing.Sebastian Rasmussen
2010-04-12Remove unused CRC32 code.Sebastian Rasmussen
2010-04-12Remove function declarations whose definitions are missing.Sebastian Rasmussen
2010-04-12Expect encryption object to be a dictionary instead of taking special care of...Sebastian Rasmussen
2010-04-11Move MAX4 and MIN4 macros to where they are used.Tor Andersson
2010-04-11Remove R_OK macro.Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Remove unused functions in obj_parse.cTor Andersson
2010-04-11Remove unused functions.Tor Andersson
2010-04-11Made hash resize function static.Tor Andersson
2010-04-11Remove unused functions.Tor Andersson