summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Squash MSVC warning.Robin Watts
2012-03-12Fix bitshifting by a negative amount in PS functionsRobin Watts
2012-03-12Remove unnecessary assignments.Sebastian Rasmussen
2012-03-12Test both coordinates when checking for empty/infinite rect and bboxes.Sebastian Rasmussen
2012-03-12Clamp real numbers when parsing.Sebastian Rasmussen
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-12More API tidying.Robin Watts
2012-03-10Make mudraw and the trace device print well-formed XML.Sebastian Rasmussen
2012-03-09Fix overeager cleanup code.Robin Watts
2012-03-09Fix MSVC solution - openjpeg include paths not updated to 1.5Robin Watts
2012-03-07Add more function level docs.Robin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin Watts
2012-03-07Move to OpenJPEG 1.5.0Robin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-06Fix memory corruptionRobin Watts
2012-03-06Fix ref counting bugs in race condition correction code.Robin Watts
2012-03-06Tweak compression bomb detection.Tor Andersson
2012-03-06Remove stray newlines in error messages.Tor Andersson
2012-03-06Warn instead of throw when permissions are missing in encrypted PDF.Sebastian Rasmussen
2012-03-06Guess encryption revision from the version if missing.Sebastian Rasmussen
2012-03-02Fix race condition in fz_render_ft_glyphRobin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-03-01Fix incorrect handling of race condition.Robin Watts
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-29Fix trailing whitespace and mixed tabs/spaces in indentation.Tor Andersson
2012-02-29Fix typo that causes an undefined pointer to be freed.Robin Watts
2012-02-29On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.Robin Watts
2012-02-29Move base_object from fitz to pdf in the VS solution too.Robin Watts
2012-02-29Fix typo in hash table code.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-26Document some more functions.Sebastian Rasmussen
2012-02-26Document the most commonly used interface functions.Sebastian Rasmussen
2012-02-26Add working example of how to render a PDF to a PNG.Sebastian Rasmussen
2012-02-26Add introductory MuPDF documentation.Sebastian Rasmussen
2012-02-25Fix assert/SEGVs seen in cluster due to using a color image as a mask.Robin Watts
2012-02-25Revamp pdf lexing codeRobin Watts
2012-02-25Add fz_trim_buffer function, and call it.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-22Fix a double free on an error path.Robin Watts
2012-02-21Set default DPI in jpeg images if the file says 0.Tor Andersson
2012-02-16Remove mupdfdraw and muxpsdraw in favour of mudraw.Robin Watts
2012-02-15Check determinant before inverting a matrix to avoid division by zero.Tor Andersson
2012-02-15Stop searching in viewer when clicking page links.Sebastian Rasmussen