Age | Commit message (Expand) | Author |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
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-17 | CFX_UnownedPtr: check during assignment time as well. | 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-11 | Rename render device classes | Dan Sinclair |
2017-05-11 | Move map and codec loading into manager | Dan Sinclair |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-05-01 | Remove more |new|s, part 5 | 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-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-19 | Cleanup codepage and charset definitions. | Dan Sinclair |
2017-04-18 | Use Byte/WideString iterators | Tom Sepez |
2017-04-10 | Fix bytestring passing conventions, part 2. | Tom Sepez |
2017-04-07 | Remove the ICC transform where it is never initialized. | Nicolas Pena |
2017-04-05 | use freetype if windows font decode fails | Cary Clark |
2017-04-04 | Let CPDF_ImageRenderer own the CFX_ImageRenderer | Nicolas Pena |
2017-04-04 | Finish splitting up fx_dib.h | Nicolas Pena |
2017-04-03 | Drop FXSYS_ from util methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from file methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-30 | Protect against premature mask destruction in CFX_ClipRgn::IntersectRect | Tom Sepez |
2017-03-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-02 | Improve catching narrow fonts on Linux | Nicolas Pena |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-16 | Convert fx_font points to CFX_Point{F}s | Dan Sinclair |
2017-02-16 | Change FXTEXT_CHARPOS to use CFX_PointF | Dan Sinclair |
2017-02-15 | Cleanup GetZeroAreaPath methodchromium/3014 | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Revert "Convert Origins to points" | Dan Sinclair |
2017-02-13 | Convert Origins to points | Dan Sinclair |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Add EmbedderTest for adding and filling paths | Nicolas Pena |
2017-02-08 | Rename x,y to width,height for Size types | dan sinclair |