Age | Commit message (Expand) | Author |
2018-06-08 | Fix the comments in fpdf_transformpage.h. | Lei Zhang |
2018-06-04 | Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs | Miklos Vajna |
2018-05-30 | Add FPDFPath_GetDrawMode() API | Miklos Vajna |
2018-05-28 | Add const/non-const versions of remaining CPDF_Dictionary methods. | Lei Zhang |
2018-05-25 | Replace some #ifdefs PDF_ENABLE_XFA, part 2. | Tom Sepez |
2018-05-25 | Mark more CPDF_Objects as const in action and bookmark code. | Lei Zhang |
2018-05-22 | Add FPDFPageObj_GetStrokeWidth() API | Miklos Vajna |
2018-05-17 | Deprecate several Path/Text APIs. | Nicolas Pena |
2018-05-08 | Add several FPDFPageObj_* APIschromium/3425 | Nicolas Pena |
2018-05-08 | Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. | Lei Zhang |
2018-05-08 | Add APIs to work with a FPDF_PAGERANGE. | Lei Zhang |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-01 | Check for NULL XFA context even when XFA | Tom Sepez |
2018-05-01 | Make FPDF_Document always be CPDF_Document. | Tom Sepez |
2018-04-25 | Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). | Lei Zhang |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-23 | Create FPDFPageObjMark_GetParamStringValue(). | Henrique Nakashima |
2018-04-23 | Create API to get PageObject mark parameters. | Henrique Nakashima |
2018-04-19 | Add public APIs for undo / redo in forms. | Lei Zhang |
2018-04-17 | Create new FPDFPageObjMark_CountParams() API. | Henrique Nakashima |
2018-04-17 | Implement FORM_GetFocusedText() API. | Lei Zhang |
2018-04-12 | Add index parameter to quadpoints getter and setter. | Ralf Sippl |
2018-04-12 | Add return value to FPDF_DeviceToPage(). | Lei Zhang |
2018-04-05 | Remove unused XFA Widget API methods | Ryan Harrison |
2018-04-05 | Remove spellchecking code from XFAchromium/3390 | Ryan Harrison |
2018-04-02 | Remove FPDF_SetPrintPostscriptLevel().chromium/3387 | Lei Zhang |
2018-03-27 | Open FPDF_PAGEOBJECTMARK API. | Henrique Nakashima |
2018-03-26 | Reland "Add FPDFAnnot_CountAttachmentPoints" | Henrique Nakashima |
2018-03-26 | Revert "Add FPDFAnnot_CountAttachmentPoints" | Henrique Nakashima |
2018-03-26 | Add FPDFAnnot_CountAttachmentPoints | Ralf Sippl |
2018-03-21 | Fix some param names in the public API. | Lei Zhang |
2018-03-16 | Fix typo in doc of FPDFDest_GetDestPageIndex. | Henrique Nakashima |
2018-03-15 | Create FPDFPage_RemoveObject(). | Henrique Nakashima |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-02-01 | Change return of FPDFDest_GetDestPageIndex to int. | Henrique Nakashima |
2018-02-01 | Deprecate FPDFDest_GetPageIndex and create a fixed version. | Henrique Nakashima |
2018-01-31 | Experimental API for N-up feature support for print | xlou |
2018-01-31 | Clean up FPDFPage_New() documentation. | Lei Zhang |
2018-01-29 | Clean up FPDF_GetFormType(). | Lei Zhang |
2018-01-16 | Add FPDF_GetPageBoundingBox API.chromium/3323 | Henrique Nakashima |
2018-01-16 | Add support for XFA specific FormField types | Ryan Harrison |
2018-01-15 | Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix. | Henrique Nakashima |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2018-01-11 | Add FPDFAnnot_SetAP to public API.chromium/3319 | Henrique Nakashima |
2018-01-11 | Improve documentation of FPDF_RenderPageBitmapWithMatrix. | Henrique Nakashima |
2018-01-11 | Change FPDFText_GetCharBox() to return a boolean. | Lei Zhang |
2018-01-11 | Change FPDFText_GetRect() to return a boolean. | Lei Zhang |
2018-01-10 | Remove unused parameter from FPDFDest_GetView(). | Lei Zhang |
2018-01-10 | Add FPDFAnnot_GetAP to public API. | Henrique Nakashima |
2018-01-10 | Change FPDFLink_GetRect() to return a boolean. | Lei Zhang |