Age | Commit message (Expand) | Author |
2018-02-01 | Change internal usages of GetPageIndexDeprecated() to new method. | Henrique Nakashima |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
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-02-01 | [jumbo] Compile fix: Move a GetPageContent to a more limited scope | Daniel Bratell |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2018-01-31 | Experimental API for N-up feature support for print | xlou |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Cleanup some param passing code | Dan Sinclair |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Cleanup duplicate RunScript code | Dan Sinclair |
2018-01-30 | Cleanup some SDK code | Dan Sinclair |
2018-01-30 | Cleanup some CPDFSDK_Widget XFA code. | Dan Sinclair |
2018-01-30 | Combine more combo and list code | Dan Sinclair |
2018-01-29 | Cleanup some ChoiceList code | Dan Sinclair |
2018-01-29 | Change pageNums from uint16_t to uint32_t | xlou |
2018-01-29 | Cleanup the FFWidget determination code. | Dan Sinclair |
2018-01-29 | Clean up FPDF_GetFormType(). | Lei Zhang |
2018-01-29 | Fix identical if/else blocks. | Lei Zhang |
2018-01-26 | Code cleanup - create a new function GetPageNumberschromium/3334 | xlou |
2018-01-23 | Remove GetWidgetAcc calls | Dan Sinclair |
2018-01-23 | Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330 | Dan Sinclair |
2018-01-23 | Remove CXFA_WidgetAcc from CXFA_FFDocView methods | Dan Sinclair |
2018-01-23 | Use accessor for WidgetAcc | Dan Sinclair |
2018-01-23 | Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIterator | Dan Sinclair |
2018-01-22 | Convert CXFA_EventParam to store a CXFA_Node | Dan Sinclair |
2018-01-22 | Convert CXFA_FFWidgetHandler to use CXFA_Node | Dan Sinclair |
2018-01-22 | Remove unused WidgetPreRemove and WidgetPostAdd params | Dan Sinclair |
2018-01-22 | Move the UI elements from CXFA_WidgetAcc to CXFA_Node | Dan Sinclair |
2018-01-22 | Add flag to notify if a node widget is ready | Dan Sinclair |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-17 | Fix behavior of FPDF_RenderPageBitmapWithMatrix | Henrique Nakashima |
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-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 | Change FPDFText_GetCharBox() to return a boolean. | Lei Zhang |
2018-01-11 | Remove core/fxge/cfx_fontmgr.h from headers. | Lei Zhang |
2018-01-11 | Change FPDFText_GetRect() to return a boolean. | Lei Zhang |
2018-01-11 | Use range-based for-loops in a few more places. | Lei Zhang |
2018-01-10 | Fix some nits from commit a74e75d. | 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 |
2018-01-10 | Add missing C API check after commit ecd063ec. | Lei Zhang |
2018-01-09 | Expose marked content IDs for images and alt text. | Julian Lunger |
2018-01-09 | Fix some nits in FPDF_BStr_Set(). | Lei Zhang |
2018-01-09 | Move Process* methods to CXFA_Node | Dan Sinclair |
2018-01-08 | Change the FFWidgets to store the node | Dan Sinclair |