summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-11Add jumbo build support for fdrm, fpdfdoc and fxcrt.Lei Zhang
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-08Style fixes in FPDFDOC_GetAnnotAPchromium/3316Henrique Nakashima
2018-01-05Remove unused code from CPDF_InterFormRyan Harrison
2018-01-05Convert CPDF_PageLabel::GetLabel to return Optional<WideString>Ryan Harrison
2018-01-04Open FPDFDest_GetView API.Henrique Nakashima
2018-01-03Remove unused methods from CPDF_VariableTextNicolas Pena
2017-12-20Add comments for CPDF_AAction types.Lei Zhang
2017-12-12Remove non-const refs in CPDF_NameTree functions.Lei Zhang
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Get rid of default ctors for CPDF_Action and CPDF_AAction.Lei Zhang
2017-12-11Clarify some function names in CPDF_NameTree.Lei Zhang
2017-12-08Fix CPDF_AAction default constructor so it compiles in other environments.Andrew Weintraub
2017-12-08Fix build when using different sysroots.chromium/3289Andrew Weintraub
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-27Convert CPDF_StructTree to size_tDan Sinclair
2017-11-27Convert CPDF_StructElement::CountKids to size_tDan Sinclair
2017-11-22Change CPDF_ContentMark to return size_t for counts.Lei Zhang
2017-11-22Remove some pointless assignments to "".Lei Zhang
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-02Remove some C-style const char* casts.Lei Zhang
2017-10-16Simplify CPVT_GenerateAP interfaceDan Sinclair
2017-10-16More more CPVT_GenerateAP methods to anonymous namespacechromium/3242Dan Sinclair
2017-10-16Cleanup CPVT_GenerateAPDan Sinclair
2017-10-16Hide CPVT_Dash in CPVT_GenerateAPDan Sinclair
2017-10-16Convert CPVT_Color to CFX_ColorDan Sinclair
2017-10-05Remove CPVT_SectionInfoDan Sinclair
2017-10-05Remove unused CPVT_SectionInfo::nTotalLinesDan Sinclair
2017-10-05Remove CPVT_SectionDan Sinclair
2017-10-05Remove unused methods from CPDF_VariableText::Iterator.Dan Sinclair
2017-10-05Remove CPVT_WordPlace from CPVT_SectionDan Sinclair
2017-10-05Remove CPVT_WordPropsDan Sinclair
2017-10-05Remove unused CPVT_SecPropschromium/3234Dan Sinclair
2017-10-05Remove unused parametersDan Sinclair
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-10-05Remove friend from CPDF_ApSettingsDan Sinclair
2017-10-05Remove friends from form codeDan Sinclair
2017-10-05Remove friends from CPDF_VariableTextDan Sinclair
2017-10-02Removing unused definesDan Sinclair
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-18Convert string class namesRyan Harrison