summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-js.c
AgeCommit message (Expand)Author
2018-08-20Use "PDF Alert" as the default javascript alert title.Paul Gardiner
2018-05-09Flesh out some more javascript convenience objects.Tor Andersson
2018-04-25Check in generated Javascript source files.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-03-22Clean up windows ifdefs.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: If js interpreter fails, avoid loading document js.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-21js: Extend PDF app object with a few properties.Sebastian Rasmussen
2017-04-13Change generated files to be C instead of headers.Tor Andersson
2017-03-21Replace fontdump, bin2hex and cquote with one tool: hexdump.Tor Andersson
2016-12-27js: Fix allocator callbacks so they don't throw fitz exceptions.Tor Andersson
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-07pdf: Separate functions to read text strings and text streams as UTF-8.Tor Andersson
2016-10-07pdf: Remove unneccessary document argument to pdf_to_utf8 etc.Tor Andersson
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2016-08-02Remove function not being called.Sebastian Rasmussen
2016-06-06Add FZ_ENABLE_JS configuration define.Tor Andersson