summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
2013-06-12Clean up whitespace errors.Tor Andersson
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-06-08Simple PCL outputRobin Watts
2013-06-05Fix XPS leaking fz_buffers for images.Robin Watts
2013-06-05Change in doc_document.c to account for oxps type. Also error catching when ...Michael Vrhel
2013-06-03make dev_bbox take clips into accountzeniko
2013-06-03prevent memory leak and unexpected exceptionzeniko
2013-06-03prevent deadlock under memory pressurezeniko
2013-06-03Improve rendering of fts_15_1506.pdfRobin Watts
2013-05-31Fix typo in text extraction RTL pass.Tor Andersson
2013-05-30Add fz_puts to the fz_output bestiary.Robin Watts
2013-05-30Check signatures on clicking the corresponding form fieldPaul Gardiner
2013-05-30Add functions to return digital signature infoPaul Gardiner
2013-05-29Rename some find/lookup functions to be in line with documentation.Tor Andersson
2013-05-29Silence warnings.Tor Andersson
2013-05-27Treat multiple whitespace in search strings as single.Robin Watts
2013-05-27Strip trailing whitespace.Tor Andersson
2013-05-24Avoid assert, and pull in changes.zeniko
2013-05-24Fix from zeniko for memory leak in fz_load_jpxRobin Watts
2013-05-24Update build to use the latest openJPEG2Shailesh Mistry
2013-05-22Bug 693503: Fix infinite loop within JPEG2K stream reading.Robin Watts
2013-05-22Update OpenJPEG to v2.0.0.Robin Watts
2013-05-22Fix end-of-line handling in text search.Tor Andersson
2013-05-22Fix typo in comment.Tor Andersson
2013-05-21Fix app breakages.Robin Watts
2013-05-21Add monochrome PWG output routines.Robin Watts
2013-05-21Split PWG code into a separate file.Robin Watts
2013-05-21Add PWG options structure for writing PWGs.Robin Watts
2013-05-16Add colorspace context.Tor Andersson
2013-05-16Reorder #ifdef's in base_time.cTor Andersson
2013-05-16Merge branch 'winRT2'Robin Watts
2013-05-16Miscellaneous tidying.Robin Watts
2013-05-16Code cleanup and removal of c++ if def in fitz headersMichael Vrhel
2013-05-16Fix for merge of golden commits as well as initial attempt at html viewing. ...Robin Watts
2013-05-16Major clean up of winRT visual studio project.Robin Watts
2013-05-16Initial commit of windowsRT viewer code.Michael Vrhel
2013-05-16Add PWG raster output to mudraw.Robin Watts
2013-05-14svgwrite: First attempt at an SVG output device.Robin Watts
2013-05-10Tweak png outputting functions.Robin Watts
2013-05-10Update fz_bound_{text,path} functions.Robin Watts
2013-05-06Fix formatting.Tor Andersson
2013-05-06Add simple visual-to-logic RTL reordering as a text extraction pass.Tor Andersson
2013-05-06Use linked list for text spans.Tor Andersson
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-30Move fz_normalize_vector into base_geometry.cTor Andersson
2013-04-30Split dev_text into three parts.Tor Andersson
2013-04-30Move device hint functions to a more appropriate source file.Tor Andersson
2013-04-29Fix copyright statementsSebastian Rasmussen
2013-04-29Bug 693939: Fix memory problems.Robin Watts
2013-04-29Add Memento build option to Android build. Fix memory leaks.Robin Watts