summaryrefslogtreecommitdiff
path: root/pdf
AgeCommit message (Expand)Author
2011-12-16Mote memsqueezing fixes.Robin Watts
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-12-15More Memsqueezing fixes.Robin Watts
2011-12-15Another memsqueezing bug.Robin Watts
2011-12-15Another Memsqueezing bug.Robin Watts
2011-12-15Various Memsqueezing fixes.Robin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Don't count ROM data in size of fontdescs.Robin Watts
2011-12-15Remove stray whitespace.Tor Andersson
2011-12-15Remove 'soft limit' on pixmaps in favour of fz_store.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-12-09Reinstate some missing fz_vars.Robin Watts
2011-12-09Fix pdfdraw "repairing" every document.Robin Watts
2011-12-09Squash 2 warnings (fz_obj * != int).Robin Watts
2011-12-08Stylistic changes when testing pointer values for NULL.Tor Andersson
2011-12-08Remove deprecated error handling code.Tor Andersson
2011-12-08Remove remaining fz_error_note calls in the pdf code.Tor Andersson
2011-12-08Throw exceptions for read errors.Tor Andersson
2011-12-08Move from volatile to fz_var.Robin Watts
2011-12-08Fix regression from main; no "invalid password" errorRobin Watts
2011-12-08Fix SEGV with "1439 - color softmask fails to draw jpx image.pdf"Robin Watts
2011-12-08Fix lack of output with "719 - EOF incorrectly detected.pdf"Robin Watts
2011-12-08Fix possible NULL dereference in pdf_resolve_indirectRobin Watts
2011-12-08Fix SEGV seen when repairing SumatraPDF1.1DOS.pdfRobin Watts
2011-12-08Merge branch 'master' into contextRobin Watts
2011-12-08Ignore invalid color key Masks that contain non-integer values.Tor Andersson
2011-12-07Fix tile coverage calculations.Robin Watts
2011-12-07Fix tile coverage calculations.Robin Watts
2011-12-06Remove dead (duplicated) code from pdf_fontfile.cRobin Watts
2011-12-06Remove dead (duplicated) code from pdf_fontfile.cRobin Watts
2011-11-25Merge branch 'master' into contextRobin Watts
2011-11-25First cut at support for OCGs in mupdf (bug 692314)Robin Watts
2011-11-24Fix *STUPID* error in recent clipping changes.Robin Watts
2011-11-24Bug 692506: Improve repairing by accepting broken dictionaries.Robin Watts
2011-11-17Bug 692424: make repair cope better with missing endobjRobin Watts
2011-11-17Bug 692478: Honour decode arrays for jpx imagesRobin Watts
2011-11-17AES encryption tweak; strings can be 0 bytes longRobin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Fix clipping error.Robin Watts
2011-11-15Merge branch 'master' into contextRobin Watts
2011-11-14mupdf clip path handling; revert commit 2f8acb0Robin Watts
2011-11-10Add XPS outline parsing and move outline data struct to fz_outline.Tor Andersson
2011-11-01Don't round the mediabox when loading the pdf_page object.Tor Andersson
2011-10-25Treat garbage in PDFDocEncoding low code points as spaces.Tor Andersson
2011-10-04Establish 'break scope' within fz_try macroRobin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-21Don't thread ctx through safe fz_obj functions.Tor Andersson
2011-09-20Reshuffle exception context code to fit Tor's aesthetic sense.Tor Andersson