Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark | |
CPDFSDK_Annot::GetType should be renamed to GetAnnotSubtype as it returns annotation subtype. Also, CPDFSDK_Annot::GetSubType is only used to check if the annotation is signature widget. Thus, change the method to IsSignatureWidget. Lastly, rename CPDF_Annot::GetSubType to CPDF_Annot::GetSubtype to match with spec. Review-Url: https://codereview.chromium.org/2287703002 | |||
2016-08-25 | Remove unused m_nTabOrder in CPDFSDK_Annot. | jaepark | |
Review-Url: https://codereview.chromium.org/2283503002 | |||
2016-08-11 | Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. | jaepark | |
Review-Url: https://codereview.chromium.org/2236743002 |