summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/include
AgeCommit message (Expand)Author
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-20Move CPDF_Annot and CPDF_AnnotList to their own header.jaepark
2016-07-20Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot.jaepark
2016-07-18Remove default params in CPDF_VariableText.dsinclair
2016-07-18Removing default params from CFX_Edit.dsinclair
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-07-12Rename methods in CPDF_Interform.jaepark
2016-07-11Use smart pointers for class owned member variablesweili
2016-06-21Use FXFONT defines in place of integers.thestig
2016-06-14Make code compile with clang_use_chrome_plugin (part II)weili
2016-06-08Remove even more const casting from core.tsepez
2016-06-08Add some consts and remove more casts in core/tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-05-25Remove CFX_PrivateData inheritance from CPDF_InterFormtsepez
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Remove dead code from CPDF_InterForm.thestig
2016-05-23Clean up doc_ocg.cpp.thestig
2016-05-17Rename CPDF_Struct{Element,Tree} to IPDF_tsepez
2016-05-16Convert border style defines to an enum class.dsinclair
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-12Fix some misc nits.thestig
2016-05-11Remove CPVT_Size and CPVT_FloatRange.chromium/2734thestig
2016-05-11CPDF_VariableText::GetIterator() never returns NULL.thestig
2016-05-10Remove some dead code.thestig
2016-05-04Revert of Remove unneeded CPVT classes. (patchset #7 id:140001 of https://cod...chromium/2729chromium/2728chromium/2727chromium/2726chromium/2725dsinclair
2016-05-02Remove unneeded CPVT classes.thestig
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-15Avoid narrowing to StringC in CPDF_Name and CPDF_NameTreetsepez
2016-04-14Make CPDF_ApSettings take CFX_ByteString args.tsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-03-31Split core/include/fpdfdoc/fpdf_ap.hdsinclair