summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2018-11-20fixprofxjcIru Cai
2018-11-20clean upIru Cai
2018-11-20move the profxjc things out of pdf_new_cryptIru Cai
2018-11-20free r_bufIru Cai
2018-11-20more cleaningIru Cai
2018-11-20use the original MT19937 codeIru Cai
2018-11-20final fix - it works!!Iru Cai
2018-11-20some fix - still not workIru Cai
2018-11-20the complete hashing, but not worksIru Cai
2018-11-20add mt19937 codeIru Cai
2018-11-20hash r_bufIru Cai
2018-11-20get id string and xmlIru Cai
2018-11-19hardcode an encryption key for test -- it worksIru Cai
2018-11-18support ProfXJCIru Cai
2018-09-21Add fz_lookup_cjk_font_by_name to create builtin CJK fonts.Tor Andersson
2018-09-21Regularize language and script names.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-20Bug 699798: Avoid removing page from list if page was not loaded.Sebastian Rasmussen
2018-09-19Add accessor for field text label.Tor Andersson
2018-09-19Make fz_page objects singleton.Tor Andersson
2018-09-19Fix warning.Tor Andersson
2018-09-19Update to OpenJPEG 2.3.0.Sebastian Rasmussen
2018-09-16GPROOF: Move away from unlink to remove.Robin Watts
2018-09-13jpx: Handle ICC color profiles.Sebastian Rasmussen
2018-09-13Bug 699769: Fix bugs in upsampling code for JPX images.Sebastian Rasmussen
2018-09-13Bug 699768: Drop default colorspaces even if page transformation fails.Sebastian Rasmussen
2018-09-13Make naming of effective overprint argument consistent.Sebastian Rasmussen
2018-09-13Bug 699750: Check for overprinting correctly.Sebastian Rasmussen
2018-09-12Set the profile BGR flag for non-default ICC colorspaces too.Sebastian Rasmussen
2018-09-07Bug 699743: Pop clip upon error when flushing text.Sebastian Rasmussen
2018-09-06Bug 699723: Free alternative colorspace upon error when loading ICC colorspace.Sebastian Rasmussen
2018-09-06Fix typo in size field of ICC profile colorspace.Sebastian Rasmussen
2018-09-06Bug 699717: Pop clip even in case of error.Sebastian Rasmussen
2018-09-05Take colorspace name from ICC profile.Sebastian Rasmussen
2018-09-05Bug 699715: Support embedded ICC color profiles in GIF.Sebastian Rasmussen
2018-09-05When decoding GIF, move pixmap into struct so it can be changed.Sebastian Rasmussen
2018-09-05Bug 699702: Handle ICC profiles split into multiple APP-markers.Sebastian Rasmussen
2018-09-05Add missing fz_var declarations.Tor Andersson
2018-09-05Add fz_new_stext_page_from_annot utility function.Tor Andersson
2018-09-05Use colorspace type enum instead of magic profile names.Tor Andersson
2018-09-05mutool run: Pass script path and arguments as scriptPath and scriptArgs.Tor Andersson
2018-09-04Fix 699177: Don't clamp line width to 1 after scaling by matrix expansion.Tor Andersson
2018-09-04Check for missing filename when saving gproof.Sebastian Rasmussen
2018-09-04Fix string handling when using gproof files.Sebastian Rasmussen
2018-09-04Add -dSAFER to gs calls in gproof.Michael Vrhel
2018-09-04Fix bit rot in gproof support.Michael Vrhel
2018-08-30When unrecoverable errors occur on a page, at least print them.Sebastian Rasmussen
2018-08-30Bug 699695: Remember to end groups/softmasks even upon exception.Sebastian Rasmussen
2018-08-30Bug 699694: Fix reference counting for JBIG2 globals.Sebastian Rasmussen
2018-08-30Remove unreachable code.Sebastian Rasmussen