summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2016-11-28Merge CPDF_ImageLoader with its handlenpm
2016-11-28Nits in fx_ge_linuxnpm
2016-11-28Fix leak in cpdf_document_unittestnpm
2016-11-28Replace ASSERT with error return in bmp_read_headernpm
2016-11-23Rename IFWL classes which do not have CFWL equivalentsdsinclair
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
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-23fix negative font sizecaryclark