Age | Commit message (Expand) | Author |
2018-03-26 | Do not call CPDF_PageObjectList directly in fpdfeditpage.cpp. | Henrique Nakashima |
2018-03-26 | Add FPDFAnnot_CountAttachmentPoints | Ralf Sippl |
2018-03-23 | Fix IWYU errors in pdfium_test_write_helper.cc.chromium/3381 | Lei Zhang |
2018-03-22 | Consolidate QuadPoints reading code in fpdfsdk.chromium/3380chromium/3379 | Lei Zhang |
2018-03-22 | Roll DEPS for depot_tools to 869a285 | Lei Zhang |
2018-03-22 | Roll DEPS for zlib to 8c371ad7 | Lei Zhang |
2018-03-22 | Roll DEPS for build to 74c3e063 | Lei Zhang |
2018-03-22 | Move helper methods out of pdfium_test. | Dan Sinclair |
2018-03-22 | Roll DEPS for buildtools to 3748a2a9 | Lei Zhang |
2018-03-22 | Roll DEPS for build to 4b1fc75d | Lei Zhang |
2018-03-22 | Remove testing/{gmock,gtest}/dummy. | Lei Zhang |
2018-03-22 | Update gtest and gmock to 1.8.x. | Lei Zhang |
2018-03-22 | Add testing/{gmock,gtest}/dummy. | Lei Zhang |
2018-03-21 | Rewrite CPDFXFA_DocEnvironment::GetPopupPos.chromium/3378 | Henrique Nakashima |
2018-03-21 | Add functions to convert various FPDF_ types. | Lei Zhang |
2018-03-21 | Use more const pointers in CPDF_ContentMarkItem. | Lei Zhang |
2018-03-21 | Rename foo_{wid,hei} to foo_{width,height}. | Lei Zhang |
2018-03-21 | Move declarations in pdfium_test closer to usage | Dan Sinclair |
2018-03-21 | Rename "des_foo" to "dest_foo". | Lei Zhang |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-03-21 | Add a regression test for bug 821454. | Lei Zhang |
2018-03-21 | Explain how CPDF_Page::GetDisplayMatrix() inverts y. | Henrique Nakashima |
2018-03-21 | Fix some param names in the public API. | Lei Zhang |
2018-03-21 | Change FXSYS_RGB() to FXSYS_BGR(). | Lei Zhang |
2018-03-21 | Change FXSYS_Get{R,G,B}Value()'s input param to BGR. | Lei Zhang |
2018-03-21 | Replace deprecated SetNamedPropertyHandler | Franziska Hinkelmann |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-21 | Remove thin_archive config from complete static libraries | Tom Anderson |
2018-03-20 | Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState. | Lei Zhang |
2018-03-20 | Simplify code in CPDF_TextPage. | Lei Zhang |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-19 | Calculate AP for multi-line markup annotations correctly | Ralf Sippl |
2018-03-19 | Roll DEPS for Clang to 7d56ff90. | Lei Zhang |
2018-03-19 | Roll DEPS for Skia to af770026 | Lei Zhang |
2018-03-19 | Roll DEPS for catapult to 4f03e51f | Lei Zhang |
2018-03-19 | Roll instrumented_libs to 323cf321 | Lei Zhang |
2018-03-19 | Roll v8 to 9cf8abb7 | Lei Zhang |
2018-03-19 | Add more options to combobox_form.pdf resource. | Henrique Nakashima |
2018-03-19 | Remove non-const ref parameters in CPDF_TextPage. | Lei Zhang |
2018-03-19 | Remove redundant code in CPDF_TextPage::CountRects(). | Lei Zhang |
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 | Fix typo in doc of FPDFDest_GetDestPageIndex. | Henrique Nakashima |
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 | Fixing order of guards to avoid potential segvs | Ryan Harrison |