summaryrefslogtreecommitdiff
path: root/fitz/fitz-internal.h
AgeCommit message (Expand)Author
2013-06-18Move header files into separate include directory.Tor Andersson
2013-06-12Add begin_page and end_page calls to device interface.Tor Andersson
2013-06-09Remove fz_interactive API in favour of direct use of pdf APIPaul Gardiner
2013-05-29Rename some find/lookup functions to be in line with documentation.Tor Andersson
2013-05-27Strip trailing whitespace.Tor Andersson
2013-05-21Add monochrome PWG output routines.Robin Watts
2013-05-16Add colorspace context.Tor Andersson
2013-05-16Add PWG raster output to mudraw.Robin Watts
2013-05-10Update fz_bound_{text,path} functions.Robin Watts
2013-05-03Simple Image file format recogniserRobin Watts
2013-04-26Multi-threaded store SEGV fixes and debug improvements.Robin Watts
2013-04-26Squash 2 const warnings.Robin Watts
2013-04-26Hint enabling/disabling for devices.Robin Watts
2013-04-19Add new function to return the accurate bbox of a path.Robin 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
2013-03-29Move bpc into fz_imageRobin Watts
2013-03-26Make pdf_functions public as fz_functions.Robin Watts
2013-03-25Avoid store collisions causing unnecessary evictions.Robin Watts
2013-03-25Support creation of Ink annotations in MuPDF libraryPaul Gardiner
2013-03-22Fix store debugging fns so that all output goes to the same file.Robin Watts
2013-03-20Add caching of rendered tiles.Robin Watts
2013-03-18Auto-generate appearance streams for strikeout, underline, highlightPaul Gardiner
2013-02-28Pass bbox to pdf_set_annot_appearance rather than base on display listPaul Gardiner
2013-02-26Include required quadPoints entry in created markup annotations.Paul Gardiner
2013-02-26Implement annotation deletion, with necessary changes to partial updatePaul Gardiner
2013-02-22Add fz_get_annot_typePaul Gardiner
2013-02-19Fix whitespace.Tor Andersson
2013-02-06Rename bbox to irect.Tor Andersson
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-30Introduce fz_irect where the old fz_bbox was useful.Tor Andersson
2013-01-30Pass content/clip bbox to device functions by value.Tor Andersson
2013-01-30Eliminate fz_bbox in favor of fz_rect everywhere.Tor Andersson
2013-01-11Bug 693503: Fix NULL dereference in atoi.Robin Watts
2013-01-03Improve mutool clean behaviour on broken streams.Robin Watts
2012-12-19Bug 693503: 'Flatten' display list for all type3 glyphs.Robin Watts
2012-12-18Protect against draw device stack confusion due to errors while pushing.Robin Watts
2012-12-14Bug 693503: Fix SEGV/memory problems in AES.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-11-26Use display list for type 3 glyphs.Tor Andersson
2012-11-21Add weights caches for pixmap scaling.Robin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-19Add image subsampling function.Robin Watts
2012-11-19Tweak image decode downscale factor internals.Robin Watts
2012-11-16Add fz_write_buffer_rune to append a utf-8 character to a buffer.Tor Andersson