summaryrefslogtreecommitdiff
path: root/poppler/Outline.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Update (C)Albert Astals Cid1-0/+1
2024-02-01More unicode vectors; fewer raw pointersSune Vuorela1-10/+2
2023-05-17OutlineItem::open: Fix crash on malformed filesAlbert Astals Cid1-3/+7
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-2/+3
2021-11-22XRef::addIndirectObject: Change param from const * to const &Albert Astals Cid1-2/+2
2021-10-29Port a few functions from GooString to std::stringAlbert Astals Cid1-2/+2
2021-07-07Update (C)Albert Astals Cid1-0/+1
2021-07-06Modify internal API to allow addition and modification of outlines into a PDF...RM1-26/+443
2021-05-20Remove OutlineItem::closeAlbert Astals Cid1-13/+7
2020-07-03Run clang-formatAlbert Astals Cid1-94/+97
2020-02-26Update (C) of last commitAlbert Astals Cid1-1/+1
2020-02-26Handle LinkAction objects by std::unique_ptrsOliver Sander1-4/+0
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-3/+2
2019-03-21Remove method deleteGooListOliver Sander1-2/+8
2019-03-21Make GooList a template typeOliver Sander1-4/+4
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-5/+5
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-2/+2
2018-10-21Update (C)Albert Astals Cid1-0/+1
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-1/+1
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-2/+2
2018-04-06Add some more constAlbert Astals Cid1-5/+5
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-5/+5
2017-12-27OutlineItem: Store parent and refNumAlbert Astals Cid1-14/+17
2017-09-01Add missing includesAlbert Astals Cid1-0/+1
2017-08-23Fix Outline titleAdrian Johnson1-0/+1
2017-05-09New Object APIAlbert Astals Cid1-29/+20
2016-11-23Fix Outline parsing on broken documentsAlbert Astals Cid1-14/+4
2016-10-080.48poppler-0.48Albert Astals Cid1-0/+1
2016-09-04Fix UTF16 decoding of document outline titleJason Crain1-16/+2
2009-03-03Do not blindly follow loops parsing OutlineItemNick Jones1-1/+14
2008-12-11Fix crash when reading outlineAlbert Astals Cid1-0/+4
2008-09-30And Marco said yes to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+11
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-1/+0
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, n...Albert Astals Cid1-0/+1
2005-09-15Another small merge from xpdf 3.01Albert Astals Cid1-3/+3
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-2/+2
2005-04-21Thu Apr 21 15:43:52 2005 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+6
2005-03-03Initial revisionKristian Høgsberg1-0/+151