summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-04-13Cleanup IFPF_* interfaces.dsinclair
2016-04-13Re-enable warning 4701 for GN build and some cleanupweili
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-12Fix the code which causes Windows GN build warningchromium/2709chromium/2708chromium/2707weili
2016-04-12Prevent an OOB access in CPDF_DIBSource::TranslateScanline24bppochang
2016-04-12Remove IFDE_Pen and IFDE_Brush.dsinclair
2016-04-12Fix Windows 32-bit GN build.ochang
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12Record all fonts, not just one per charset.dsinclair
2016-04-12flesh out gradient shaderscaryclark
2016-04-11Remove CPDF_Object::GetConstString and overridestsepez
2016-04-11Make CFX_{Byte,Wide}String::Remove() no-touch if possibletsepez
2016-04-11Fix integer issues leading to out of bounds access in fx_ge_text.cpp.ochang
2016-04-11Avoid copying in TrimRight() and TrimLeft() if possible.tsepez
2016-04-11fix infinite loops when rebuild the cross reference tablejinming_wang
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-11Remove IFX_AdditionalFontMgr and IFX_FontMgrDelegate.dsinclair
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-08Remove CFX_ByteString::Load() and operator= for CFX_ByteTextBuftsepez
2016-04-08Make CFX_WideString::FromLocal() take a CFX_ByteStringC argtsepez
2016-04-07Remove unused ICodec_Jbig2Encoderdsinclair
2016-04-06Make wide strings use StringData templatetsepez
2016-04-06Remove CFX_SegmentedArray.tsepez
2016-04-06Remove IFX_FontEnumeratordsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Move remaining fpdfdoc filesdsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06remove agg from skia drivercaryclark
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Remove dead image decoding/caching code.thestig
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