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