Age | Commit message (Expand) | Author |
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 |
2017-05-16 | Simplify ContrastAdjust().chromium/3102 | Lei Zhang |
2017-05-15 | Remove gamma code | Dan Sinclair |
2017-05-15 | Convert CPSOutput to an IFX_WriteStream | dan sinclair |
2017-05-11 | Use clamp() in a couple more places. | Lei Zhang |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Remove unused GetPlatformSurface and GetDC methods | dan sinclair |
2017-05-11 | Move map and codec loading into manager | Dan Sinclair |
2017-05-11 | Stop rendering if a span length overflowed in AGG | Nicolas Pena |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-05 | Cleanup CStretchEngine and its CWeightTable | Nicolas Pena |
2017-05-05 | More unused IFX_Pause parameters removedchromium/3091 | Dan Sinclair |
2017-05-04 | More cleanup in CFX_ScanlineCompositor | Nicolas Pena |
2017-05-01 | Remove more |new|s, part 5 | Tom Sepez |
2017-04-26 | Guard against overflow in CFX_BilinearMatrix code. | Dan Sinclair |
2017-04-25 | Use unique_ptr in CFPF_SkiaDeviceModule | Tom Sepez |
2017-04-25 | Use unique_ptr for CFX_GEModule::m_pFontCache. | Tom Sepez |
2017-04-24 | Use unique_ptr in CFX_SizeGlyphCache | Tom Sepez |
2017-04-21 | Use unique_ptr in CFX_FolderFontInfo::m_FontListchromium/3079 | Tom Sepez |
2017-04-21 | Use unique_ptr in CFX_FontMgr::m_FaceMap. | Tom Sepez |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-20 | core: choosen -> chosen | Miklos Vajna |
2017-04-19 | Split up CFX_DIBitmap::ConvertColorScale | Nicolas Pena |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-18 | Clean up unneeded code in agg and skia driver | Nicolas Pena |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-12 | Cache TypeFace instead of Font | Cary Clark |
2017-04-12 | No gradient to draw if clip is empty | Cary Clark |
2017-04-12 | Clip stack management was off by one. | Cary Clark |
2017-04-11 | Refactor CFX_Palettechromium/3069 | Nicolas Pena |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |