summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
AgeCommit message (Expand)Author
2013-05-22Fix typo in comment.Tor Andersson
2013-05-21Add monochrome PWG output routines.Robin Watts
2013-05-21Add PWG options structure for writing PWGs.Robin Watts
2013-05-16Add colorspace context.Tor Andersson
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-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-04-30Move fz_normalize_vector into base_geometry.cTor Andersson
2013-04-26Rename functions for consistency.Robin Watts
2013-04-26Squash 2 const warnings.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-11Move pdf_image to fz_image.Robin Watts
2013-03-29Avoid uncompressing indexed images at load time.Robin Watts
2013-03-26Spot indents.Robin Watts
2013-03-26Text region analysis.Robin Watts
2013-03-26Rework text extraction structures.Robin Watts
2013-03-21Add 'void' to a function declaration.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-20Add noreturn attribute to throw/rethrow to help improve compiler warnings.Tor Andersson
2013-03-01Bug 693624: Ensure that windows copes with utf8 filenamesRobin Watts
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-20Bug 693639: bring fitz.h in line with source use of restrict keyword.Tor Andersson
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
2013-02-06Add some 'restrict' qualifiers to hopefully speed matrix ops.Robin Watts
2013-02-06Change to pass structures by reference rather than value.Robin Watts
2013-02-04Add fz_output, and make output functions use it.Robin Watts
2013-01-31Add support for annotation creationPaul Gardiner
2013-01-30Rename fz_irect back to fz_bbox.Tor Andersson
2013-01-30Always pass value structs (rect, matrix, etc) as values not by pointer.Tor Andersson
2013-01-30Rename fz_rect_covering_rect to fz_irect_from_rect.Tor Andersson
2013-01-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-25Make strdup take a const char * to silence some warnings.Tor Andersson
2013-01-11Bug 693519: Replace char * with const char * in open document.Robin Watts
2012-12-24Bug 693503: Fix leak while writing a broken file.Robin Watts
2012-12-21Bug 593603: Fix problems with tiling.Robin Watts
2012-12-20Bug 693503: Fix SEGV in glyph painting due to bbox overflow.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-03Tweak fz_try/fz_always/fz_catch to handle throws from within always.Robin Watts
2012-11-29Bug 693463: Various small fixes.Robin Watts
2012-11-26Move XML parser into fitz directory.Tor Andersson
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-16Add functions to highlight and copy text selections.Tor Andersson