Age | Commit message (Expand) | Author |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
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-24 | Convert to CFX_UnownedPtr, part 9 | Tom Sepez |
2017-05-24 | Use CheckedNumeric in BiInterpolImpl | Nicolas Pena |
2017-05-24 | Convert to CFX_UnownedPtr, part 4. | Tom Sepez |
2017-05-23 | Make CPDF_ImageCacheEntry retain CPDF_Image | Tom Sepez |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-20 | Use std::vector and std::sort() in CPDF_PageRenderCache. | Lei Zhang |
2017-05-19 | Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. | Lei Zhang |
2017-05-19 | Remove image dimension params that are never used. | Lei Zhang |
2017-05-18 | Add more CFX_UnownedPtr usage. | Tom Sepez |
2017-05-18 | Fix a situation where images are not properly rendered. | Lei Zhang |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-11 | Use clamp() in a couple more places. | Lei Zhang |
2017-05-11 | Rename render device classes | Dan Sinclair |
2017-05-10 | Split DCT decoder creation from CPDF_DIBSource::CreateDecoder(). | Lei Zhang |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-05-10 | Simplify CPDF_ImageRenderer::StartRenderDIBSource(). | Lei Zhang |
2017-05-10 | Fix typos for the word start. | Lei Zhang |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-04-26 | Get rid of a few |new|s in CPDF_Document. | Tom Sepez |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-21 | Return unique_ptr from CPDF_Type3Cache::RenderGlyph(). | Tom Sepez |
2017-04-21 | Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). | Tom Sepez |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-18 | Render image masks individually instead of rendering the entire page as | rbpotter |
2017-04-12 | Some fixes to the fallback font code. | Nicolas Pena |
2017-04-07 | Remove the ICC transform where it is never initialized. | Nicolas Pena |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
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 | Use unique_ptr in cpdf_type3cache.h. | Tom Sepez |
2017-04-03 | RefCount CPDF_Type3Cache all the time.chromium/3062 | Tom Sepez |
2017-04-03 | RefCount CPDF_TransferFunc all the time. | Tom Sepez |
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 math methods | Dan Sinclair |
2017-04-03 | Split fx_dib part 5 | Nicolas Pena |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-31 | Split fx_dib part 3 | Nicolas Pena |
2017-03-31 | Split fx_dib part 1 | Nicolas Pena |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
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-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |