summaryrefslogtreecommitdiff
path: root/glib/poppler-structure-element.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-2/+2
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-1/+1
2018-12-20Fix minor typosYuri Chornoivan1-2/+2
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-2/+2
2018-09-23More constAlbert Astals Cid1-15/+12
2018-04-05Make GfxFont::getName constAlbert Astals Cid1-1/+1
2018-01-09Enable no-missing-field-initializersAlbert Astals Cid1-14/+15
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-100/+100
2017-09-16-pedantic fixesAlbert Astals Cid1-1/+1
2017-05-09New Object APIAlbert Astals Cid1-26/+11
2015-12-03doc: Fix PopplerStructureElement documentationHib Eris1-6/+5
2014-06-09[glib] doc: Use <emphasis> instead of <em>Hib Eris1-1/+1
2014-03-10glib: Use flags argument in poppler_structure_element_get_text()Adrian Perez de Castro1-5/+7
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: Rename PopplerStructureScope as PopplerStructureTableScopeCarlos Garcia Campos1-7/+7
2014-03-05glib: Implement accessors for element attributesAdrian Perez de Castro1-1/+1278
2014-03-02glib: Fixes in the API reference documentationAdrian Perez de Castro1-3/+3
2014-02-27glib: Remove unneeded POPPLER_STRUCTURE_ELEMENT_UNKNOWNAdrian Perez de Castro1-5/+7
2014-02-22glib: Add poppler_structure_element_is_grouping()Adrian Perez de Castro1-0/+20
2014-02-22glib: Handle missing structure element typesAdrian Perez de Castro1-6/+19
2014-02-09glib: Expose inline attributes of structure elementsAdrian Perez de Castro1-0/+269
2014-02-09glib: Expose the document structure treeAdrian Perez de Castro1-0/+663