Age | Commit message (Expand) | Author |
2017-05-27 | Bug 697947: Handle Illegal hex codes in PDF names. | Sebastian Rasmussen |
2017-05-27 | Handle extremely long PDF names. | Sebastian Rasmussen |
2017-05-25 | Replace broken FZ_IGNORE_IMAGE hints with other mechanisms. | Tor Andersson |
2017-05-19 | Fall back to encoding the glyph index as ASCII in Type3 fonts. | Tor Andersson |
2017-05-09 | Fix leak of dictionary in CMAP. | Robin Watts |
2017-04-28 | Add support for manipulating PDF annotation vertices. | Sebastian Rasmussen |
2017-04-27 | Break line at public identifiers, making them easily grepable. | Sebastian Rasmussen |
2017-04-27 | Avoid typecasting function pointers in subclasses. | Tor Andersson |
2017-04-27 | Typedef function pointers consistently. | Tor Andersson |
2017-04-27 | Clean up store debug printing. | Tor Andersson |
2017-04-27 | Move fz_outline and pdf_xref debug printing to pdfshow.c | Tor Andersson |
2017-04-27 | Use FZ_SEEK_SET macros for fz_seek. | Tor Andersson |
2017-04-27 | Ensure we can compile as -pedantic -std=c99. | Tor Andersson |
2017-04-27 | Include required system headers. | Tor Andersson |
2017-04-27 | Remove fz_function abstract structure. | Tor Andersson |
2017-04-27 | Remove unused fz_function debug printing. | Tor Andersson |
2017-04-27 | Use fz_snprintf. | Tor Andersson |
2017-04-27 | Use namespace for AES crypto code. | Tor Andersson |
2017-04-21 | js: Extend PDF app object with a few properties. | Sebastian Rasmussen |
2017-04-20 | The default color of ink annotation is transparent. | Sebastian Rasmussen |
2017-04-20 | Add annotation interfaces for open state/icon name/line endings. | Sebastian Rasmussen |
2017-04-20 | Improve PDF annotation error handling. | Sebastian Rasmussen |
2017-04-20 | js: Push annotation error handling down to library. | Sebastian Rasmussen |
2017-04-18 | Use splay trees for loading/merging cmaps. | Robin Watts |
2017-04-18 | Consistently use pdf_name_eq() where possible. | Sebastian Rasmussen |
2017-04-13 | Move extension/mimetype detection to common function. | Sebastian Rasmussen |
2017-04-13 | Change generated files to be C instead of headers. | Tor Andersson |
2017-04-13 | Fix 697725: silly typo when parsing GoToR destination. | Tor Andersson |
2017-04-11 | Bug 697662: Support named actions to first/last/next/previous page. | Sebastian Rasmussen |
2017-03-28 | pdf: Swallow unrecoverable errors and ignore rest of page. | Tor Andersson |
2017-03-28 | pdf: Use FZ_ERROR_SYNTAX code for syntax errors. | Tor Andersson |
2017-03-28 | Return fz_document from all document handlers. | Sebastian Rasmussen |
2017-03-28 | Rejig fz_new_annot to fz_new_derived_annot. | Robin Watts |
2017-03-28 | Rejig fz_new_device to be fz_new_derived_device. | Robin Watts |
2017-03-24 | Ensure fz_store_types are all static const. | Robin Watts |
2017-03-23 | Introduce fz_new_derived_... | Robin Watts |
2017-03-23 | Add fz_new_writer function. | Robin Watts |
2017-03-22 | Update fz_new_page. | Robin Watts |
2017-03-22 | Always use %g for short-as-possible format character. | Tor Andersson |
2017-03-22 | Rename fz_putc/puts/printf to fz_write_*. | Tor Andersson |
2017-03-21 | Replace fontdump, bin2hex and cquote with one tool: hexdump. | Tor Andersson |
2017-03-15 | Add PDF_ANNOT_UNKNOWN enum. | Tor Andersson |
2017-03-03 | Add warning message when we trigger a repair pass. | Tor Andersson |
2017-03-03 | Fix 697554: Use the first 'cmap' table that matches. | Tor Andersson |
2017-03-03 | pdf: Additional entries in Mac OS Roman encoding not in MacRomanEncoding. | Tor Andersson |
2017-03-01 | Optimize pdf-device text output. | Tor Andersson |
2017-03-01 | Add page lookup cache for faster link destination lookups in outlines. | Tor Andersson |
2017-03-01 | Bug 697620: Avoid clash with "isprint". | Robin Watts |
2017-02-23 | Improve return codes from pdf_authenticate_password. | Robin Watts |
2017-02-09 | Bug 697500: Fix NULL ptr access. | Robin Watts |