Age | Commit message (Expand) | Author |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-13 | Return unique_ptr<>s from fxcodec/chromium/2951 | tsepez |
2016-12-08 | Remove last usage of CFX_ObjectArray. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-06 | re-enable skia cachingchromium/2944 | caryclark |
2016-12-06 | Return unique_ptrs from CFX_DIBitmap::Clone(). | tsepez |
2016-12-02 | Rename fpdf_render_image and fpdf_render_textchromium/2942chromium/2941chromium/2940 | npm |
2016-12-02 | Rename IFX_Stream to IFGAS_Stream. | tsepez |
2016-12-02 | Tidy fx_stream.h | tsepez |
2016-12-01 | Kill off fpdf_render_cache.cppchromium/2939 | npm |
2016-12-01 | Kill some friends in fpdfapi. | tsepez |
2016-12-01 | Remove fpdf_render.cpp | Nicolas Pena |
2016-12-01 | Make CPDF_ImageCacheEntry's private CFX_DIBSources unique_ptrs | npm |
2016-12-01 | Protect against unexpected library create/destroy | tsepez |
2016-11-30 | Fix initial kerning when there is a horzscale setchromium/2938 | npm |
2016-11-30 | Convert loose FX_Create* functions into static methods | tsepez |
2016-11-30 | Remove unused methods from CPDF_Font | Nicolas Pena |
2016-11-29 | Do not clone in CPDF_ImageCacheEntry::GetCachedBitmap | npm |
2016-11-28 | Make FDF document creation return unique_ptrs | tsepez |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-28 | Add some methods in CPDF_ImageRenderer | npm |
2016-11-28 | Merge CPDF_ImageLoader with its handle | npm |
2016-11-28 | Fix leak in cpdf_document_unittest | npm |
2016-11-23 | Use CFX_MaybeOwned<> in CPDF_Image | tsepez |
2016-11-23 | Add CFX_MaybeOwned<> template. | tsepez |
2016-11-23 | Remove some .release() calls in cpdf_renderstatus | tsepez |
2016-11-23 | Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap | npm |
2016-11-23 | Move CPDF_ImageRenderer from render_int | npm |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-22 | Ensure CPDF_CountedObjects only made from owned references. | tsepez |
2016-11-22 | handle antialiased rendering as premultiplied | caryclark |
2016-11-22 | Continue splitting pageint.h into per-class files | tsepez |
2016-11-21 | Avoid calls to WrapUnique in CPDF_streamparser | tsepez |
2016-11-21 | Split fwl/core class pt II. | dsinclair |
2016-11-21 | Use more unique_ptrs in CPDF_Image. | thestig |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |
2016-11-21 | Remove iCompress parameter to CPDF_Image::SetImage(). | thestig |
2016-11-21 | Make CPDF_ImageObject::m_Matrix private. | thestig |
2016-11-21 | Remove some void* usage in fx_crypt.cpp | tsepez |
2016-11-21 | Check dimensions and content of bitmaps in EmbedderTests.chromium/2927 | thestig |
2016-11-21 | Make CPDF_Stream() take unique_ptr's to its dictionary. | tsepez |
2016-11-21 | Add unit test for fdrm's MD5 | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-21 | Fix CPDFImage::IsInline(). | thestig |
2016-11-21 | Continue splitting up render_int | npm |
2016-11-21 | Clean up CPDF_PageContentGenerator. | thestig |
2016-11-20 | Provide perfect-forwarding in CPDF_Object templates. | tsepez |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-18 | Add unit test for CXFA_FileRead. | tsepez |
2016-11-17 | fix corpus tests | caryclark |