summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-02-02Make global object function names clearer.Tom Sepez
2018-02-02Fix IWYU errors in fpdfppo.cpp.Lei Zhang
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-02-01Change internal usages of GetPageIndexDeprecated() to new method.Henrique Nakashima
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-02-01Change return of FPDFDest_GetDestPageIndex to int.Henrique Nakashima
2018-02-01Deprecate FPDFDest_GetPageIndex and create a fixed version.Henrique Nakashima
2018-02-01[jumbo] Compile fix: Move a GetPageContent to a more limited scopeDaniel Bratell
2018-02-01Rename some CJS / IJS names for clarity.Tom Sepez
2018-01-31Experimental API for N-up feature support for printxlou
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Cleanup some param passing codeDan Sinclair
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Cleanup duplicate RunScript codeDan Sinclair
2018-01-30Cleanup some SDK codeDan Sinclair
2018-01-30Cleanup some CPDFSDK_Widget XFA code.Dan Sinclair
2018-01-30Combine more combo and list codeDan Sinclair
2018-01-29Cleanup some ChoiceList codeDan Sinclair
2018-01-29Change pageNums from uint16_t to uint32_txlou
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-29Clean up FPDF_GetFormType().Lei Zhang
2018-01-29Fix identical if/else blocks.Lei Zhang
2018-01-26Code cleanup - create a new function GetPageNumberschromium/3334xlou
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-23Remove CXFA_WidgetAcc from CXFA_FFDocView methodsDan Sinclair
2018-01-23Use accessor for WidgetAccDan Sinclair
2018-01-23Convert CXFA_WidgetAccIterator to CXFA_ReadyNodeIteratorDan Sinclair
2018-01-22Convert CXFA_EventParam to store a CXFA_NodeDan Sinclair
2018-01-22Convert CXFA_FFWidgetHandler to use CXFA_NodeDan Sinclair
2018-01-22Remove unused WidgetPreRemove and WidgetPostAdd paramsDan Sinclair
2018-01-22Move the UI elements from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-17Fix behavior of FPDF_RenderPageBitmapWithMatrixHenrique Nakashima
2018-01-16Add FPDF_GetPageBoundingBox API.chromium/3323Henrique Nakashima
2018-01-16Add support for XFA specific FormField typesRyan Harrison
2018-01-12Use enum for tracking form field typesRyan Harrison
2018-01-11Add FPDFAnnot_SetAP to public API.chromium/3319Henrique Nakashima
2018-01-11Change FPDFText_GetCharBox() to return a boolean.Lei Zhang
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-11Change FPDFText_GetRect() to return a boolean.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-10Fix some nits from commit a74e75d.Lei Zhang
2018-01-10Remove unused parameter from FPDFDest_GetView().Lei Zhang
2018-01-10Add FPDFAnnot_GetAP to public API.Henrique Nakashima
2018-01-10Change FPDFLink_GetRect() to return a boolean.Lei Zhang
2018-01-10Add missing C API check after commit ecd063ec.Lei Zhang
2018-01-09Expose marked content IDs for images and alt text.Julian Lunger