summaryrefslogtreecommitdiff
path: root/poppler/CairoFontEngine.cc
AgeCommit message (Expand)AuthorFilesLines
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-1/+1
2019-03-29Use the existing Ref operator==Albert Astals Cid1-3/+3
2019-01-05Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-01-03gfile: Add wrapper for open(3p) and use it instead of directly calling openChristian Persch1-1/+1
2018-12-06Replace Guint by unsigned intOliver Sander1-5/+5
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-2/+2
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-05CairoType3Font: Remove unused memberAlbert Astals Cid1-4/+3
2018-09-23More constAlbert Astals Cid1-4/+3
2018-09-23const char *Albert Astals Cid1-1/+1
2018-09-21Remove MULTITHREADED build flag, i.e. always enable threading support based o...Adam Reichold1-6/+2
2018-09-21Replace GooMutex by std::recursive_mutex (and plain reference counter by std:...Adam Reichold1-7/+1
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-32/+32
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-2/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-21/+21
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-5/+5
2017-05-09New Object APIAlbert Astals Cid1-3/+3
2016-07-19cairo: try finding glyphs in substitute fonts by unicode valueAdrian Johnson1-0/+5
2016-04-29Update CsAlbert Astals Cid1-1/+1
2016-04-02cairo: Check if PDF knows the width of 'm' in case of substituted fontJason Crain1-2/+3
2016-02-12cairo: add missing font types (fontCIDType0COT and fontTrueTypeOT)Adrian Johnson1-3/+38
2015-05-14Add missing (C)Albert Astals Cid1-0/+1
2015-04-13cairo: Fix memory leak in CairoFreeTypeFont::createJason Crain1-5/+11
2015-01-18Move more variables from GlobalParams to PSOutputDevAlbert Astals Cid1-2/+2
2014-09-30Map Standard/Expert encoding ligatures to AGLFN namesAdrian Johnson1-3/+9
2013-03-03Small improvements over locker classAlbert Astals Cid1-4/+4
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-7/+3
2013-01-19Make rendering thread-safeThomas Freitag1-7/+26
2012-04-12Update (C)Albert Astals Cid1-1/+1
2012-04-08cairo: use correct userfont font bboxAdrian Johnson1-0/+24
2012-03-01Update copyrightsAlbert Astals Cid1-0/+1
2012-02-23Remove unneded CharCodeToUnicode includesAlbert Astals Cid1-2/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-2/+1
2012-02-04cairo: Remove unused variable in CairoFontEngine.ccHib Eris1-2/+1
2012-02-01[xpdf303] More merges from Thomas (with minor fixes from me)Albert Astals Cid1-26/+17
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-16/+12
2011-09-01xpdf303: Use int instead of Gushort for gid/cid mapsCarlos Garcia Campos1-11/+11
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid1-5/+5
2011-03-12cairo: Fix typoCarlos Garcia Campos1-1/+1
2011-02-27Add 2011 yearsAlbert Astals Cid1-1/+1
2011-02-26cairo: Handle font type fontCIDType2OT when creating freetype fontCarlos Garcia Campos1-1/+1
2010-10-17[cairo] Fix a crash when redering documents with invalid type 3 fontsCarlos Garcia Campos1-1/+1
2010-07-07[cairo] Fix warning on signed/unsigned comparisonCarlos Garcia Campos1-6/+6
2010-02-28Add copyright noticesAlbert Astals Cid1-1/+2
2010-02-27[cairo] Omit writing of embedded fonts into tempary filesJan Kümmel1-66/+80