summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-04-21Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715ochang
2016-04-21Replace CFX_RectArray with std::vector<CFX_FloatRect>tsepez
2016-04-21Make CFX_BasicArray non-copyable.tsepez
2016-04-21Remove CFX_ArrayTemplate from fpdf_parser_decode.cpptsepez
2016-04-21Assert that CFX_ strings are pointer-size.tsepez
2016-04-21Only call shading code with streams.dsinclair
2016-04-21Remove CFX_ArrayTemplate from CPDF_LinkExtracttsepez
2016-04-20Inline CFX_WideString::c_str.dsinclair
2016-04-20Standalone GN build.dsinclair
2016-04-20Cleanups from prior CLs.dsinclair
2016-04-19Re-enable warning 4701 for GN (re-land)weili
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces.dsinclair
2016-04-19Remove IPDF_CryptoHandler and IPDF_SecurityHandler.dsinclair
2016-04-15Avoid narrowing to StringC in CPDF_Name and CPDF_NameTreetsepez
2016-04-15Prevent a potential OOB read in TranslateImageLine.ochang
2016-04-14Explicity use CFX_ByteStrings in a couple of placestsepez
2016-04-14Avoid string allocs for CMap_GetString() return value.tsepez
2016-04-14Still more comments about stringstsepez
2016-04-14Update comments about string constructorstsepez
2016-04-14Avoid needless construction of CFX_ByteStrings during string buildingtsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Make CPDF_ApSettings take CFX_ByteString args.tsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-14skia bugs found with first test pdfcaryclark
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Add iterators and unit tests for CPDF_Array classweili
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