summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2015-01-04Make PSOutputDev accept a list of pages indecesAlbert Astals Cid1-3/+7
2014-11-05Make it proper CWilliam Bader1-1/+2
2014-10-05glib: Build introspection linking to the uninstalled librariesCarlos Garcia Campos1-1/+1
2014-09-13glib: Fix use of uninitialized members in PopplerInputStreamCarlos Garcia Campos1-1/+4
2014-08-12Makefile.am cleanupsHib Eris3-22/+28
2014-08-10glib-demo: Replace use of deprecated gtk stock itemsHib Eris5-14/+14
2014-08-10glib-demo: Remove use of deprecated gtk_dialog_get_action_area()Hib Eris1-4/+1
2014-07-25glib: Fix a memory leak when getting text layout and attributesCarlos Garcia Campos1-0/+4
2014-07-25glib: Return NULL in poppler_annot_get_contents also for empty stringsCarlos Garcia Campos1-1/+1
2014-07-20Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-1/+1
2014-07-17glib: use C90-style comments in public headersPino Toscano1-1/+1
2014-07-09Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid3-1/+4
2014-07-08Do not dist gir_DATAYaakov Selkowitz1-2/+2
2014-07-06Add *.gir, *.typelib to glib/.gitignoreHib Eris1-0/+2
2014-07-06Add poppler-undeclared.txt to .gitignoreHib Eris1-0/+1
2014-07-06glib: fix typo in apidoxPino Toscano1-1/+1
2014-06-09[glib] doc: Move poppler_date_parse to utility functions sectionHib Eris2-1/+7
2014-06-09[glib] doc: Document PopplerFindFlags:POPPLER_FIND_DEFAULTHib Eris1-0/+1
2014-06-09[glib] doc: Use <emphasis> instead of <em>Hib Eris1-1/+1
2014-06-09[glib] doc: Add PopplerBackend documentationHib Eris1-0/+8
2014-06-09[glib] doc: Add missing POPPLER_TYPE_POINTHib Eris1-4/+5
2014-06-09[glib] doc: Fix typoHib Eris1-1/+1
2014-06-09[glib] doc: Add poppler_annot_set_flags() to documentationHib Eris1-0/+1
2014-06-09[glib] doc: Move PopplerFindFlags to PopplerPage sectionHib Eris1-1/+3
2014-06-09[glib] doc: Move PopplerPrintFlags to PopplerPage sectionHib Eris1-3/+3
2014-06-08[glib] doc: Move poppler_get_{version, backend} documentation to features sec...Hib Eris1-6/+9
2014-06-08[glib] doc: Move PopplerColor documentation to it's own sectionHib Eris3-6/+22
2014-04-30glib: Fix multiple definition of PopplerTextSpanCarlos Garcia Campos1-3/+0
2014-04-30glib: Fix multiple definition of PopplerTextSpanCarlos Garcia Campos1-3/+0
2014-03-30glib: Fix the first coord of the qudrilateral in create_poppler_quads_from_an...Thomas Liebetraut1-1/+1
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 Campos1-8/+8
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-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-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-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-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