- Jan 04, 2015
-
-
Albert Astals Cid authored
-
-
With some tweaks from Albert
-
OpenJPEG 2 has a new pkg-config name and API. - Update configure.ac to find openjpeg 2 and provide V1/v2 macros - Update JPEG2000Stream to use new API depending on openjpeg v1/v2 macros - OpenJPEG 2.1 changed the API so provide a version macro to make it easier to handle the the 2.1 change and any future changes. - Move openjpeg.h into the .cc file
-
Albert Astals Cid authored
Instead of first, last Bug #84833 Reviewed in the mailing list, see "Can anyone have a look at my patch?"
-
- Jan 02, 2015
-
-
Bug #85919
-
- Dec 23, 2014
-
-
-
Bug #84990
-
-
- Dec 20, 2014
-
-
Fixes potential memory corruption from writing after end of lines array. https://bugs.freedesktop.org/show_bug.cgi?id=84555
-
- Dec 14, 2014
-
-
Helps compiling on old clang's Bug #76963
-
Adds the global function set_debug_error_function, that allows users to install their own function to print internal poppler errors.
-
- Dec 04, 2014
-
-
Albert Astals Cid authored
-
- Dec 01, 2014
-
-
Albert Astals Cid authored
-
- Nov 30, 2014
-
-
Bug #86870
-
Bug #86869
-
- Nov 28, 2014
-
-
-
Bug #86388
-
- Nov 14, 2014
-
-
Fixes part of #68986
-
Fixes part of #68986
-
- Nov 13, 2014
-
-
Bug #86063
-
- Nov 07, 2014
-
-
We are currently updating the refs only when we have checksums to compare, but if a test used to crash there's no md5 file in refs.
-
- Nov 05, 2014
-
-
- Nov 04, 2014
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
-
- Nov 03, 2014
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Bug #84768
-
Bug 85234
-
- Nov 01, 2014
- Oct 31, 2014
-
-
Fixes building on file systems that are case sensitive, e.g. when cross compiling on Linux for win32. https://bugs.freedesktop.org/show_bug.cgi?id=79407
-
- Oct 30, 2014
-
-
Use always relatives paths for the resources under the out directory, and absolute paths for all other resources when no-absolute-path command line option is used.
-
- Oct 29, 2014
-
-
- Oct 27, 2014
-
-
It uses the paths as received from the command line attributes.
-
- Oct 26, 2014
-
-
Use from PIL import Image instead of just import Image, since pillow only doesn't support import Image without using PIL.Image.
-
We are always spawning all the threads even if the documents to test is less than the worker threads. Also optimize the case of running only one test to not spwn any thread.
-
Now it's possible to pass more than one argument to run-tests command and optionally the docs directory. When more than one test is passed and the docs directory is not provided, the common base path of all passed tests is used as docs directory. The tests passed can be documents or directories, using absolute paths or paths relative to the docs directory. This also allows us to update the refs for a group of tests.
-
- Oct 24, 2014
-
-
Fixes warning: CXX pdftocairo-pdftocairo.o pdftocairo.cc:130:14: warning: ‘setupdlg’ defined but not used [-Wunused-variable] static GBool setupdlg = gFalse; ^ https://bugs.freedesktop.org/show_bug.cgi?id=85400
-