summaryrefslogtreecommitdiff
path: root/core/fpdfapi/page
AgeCommit message (Expand)Author
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena
2017-02-07Use enum class for PathPoint types.Nicolas Pena
2017-01-27Limit parsing recursion levels in CPDF_StreamParserNicolas Pena
2017-01-24Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi.tsepez
2017-01-24Undefined shift in CPDF_PSEngine::DoOperatortsepez
2017-01-23Update safe numerics package to get bitwise opstsepez
2017-01-05Remove two unused members in cpdf_streamcontentparser.tsepez
2017-01-05Remove unused CPDF_ImageCacheEntry::GetCachedBitmapNicolas Pena
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
2016-12-19Missing null initializer in CPDF_StreamParser::ReadInlineStreamchromium/2965chromium/2964chromium/2963chromium/2962chromium/2961chromium/2960chromium/2959chromium/2958tsepez
2016-12-15Return unique_ptr from CFX_BinaryBuf::DetachBuffer()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-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-01Kill some friends in fpdfapi.tsepez
2016-11-30Fix initial kerning when there is a horzscale setchromium/2938npm
2016-11-23Use CFX_MaybeOwned<> in CPDF_Imagetsepez
2016-11-23Add CFX_MaybeOwned<> template.tsepez
2016-11-22Ensure CPDF_CountedObjects only made from owned references.tsepez
2016-11-22Continue splitting pageint.h into per-class filestsepez
2016-11-21Avoid calls to WrapUnique in CPDF_streamparsertsepez
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-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-21Fixup lint flags.Dan Sinclair
2016-11-21Fix CPDFImage::IsInline().thestig
2016-11-21Continue splitting up render_intnpm
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-17Move CPDF_DocRenderData from render_intnpm
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-14Make CPDF_PageContentGenerator methods take object numberstsepez
2016-11-11Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917thestig
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-08Cleanup CPDF_DeviceCS and friends.chromium/2914thestig
2016-11-07Clean up fpdf_page_parsersnpm
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor.tsepez