60 Commits (03bdb7d79e264069ca89cfd20ffded4eef7b6f41)

Author SHA1 Message Date
Albert Astals Cid 99a10e1841 All fixes done in HEAD come to annotations branch 21 years ago
Jakub Stachowski d23b268ecd Make font matching independent of current locale. 21 years ago
Albert Astals Cid 64bab00507 Drop LIBT1 in libxpdf_la_LIBADD as we don't use libt1 anymore 21 years ago
Albert Astals Cid bbbde65779 Don't use t1lib to render Type 1 fonts (it is crashing), use freetype 21 years ago
Albert Astals Cid d1da5ab1b7 Add missing break 21 years ago
Waldo Bastian d923b1e8e2 Call me paranoid, but keyLength == 0 sounds like trouble. 21 years ago
Tobias Koenig a8a6011b3f Fixed security issue 'makeFileKey2 Stack Overflow' 21 years ago
Albert Astals Cid 8a07428146 xpdf code is not prepared for paths with only 1 point, skip paths that have only one point, have to check in pdf spec if paths can have 1 point (in that case should fix the fix :-) or that pdf are buggy and the fix is correct in all senses. Pages that crash are 18, 20 and 26 on Introduction_to_Jitter.pdf and page 1 on FT-857.pdf 21 years ago
Albert Astals Cid 662acc6f49 Fix the fix of the fix 21 years ago
Albert Astals Cid ef815771cf Fix my fix of #96085 as freetype treats all CID fonts the same way only from 2.1.8 and up 21 years ago
Albert Astals Cid aca830739f Link to Xft libs 21 years ago
Jakub Stachowski f69c54b8a1 Restore old way of finding fonts (xpdfrc and hardcoded dirs) as backup 21 years ago
Enrico Ros ecef2e9995 Gentoo compile fix. Using XFree 4.3.0, FontConfig 2.2.3, Freetype 2.1.9. 21 years ago
Albert Astals Cid 59a06e7da7 KPDFLinkBrowse( QString url ) { m_url = url; } -> KPDFLinkBrowse( const QString &url ) { m_url = url; } 21 years ago
Jakub Stachowski 7713a20646 Use Xft for searching for external fonts instead of hard-coded directories. 21 years ago
Jakub Stachowski 6589342bf5 Fix copying non-latin1 chars when xpdfrc does not exist. 21 years ago
Albert Astals Cid d42321176a Render correctly Type 1 as CID fonts 21 years ago
Tobias Koenig f0d84a181f KPDF reads the transition effects from the PDF document now. 22 years ago
Albert Astals Cid af788a0b6c Copying kpdf_experiments into branch and reordering directories. Look there for the file naming map and file versioning. Please wait until the commit storm ends to report any bug. Albert and Enrico 22 years ago
Tobias Koenig d67d3d16b0 Make kpdf aware of the /PageMode/FullScreen tag in PDF files, so it starts 22 years ago
Albert Astals Cid 41d4933460 Remove possible trigraph as per Scott Wheeler suggestion 22 years ago
Albert Astals Cid 174650af34 fix xpdf buffer overflow 22 years ago
Dirk Mueller 5d394eefb4 fix xpdf buffer overflow 22 years ago
Albert Astals Cid 727e371860 Add another possible font path, used by Gentoo Linux 22 years ago
Albert Astals Cid b9dbc95cbf Add another possible font path, used by Gentoo Linux 22 years ago
Albert Astals Cid ebb4ef01e9 Bring that ifdef back to if, use the same configure.in.in from HEAD that makes that possible 22 years ago
Scott Wheeler e8b2647466 Remove trigraphs, switch to #ifdef where a #if was mistakenly used. 22 years ago
Albert Astals Cid cb68d1a905 Bring back printing to kpdf_experiments (last commit whitout log did that too, sorry :-() 22 years ago
Albert Astals Cid 2cb22b69a2 Print PS and not images 22 years ago
Dirk Mueller a00e614670 fix checks again 22 years ago
Dirk Mueller 641a251ea9 the "unbreak integer overflow checks". *sigh*, never trust a patch from suse. 22 years ago
Enrico Ros 0f97bca018 Synced to HEAD. Merging security fixes in xpdf. 22 years ago
Albert Astals Cid 8a7a6686b4 Remove warnings caused by the overflow checks. Aprroved by Dirk Mueller from security team 22 years ago
Dirk Mueller 60841da908 fix integer overflows 22 years ago
Enrico Ros 2ab9bd5a4d sync to HEAD. forward-port: make final tricks, user parameters and more. 22 years ago
Albert Astals Cid 638cca06bf Add debian path for fonts, thanks teprrr for the testing 22 years ago
Adriaan de Groot 857e05fb52 Make .h safe for multiple inclusion (which happens with --enable-final) 22 years ago
Adriaan de Groot 9453a26b33 Make names unique, for --enable-final 22 years ago
Albert Astals Cid 7b935ae6ba Give our implementation of error routine, now it uses KMessageBox instead of printf 22 years ago
André Wöbbeking fc9cca559a renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK. 22 years ago
André Wöbbeking 28360a7ee0 OK, no absolute include paths. 22 years ago
André Wöbbeking 6fbe7bfced renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK. 22 years ago
André Wöbbeking b7de521fa1 find config.h and aconf.h for srcdir != builddir 22 years ago
Albert Astals Cid 0d6b458e3f Less warnings, these changes have been sent upstream to the xpdf author to see if he includes the changes in the original sources 22 years ago
Albert Astals Cid 75a7004a7c Detect t1lib. I've done my best to make it work, but having a configure.in.in guru over it would not hurt 22 years ago
Albert Astals Cid 264b6249ab QOutputDev is no longer a OutputDev subclass but a SplashOutputDev sublclass. That makes xpdf do all the work related to rendering (sorting lots of problems with fonts, etc). That should improve the render quality of kpdf drastically. 22 years ago
Albert Astals Cid d01d8daac8 These files are not needed 22 years ago
Albert Astals Cid 82cd404f88 Make compilation give less warnings, i'm sending that patch upstream to xpdf author to see if he adds it to the source of the "problems" 22 years ago
Albert Astals Cid 3abd57ea99 - Put xpdf 3.00 in the xpdf, goo and fofi drawers to bring the PDF 1.5 support that version has to kpdf 22 years ago
Laurent Montel b16b7d1b65 Fix compile 23 years ago