summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_render
AgeCommit message (Expand)Author
2016-01-28Member function name refactoringWei Li
2016-01-26War on #defines, part 1.Tom Sepez
2016-01-22Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-21Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-11Tidy up shading patternsTom Sepez
2016-01-08Switch most min/max macros to std::min/max.Lei Zhang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-24Fix failed JPX image renderingJun Fang
2015-12-22IWYU fix for commit ba2586d2c0a5.chromium/2601chromium/2600Lei Zhang
2015-12-22Start using allowed C++11 features.Lei Zhang
2015-12-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.Lei Zhang
2015-12-18CPDF_ImageLoader::Load() unused.Tom Sepez
2015-12-18Merge to master: Remove CFX_MapPtrToPtr in CFX_PageRenderCacheTom Sepez
2015-12-18CPDF_QuickStretcher unused.Tom Sepez
2015-12-17Tidy CPDF_RenderContextTom Sepez
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Remove FX_BSTRC.Lei Zhang
2015-12-14Fix a memory leak in FPDFPageFuncEmbeddertest.chromium/2595chromium/2594chromium/2593Lei Zhang
2015-12-10Fix integer and bounds issues in sycc4{22,44}_to_rgb.Oliver Chang
2015-12-10Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-10Cleanup CPDF_DIBSource::LoadColorInfo() and ValidateDictParam().Lei Zhang
2015-12-09Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-11-12Remove relative includes.Lei Zhang
2015-11-12Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-11(Reland) Fix extraction of colour components in CPDF_DIBSource::DownSampleSca...Oliver Chang
2015-11-11Revert "Fix extraction of colour components in CPDF_DIBSource::DownSampleScan...Oliver Chang
2015-11-11Fix extraction of colour components in CPDF_DIBSource::DownSampleScanline32BitOliver Chang
2015-11-10Fix CalculatePitch32() issues.Tom Sepez
2015-11-10Use unique_ptr and initializer lists in various render files.Lei Zhang
2015-11-10Fix relative includes within core/Lei Zhang
2015-11-09Fix a leak in CPDF_Type3Font::LoadChar().Lei Zhang
2015-11-09Add path service to retrieve test data directory at run time so tests can be ...Wei Li
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-10-27Give names to the shading typesDan Sinclair
2015-10-27Type check the m_pShadingObj before assuming it's a stream.Dan Sinclair
2015-10-26Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object."Dan Sinclair
2015-10-26Make m_pShadingObj a CPDF_Stream instead of CPDF_Object.Dan Sinclair
2015-10-23One line whitespace change for fpdf_render.cpp (clang format)Tom Sepez
2015-10-22Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-09Various changes to JBig2 cache:David Lattimore