summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_render
AgeCommit message (Expand)Author
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02The PDFium source in core/fxge/dib implements a bit-blitting backend.caryclark
2016-06-01Validate the BitsPerFlag entry in shading dictionaries.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-19Clean up CFX_RenderDevice::DrawNormalText().thestig
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Clean up CPDF_Color and some related code.thestig
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-21Only call shading code with streams.dsinclair
2016-04-15Prevent a potential OOB read in TranslateImageLine.ochang
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Re-enable warning 4701 for GN build and some cleanupweili
2016-04-12Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bppochang
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12flesh out gradient shaderscaryclark
2016-04-11Remove CPDF_Object::GetConstString and overridestsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Remove dead image decoding/caching code.thestig
2016-03-30Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGendsinclair
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25support gradients and stroke+fillcaryclark
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-14Move core/src/ up to core/.Dan Sinclair