summaryrefslogtreecommitdiff
path: root/poppler/Dict.cc
AgeCommit message (Expand)AuthorFilesLines
2022-04-06Annotations: Make sure we embed fonts for the FreeText annotsAlbert Astals Cid1-0/+10
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-1/+2
2022-02-10Use the "superior" C++17 std::scoped_lockAlbert Astals Cid1-2/+2
2021-11-19AnnotWidget::generateFieldAppearance: Do not modify the Form DR dictAlbert Astals Cid1-0/+12
2020-07-03Run clang-formatAlbert Astals Cid1-134/+136
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/+17
2019-06-05Dict: Use the that pattern for a non-const thisAlbert Astals Cid1-4/+3
2019-04-05Introduce Dict::getVal(int i, Ref *returnRef)Albert Astals Cid1-0/+11
2019-04-05Use Ref::INVALID moreAlbert Astals Cid1-2/+2
2019-02-28Add new util: pdfattachAlbert Astals Cid1-0/+13
2019-02-27Change Dict::lookupNF return a const &Albert Astals Cid1-4/+5
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-6/+6
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-5/+2
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-13/+1
2018-09-21Use deferred sorting with Dict again to avoid performance regressionAdam Reichold1-10/+14
2018-08-24Reconstruct iterator via index arithmetic instead of relying on a non-standar...Adam Reichold1-1/+2
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Fix linking errors in release builds due to non exported weak symbols.Adam Reichold1-0/+4
2018-08-23But do use swap-and-pop if the Dict is still small enough to be unsorted.Adam Reichold1-1/+6
2018-08-23Try to simplify Dict by implementing it in terms of std::vector and std::string.Adam Reichold1-170/+70
2018-05-07cast to void * to bypass new gcc -Wclass-memaccess warningAlbert Astals Cid1-1/+1
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-4/+4
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-4/+4
2017-09-21Add some constness to the basic classesAlbert Astals Cid1-9/+9
2017-05-09New Object APIAlbert Astals Cid1-26/+23
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid1-15/+14
2014-10-07Fix memory leak in Dict.remove.Scott West1-1/+6
2013-08-08use copyString where memory is freed with gfreeThomas Freitag1-1/+1
2013-03-03Small improvements over locker classAlbert Astals Cid1-10/+10
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-20/+9
2013-01-19Make rendering thread-safeThomas Freitag1-2/+65
2012-03-14Make Dict::set remove the entry if object is NullFabio D'Urso1-0/+5
2011-12-06xpdf303: Use xpdf method against recursion while parsingAlbert Astals Cid1-2/+2
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/+4
2010-11-20And now generalize the previous fixAlbert Astals Cid1-2/+2
2010-11-20Protect against more loops when parsingAlbert Astals Cid1-2/+2
2010-10-17Improve dict lookup speed for big dictsAlbert Astals Cid1-20/+78
2008-09-01Add my copyrightAlbert Astals Cid1-0/+1
2008-09-01Find reverse way in DictAlbert Astals Cid1-1/+1
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-24Revert unwanted change on Dict, fix leak on writeTrailerJulien Rebetez1-1/+1
2008-01-19Add deep copy constructor to Dict.Julien Rebetez1-1/+13
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-12/+11
2007-02-242007-02-25 Julien Rebetez <julienr@svn.gnome.org>Albert Astals Cid1-0/+32
2006-09-03 * poppler/Dict.cc:Albert Astals Cid1-2/+2