Age | Commit message (Expand) | Author |
2018-03-19 | Add more options to combobox_form.pdf resource. | Henrique Nakashima |
2018-03-19 | Avoid crashing in FPDFText_CountRects() for invalid start values. | Lei Zhang |
2018-03-19 | Avoid crashing in FPDFText_CountRects() for negative count values. | Lei Zhang |
2018-03-16 | Add more tests for FPDFText_CountRects().chromium/3376chromium/3375chromium/3374 | Lei Zhang |
2018-03-16 | Rename some variables in FPDFTextEmbeddertest. | Lei Zhang |
2018-03-16 | Fix methods that have definition with different parameter names. | Lei Zhang |
2018-03-16 | Make more variables const-ref.chromium/3373 | Lei Zhang |
2018-03-15 | Add a CFX_PathData::AppendRect() variant.chromium/3372 | Lei Zhang |
2018-03-15 | Create FPDFPage_RemoveObject(). | Henrique Nakashima |
2018-03-15 | Use Width()/Height() methods from rectangles. | Lei Zhang |
2018-03-15 | Remove unused CPDFSDK_BAAnnot methods. | Lei Zhang |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Add test that non-ASCII characters to not foul hyphen processing | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-03-08 | CPDF_InterForm::ResetForm always returns true | dan sinclair |
2018-03-08 | Convert Before{Selection|Value}Change to return a boolchromium/3366 | dan sinclair |
2018-03-08 | Remove BeforeFormImportData and BeforeFormReset | dan sinclair |
2018-03-08 | Remove uncalled AfterFormImportData | dan sinclair |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-05 | Use CPDF_DIBSource::LoadState enum class in more places. | Lei Zhang |
2018-03-01 | Add a test for FPDFImageObj_GetBitmap() with a JBIG image. | Lei Zhang |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-16 | Fix mouse pointer in XFA forms. | Henrique Nakashima |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-16 | Improve performance of writing path floats. | Dan Sinclair |
2018-02-12 | Mark some CPDF_Dictionary pointers as const. | Lei Zhang |
2018-02-12 | Remove a parameter from CPDF_NPageToOneExporter::MakeXObject(). | Lei Zhang |
2018-02-12 | Allow creation of FreeText annotations. | Henrique Nakashima |
2018-02-12 | Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). | Lei Zhang |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-09 | Use CPDF_Dictionary::SetRectFor() when appropriate. | Lei Zhang |
2018-02-09 | Use CFX_Size in CPDF_Page and fpdf_ppo.cpp. | Lei Zhang |
2018-02-09 | Fix nits in ParsePageRangeString(). | Lei Zhang |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-08 | Split CPDF_PageOrganizer into multiple classes.chromium/3345 | Lei Zhang |
2018-02-08 | Add document getters in CPDF_PageOrganizer. | Lei Zhang |
2018-02-08 | Do more page load/unload checks in EmbedderTest. | Lei Zhang |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-07 | More GetPageNumbers() clean up in fpdf_ppo.cpp. | Lei Zhang |
2018-02-06 | Change MakeXObject to update reference from the root of the source page. | xlou |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-02-06 | Add rendering embeddertests for FPDF_ImportNPagesToOne. | xlou |
2018-02-05 | Make EmbedderTest class member style consistent. | Lei Zhang |
2018-02-05 | Add FPDFAnnotationDeleter for use with std::unique_ptr. | Lei Zhang |
2018-02-02 | Make global object function names clearer. | Tom Sepez |
2018-02-02 | Fix IWYU errors in fpdfppo.cpp. | Lei Zhang |
2018-02-01 | Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337 | Tom Sepez |