summaryrefslogtreecommitdiff
path: root/core/fpdfdoc
AgeCommit message (Expand)Author
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-08Check whether the annotation content is empty using CFX_WideString.jaepark
2016-09-06Make CPDF_ContentMarkData private to CPDF_ContentMarktsepez
2016-09-06Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeededtonikitoo
2016-09-01Fix leaks due to created popup annotationschromium/2847weili
2016-09-01Make CPDF_ContentMark have a CPDF_ContentMarkData.tsepez
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Revert "Remove the document tagged code as it is unused."npm
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-25Fix infinite loops in FPDF_GetFullName().thestig
2016-08-24Lazy generate an "AP" when an Annot's hidden state changestonikitoo
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-22Generate default AP stream for text annotation.jaepark
2016-08-16Hidden annotations should not be drawntonikitoo
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Generate default AP stream for ink annotation.jaepark
2016-08-09Fix typos of the word outer.thestig
2016-08-09Generate default AP stream for circle annotation.jaepark
2016-08-09Generate default AP stream for square annotation.jaepark
2016-08-08Add CPDF_Array::IsEmpty().jaepark
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Remove unnecessary casting in CPVT_GenerateAP.jaepark
2016-08-03Generate default AP stream for squiggly annotation.jaepark
2016-08-02Generate default AP stream for strike out annotation.jaepark
2016-08-02Generate default AP stream for underline annotation.jaepark
2016-08-02Splitting fpdfdoc/doc_* part III.dsinclair
2016-08-02Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP.jaepark
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair
2016-08-02Splitting fpdfdoc/doc_* part Idsinclair
2016-08-01Support PDF highlight annotation with opacity.jaepark
2016-07-29Generate default AP stream for highlight annotation.jaepark
2016-07-29Use bool instead of FX_BOOL as return values in CPVT_GenerateAP.jaepark
2016-07-28Remove the document tagged code as it is unused.dsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-26Use smart pointer for CPDF_Form in CPDF_Annot.jaepark
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-08Remove implicit CFX_CountedRef::operator T*()tsepez