summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi/fpdf_render
AgeCommit message (Expand)Author
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-29Fixup FX_RECT and FX_SMALL_RECT classes.Tom Sepez
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-25refactor CPDF_Font and subclassesWei Li
2016-02-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Remove FXSYS_MulDiv(a, b, c).Dan Sinclair
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-22refactor CPDF_PageObject and subclassesWei Li
2016-02-19Remove PageObject's m_Type and add As<Type> functionsWei Li
2016-02-17Banish CFX_ObjectArray to the XFA side.Tom Sepez
2016-02-17Remove CFX_PtrList from renderer main loop.Tom Sepez
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-16Rework progressive render loop.Tom Sepez
2016-02-12Fix the way to access marked content.Wei Li
2016-02-05Combine two if/else blocks in CPDF_DIBSource::DownSampleScanline32Bit().Lei Zhang
2016-02-05Support 16-bit images in downsampler.chromium/2642Lei Zhang
2016-01-29Merge to XFA: Some cleanup of fpdf_render_loadimage.cppOliver Chang
2016-01-29Merge to XFA: Member function name refactoringWei Li
2016-01-26Merge to XFA: War on #defines, part 1.Tom Sepez
2016-01-22Merge to XFA: Change _PDF_RenderItem to CPDF_RenderContext::Layer.Tom Sepez
2016-01-21Merge to XFA: Rename CPDF_PageObjects to CPDF_PageObjectListTom Sepez
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-11Merge to XFA: Tidy up shading patternsTom Sepez
2015-12-24Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-24Merge to XFA: Fix failed JPX image renderingJun Fang
2015-12-22Merge to XFA: Start using allowed C++11 features.Lei Zhang
2015-12-18Merge to XFA: CPDF_ImageLoader::Load() unused.Tom Sepez
2015-12-18Remove CFX_MapPtrToPtr in CFX_PageRenderCacheTom Sepez
2015-12-18Merge to XFA: CPDF_QuickStretcher unused.Tom Sepez
2015-12-17Merge to XFA: Tidy CPDF_RenderContextTom Sepez
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Merge to XFA: Get rid of most instance of 'foo != NULL'Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-14Merge to XFA: Fix a memory leak in FPDFPageFuncEmbeddertest.Lei Zhang
2015-12-10Merge to XFA: Fix integer and bounds issues in sycc4{22,44}_to_rgb.Oliver Chang
2015-12-10Merge to XFA: Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-10Merge to XFA: Cleanup CPDF_DIBSource::LoadColorInfo() and ValidateDictParam().Lei Zhang
2015-12-09Merge to XFA: Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-12Merge to XFA: Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-11Merge to XFA: Fix extraction of colour components in CPDF_DIBSource::DownSamp...Oliver Chang
2015-11-10Merge to XFA: Fix CalculatePitch32() issues.Tom Sepez
2015-11-10Merge to XFA: Use unique_ptr and initializer lists in various render files.Lei Zhang
2015-11-10Merge to XFA: Fix relative includes within core/Lei Zhang