summaryrefslogtreecommitdiff
path: root/poppler/CMap.cc
AgeCommit message (Expand)AuthorFilesLines
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-1/+2
2022-02-16CMap: Turn manual refcounting into using shared_ptrAlbert Astals Cid1-61/+18
2021-03-16Fix rendering of text in some filesAlbert Astals Cid1-24/+24
2020-12-13CMap: remove unused functionAlbert Astals Cid1-98/+4
2020-07-03Run clang-formatAlbert Astals Cid1-449/+450
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-4/+4
2019-11-27some more constAlbert Astals Cid1-2/+2
2019-01-27ofz-8467: Undefined-shift in CMap::addCIDsLE GARREC Vincent1-0/+5
2018-12-06Replace Guint by unsigned intOliver Sander1-11/+11
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-9/+9
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-23More constAlbert Astals Cid1-8/+8
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-25/+1
2018-06-05CMap::parse2: Initialize endAlbert Astals Cid1-1/+1
2018-05-29CMap::parse2: Initialize startAlbert Astals Cid1-1/+1
2018-04-06CMap::getCID take const charAlbert Astals Cid1-2/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-11/+11
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-0/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-7/+7
2017-05-09New Object APIAlbert Astals Cid1-8/+4
2013-12-28Fixed some GooString format markersFabio D'Urso1-1/+2
2012-02-01[xpdf303] More merges from Thomas (with minor fixes from me)Albert Astals Cid1-0/+153
2011-09-05xpdf303: Delay memory allocation up to when it is really neededAlbert Astals Cid1-50/+8
2011-09-01xpdf303: CMap::getCID signature changeAlbert Astals Cid1-16/+31
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-12/+14
2009-06-19Handle Streams in CMap definitionsAlbert Astals Cid1-19/+31
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/+12
2008-04-20if ncand is a Guint cand should be one tooAlbert Astals Cid1-1/+1
2007-12-10Display characters outside of unicode BMP with TT fontKoji Otani1-0/+34
2005-09-162005-09-16 Marco Pesenti Gritti <mpg@redhat.com>Marco Pesenti Gritti1-3/+27
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-3/+3
2005-03-03Initial revisionKristian Høgsberg1-0/+384