summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-05-15epub: Use flag bits for white-space enum.Tor Andersson
2015-05-15epub: Apply @page selector margins.Tor Andersson
2015-05-15epub: Handle white-space property.Tor Andersson
2015-05-15Memento improvements.Robin Watts
2015-05-15Support pdf files larger than 2Gig.Robin Watts
2015-05-14Remove stray duplicate #defineRobin Watts
2015-05-14Move away from file descriptors to FILE *'s.Robin Watts
2015-05-07Update version number to 1.7a for the bugfix release.Tor Andersson
2015-05-06epub: Add 'auto' as a special number value.Tor Andersson
2015-05-05epub: Parse (and ignore) display: inline-block.Tor Andersson
2015-05-05epub: Decode URL escapes in epub paths.Tor Andersson
2015-05-04epub: Fix 695971: Don't confuse id selectors (#name) with colors in CSS.Tor Andersson
2015-04-27epub: Support individual T,B,L,R border styles and colors.Tor Andersson
2015-04-23epub: Support roman and alphabetic numbering in ordered lists.Tor Andersson
2015-04-20epub: list items with bullets and countersTor Andersson
2015-04-16mutool clean -z option to compress streams.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-04-16Avoid forward definition of enums.Robin Watts
2015-04-15epub: Be resilient in the face of broken CSS.Tor Andersson
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
2015-04-07Tweak CHANGES and README for release 1.7.Robin Watts
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-04-07Structured text extraction; improve glyph bounding box calculations.Robin Watts
2015-04-06Move the guts of pdfclean into the lib.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-03-25Bug 695878: Add entry to fz_outline to indicate if outline entry is openRobin Watts
2015-03-24Update our printf to cope with various useful extensions.Robin Watts
2015-03-24Path packing for memory efficiency.Robin Watts
2015-03-24Path rework for improved memory usage.Robin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.Tor Andersson
2015-03-23Pass context to pdf_page_contents_process callback.Tor Andersson
2015-03-20Add fz_fprintf function.Tor Andersson
2015-03-20Automatically update /Length and /Filter in pdf_update_stream.Tor Andersson
2015-02-27Bug 695853: Fix pdf clean operation with invalid refs in input file.Robin Watts
2015-02-26tweak pdf_parse_file_specRobin Watts
2015-02-25Allow pdf_device to be created with pre-populated buffer.Robin Watts
2015-02-25Add post processing option to page operator cleaning.Robin Watts
2015-02-25iOS: Fix some warnings in the 64bit buildJoseph Heenan
2015-02-24Bug 695843: Tweak bboxes of type3 fonts; honour the d1 values.Robin Watts
2015-02-23Merge branch 'html'Tor Andersson
2015-02-20Add fz_trim_path and call it.Robin Watts
2015-02-17Use embedded superclass struct instead of user pointer in devices.Tor Andersson
2015-02-17Add helper functions to keep/drop reference counts with locking.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2015-02-17Reference count fz_document.Tor Andersson
2015-02-17Reference count fz_path and fz_text.Tor Andersson