summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2014-12-03xps: Use ZIP archive module.Tor Andersson
2014-12-03Add ZIP file and directory reading module.Tor Andersson
2014-12-03Add convenience fz_read_file function.Tor Andersson
2014-12-03xml: Make accessors NULL-resistant. Add fz_xml_find functions.Tor Andersson
2014-11-26Change xref representation to cope better with sparse xrefs.Robin Watts
2014-10-22Fix warnings.Tor Andersson
2014-10-04iOS: minor cleans upsJoseph Heenan
2014-09-30Bump version number.Tor Andersson
2014-09-22Fix 695467: Add and use fz_ftoa function (like dtoa but with floats).Tor Andersson
2014-09-17xps: Add fz_xml_is_tag to simplify tag matching.Tor Andersson
2014-09-17Improve XML parser.Tor Andersson
2014-09-09Add missing header file pdf-tools.h, Messages.resx and Messages.Designer.csMichael Vrhel
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-09-02Add fz_snprintf and use it for formatting floating point numbers.Tor Andersson
2014-09-02Add locale-independent number formatting and parsing functions.Tor Andersson
2014-08-27Revise test-device; thresholding and exhaustive checking.Tor Andersson
2014-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
2014-07-17Add feature testing device, and call it from mudraw with -T flag.Tor Andersson
2014-07-17Improve callback for loading substitute CJK fonts to return TTC index.Tor Andersson
2014-06-18Fix for bug #694405 - iOS Pdf CrashMatt Holgate
2014-06-10Bump version number to 1.5.Tor Andersson
2014-05-13Fix signedness in cmap interface.Tor Andersson
2014-05-10Fix 694698: Support 32-bit values in CMaps.Tor Andersson
2014-04-11Add all form field flags. Check flags before marking fields dirty.Tor Andersson
2014-04-02Bump the version number to 1.4.Tor Andersson
2014-03-25Add va_copy/va_copy_end macros to support both C89 and C99.Tor Andersson
2014-03-25Break dependencies on pdf-form.c and pdf-js.cTor Andersson
2014-03-25Break dependency of pdf-annot.c to graphics library.Tor Andersson
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts