summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-12-19Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958tsepez
2016-12-19Relax the EncryptMetadata check.chromium/2957tsepez
2016-12-16Return unique_ptr<> from IPDF_StructTreetsepez
2016-12-16Better tests for password protected documents.chromium/2954tsepez
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()tsepez
2016-12-14Remove unused m_OtfFontData.chromium/2953tsepez
2016-12-14More unique_ptr returns from DIB methods.tsepez
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-14Remove some usage of |return XXX.release()| anti-pattern.tsepez
2016-12-14Add inline JPEGs.rbpotter
2016-12-14Remove CJBig2_List in favor of std::vector<std::unique_ptr<>>tsepez
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-13Replace CFX_FloatArray with std::vectortsepez
2016-12-13Use CFX_MaybeOwned<> in CPDF_Annot.tsepez
2016-12-12fix linux buildcaryclark
2016-12-12Fix JBig2 decoding logicweili
2016-12-12sync with latest skia apicaryclark
2016-12-12Fix dotted line drawing for GDI device driverweili
2016-12-09update to latest skia apichromium/2949chromium/2948chromium/2947caryclark
2016-12-08Replace CFX_WideStringCArray with std::vector.chromium/2946tsepez
2016-12-08Remove last usage of CFX_ObjectArray.tsepez
2016-12-08Replace CFX_WideStringArray with std::vectortsepez
2016-12-07Replace CFX_ByteStringArray with std::vector.tsepez
2016-12-07Properly ref count IFX_FileAccess.tsepez
2016-12-07Catch stray Retains() and Releases() outside of RetainPtr<>.tsepez
2016-12-07Fix the way to check terminal field in interactive formchromium/2945weili
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-05enable skia gradients, fix bugscaryclark
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-01Make concrete stream classes private to .cpp, part 2tsepez
2016-12-01Make more concrete stream classes private to .cpp filestsepez
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-01Improve early return in CGifLZWDecoder::Decodenpm
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-29Add pdfium::MakeRetain<>() helper function.tsepez
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