summaryrefslogtreecommitdiff
path: root/fpdfsdk/cba_annotiterator.cpp
AgeCommit message (Expand)Author
2018-03-28Rename CBA_AnnotIterator to CPDFSDK_AnnotIteratorchromium/3383Dan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2016-11-21Fixup lint flags.Dan Sinclair
2016-10-05Cleanup some CPDFSDK_PageView annotation code.dsinclair
2016-10-04Move core/fpdfapi/fpdf_page to core/fpdfapi/pagedsinclair
2016-09-29Move fpdfsdk/include to fpdfsdkdsinclair
2016-09-29Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_pagedsinclair
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13Split fsdk_mgr files apart.dsinclair
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark
2016-08-17Split fpdfsdk/fsdk_baseform.h into individual classes.jaepark