- 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
-
- Oct 21, 2014
-
-
Carlos Garcia Campos authored
This fixes a crash rendering trust_metrics.f2495.f0.pdf.
-
Adrian Johnson authored
when set the win32 print dialog is displayed before printing
-
Adrian Johnson authored
dialog when printing to a win32 printer.
-
Adrian Johnson authored
- make origPageSizes work - make landscape pages work - make -noshrink option work - return actual page size in use back to main() so fit page transform works - hdc should be destroyed after cairo surface - improve option parsing and rename duplex values - Add third call to DocumentProperties as discussed in bug 79936 - fix error messages
-
Adrian Johnson authored
instead of #including it in pdftocairo.cc
-
Adrian Johnson authored
Can be used for testing win32 print output without wasting paper.
-
Bug 79936
-
Adrian Johnson authored
Bug 85235
-
Adrian Johnson authored
Bug 85233
-
Adrian Johnson authored
Bug 85145
-
- Oct 20, 2014
-
-
Adrian Johnson authored
Bug 85137
-
- Oct 07, 2014
-
-
The entry was previously just overwritten now it is freed Small fixes by Albert oo Bug #84607
-
Contains some ideas by me Bug #84722
-
-
Adrian Johnson authored
Bug 80719
-
Adrian Johnson authored
Emulates acroread behavior. Bug 78042
-
- Oct 05, 2014
-
-
- Oct 01, 2014
-
-
Albert Astals Cid authored
It may happen that j is bigger than macGlyphNames size, so don't try to access it
-
- Sep 30, 2014
-
-
Albert Astals Cid authored
-
for use with substitute fonts that are not compatible with the Standard 14 fonts. Bug 80093
-
- Sep 29, 2014
-
-
Since 21b5fd65, building Poppler fails when configured with '--disable-utils'. Bug #84448
-
The reason for the pale image is that GfxICCBasedColorSpace::getCMYK() uses the cms transformation to get RGB values and the convert it back to CMYK even for a ICC based CMYK colorspace instead of just returning the CMYK values itself. Bug #79019
-
- Sep 28, 2014
-
-
Prevents this automake warning about possible forward-incompatibility: $ ./autogen.sh ... cpp/tests/Makefile.am:16: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory, cpp/tests/Makefile.am:16: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least a source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, automake: this behaviour will change in future Automake versions: they will automake: unconditionally cause object files to be placed in the same subdirectory automake: of the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. cpp/tests/Makefile.am:20: warning: source file '$(top_srcdir)/utils/parseargs.cc' is in a subdirectory, cpp/tests/Makefile.am:20: but option 'subdir-objects' is disabled parallel-tests: installing './test-driver' test/Makefile.am:58: warning: source file '../utils/parseargs.cc' is in a subdirectory, test/Makefile.am:58: but option 'subdir-objects' is disabled $ automake --version automake (GNU automake) 1.14.1 ... https://bugs.freedesktop.org/show_bug.cgi?id=83839
-