summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpdf_annot.cpp
AgeCommit message (Expand)Author
2018-10-09Remove default argument to CPDF_Dictionary::GetBooleanFor().chromium/3576Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-08-29Remove FPDFDOC_ prefix from non-public functionsTom Sepez
2018-06-07Rename CPDF_PageObjectHolder::GetFormDict() to GetDict().Henrique Nakashima
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-07Add some getters for CPDF_PageObjectHolder.Lei Zhang
2018-04-12Add index parameter to quadpoints getter and setter.Ralf Sippl
2018-03-22Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379Lei Zhang
2018-03-19Calculate AP for multi-line markup annotations correctlyRalf Sippl
2018-03-15Add a CFX_PathData::AppendRect() variant.chromium/3372Lei Zhang
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-08Style fixes in FPDFDOC_GetAnnotAPchromium/3316Henrique Nakashima
2017-10-16Simplify CPVT_GenerateAP interfaceDan Sinclair
2017-10-05Move CPDF_RenderOptions members to privateDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
2017-06-27Made existing annotation APIs to work with APchromium/3143Jane Liu
2017-06-22Minor change to AP generation logicJane Liu
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2016-12-13Use CFX_MaybeOwned<> in CPDF_Annot.tsepez
2016-11-22Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929tsepez
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-10Use more unique_ptrs for CPDF_Annot and friends.thestig
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fpdfdoc/include to core/fpdfdocdsinclair
2016-09-29Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_renderdsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-15Use either /RECT or /QuadPoints for annotation coordinates, depending on /APtonikitoo
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark