summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2018-03-12Add test that non-ASCII characters to not foul hyphen processingRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-08CPDF_InterForm::ResetForm always returns truedan sinclair
2018-03-08Convert Before{Selection|Value}Change to return a boolchromium/3366dan sinclair
2018-03-08Remove BeforeFormImportData and BeforeFormResetdan sinclair
2018-03-08Remove uncalled AfterFormImportDatadan sinclair
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-05Use CPDF_DIBSource::LoadState enum class in more places.Lei Zhang
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