summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-18Add DEBUG and NDEBUG preprocessor defines when building debug and release mod...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-17Fix a handful typos reported in bug 691398.Tor Andersson
2010-06-16Fix typo in dev_text that caused the bounding boxes to be incorrect.Tor Andersson
2010-06-16Accelerate some of the blitting functions using SWAR.Robin Watts
2010-06-16Allow bookmark commands in the viewer to take a number argument so you can st...Sebastian Rasmussen
2010-06-15Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...Robin Watts
2010-06-15Use scissor bbox to clip shadings instead of using scratch buffers.Tor Andersson
2010-06-16Do runtime endianness test instead of relying on unreliable preprocessor macros.Tor Andersson
2010-06-15Don't process paths with missing moveto.Tor Andersson
2010-06-15Fix typo: allocate array of pointers instead of array of structs.Tor Andersson
2010-06-15Fix memory leak on error case in colorspace parsing.Tor Andersson
2010-06-15Check return value of fz_seek.Tor Andersson
2010-06-15Don't read a member of a freed struct.Tor Andersson
2010-06-15Plug leak of a fz_buffer in an error case when loading a stream fails.Tor Andersson
2010-06-15Add missing break in fz_boundpath.Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-06-15Don't reset the csi stack pointer (and leaking objects) unnecessarily. The fu...Tor Andersson
2010-06-15Rearrange in Makerules and Makethird to remove cyclical dependencies.Tor Andersson
2010-06-15Allow bare J2K code streams in the JPXDecode filter.Tor Andersson
2010-06-15Clarify use of array vs. singleton coverity warnings for shading parameter/co...Sebastian Rasmussen
2010-06-15Remove unused variable.Sebastian Rasmussen
2010-06-15Add THIRD_INCS to CFLAGS after it has been set, not before.Tor Andersson
2010-06-14Include Makerules and Makethird in the correct order.Tor Andersson
2010-06-15Seek to the indicated offsets when loading objects in a compressed object str...Tor Andersson
2010-06-13Fix bug when loading edge from global edge list.Sebastian Rasmussen
2010-06-13Re-use the correct control points when adding new patch in type6 shading.Sebastian Rasmussen
2010-06-06Allow excessive operands for PDF graphics operators, but do not leave any on ...Sebastian Rasmussen
2010-06-06Improve error message to state what type of shading is being problematic.Sebastian Rasmussen
2010-06-06Rely on csi type to define stack depth.Sebastian Rasmussen
2010-06-06Improve error message to print page number and document title when unable to ...Sebastian Rasmussen
2010-06-13Don't use pow() for every coordinate loaded when parsing patches.Tor Andersson
2010-06-06Add another missing break statement in pdf_runkeyword that resulted in warnings.Sebastian Rasmussen
2010-06-06Add function that can debugprint the PostScript stack.Sebastian Rasmussen
2010-06-06Fix bug where atan PostScript operator returned values that were not in the c...Sebastian Rasmussen
2010-06-05Fix bug where input values to PostScript functions were not clamped.Sebastian Rasmussen
2010-06-05Add debug printing for functions.Sebastian Rasmussen
2010-06-05Fix bug where if/ifelse PostScript function operators were not parsed and eva...Sebastian Rasmussen
2010-06-05Do text extraction heuristics in device space in order to be more robust.Tor Andersson
2010-06-04Add missing -lfreetype for non-thirdparty-package builds on MacOS X.Tor Andersson
2010-06-03Add wmode flag to text objects to support vertical writing mode in the text e...Tor Andersson
2010-06-02Use make install rule to copy binaries to the debian/tmp hierarchy when gener...Tor Andersson
2010-06-02Remove broken dependency in debian/control.Tor Andersson
2010-06-01Split mupdf-dev into two packages, libmupdf and libmupdf-dev.Tor Andersson
2010-06-01Update README.Tor Andersson
2010-06-01Update win32 project files to the newest version of the thirdparty libs.Tor Andersson
2010-06-01Add support for automatically compiling third party libraries if they are pre...Tor Andersson
2010-06-01Strip some whitespace.Tor Andersson
2010-06-01Plug memory leak.Tor Andersson
2010-05-31Initialize variables, fixing potential bugs.Tor Andersson