summaryrefslogtreecommitdiff
path: root/poppler/StructElement.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-14Update (C)Albert Astals Cid1-1/+1
2023-10-08cairo: write document logical structure if output is pdfAdrian Johnson1-1/+4
2023-09-26Use RefRecursionChecker in StructElementAlbert Astals Cid1-4/+4
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-4/+8
2021-10-30Remove two mutables that aren't really neededAlbert Astals Cid1-3/+3
2021-10-30Make function return std::unique if caller owns the pointerAlbert Astals Cid1-1/+1
2021-10-10Update (C)Albert Astals Cid1-0/+1
2021-10-09StructElement: support MCID in XObjectsAdrian Johnson1-1/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-3/+3
2021-03-01Hide symbols by defaultAlbert Astals Cid1-2/+3
2020-07-03Run clang-formatAlbert Astals Cid1-246/+336
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid1-1/+1
2019-03-29Use the default provided Ref = operator, it's good enoughAlbert Astals Cid1-1/+1
2019-03-28Use the newly introduced Ref::INVALID()Albert Astals Cid1-1/+1
2019-02-28StructElement: save unneeded copy() callsAlbert Astals Cid1-2/+2
2019-02-27StructElement::parseChild: Save copy() callAlbert Astals Cid1-2/+2
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-12-06Replace Guint by unsigned intOliver Sander1-6/+6
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-11-09Pass small and trivially-copyable type by valueAlbert Astals Cid1-2/+2
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-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-17/+17
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Some more NULL to nullptrAlbert Astals Cid1-7/+7
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-15/+15
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+4
2014-10-07Make Attribute::getName() work when UTF-16BE is usedLuigi Scarso1-2/+5
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-4/+4
2014-02-08Allow properly identifying grouping elementsAdrian Perez de Castro1-0/+1
2013-12-05Tagged-PDF: Text content extraction from structure elementsAdrian Perez de Castro1-0/+28
2013-11-12Tagged-PDF: Parsing of StructElem standard types and attributesAdrian Perez de Castro1-1/+112
2013-10-02Tagged-PDF: Implement parsing of StructTreeRootAdrian Perez de Castro1-0/+167