summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi/fpdf_resource.h
AgeCommit message (Expand)Author
2016-03-21Make predefined character table slightly smaller.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-10Split fpdf_parser_objects.cpp into per-class .cpp/.h files.Tom Sepez
2016-03-10Change colorspace's number of components to be unsignedWei Li
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-08Reland "Fix chromium-style errors."Dan Sinclair
2016-03-07Revert "Fix chromium-style errors."Dan Sinclair
2016-03-07Fix chromium-style errors.Dan Sinclair
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-02-29Fixup FX_RECT and FX_SMALL_RECT classes.Tom Sepez
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-25refactor CPDF_Font and subclassesWei Li
2016-02-18Remove useless CPDF_FontCharMap.Lei Zhang
2016-02-04Use full include path in core/include/fpdfapiTom Sepez
2016-01-11Merge to XFA: Tidy up shading patternsTom Sepez
2015-12-14Merge to XFA: Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-10Merge to XFA: Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-11-19Merge to XFA: Add more overrides.Lei Zhang
2015-11-12Merge to XFA: Remove relative includes.Lei Zhang
2015-11-09Merge to XFA: Fix a leak in CPDF_Type3Font::LoadChar().Lei Zhang
2015-10-27Merge to XFA: Give names to the shading typesDan Sinclair
2015-10-16Merge to XFA: Fix a bunch of sign mismatch warnings.Lei Zhang
2015-08-17Merge to XFA: Fix more sign comparison errors.Lei Zhang
2015-08-14Merge to XFA: Use override in more classes in core/Lei Zhang
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-07-21Merge to XFA: Move extern fpdf_font_charset.cpp function prototypes.Tom Sepez
2015-06-19Merge to XFA: Fix -Winconsistent-missing-override warnings.Lei Zhang
2015-06-16Merge to XF: Add constructor for CPDF_ColorSpace.Tom Sepez
2015-06-15Merge to XFA: Provide a constructor for CPDF_CountedObject.Tom Sepez
2015-06-10Merge to XFA: Convert CPDF_FontFileMap to std::map.Lei Zhang
2015-06-10Merge to XFA: Convert CPDF_IccProfileMap to use std::map.Lei Zhang
2015-06-10Merge to XFA: Convert CPDF_ImageMap to std::map.Lei Zhang
2015-06-10Merge to XFA: Convert CPDF_PatternMap to std::map.Lei Zhang
2015-06-10Merge to XFA: Convert CPDF_ColorSpaceMap to std::map.Lei Zhang
2015-06-10Merge to XFA: Convert CPDF_FontMap to std::map.Lei Zhang
2015-06-10Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs.Tom Sepez
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-04-17Merge to XFA: Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-11Merge to XFA: Fix compiling warnings on WindowsJun Fang
2015-04-11Merge to XFA: Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2014-10-14Store the address of the page data map's value for proper referencing.Bo Xu
2014-10-13Fix off-by-one in sizing of m_EmbeddedToUnicodes.Tom Sepez
2014-09-16When forcing clear page data, no need to release colorspace when releasing pa...Bo Xu
2014-09-09Change the forced clear order of CPDF_DocPageData::Clear, and remove m_pDocum...Bo Xu
2014-09-02Add m_pDocument in CPDF_Color and check if page date has been forced clearBo Xu