summaryrefslogtreecommitdiff
path: root/poppler/StructElement.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-4/+4
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-2/+2
2019-10-01Use range for loops to iterate const arraysAlbert Astals Cid1-12/+12
2019-06-05StructElement::parseAttributes: Fix shadow warningAlbert Astals Cid1-4/+4
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-1/+1
2019-02-28StructElement: save unneeded copy() callsAlbert Astals Cid1-2/+3
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-6/+6
2019-02-27StructElement::parseChild: Save copy() callAlbert Astals Cid1-2/+2
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-2/+2
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-2/+2
2018-11-09Pass small and trivially-copyable type by valueAlbert Astals Cid1-1/+1
2018-10-29Update (C)Albert Astals Cid1-0/+1
2018-10-29Replace the implementation of GooString by std::string but keep the exact int...Adam Reichold1-9/+6
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-107/+107
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+2
2018-03-18Update copyrightsAlbert Astals Cid1-0/+1
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-3/+3
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-36/+36
2018-01-04Fix some bugs in StructTreeRoot parsing of parent treeAdrian Johnson1-1/+1
2017-09-16-pedantic fixesAlbert Astals Cid1-7/+7
2017-09-04Fix building with old clangAlbert Astals Cid1-0/+2
2017-05-09New Object APIAlbert Astals Cid1-153/+91
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-7/+3
2016-12-02Revert "treat file identifier as a hex string, not a basic string"Albert Astals Cid1-3/+2
2016-11-26treat file identifier as a hex string, not a basic stringJakub Alba1-2/+3
2015-07-06Fix pedantic memory leakDmytro Morgun1-0/+15
2014-10-07Make Attribute::getName() work when UTF-16BE is usedLuigi Scarso1-6/+11
2014-03-270.25.2poppler-0.25.2Albert Astals Cid1-1/+1
2014-03-05Rename getNumElements, getElement and appendElement as getNumChildren, getChi...Carlos Garcia Campos1-3/+3
2014-02-23Tagged-PDF: Fix parsing of attached element attributesAdrian Perez de Castro1-1/+1
2014-02-08Allow properly identifying grouping elementsAdrian Perez de Castro1-12/+19
2014-02-08Report LBody elements in Tagged-PDF structure as block elementsAdrian Perez de Castro1-1/+1
2013-12-28Fixed some GooString format markersFabio D'Urso1-1/+1
2013-12-05Tagged-PDF: Text content extraction from structure elementsAdrian Perez de Castro1-0/+50
2013-11-12Tagged-PDF: Parsing of StructElem standard types and attributesAdrian Perez de Castro1-4/+1014
2013-10-02Tagged-PDF: Implement parsing of StructTreeRootAdrian Perez de Castro1-0/+322