summaryrefslogtreecommitdiff
path: root/poppler/Link.cc
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Link: Fix memory leak on invalid filesAlbert Astals Cid1-0/+1
2019-06-21Add LinkJavaScript::createObjectAlbert Astals Cid1-0/+9
2019-03-29Use the default provided Ref = operator, it's good enoughAlbert Astals Cid1-4/+2
2019-03-28Use the newly introduced Ref::INVALID()Albert Astals Cid1-3/+3
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-8/+7
2019-03-21Remove method deleteGooListOliver Sander1-6/+18
2019-03-21Make GooList a template typeOliver Sander1-10/+10
2019-02-28Link: Remove unneeded copy() callsAlbert Astals Cid1-7/+10
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-3/+3
2019-02-27LinkDest::LinkDest: Save unneeded copy() callAlbert Astals Cid1-7/+7
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-4/+4
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-4/+4
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-31/+31
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's reserving constructor since it has only three users and it s...Adam Reichold1-2/+4
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-5/+5
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-3/+3
2018-09-01Link: Fix memory leak regarding next actionsAlbert Astals Cid1-1/+2
2018-04-17Object::getName return const char instead of charAlbert Astals Cid1-3/+3
2018-04-16Simplify LinkAction::parseAction a bitAlbert Astals Cid1-11/+11
2018-04-16Make it so we copy seenNextActions a bit lessAlbert Astals Cid1-9/+11
2018-04-16Add support for Next actions following an actionAndre Heinecke1-1/+71
2018-04-16Add support for hide actionAndre Heinecke1-0/+29
2018-04-06Add some more constAlbert Astals Cid1-13/+13
2018-04-06Make Object return const GooString pointerAlbert Astals Cid1-1/+2
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-2/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-26/+26
2017-08-24Fix build with mingwAlbert Astals Cid1-12/+2
2017-05-09New Object APIAlbert Astals Cid1-123/+74
2016-07-24update CopyrightsAlbert Astals Cid1-1/+1
2016-07-05Be less strict when parsing FitH Link destinationsAlbert Astals Cid1-12/+12
2016-07-05Remove checks that are already at the beginning of the functionAlbert Astals Cid1-8/+0
2014-03-28Fix error reported by ASAN in 5782.asan.0.7113.pdfAlbert Astals Cid1-4/+6
2013-03-18Spec says Zoom -> 0 means no zoom changeAlbert Astals Cid1-2/+2
2012-10-08[qt4] make LinkRendition properties availableTobias Koening1-7/+27
2012-04-29Just call getNum if isNum is trueAlbert Astals Cid1-7/+10
2011-09-05xpdf303: Rework LinkURI decodingAlbert Astals Cid1-16/+19
2011-09-05xpdf303: Only call getNum if isNumAlbert Astals Cid1-2/+3
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-38/+39
2011-03-01fix copyright yearsAlbert Astals Cid1-1/+1
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-106/+18
2010-06-21introduce getChars to save some method callsAlbert Astals Cid1-11/+3
2010-03-18Update copyright headerCarlos Garcia Campos1-1/+1
2010-03-18Add support for Set-OCG-State actionsCarlos Garcia Campos1-0/+80
2010-03-15Rework LinkRendition to follow the specCarlos Garcia Campos1-26/+42
2010-03-14Split Movie class into Rendition and Movie classes to follow the specCarlos Garcia Campos1-5/+5
2010-03-08Move Movie objects parsing code from Annot to MovieCarlos Garcia Campos1-3/+1
2009-11-22Correctly initialize fileNameIlya Gorenbein1-0/+2