- 27 May, 2007 1 commit
-
-
Carlos Garcia Campos authored
* glib/poppler-page.cc: * glib/poppler-page.h: Add missing image mapping type definition.
-
- 26 May, 2007 2 commits
-
-
Albert Astals Cid authored
* NEWS: Bump release to 0.5.9 (0.6 Release Candidate)
-
Albert Astals Cid authored
* poppler-qt4.pc.in: * qt/Makefile.am: * qt4/src/Makefile.am: Install qt3 and qt4 headers in separate dirs. That way be can reuse poppler-page-transition.h and distros don't get conflicts when making separate qt3 and qt4 packages
-
- 25 May, 2007 4 commits
-
-
Albert Astals Cid authored
* qt4/src/poppler-link-extractor-private.h: * qt4/src/poppler-link.cc: * qt4/src/poppler-link.h: Return link coordinates in 0..1 range instead of 0..size, much more easier to do user<->dev transformations * qt4/src/poppler-private.h: Fix indentation
-
Albert Astals Cid authored
link clickable area
-
Jeff Muizelaar authored
* poppler/GfxFont.cc: * poppler/GfxFont.h: * poppler/GlobalParams.cc: Don't cache DisplayFontParams by font name, instead cache them in GfxFont. Fixes #8140.
-
Carlos Garcia Campos authored
* glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler.h: Add selection style parameter to render_selection in order to allow requesting selections of words and paragraphs.
-
- 23 May, 2007 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-private.h: Better handle the setting of the vector antialiasing for Splash. * qt4/src/Mainpage.dox: * qt4/src/poppler-link.h: * qt4/src/poppler-qt4.h: A few of API documentation fixes and improvements.
-
- 21 May, 2007 4 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* glib/poppler-page.h: poppler_page_render_section() for cairo. Bug 7023
-
Albert Astals Cid authored
* glib/poppler-page.h: * glib/poppler-private.h: * glib/poppler.h: * glib/test-poppler-glib.c: * poppler/CairoOutputDev.cc: * poppler/CairoOutputDev.h: Extend CairoOutputdev to do image caching when rendering
-
Albert Astals Cid authored
can not be found * poppler/Form.cc: fix memory leak * qt4/src/poppler-private.h: fix the UnicodeParsedString function to really work and not crash * splash/SplashTypes.h: RGB8X mode makes max number of components in any SplashColor always be 4
-
- 17 May, 2007 1 commit
-
-
Albert Astals Cid authored
* qt4/src/poppler-link.cc: Give some default values to LinkDestination * qt4/src/poppler-private.h: Fix memory leak when converting QString -> GooString
-
- 13 May, 2007 1 commit
-
-
Jeff Muizelaar authored
* poppler/Annot.cc: Only do appearance generation for text, choice or other fields that contain text. Patch by Julien Rebetez.
-
- 07 May, 2007 1 commit
-
-
Albert Astals Cid authored
* Form.cc: Fix leak, provide empty FormPageWidgets::~FormPageWidgets implementation * Page.cc: Fix leak
-
- 30 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
poppler_cairo so when compiling the qt frontend and the glib frontend the qt one does not end up depending on cairo
-
- 29 Apr, 2007 2 commits
-
-
Albert Astals Cid authored
-
Jeff Muizelaar authored
* poppler/UnicodeTypeTable.cc: Make some of the unicode tables const which gets rid of about 20k of data. text data bss dec hex filename before: 1415838 128864 8 1544710 179206 libpoppler.so after: 1404574 140128 8 1544710 179206 libpoppler.so
-
- 28 Apr, 2007 8 commits
-
-
Albert Astals Cid authored
* qt/poppler-private.h: * qt4/src/poppler-private.h: * splash/Splash.cc: * splash/SplashBitmap.cc: * splash/SplashTypes.h: Rename splashModeRGBX8 to splashModeXBGR8 and hopefully fix qt frontends image generation
-
Albert Astals Cid authored
-
Albert Astals Cid authored
Although i'm not sure we want to printf this...
-
Albert Astals Cid authored
* qt4/src/poppler-document.cc: * qt4/src/poppler-ps-converter.cc: * qt4/src/poppler-qt4.h: Replace Document::print function with lots of arguments with a helper class with lots of functions. Will help mantaining BC in case we decide to add more functionality to the printing process.
-
Albert Astals Cid authored
Hopefully fix the calculation of the image size when rendering using ArthurOutputDev.
-
Albert Astals Cid authored
* poppler/FontInfo.h: * qt/poppler-qt.h: * qt4/src/poppler-qt4.h: GfxFontType changed, adapt enums of the frontends and helper classes. Forgot to do it before merging.
-
Albert Astals Cid authored
Make the header clean.
-
Albert Astals Cid authored
* qt4/src/poppler-link-extractor-private.h: * qt4/src/poppler-link-extractor.cc: * qt4/src/poppler-page-private.h: * qt4/src/poppler-page.cc: * qt4/src/poppler-private.h: * qt4/src/poppler-qt4.h: Getting the links of a page now is not more dependant on the current output device, and can be done anytime; thus, the doLinks parameter of the Page::render() can be dropped.
-
- 27 Apr, 2007 3 commits
-
-
Albert Astals Cid authored
* qt4/*: Stop requyring users to declare UNSTABLE_POPPLER_QT4
-
Albert Astals Cid authored
reviewed and some code by: Albert Astals Cid <aacid@kde.org> * glib/poppler-page.cc: * glib/poppler-page.h: * glib/poppler.h: * glib/test-poppler-glib.c: * poppler/Makefile.am: * poppler/PageTransition.cc: * poppler/PageTransition.h: * qt/poppler-page-transition.cc: * qt/poppler-page-transition.h: Move Page Transition parsing from qt frontends to poppler core. Expose Page transitions on the glib frontend.
-
Albert Astals Cid authored
* poppler/PSOutputDev.cc: * poppler/PSOutputDev.h: * qt/poppler-document.cc: * qt4/src/poppler-document.cc: * qt4/src/poppler-qt4.h: * utils/pdftohtml.cc: * utils/pdftops.cc: Add option to force rasterizing the pages when printing them Add functionality to output the title field on the PS file Only Qt4 frontend exposes the functionality Bringing this features from KPDF 3.5.7 to poppler Testers welcome Patches for other frontends more than welcome Comments and suggestions even more than welcome :-)
-
- 26 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 25 Apr, 2007 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
* qt4/src/poppler-document.cc: remove a delete[] no longer needed * qt4/src/poppler-private: initilize m_hints
-
Albert Astals Cid authored
Testing more than welcome
-
- 16 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
Add the information about the open/close item in the DOM tree of the TOC.
-
- 14 Apr, 2007 2 commits
-
-
Albert Astals Cid authored
* utils/pdftohtml.cc: Fix rendering of links.
-
Brad Hards authored
problems with the unit tests (essentially, duplicate delete's). CCMAIL: aacid@kde.org
-
- 07 Apr, 2007 1 commit
-
-
Jeff Muizelaar authored
* utils/pdftoabw.cc: Fixing passing the wrong type to fprintf. Patch by Kouhei Sutou. Fixes #10554.
-
- 06 Apr, 2007 1 commit
-
-
Jeff Muizelaar authored
* poppler/ABWOutputDev.cc: * utils/pdftoabw.cc: Fix a number of issues with the new AbiWord code: *) Allows you to save to a file other than stdout *) Checks for error conditions when reading the PDF doc and writing the ABW doc *) Removes dead code in pdftoabw.cc *) Fixes a SEGV I encountered when converting my new home's floor plan *) Returns proper error conditions should the conversion fail for any reason Patch by Dominic Lachowicz
-
- 05 Apr, 2007 1 commit
-
-
Albert Astals Cid authored
-
- 04 Apr, 2007 1 commit
-
-
Jeff Muizelaar authored
* configure.ac: * poppler/ABWOutputDev.cc: * poppler/ABWOutputDev.h: * poppler/Makefile.am: * utils/Makefile.am: * utils/pdftoabw.cc: Add AbiWord output device and pdftoabw program. Patch by Jauco Noordzij. Autotools stuff by Dominic Lachowicz.
-