summaryrefslogtreecommitdiff
path: root/core/include
AgeCommit message (Expand)Author
2015-04-22Add missing operators for CFX_WideStringC.Tom Sepez
2015-04-22Add missing operators for CFX_ByteStringC.Tom Sepez
2015-04-22Add missing operators for CFX_WideStringTom Sepez
2015-04-22Add missing operators for CFX_ByteString.Tom Sepez
2015-04-21Kill CFX_StringBufTemplate.Tom Sepez
2015-04-20Remove Release() from CPDF_PageObjectTom Sepez
2015-04-17Remove unused FX_NEW definition.Tom Sepez
2015-04-17Fix all remaining instances of FX_NEW.Tom Sepez
2015-04-17Set m_FontType in CPDF_Font() constructor.Tom Sepez
2015-04-15Remove checks in fxcrt now that FX_NEW can't return 0.Tom Sepez
2015-04-15Make FX_NEW throw on OOM.Tom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-11Fix compiling warnings on WindowsJun Fang
2015-04-11Fix a heap buffer overflow issue in CPDF_CMap::GetNextCharJUN FANG
2015-04-10Fix the noisiest variable shadowing warnings in pdfium.Bruce Dawson
2015-04-10Better fix for snprintf non-termination on windows.Tom Sepez
2015-04-07Fix IWYU in pdfwindow/ directory.Tom Sepez
2015-04-06Fix IWYU in fxcrt headers.Tom Sepez
2015-03-12Revert "Kill CFX_GrowOnlyPool."Tom Sepez
2015-03-12Kill CFX_GrowOnlyPool.Tom Sepez
2015-03-10Kill remaining sprintfsTom Sepez
2015-03-06Make conversions for CPDF_Link explicit.Tom Sepez
2015-03-06Make conversion between CPDF_Dest and its object explicit.Tom Sepez
2015-03-05Make conversion between CPDF_Action and its dictionary explicit.Tom Sepez
2015-02-11CPDF_Object() constructor should set its internal m_Type variable.Tom Sepez
2015-02-10Fix uninitialized value in CFX_ByteString::FormatIntegerchromium/2304chromium/2303chromium/2302JUN FANG
2015-02-05Kill off some more unreachable fopen's.Tom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-02-03Replace CFX_SmartPointer cast operator with Get() method.Tom Sepez
2015-01-30Use system FreeType on Linux.John Abd-El-Malek
2015-01-27Kill scattered extern _PDF_CharType declarations.chromium/2292chromium/2291chromium/2290Tom Sepez
2015-01-26Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt().Tom Sepez
2015-01-22Use IPDF_DataAvail interface to hide CPDF_DataAvail.Tom Sepez
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-07Finish unit test for CFX_ByteStringC class.Tom Sepez
2015-01-07Add ostream helpers for FX String classes.Tom Sepez
2015-01-05Clean up bookmark related codes.Bo Xu
2014-12-30Get rid of FX_LPCSTR cast.Bo Xu
2014-12-19Update freetype to 2.5.4.Bo Xu
2014-12-17Cleanup: Pass by const reference in fpdftext.Lei Zhang
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-18Fixing format strings to remove 'z' size specifier.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-10-21Add missing parenthesis in FXARGB_GETDIB macroBo Xu
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