Age | Commit message (Expand) | Author |
2017-08-04 | Enforce recent VC++ version (2015 or later). | Tom Sepez |
2017-08-04 | Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cpp | Henrique Nakashima |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-08-02 | Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp. | Henrique Nakashima |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Text Driver: add CLRF characters for new lines | rbpotter |
2017-07-25 | flush but do not release skia driver | Cary Clark |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-18 | colortables are unused, so remove plumbing | Mike Reed |
2017-07-17 | Move CPWL_Utils Draw methods to CFX_RenderDevice | Dan Sinclair |
2017-07-13 | Rename CPWL_Color to CFX_Color | Dan Sinclair |
2017-07-13 | fix skiapaths for sparse type1 on mac | Cary Clark |
2017-07-13 | Index_8 no longer supported, upscale to N32 | Mike Reed |
2017-07-12 | Nits in CFX_RenderDevice and CPDF_ContentParser | Nicolas Pena |
2017-07-12 | support m_bGlyph_Adjust | Cary Clark |
2017-07-12 | Move CMYKtoRGB methods to fx_codec and clean them up | Nicolas Pena |
2017-07-11 | Cleanup CFX_RenderDevice | Nicolas Pena |
2017-07-11 | Add Windows generic / text only printer driver support. | rbpotter |
2017-07-10 | Move core/fxge/ge to core/fxge. | Dan Sinclair |
2017-07-10 | Reland "typeface double delete" | Dan Sinclair |
2017-07-07 | Check that there is enough data remaining in source BMP before readingchromium/3152 | Ryan Harrison |
2017-07-06 | Revert "typeface double delete" | Cary Clark |
2017-07-05 | typeface double deletechromium/3150 | Cary Clark |
2017-07-05 | additional clip debugging | Cary Clark |
2017-07-05 | maintain ClipBox | Cary Clark |
2017-07-05 | set clip rect | Cary Clark |
2017-07-05 | show original text to aid in debugging | Cary Clark |
2017-07-05 | fix fuzzer generated out of range | Cary Clark |
2017-07-05 | clip save off by one | Cary Clark |
2017-06-29 | Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145 | Nicolas Pena |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-27 | Converting CFX_ByteTextBuf to ostringstream in cfx_fontmapper.cpp. | Henrique Nakashima |
2017-06-23 | Cleaning up fx_string_testhelpers. | Henrique Nakashima |
2017-06-14 | Fix crash when inserting empty path | Nicolas Pena |
2017-05-26 | Fix CPDF_PageRenderContext cleanup | Tom Sepez |
2017-05-26 | Add public API for setting LineJoin and LineCap on a path | wileyrya |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Remove some unused defines | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-25 | Cleanup some nits in CFX_Font | Nicolas Pena |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-18 | Fix typo in CFX_ImageTransformer::Continue | Nicolas Pena |
2017-05-17 | CFX_UnownedPtr: check during assignment time as well. | Tom Sepez |
2017-05-17 | SkPictureRecorder.h includes less, so we have to IWYUchromium/3103 | Mike Reed |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |