summaryrefslogtreecommitdiff
path: root/poppler/Dict.h
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Annotations: Make sure we embed fonts for the FreeText annotsAlbert Astals Cid1-1/+6
2021-11-19AnnotWidget::generateFieldAppearance: Do not modify the Form DR dictAlbert Astals Cid1-0/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-3/+3
2021-03-01Hide symbols by defaultAlbert Astals Cid1-1/+2
2020-10-30Dict: Save 8 bytes of memoryAlbert Astals Cid1-1/+1
2020-07-03Run clang-formatAlbert Astals Cid1-68/+68
2020-02-20Update (C) of previous commitAlbert Astals Cid1-1/+1
2020-02-20Make sure Base URI is encrypted if the document is before using itAlbert Astals Cid1-0/+3
2019-04-05Introduce Dict::getVal(int i, Ref *returnRef)Albert Astals Cid1-0/+2
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-0/+1
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+1
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-1/+1
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-2/+2
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-3/+3
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-2/+0
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-5/+2
2018-09-21Use deferred sorting with Dict again to avoid performance regressionAdam Reichold1-1/+1
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Delete the previously ownership taking overload of Dict::add to avoid unexpec...Adam Reichold1-1/+4
2018-08-23Fix linking errors in release builds due to non exported weak symbols.Adam Reichold1-1/+1
2018-08-23Try to simplify Dict by implementing it in terms of std::vector and std::string.Adam Reichold1-22/+24
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+4
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-1/+1
2017-09-21Add some constness to the basic classesAlbert Astals Cid1-13/+13
2017-05-12Make Dict incRef/decRef privateAlbert Astals Cid1-4/+5
2017-05-09New Object APIAlbert Astals Cid1-6/+6
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-1/+3
2013-01-19Make rendering thread-safeThomas Freitag1-2/+9
2011-12-06xpdf303: Use xpdf method against recursion while parsingAlbert Astals Cid1-1/+1
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-7/+7
2010-11-23If it is not a Page but has no Kids either let's just pretend it's a pageAlbert Astals Cid1-0/+2
2010-11-20And now generalize the previous fixAlbert Astals Cid1-1/+1
2010-11-20Protect against more loops when parsingAlbert Astals Cid1-1/+1
2010-10-17Improve dict lookup speed for big dictsAlbert Astals Cid1-0/+2
2010-09-21Avoid loops in Form::fieldLookupAlbert Astals Cid1-0/+3
2008-09-01All poppler commiters to these files agreed 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/+13
2008-01-19Add deep copy constructor to Dict.Julien Rebetez1-0/+1
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-17/+10
2007-02-242007-02-25 Julien Rebetez <julienr@svn.gnome.org>Albert Astals Cid1-0/+4
2006-09-03 * poppler/Dict.cc:Albert Astals Cid1-2/+9
2006-01-18Brad patch for embedded document extraction, only has Qt4 bindings for now, n...Albert Astals Cid1-7/+8
2005-03-282005-03-28 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+1
2005-03-03Initial revisionKristian Høgsberg1-0/+75