summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-12For a CPDF_Color object, when set a new pattern to it, disconnect its link wi...Bo Xu
2014-08-05Fix the problem that memory is accessed after released due to invalid type-castJun Fang
2014-08-05The root cause of this issue is shown as below:Jun Fang
2014-08-04Fix a segmentation fault in CPDF_DataAvail::CheckPage due to invalid usage of...Jun Fang
2014-08-01Add more |bpc| value check in GetValidBpc()Bo Xu
2014-07-31Correct the names of the FX_SAFE_* typedefs.Chris Palmer
2014-07-30Fix uninitialized coords and one of infinite loopsJUN FANG
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix potential integer overflow in fpdf_render_loadimage.cppJUN FANG
2014-07-29Fix the typo of "Resources" keywordBo Xu
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-29Remove a few unused variables, functions, and tables.Nico Weber
2014-07-24CalRGB color correctionBo Xu
2014-07-24This change is for fixing the potential integer overflow from "offset + size"JUN FANG
2014-07-18Fix the potential integer overflow from "offset + size".Chris Palmer
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-17Fix garbled text when loading linearized pdf documentBo Xu
2014-07-16Remove unused variable orig_size.Bo Xu
2014-07-15Error handling for invalid component number in CPDF_ICCBasedCS::v_LoadJun Fang
2014-07-14Fix uninitialized coords in _DrawCoonPatchMeshesJun Fang
2014-07-14Fix uninitialized nresults in GetRGBJun Fang
2014-07-14Fix uninitialized RGB in DrawShadingJun Fang
2014-07-10Fix uninitialized okeybuffoxit
2014-07-10Fix uninitialized trianglefoxit
2014-07-10Zero out temporary arrays before use in PDF encryption.Bo Xu
2014-07-09Fix a null object bugBo Xu
2014-07-08Remove custom memory managerBo Xu
2014-07-08Fix for UMR in CXML_Parser::GetCharRef.Chris Palmer
2014-07-07Fix a crasher issue due to invalid 'bits per component' in PDFfoxit
2014-07-07fix a crash issue in _CMapLookupCallbackfoxit
2014-07-07Fix uninitialized nresults and RGBfoxit
2014-07-07Fix uninitialized offsetfoxit
2014-07-07Fix uninitialized RGB in GetRGBfoxit
2014-07-07Fix uninitialized RGB in translating scanlinefoxit
2014-07-07Fix uninitialized RGB in LoadPalettefoxit
2014-06-30Remove "this==NULL" and adjust corresponding callersBo Xu
2014-06-20BUG=382241foxit
2014-06-20Stack-buffer-overflow in IccLib_Translatefoxit
2014-06-12Enable security removal in FPDF_Doc_SaveBo Xu
2014-06-10BUG=379656foxit
2014-06-04Use unsigned type for iteration to avoid int overflow.John Abd-El-Malek
2014-05-28Do not use FX_BOOL for int values.Bo Xu
2014-05-27Use unsigned type for decoding in _A85Decode.Bo Xu
2014-05-24Fix warnings in android build, fix font rendering issue, fix issue 357588: wr...Bo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-21Fix clang warnings so we can treat warnings as errors.John Abd-El-Malek
2014-05-20Fixed or silenced all warnings and turned on warnings-as-errors.John Abd-El-Malek
2014-05-20Fix warning on Mac.John Abd-El-Malek