summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-03-01Add a test for FPDFImageObj_GetBitmap() with a JBIG image.Lei Zhang
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-16Fix mouse pointer in XFA forms.Henrique Nakashima
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-16Improve performance of writing path floats.Dan Sinclair
2018-02-12Mark some CPDF_Dictionary pointers as const.Lei Zhang
2018-02-12Remove a parameter from CPDF_NPageToOneExporter::MakeXObject().Lei Zhang
2018-02-12Allow creation of FreeText annotations.Henrique Nakashima
2018-02-12Get rid of EmbedderTest::RenderPageWithFlagsDeprecated().Lei Zhang
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-09Use CPDF_Dictionary::SetRectFor() when appropriate.Lei Zhang
2018-02-09Use CFX_Size in CPDF_Page and fpdf_ppo.cpp.Lei Zhang
2018-02-09Fix nits in ParsePageRangeString().Lei Zhang
2018-02-09Get rid of EmbedderTest::RenderPageDeprecated().Lei Zhang
2018-02-08Split CPDF_PageOrganizer into multiple classes.chromium/3345Lei Zhang
2018-02-08Add document getters in CPDF_PageOrganizer.Lei Zhang
2018-02-08Do more page load/unload checks in EmbedderTest.Lei Zhang
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-07More GetPageNumbers() clean up in fpdf_ppo.cpp.Lei Zhang
2018-02-06Change MakeXObject to update reference from the root of the source page.xlou
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-02-06Add rendering embeddertests for FPDF_ImportNPagesToOne.xlou
2018-02-05Make EmbedderTest class member style consistent.Lei Zhang
2018-02-05Add FPDFAnnotationDeleter for use with std::unique_ptr.Lei Zhang
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