summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-22Make the test rect go to xMax, yMax not xMax-1,yMax-1Albert Astals Cid1-2/+2
2014-03-15Fix regression when creating level1 PSWilliam Bader2-3/+16
2014-03-12Limit numeric parsing of character namesJason Crain2-41/+102
2014-03-11Fix TIFF writting in WindowsSteven Lee1-0/+11
2014-03-10glib: Use flags argument in poppler_structure_element_get_text()Adrian Perez de Castro3-6/+23
2014-03-06glib: Add missing underscore in method nameAdrian Perez de Castro1-1/+1
2014-03-05Rename getNumElements, getElement and appendElement as getNumChildren, getChi...Carlos Garcia Campos5-21/+21
2014-03-05glib: Update the documentation symbols after the PopplerStructureScope renameCarlos Garcia Campos1-2/+2
2014-03-05glib: Rename PopplerStructureScope as PopplerStructureTableScopeCarlos Garcia Campos2-13/+13
2014-03-05glib: Implement accessors for element attributesAdrian Perez de Castro3-18/+1597
2014-03-04Qt: Expose document-supplied text directionAdam Reichold4-2/+52
2014-03-02glib: Fixes in the API reference documentationAdrian Perez de Castro3-4/+4
2014-03-01glib: Remove poppler_text_span_is_link() in headerAdrian Perez de Castro1-1/+0
2014-02-27glib: Remove unneeded POPPLER_STRUCTURE_ELEMENT_UNKNOWNAdrian Perez de Castro2-6/+7
2014-02-26Try harder to open broken filesAlbert Astals Cid2-15/+26
2014-02-23Tagged-PDF: Fix parsing of attached element attributesAdrian Perez de Castro1-1/+1
2014-02-22glib: Add poppler_structure_element_is_grouping()Adrian Perez de Castro3-0/+22
2014-02-22glib: Handle missing structure element typesAdrian Perez de Castro2-8/+26
2014-02-18Some error() usage fixesFabio D'Urso8-18/+22
2014-02-17Clang++ plugin that checks for usage errors in GooString::format-style callsFabio D'Urso4-4/+397
2014-02-12blend usage in PDF with spot colors casue random outputThomas Freitag1-1/+8
2014-02-10increase gtk3 dependencyAlbert Astals Cid2-3/+3
2014-02-10Make sure number of least objects in hints table is validAlbert Astals Cid1-0/+5
2014-02-09Fix cmake buildAlbert Astals Cid2-0/+3
2014-02-09glib-demo: Pane showing the document structureAdrian Perez de Castro4-0/+267
2014-02-09glib: Expose inline attributes of structure elementsAdrian Perez de Castro4-1/+297
2014-02-09glib: Expose the document structure treeAdrian Perez de Castro8-0/+831
2014-02-09glib-demo: Fix performance in text markup annotationsGermán Poo-Caamaño1-6/+13
2014-02-08glib: Fix gobject-introspection warningsCarlos Garcia Campos1-2/+2
2014-02-08Allow properly identifying grouping elementsAdrian Perez de Castro2-12/+20
2014-02-08Report LBody elements in Tagged-PDF structure as block elementsAdrian Perez de Castro1-1/+1
2014-02-05pdftops: ensure there is always a page size in the outputAdrian Johnson1-0/+7
2014-02-05cairo: clip to crop boxAdrian Johnson1-0/+4
2014-02-05pdftocairo: ensure page size and crop box works the same as pdftopsAdrian Johnson2-22/+24
2014-02-05pdftops: Only change paper size when different to previous sizeAdrian Johnson1-5/+25
2014-02-05pdftops: Remove origpagesizes mode and make -origpagesizes an alias for -pape...Adrian Johnson4-38/+28
2014-02-05pdftops: Use crop box as page sizeAdrian Johnson1-21/+7
2014-02-05pdftps: fix DocumentMedia/Page/Media/PageBBox DSC commentsAdrian Johnson5-57/+119
2014-02-05pdftops: ensure paper size takes into account rotationTill Kamppeter1-28/+20
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea11-11/+55
2014-01-26Use c99 for the c compilerAlbert Astals Cid1-0/+1
2014-01-26qt4/qt5: add GCC visibility export attributesPino Toscano2-0/+6
2014-01-26qt4/qt5: improve naming of internal export/import macrosPino Toscano2-12/+12
2014-01-23cmake: install JpegWriter.h depending on libjpegPino Toscano1-3/+5
2014-01-21glib-demo: Fix conding style issue in render.cAndres Gomez1-1/+1
2014-01-21glib-demo: Fix trailing whitespaces in render.cAndres Gomez1-2/+2
2014-01-21glib: Install error callbackChristian Persch1-0/+47
2014-01-19glib: Make vertices a constructor parameter of line annotationsCarlos Garcia Campos3-6/+14
2014-01-19annots: Fix memory leak when setting AnnotTextMarkup quads twiceCarlos Garcia Campos1-0/+1
2014-01-19glib-demo: Add support for PopplerTextAnnotMarkupGermán Poo-Caamaño1-26/+206