Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Update MuJS. | Tor Andersson | |
2016-02-09 | Don't use unsafe _snprintf on MSVC older than 2015. | Tor Andersson | |
Wrap the unsafe _snprintf to ensure that the string is null-terminated even on overflow. | |||
2016-01-29 | Force all harfbuzz allocations through our allocators. | Robin Watts | |
Because of a shortcoming in harfbuzz, we can't easily force all its allocations through our allocators. We fudge it, with the addition of some macros to change malloc/free/calloc into hb_malloc/hb_free/hb_calloc. To prevent thread safety issues, we use our freetype lock around calls to harfbuzz. We stash the current context in a static var. | |||
2016-01-28 | Add harfbuzz thirdparty submodule. | Tor Andersson | |
2016-01-06 | js: Fix error handling bugs and one scoping bug. | Tor Andersson | |
js_pcall was leaving crap on the stack in case of errors. AFSimple_Calculate needs access to the doc object, but cannot use the usual 'this' binding since it's a function. Add a global reference to the doc object MuPDF_Doc. | |||
2015-12-28 | Drop 'jsimp' abstraction and use mujs directly. | Tor Andersson | |
2015-12-22 | Update jbig2dec to latest. | Robin Watts | |
In particular this takes on the Memento fixes for bug 696183. | |||
2015-10-06 | Update freetype submodule to version 2.6.1. | Tor Andersson | |
2015-10-06 | gl: Update GLFW thirdparty library to include our fixes. | Tor Andersson | |
2015-10-06 | gl: Add GLFW thirdparty submodule. | Tor Andersson | |
2015-10-06 | Update MuJS submodule with setjmp changes. | Tor Andersson | |
2015-09-14 | Update MuJS. | Tor Andersson | |
2015-08-24 | Update MuJS. | Tor Andersson | |
2015-08-24 | Update jbig2dec submodule. | Tor Andersson | |
2015-04-08 | Update jbig2dec submodule. | Tor Andersson | |
2015-03-16 | switch to VER-2-5-5 of freetype. | fredrossperry | |
2015-02-25 | Add 64 bit windows builds to MSVC solution. | Robin Watts | |
A few casts are required within the code, along with a few #ifdef changes. Some tweaks to curl are required too. | |||
2015-02-03 | Update MuJS. | Tor Andersson | |
2015-01-21 | Update MuJS. | Tor Andersson | |
2014-12-03 | Update MuJS to latest. | Tor Andersson | |
2014-12-03 | Bug 695566 and 695567: Update MuJS submodule. | Tor Andersson | |
2014-09-24 | Update to latest MuJS. | Tor Andersson | |
2014-09-02 | Update MuJS thirdparty module. | Tor Andersson | |
2014-07-21 | Update MuJS thirdparty library. | Tor Andersson | |
2014-04-22 | Take on curl change from Sebastian. | Robin Watts | |
This should get us better errors out. | |||
2014-03-26 | Update MuJS submodule. | Tor Andersson | |
2014-03-25 | Update win32 project files for JS. | Tor Andersson | |
2014-03-25 | Add MuJS submodule, implementation and build. | Tor Andersson | |
Adds simpler choice of Javascript library to makefiles. Will prefer in order: MuJS, JavaScriptCore, V8, none based on HAVE_MUJS, HAVE_JSCORE, and HAVE_V8. For simplicity, we build mujstest even with no javascript implementation. | |||
2014-02-25 | Pull in latest OpenJPEG fixes from gs. | Robin Watts | |
2014-02-25 | Take on JBIG2Dec fixes from ghostscript | Paul Gardiner | |
2014-01-17 | Take on JBIG2Dec and OpenJPEG fixes from ghostscript. | Robin Watts | |
2014-01-08 | Update curl build to avoid warning when linking windows release builds. | Robin Watts | |
2013-11-28 | Bug 694362: Pull latest jbig2dec changes in. | Robin Watts | |
2013-11-28 | Pull in the latest jbig2dec changes. | Robin Watts | |
These were the last few fixes that went back from mupdf to gs. This seems to solve bug 694362. Thanks to Shelly for this. | |||
2013-11-28 | Update jbig2dec to latest version from gs. | Robin Watts | |
Thanks to Shelly for pointing out that this needed to be done. This might solve bug 694362. | |||
2013-11-28 | Update mupdf to use latest openjpeg pulled from ghostpdl. | Robin Watts | |
The OpenJPEG in gs is v2, with various patches for fixes. These are in the process of being passed upstream. We now automatically pull the openjpeg tree out of GhostPDL and put it in as one particular branch in the thirdparty/openjpeg.git repo. Change to track this in MuPDF. This is in keeping with what we have been doing with the jbig2dec repo for a while now. | |||
2013-10-16 | Adopt backported bugfix from openjpeg2 into our version. | Robin Watts | |
If header field is too large, warn, but don't bale out. | |||
2013-08-14 | Fix build of curl on macosx. | Tor Andersson | |
Only build mupdf-x11-curl if the curl thirdparty library exists. | |||
2013-07-24 | Fix MSVC Release build. | Robin Watts | |
2013-07-22 | Update thirdparty/curl to include curl_config.h | Robin Watts | |
This solves linux build problems. | |||
2013-07-19 | Import curl submodule. | Robin Watts | |
2013-06-08 | Update openjpeg submodule with ARM build fix. | Robin Watts | |
2013-05-27 | Pull in latest fixes to jbig2dec. | Robin Watts | |
Also fix android building with latest openjpeg2. | |||
2013-05-24 | Take on zenikos OpenJPEG2 fixes. | Robin Watts | |
2013-05-24 | Update build to use the latest openJPEG2 | Shailesh Mistry | |
2013-05-22 | Bug 693540: Update OpenJPEG2 with fix for expected number of parts. | Robin Watts | |
2013-05-22 | Update openjpeg with latest commits. | Robin Watts | |
2013-05-22 | Update OpenJPEG to v2.0.0. | Robin Watts | |
2013-02-14 | Update jbig2dec thirdparty to latest. | Tor Andersson | |
2013-01-11 | Revert "Update openjpeg with fixes" | Robin Watts | |
This reverts commit 57c0f109b4c0d13813ca6cbc463468b503f91048 which slipped through when it should not have. |