summaryrefslogtreecommitdiff
path: root/core/fpdfdoc/cpvt_generateap.cpp
AgeCommit message (Expand)Author
2016-09-13CFX_FloatPoint default constructor and equals operatorschromium/2860tsepez
2016-09-13Stop converting widestring -> c_str -> widestring in several places.tsepez
2016-09-12Remove GetDictBy("DR") from annot/field dictionariesnpm
2016-09-06Move ShouldGenerateAPForAnnotation check to CPDF_Annot::GenerateAPIfNeededtonikitoo
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-22Generate default AP stream for text annotation.jaepark
2016-08-16Hidden annotations should not be drawntonikitoo
2016-08-09Generate default AP stream for ink annotation.jaepark
2016-08-09Generate default AP stream for circle annotation.jaepark
2016-08-09Generate default AP stream for square annotation.jaepark
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-02Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP.jaepark
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair
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-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-05-21Get rid of CPDF_Object::GetArray().thestig
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-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-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-12Fix Windows 32-bit GN build.ochang
2016-04-11Remove CPDF_Object::GetConstString and overridestsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-03-31Split core/include/fpdfdoc/fpdf_ap.hdsinclair