Age | Commit message (Expand) | Author |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-03-21 | Explain how CPDF_Page::GetDisplayMatrix() inverts y. | Henrique Nakashima |
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 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
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 | 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 | 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 | 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 | 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 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
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 |
2018-03-09 | Remove unused methods from CPDF_DefaultAppearance | dan sinclair |
2018-03-08 | Remove unused constructor | dan sinclair |
2018-03-08 | Cleanup CPDF_SimpleParser | dan sinclair |
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 | Clean up CPDF_DIBSource. | Lei Zhang |
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-05 | Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap. | Lei Zhang |
2018-03-05 | Change return types for some rendering Start/Continue methods. | Lei Zhang |
2018-03-05 | Add CPDF_DIBSource::LoadState enum class. | Lei Zhang |
2018-03-01 | Break up CFX_DIBSource::ConvertBuffer(). | Lei Zhang |
2018-03-01 | Fix some nits in CFX_DIBSource::CloneConvert(). | Lei Zhang |
2018-02-26 | Shrink some tables and kill dead code in xfa. | Tom Sepez |