summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2016-09-02Clean up redundant code in PDF_ENABLE_XFA guard in FFLCommon.chromium/2849jaepark
2016-09-02Make CPDF_ClipPath have a CPDF_ClipPathData rather than inheriting.tsepez
2016-09-02Make CPDF_GeneralStateData private.tsepez
2016-09-02Make CPDF_Path have a CFX_Path rather than inheritingtsepez
2016-09-02Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848tsepez
2016-09-02Remove unused IPDFSDK_AnnotHandler::OnDrawSleep.jaepark
2016-09-01Remove unused dwFlags parameter in CPDFSDK_AnnotHandlerMgr::OnDraw and its ca...jaepark
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-30Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler.jaepark
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Add support to Document::getAnnots methodtonikitoo
2016-08-25Clean up CPDFSDK_PageView methods.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-25Remove unused m_nTabOrder in CPDFSDK_Annot.jaepark
2016-08-25Drop CPDFSDK_PageView::Annot_HasAppearancetonikitoo
2016-08-25Remove unused IPDFSDK_AnnotHandler::GetName().jaepark
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Cleanup some PWL_FontMap methodsdsinclair
2016-08-24Flip document and parser ownershipdsinclair
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Fix page leaks in an embedder testweili
2016-08-22Implement Field::SetHidden using Field::SetDisplay.chromium/2837tonikitoo
2016-08-22Destroy window before cleaning up comboboxdsinclair
2016-08-19Fix an embedder test with leaked page objectchromium/2836chromium/2835weili
2016-08-19Introduce pdfium::FakeUniquePtr for keys to sets of unique ptrs.tsepez
2016-08-19Stub out Document::syncAnnotScan method.chromium/2834tonikitoo
2016-08-18Add initial Document::getAnnot supportchromium/2833tonikitoo
2016-08-18Use a map for app::m_Timersdsinclair
2016-08-17Speculative fix for DrawAppearance issuedsinclair
2016-08-17Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA.jaepark
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark
2016-08-17Factor out the duplicated logic in Field::SetDisplaytonikitoo
2016-08-16Fix a double free in CPDFSDK_PageView::IsValidAnnot().chromium/2832thestig
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-08-15Push v8::Isolate into CFXJS_Engine classchromium/2831tsepez
2016-08-15Only create widgets if really needed.dsinclair
2016-08-15Move some v8 objects from CJS back into FXJStsepez
2016-08-15Split fpdfsdk/fsdk_annothandler.h into individual classes.jaepark