summaryrefslogtreecommitdiff
path: root/poppler/Catalog.h
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-1/+1
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+8
2019-02-10NameTree: remove undefined functionAlbert Astals Cid1-1/+0
2019-02-10NameTree: Remove unused memberAlbert Astals Cid1-2/+1
2018-12-06Replace Guint by unsigned intOliver Sander1-2/+2
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-5/+5
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-09Fix memory leak in Catalog by tracking pages (and page refs) using std::vecto...Adam Reichold1-4/+2
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-3/+1
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-2/+1
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Try to simplify Dict by implementing it in terms of std::vector and std::string.Adam Reichold1-1/+1
2018-04-05Add some more constAlbert Astals Cid1-2/+3
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+8
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-1/+1
2017-09-02Fix infinite recursion in NameTree parsing in broken filesAlbert Astals Cid1-1/+1
2017-05-12Make Dict incRef/decRef privateAlbert Astals Cid1-1/+1
2017-05-09New Object APIAlbert Astals Cid1-1/+1
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-3/+3
2016-09-17Add functions for named destination name in name-dictMasamichi Hosoda1-0/+9
2016-09-17Add functions for named destination name in name-treeMasamichi Hosoda1-0/+9
2016-09-17Divide Catalog::findDest()Masamichi Hosoda1-0/+2
2013-11-18Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-0/+2
2013-11-18Catalog: sort entries of NameTrees to make sure lookup worksJosé Aliste1-0/+2
2013-10-02Tagged-PDF: Implement parsing of StructTreeRootAdrian Perez de Castro1-2/+3
2013-08-24Update copyrightsAlbert Astals Cid1-0/+2
2013-08-24Add pdfinfo option to print out javascriptAdrian Johnson1-0/+1
2013-08-24pdfinfo: indicate if pdf contains javascriptAdrian Johnson1-0/+12
2013-08-17Revert "Tagged-PDF: Accessors in Catalog for the MarkInfo dictionary"Albert Astals Cid1-10/+0
2013-08-17Tagged-PDF: Accessors in Catalog for the MarkInfo dictionaryAdrian Perez de Castro1-0/+10
2013-08-01Tagged-PDF: Accessors in Catalog for the MarkInfo dictionaryAdrian Perez de Castro1-0/+10
2013-04-06Make our mutexes recursiveAlbert Astals Cid1-4/+4
2013-03-03Small improvements over locker classAlbert Astals Cid1-5/+5
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-5/+4
2013-01-19Make rendering thread-safeThomas Freitag1-4/+11
2012-11-03qt4: Export information about the document form typeFabio D'Urso1-0/+9
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-1/+3
2011-07-10Name most of the classes in poppler/ includable by themselvesAlbert Astals Cid1-0/+2
2011-05-31Make parse() privateAlbert Astals Cid1-2/+2
2011-05-27Make FileSpec a class and move EmbFile from Catalog to FileSpecCarlos Garcia Campos1-53/+2
2011-05-07Do not free a shallow copy of an object we'll free laterAlbert Astals Cid1-1/+1
2011-03-29Update yearsAlbert Astals Cid1-1/+1
2011-03-29read the ViewerPreferences dict once, and construct ViewerPreferences on demandPino Toscano1-1/+2
2011-03-28add skeleton for ViewerPreferencesPino Toscano1-0/+4
2010-11-10Kill GooVectorAlbert Astals Cid1-4/+6
2010-11-10Linearization improvementsHib Eris1-5/+9
2010-04-07Fix destructorAlbert Astals Cid1-2/+1
2010-04-07Parse Form on demandHib Eris1-1/+1
2010-04-07Parse Names on demandHib Eris1-5/+13