summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2015-02-10Attempting to render a JPEG with xres and yres set to 1 fails.Robin Watts
2015-01-21Remove dead structure definition, pdf_obj_read_state.Robin Watts
2015-01-06Add xref_index to speed searching of sparse xrefs.Robin Watts
2014-12-29Performance optimisation with pdf_cache_object/pdf_get_xref_entryRobin Watts
2014-12-03html: Clean up some naming.Tor Andersson
2014-12-03html: Record line number and source file for CSS error messages.Tor Andersson
2014-12-03html: Free inline style properties at the end.Tor Andersson
2014-12-03html: Free css structures.Tor Andersson
2014-12-03html: Rename internal css structs.Tor Andersson
2014-12-03html: Rename style, box and flow structs.Tor Andersson
2014-12-03html: Remove useless fz_xml node field in box struct.Tor Andersson
2014-12-03html: Rename rule and style (match) structs.Tor Andersson
2014-12-03html: Namespace prefix CSS functions.Tor Andersson
2014-12-03html: Some cleaning.Tor Andersson
2014-12-03epub: Add EPUB document type.Tor Andersson
2014-12-03html: Clean up some names.Tor Andersson
2014-12-03html: Split html parsing cache and state into html_context.Tor Andersson
2014-12-03html: Pass font size to html_layout_document.Tor Andersson
2014-12-03html: Images.Tor Andersson
2014-12-03html: Cleanups.Tor Andersson
2014-12-03html: Borders.Tor Andersson
2014-12-03html: Text and background colors.Tor Andersson
2014-12-03html: Break tag.Tor Andersson
2014-12-03html: Handle text-align when splitting flow boxes.Tor Andersson
2014-12-03html: Only draw the boxes and lines if they're on the current page.Tor Andersson
2014-12-03html: Parse external CSS files and basic pagination.Tor Andersson
2014-12-03html: Line breaking and font styling.Tor Andersson