summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-portfolio.c
AgeCommit message (Expand)Author
2018-04-27Use pdf_dict_get_int, etc.Tor Andersson
2018-04-25Remove document argument from pdf_new_primitive functions.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Use pdf_dict_put_dict family of functions.Tor Andersson
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-06pdf: Drop the collection schema dictionary in case of error.Sebastian Rasmussen
2017-06-22Add const to pdf_toname.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use fz_snprintf.Tor Andersson
2017-04-18Consistently use pdf_name_eq() where possible.Sebastian Rasmussen
2016-12-12PDF Portfolio support.Robin Watts