summaryrefslogtreecommitdiff
path: root/fitz
AgeCommit message (Expand)Author
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
2013-04-29Fix various leaks in the dev_text device.Robin Watts
2013-04-26Rename functions for consistency.Robin Watts
2013-04-26Fix SNAFU in the store handling.Robin Watts
2013-04-26Multi-threaded store SEGV fixes and debug improvements.Robin Watts
2013-04-26Squash 2 const warnings.Robin Watts
2013-04-26Add image output for HTML.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-25Generalise fz_write_png to fz_output_pixmap_to_pngRobin Watts
2013-04-25Add fz_write method for output streams.Robin Watts
2013-04-25Tweak fz_text_page to include image records.Robin Watts
2013-04-22Fix various multi-threading problems with the store.Robin Watts
2013-04-19When triangulating quads, send edges in consistent order.Robin Watts
2013-04-19Rename internal mesh processing functions.Robin Watts
2013-04-19Add new function to return the accurate bbox of a path.Robin Watts
2013-04-19Optimised mesh bounding functionsRobin Watts
2013-04-16Avoid expanding path for stroke twice.Robin Watts
2013-04-16Mesh painting optimisation; tensor patch color splitting.Robin Watts
2013-04-16Avoid more needless copying in mesh processingRobin Watts
2013-04-16Try to copy less needless information in mesh processingRobin Watts
2013-04-11Remove fz_load_jpeg as now unused.Robin Watts
2013-04-11Move pdf_image to fz_image.Robin Watts