Age | Commit message (Expand) | Author |
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 |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2018-02-26 | Add some more missing consts.chromium/3356 | Tom Sepez |
2018-02-22 | Add namespaces to duplicated Skia code. | Jonathan Feinberg |
2018-02-16 | Correct mapping text to characters for characters missing from font | Ryan Harrison |
2018-02-16 | Fix more fallthroughs before reenabling -Wimplicit-fallthrough. | Henrique Nakashima |
2018-02-16 | Add ASSERT to check OOB m_CharCodes | Nicolas Pena |
2018-02-16 | Implement operator<< for CFX_Rect and CFX_RectF. | 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-15 | Make the CFX_XMLNode a MaybeOwned pointer | Dan Sinclair |
2018-02-15 | Correctly seek when header size is larger then expectedchromium/3349 | Ryan Harrison |
2018-02-14 | Check that the request was satisfied in ReadData | Ryan Harrison |
2018-02-14 | Pdfium: Allow negative font sizes for PostScript printing | rbpotter |
2018-02-13 | Change return value of GetAvailInput | Ryan Harrison |
2018-02-13 | Add last_child to CFX_XMLNode | Dan Sinclair |
2018-02-13 | Split CFX_XMLNode::SaveXMLNode apart | Dan Sinclair |