summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-12-03html: Generate flow nodes during box generation.Tor Andersson
2014-12-03html: Parse white-space property.Tor Andersson
2014-12-03html: Prune unused style properties in computed_style.Tor Andersson
2014-12-03html: Partially compute styles when generating boxes.Tor Andersson
2014-12-03html: Apply margins.Tor Andersson
2014-12-03html: Start laying out boxes.Tor Andersson
2014-12-03html: Don't compute full styles during box generation.Tor Andersson
2014-12-03html: Box generation.Tor Andersson
2014-12-03html: Use float for dimensions.Tor Andersson
2014-12-03html: Parse inline style attributes.Tor Andersson
2014-12-03html: CSS lexer and parser.Tor Andersson
2014-12-03html: Add scaffolding.Tor Andersson
2014-12-03Add fz_layout_document function.Tor Andersson
2014-12-03Add dirname and cleanname path manipulation functions.Tor Andersson