summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
AgeCommit message (Expand)Author
2012-05-15Forms: make forms API separate to the main document APIPaul Gardiner
2012-05-08Forms: part of text field handlingPaul Gardiner
2012-05-08Forms: handle field appearance change on mouse up/downPaul Gardiner
2012-05-07Forms API for native modePaul Gardiner
2012-05-07A few general utility functions added for the sake of the forms workPaul Gardiner
2012-04-23Fix whitespace and indentation.Tor Andersson
2012-04-20Pass UTF8 filename to fz_open_document / fz_open_file to remove kludges.Tor Andersson
2012-04-18Note that the fz_meta interface is subject to change.Robin Watts
2012-04-17Add Meta interface to fz_document.Robin Watts
2012-04-10Add fz_new_draw_device_with_bbox functionRobin Watts
2012-03-28Add documentation for fz_link_dest and text extraction device.Robin Watts
2012-03-28Warn that the fz_link_dest struct is not finished.Tor Andersson
2012-03-21Update iOS app.Tor Andersson
2012-03-16Bug 692805: BBox rounding issuesRobin Watts
2012-03-14Implement Repeat and Reflect gradients in XPS.Tor Andersson
2012-03-13Merge master and pg_android branchesRobin Watts
2012-03-13Make fz_print functions all take a FILE *.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-13Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.Tor Andersson
2012-03-12Create style sheet and group extracted text into blocks, lines and spans.Tor Andersson
2012-03-12Move fz_alloc_default to internal header.Tor Andersson
2012-03-12More API work.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-12Merge branch 'master' into header-splitRobin Watts
2012-03-12Test both coordinates when checking for empty/infinite rect and bboxes.Sebastian Rasmussen
2012-03-12Take care of boundary conditions in ps function evaluation.Sebastian Rasmussen
2012-03-12More API tidying.Robin Watts
2012-03-07Add more function level docs.Robin Watts
2012-03-07More release tidyups.Robin Watts
2012-03-07Tweak Halftone functionsRobin Watts
2012-03-07Splitting tweaks.Tor Andersson
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Add some more docs to fitz.hRobin Watts
2012-03-01Setjmp/longjmp exception tweaks.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-29On MacOS/iOS use _setjmp/_longjmp rather than setjmp/longjmp.Robin Watts
2012-02-26Move fz_obj to be pdf_obj.Robin Watts
2012-02-26Continued documentation improvements.Sebastian Rasmussen
2012-02-26Document some more functions.Sebastian Rasmussen
2012-02-26Document the most commonly used interface functions.Sebastian Rasmussen
2012-02-26Add introductory MuPDF documentation.Sebastian Rasmussen
2012-02-25Add fz_trim_buffer function, and call it.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-13Create mudraw; mupdfdraw cloned and adapted to use fz_documentRobin Watts
2012-02-13Add locking around freetype calls.Robin Watts
2012-02-13Remove STORE lock in favour of smarter use of ALLOC lock.Robin Watts
2012-02-11Purge unused and bit rotted fz_accelerate stuff, part 2.Tor Andersson
2012-02-08Lock reworking.Robin Watts
2012-02-07Rename a few functions.Tor Andersson