summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2018-10-24Implement FPDFImageObj_GetMatrix().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineCap().Lei Zhang
2018-10-24Implement FPDFPageObj_GetLineJoin().Lei Zhang
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-19Add static asserts for FPDFDOC_AACTION_* constants.Tom Sepez
2018-10-17Add FORM_OnLButtonDoubleClick().Lei Zhang
2018-10-12Add setters/getters for BleedBox and TrimBox.xlou
2018-10-11Add functions to get/set ArtBox.chromium/3578xlou
2018-10-10Better test FPDFAction_* public functions.Tom Sepez
2018-10-09Add some comments about pointer ownership in fpdf_transformpage.h.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-09-18Change signature of FPDFPageObjMark_Get(Name|ParamKey).chromium/3556Henrique Nakashima
2018-09-17Remove deprecated FPDFPage_CountObject().Lei Zhang
2018-08-23Remove deprecated FPDFDest_GetPageIndex() API.Lei Zhang
2018-08-17Add FPDFText_GetFontInfoNicolas Pena
2018-08-14Add FPDFFormObj_GetMatrix() APIMiklos Vajna
2018-08-10Add proxy for syscall timeRyan Harrison
2018-08-10Remove deprecated flags from fpdf_progressive.h.Lei Zhang
2018-08-07Add FPDFTextObj_GetText() APIMiklos Vajna
2018-08-01Make FPDF_FormHandle be represented as an incomplete type.chromium/3510Tom Sepez
2018-08-01Add FPDFText_GetFontName() APIMiklos Vajna
2018-07-17Add Deleter and Scoper for FPDF_PAGELINK.chromium/3495Andrew Weintraub
2018-07-17Cleanup SetSavedCalled APIRyan Harrison
2018-07-16Alert embedder when attempting to save XFA formRyan Harrison
2018-07-16Add FPDFFormObj_GetObject() APIMiklos Vajna
2018-07-13Create API to remove a parameter from a content mark.chromium/3491Henrique Nakashima
2018-07-13Create API to remove a content mark from a page object.Henrique Nakashima
2018-07-13Fix mark parameters not saved if nothing changed.Henrique Nakashima
2018-07-13Fix FPDF_ImportNPagesToOne() documentation.Lei Zhang
2018-07-12Create API to set and get blob values from a mark dict.Henrique Nakashima
2018-07-11Rename content mark parameter value getters.Henrique Nakashima
2018-07-11Remove clunky mark property value getters by index.Henrique Nakashima
2018-07-11Add FPDFFormObj_CountObjects() APIMiklos Vajna
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-07-05Create content mark APIs to get values by key.Henrique Nakashima
2018-07-03Add FPDFText_GetTextRenderMode() APIMiklos Vajna
2018-06-26Add FPDFTextObj_GetFontSize() APIMiklos Vajna
2018-06-22Follow up to removing JS alert/beep magic numbersRyan Harrison
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-19Add FPDFText_GetMatrix() APIMiklos Vajna
2018-06-13Add FPDFText_LoadStandardFont to public APINicolas Pena
2018-06-12Comment some more #else // PDF_ENABLE_XFATom Sepez
2018-06-08Fix the comments in fpdf_transformpage.h.Lei Zhang
2018-06-04Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIsMiklos Vajna
2018-05-30Add FPDFPath_GetDrawMode() APIMiklos Vajna
2018-05-28Add const/non-const versions of remaining CPDF_Dictionary methods.Lei Zhang
2018-05-25Replace some #ifdefs PDF_ENABLE_XFA, part 2.Tom Sepez
2018-05-25Mark more CPDF_Objects as const in action and bookmark code.Lei Zhang
2018-05-22Add FPDFPageObj_GetStrokeWidth() APIMiklos Vajna
2018-05-17Deprecate several Path/Text APIs.Nicolas Pena