summaryrefslogtreecommitdiff
path: root/poppler/OptionalContent.cc
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-6/+5
2019-03-21Remove method GooList::getOliver Sander1-1/+1
2019-03-21Remove method deleteGooListOliver Sander1-1/+4
2019-03-21Make GooList a template typeOliver Sander1-7/+6
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2019-03-21Fix mismatched free/deleteAlbert Astals Cid1-1/+1
2019-02-28OptionalContent: constifyAlbert Astals Cid1-1/+1
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-1/+1
2019-02-27OptionalContent: Save unneeded copy() callsAlbert Astals Cid1-9/+9
2019-02-27OptionalContent: Remove some unnecessary copy()Albert Astals Cid1-4/+4
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-12/+12
2018-11-09Pass small and trivially-copyable type by valueAlbert Astals Cid1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-11/+11
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-2/+3
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-1/+1
2018-09-18Prevent leaking OptionalContentGroup by using unique_ptr as early as possible...Adam Reichold1-3/+2
2018-09-17Fix TODO in OCGs by creating a look-up table from Ref to OptionalContentGroup...Adam Reichold1-32/+10
2018-09-18Check for Ref type before unwrapping Object as suchAdam Reichold1-4/+2
2018-04-06Add some more constAlbert Astals Cid1-4/+4
2018-04-06OCDisplayNode take const GooString pointerAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-14/+14
2017-05-09New Object APIAlbert Astals Cid1-100/+44
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-1/+1
2017-02-15Update C yearsAlbert Astals Cid1-1/+1
2017-02-13Fix assert on reading some OCGsAlbert Astals Cid1-0/+4
2011-09-18xpdf303: Add OCDisplayNodeCarlos Garcia Campos1-0/+127
2011-09-18xpdf303: Parse usage dictionary of optional content groupsCarlos Garcia Campos1-0/+28
2011-09-18xpdf303: OC entry can be an optional content group tooCarlos Garcia Campos1-0/+10
2011-09-18xpdf303: Not finding an oc group is not necessarily a syntax errorCarlos Garcia Campos1-2/+0
2011-09-18xpdf303: Fix check of OptionalContentGroup::getState()Carlos Garcia Campos1-1/+1
2011-09-18xpdf303: Add support for visibility expressions in OptContentCarlos Garcia Campos1-24/+89
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-7/+7
2011-08-01Only assume the OC is not visible if it exists and is set to noAlbert Astals Cid1-2/+2
2010-09-15update copyrightAlbert Astals Cid1-1/+1
2010-09-15Set initial state of optional content groups based on BaseState fieldCarlos Garcia Campos1-5/+9
2010-02-16Only assume the OC is not visible if it exists and is set to noAlbert Astals Cid1-2/+2
2008-11-08Fix memory leaks in OptionalContentCarlos Garcia Campos1-10/+3
2008-11-08Minor code cleanup and consistency issuesCarlos Garcia Campos1-11/+11
2008-11-08Delete the optContent object if it's invalidCarlos Garcia Campos1-0/+3
2008-10-09If Name is a Ref we want to get the String it references, not the RefAlbert Astals Cid1-1/+1
2008-10-08Initialize properly OptionalContentGroup::m_nameMark Kaplan1-1/+2
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-1/+4
2008-06-20Do not create an OCGs object if there isn't an OCProperties dictionary in the...Carlos Garcia Campos1-20/+5
2008-05-11Check the OC we found exists before using itAlbert Astals Cid1-15/+18
2008-03-15Some more freeCarlos Garcia Campos1-0/+5
2008-03-15Use error instead of printfCarlos Garcia Campos1-7/+8
2008-03-15Some freeCarlos Garcia Campos1-0/+3
2008-02-27free some objects (thus leak less)Pino Toscano1-0/+2