summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-04-05Make StringData a templated class.tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Remove core/include/fpdfdoc/fpdf_vt.hdsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-04Make IPDF_VariableText_{Provider,Iterator} inner classes.dsinclair
2016-04-04flip sense of alpha maskscaryclark
2016-04-04Support the device font cachecaryclark
2016-04-04Remove _FXBSTR* and calls to FX_BSTRC.dsinclair
2016-04-01Re-land "Use CFX_RetainPtr to ref count CFX_ByteString""tsepez
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Split core/include/fpdfdoc/fpdf_ap.hdsinclair
2016-03-31Re-enable all the windows warnings except 4267weili
2016-03-31Beef up unit test for CFX_ByteString and CFX_WideString.tsepez
2016-03-31Revert "Use CFX_RetainPtr to ref count CFX_ByteString"chromium/2700chromium/2699chromium/2698chromium/2697tsepez
2016-03-30Fix C4434 warning about 32-bit shift assigned to 64-bitsBruce Dawson
2016-03-30Use CFX_RetainPtr to ref count CFX_ByteStringchromium/2696tsepez
2016-03-30Rename _CPDF_UniqueKeyGen to CPDF_UniqueKeyGendsinclair
2016-03-29Re-enable warning 4005 and remove _CRT_SECURE_NO_WARNINGSWei Li
2016-03-29Code change to avoid signed/unsigned mismatch warnings.Wei Li
2016-03-29Add a Retained Pointer smart class.tsepez
2016-03-29Rename GetElementValue() to GetDirectObject{By,At}().tsepez
2016-03-28Cleanup one mac headerWei Li
2016-03-28Reduce signed/unsigned comparison warningsWei Li
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25Fix FXSYS_StrToInt()Wei Li
2016-03-25support gradients and stroke+fillcaryclark
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-25Remove unused params of CPDF_Image::SetImage.dsinclair
2016-03-25Cleanup some extern method declarations.dsinclair
2016-03-24Added bounds checking to GetNameFromTT to handle corrupt files.Tom Sepez
2016-03-24Remove strange integral constants for "true", "false", "%PDF".Tom Sepez
2016-03-24Add missing comma.dan sinclair
2016-03-24fix windows build; add blend modesCary Clark
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-23Fix win/clang part 2.Dan Sinclair
2016-03-23Fix build on win/clangDan Sinclair
2016-03-22Re-enable MSVC warning 4702Wei Li
2016-03-21Make predefined character table slightly smaller.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-21Remove unused FXDIB_PALETTE_ optionsTom Sepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-21Handle empty objects in IsSameTextObject() and free from warningWei Li
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-18Replace additional FX_WCHAR tables with uint16_t.Tom Sepez
2016-03-18Reduce size of several PDFium constant tables.Tom Sepez
2016-03-17fix paths and remove dead codeCary Clark
2016-03-16Enable building pdf_use_skia in the standalone build.Dan Sinclair