Age | Commit message (Expand) | Author |
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 |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-15 | Use Width()/Height() methods from rectangles. | Lei Zhang |
2018-03-15 | Remove unused CPDFSDK_BAAnnot methods. | Lei Zhang |
2018-03-15 | Fix a red-blue channel flip when rendering masks to EMF. | Lei Zhang |
2018-03-15 | Cleanup CStretchEngine. | Lei Zhang |
2018-03-14 | Fix bad return value in WideString::Compare().chromium/3371 | Lei Zhang |
2018-03-14 | Fix blend mode in generated AP | Ralf Sippl |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIspacechromium/3369 | Ryan Harrison |
2018-03-12 | Fix crash when creating a CFX_DIBitmap with FXDIB_Invalid. | Henrique Nakashima |
2018-03-12 | Add test that non-ASCII characters to not foul hyphen processing | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
2018-03-12 | Handle inserting negative values without a selection | Dan Sinclair |
2018-03-12 | Stop excluding SkDumpCanvas from Skia. It no longer exists. | Brian Osman |
2018-03-09 | Cleanup CPDF_DefaultAppearance | dan sinclair |
2018-03-09 | Remove default params from CPDF_DefaultAppearance methodschromium/3368chromium/3367 | dan sinclair |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |