summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/cpdf_document.h
AgeCommit message (Expand)Author
2018-09-14Add CPDF_Document::StockFontClearer.Lei Zhang
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-14Remove more default arg = nullptr cases.Tom Sepez
2018-07-16Fix some nits in CPDF_Document.Lei Zhang
2018-07-02Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanupTom Sepez
2018-06-27Remove useless code.Artem Strygin
2018-06-27Rework of loading of CPDF_Document.Artem Strygin
2018-06-26Unify CPDF_Document loading methods.Artem Strygin
2018-06-26Make CPDF_Document::m_pRootDict an UnownedPtr<>.Tom Sepez
2018-06-22Rework of Fixing metadata not read from linearized file.Artem Strygin
2018-06-11Replace FPDF_PAGE_MAX_NUM with class scoped constant.Tom Sepez
2018-06-05Add test for FPDF_GetPageSizeByIndex()Tom Sepez
2018-06-04Revert "Make CPDF_Document cache CPDF_Pages"Tom Sepez
2018-05-31Make CPDF_Document own its Extension.Tom Sepez
2018-05-30Make CPDF_Document cache CPDF_PagesTom Sepez
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Make CPDF_Page retainable.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-03Add CPDF_Page::Extension::GetDocExtension()Tom Sepez
2018-05-02Add CPDF_Document::Extension::GetPageCount()Tom Sepez
2018-05-01Add CPDF_Document::Extension::DeletePage()Tom Sepez
2018-05-01Make FPDF_Document always be CPDF_Document.Tom Sepez
2018-04-27Avoid potential duplicate unique_ptr to CPDF_Document from CPDFXA_Context.Tom Sepez
2017-10-02Removing unused definesDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-06-19Fixing metadata not read from linearized file.chromium/3136Henrique Nakashima
2017-05-24Convert to CFX_UnownedPtr, part 3.Tom Sepez
2017-05-04CPDF_Document::GetPageData() normally does not return NULL.Lei Zhang
2017-04-26Get rid of a few |new|s in CPDF_Document.Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-04RefCount CPDF_IccProfile all the timeTom Sepez
2017-04-01Refcount CPDF_Image all the time.chromium/3061chromium/3060Tom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-01-18Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt.tsepez
2017-01-09Remove CFX_ArrayTemplate from fpdfapitsepez
2017-01-03Force stop of page tree traversal when max level reachedNicolas Pena
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-16Move ByteStringPool from document to indirect object holder.tsepez