- Oct 09, 2015
-
-
Albert Astals Cid authored
-
- Sep 27, 2015
-
-
Adrian Johnson authored
- configure was failing when enable_libopenjpeg="auto" and openjpeg not found - fix header check for pre 1.4 versions Bug 92135
-
Albert Astals Cid authored
-
-
- Sep 24, 2015
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
And improved the one i just did for SplashOutputDev::beginTransparencyGroup
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- Sep 20, 2015
-
-
-
-
See bug #92040
-
- Sep 16, 2015
-
-
Bug #92006
-
Bug #84527
-
- Sep 09, 2015
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- Sep 08, 2015
-
-
Albert Astals Cid authored
Call reserve on containers Use QStringLiteral/QLatin1String
-
Albert Astals Cid authored
Call reserve on containers upfront
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- Sep 06, 2015
-
-
This is helpful on a multiarch layout where the prefix is /usr/${host} but arch-independent files should still be installed to /usr/share. Bug 90293
-
Creating a JBIG2Decode filter can create a stack overflow or infinite loop. Fix stack overflow by adding 'recursion' argument to fetch call. Fix infinite loop by removing the reference lookup loop. Chains of references aren't allowed by the spec anyway. Bug #91186
-
- Sep 01, 2015
-
-
Albert Astals Cid authored
-
- Aug 31, 2015
-
-
Adds layout information for blocks and lines in addition to words Bug #89941
-
Adds a PDF write mode that forces a complete rewrite that ignores the original encryption parameters of the document and also removes the encryption entry from the trailer dictionary.
-
Under rotation cairo_surface_create_similar_clip will create a surface with incorect width/height. Rely on cairo to do the correct calculation. Bug #66229
-
- Aug 29, 2015
-
-
Bug #90790
-
Pino Toscano authored
-
- Aug 27, 2015
-
-
The flag -fPIC is already set on CXXFLAGS by configure. For the mingw compiler, you should not use fPIC, see d44e7e35. https://bugs.freedesktop.org/show_bug.cgi?id=91466
-
Bug #90066
-
Change the default image format used by the Qt frontends to XBGR/RGB32 which allows efficient blending and pixmap conversion via Qt. Also use the premultiplied conversion for IgnorePaperColor to elide a further copy for pixmap conversion.
-
This extends the convertToXBGR method so that it can either * leave the alpha channel of the bitmap data opaque, * copy the alpha channel into the bitmap data, * transfer the alpha channel into the bitmap data and perform premultiplication on the bitmap data.
-
The old code assumed that ustring::size() would return the number of bytes in ustring, but it really returns the number of characters. Since ustring is a basic_string<unsigned short>, these two values differ (by a factor of two). This needs to be considered when using iconv, since it operates on byte counts, not character counts. Bug #91644
-
Refinement of the /P annotation test Fixes file from comment #8 in bug #87637
-
- Aug 23, 2015
-
-
Make sure Linearization::pageFirst is in the interval [0, getNumPages), otherwise Hints::getPageObjectNum() can have an out of bounds read. Bug #91200
-
- Aug 19, 2015
-
-
Bug #91686
-
- Aug 17, 2015
-
-