summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_document.cpp
AgeCommit message (Expand)Author
2018-09-14Add CPDF_Document::StockFontClearer.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Fold CPDF_Document::LoadDocInternal() into caller.Tom Sepez
2018-08-16Remove more optional args in core/Tom Sepez
2018-08-14Remove unreachable vertical text code in CPDF_Document.Lei Zhang
2018-08-14Remove unused form/args of AddWindowsFont()Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-07-18Avoid writing const/non-const versions of the same function.Lei Zhang
2018-07-16Fix some nits in CPDF_Document.Lei Zhang
2018-07-16Get rid of some loose allocs/free in CPDF_Document.chromium/3494Tom Sepez
2018-06-28Replace DCHECKs with ASSERTs.Lei Zhang
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-26Unify CPDF_Document loading methods.Artem Strygin
2018-06-22Rework of Fixing metadata not read from linearized file.Artem Strygin
2018-06-11Implement CPDF_Object::MakeReference method.chromium/3456Artem Strygin
2018-06-11Replace FPDF_PAGE_MAX_NUM with class scoped constant.Tom Sepez
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetDictFor().Lei Zhang
2018-05-25Mark more CPDF_Objects as const in font code.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-07Move codepage tables from cpdf_document.cpp to fx_codepage.cppTom Sepez
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2017-10-21Fix a FPDF_GetMetaText() crash.Lei Zhang
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-29Optimize receiving page, if it have not obj num.Artem Strygin
2017-06-19Fixing metadata not read from linearized file.chromium/3136Henrique Nakashima
2017-05-25Break apart the pageint.h file.Dan Sinclair
2017-04-26Remove a few more |new|s.Tom Sepez
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-19Rename array names to match codepage namesDan Sinclair
2017-04-19Cleanup codepage and charset definitions.Dan Sinclair
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from string methodsDan Sinclair
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-21Pop when Pages is malformed and has no kidsNicolas Pena
2017-03-15Reset tree traversal when we think we're at the startchromium/3043Nicolas Pena
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-24Remove repeated flags from CPDF_Fontchromium/3023Nicolas Pena